2-30 SPARC Enterprise Mx000 Servers XSCF User’s Guide • August 2009
5. Use the nslookup(8) command to check the host name information.
Confirm XSCF Network Connection Status
â– Command operation
1. Use the shownetwork(8) command to display the network status.
2. Use the ping(8) command to confirm the response to network devices.
<Example> Specify the host name information scf0-hostname.
XSCF> nslookup scf0-hostname
Server: server.example.com
Address: 192.168.1.3
Name: scf0-hostname.company.com
Address: 192.168.10.10
XSCF> shownetwork -i
Active Internet connections (without servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 xx.xx.xx.xx:telnet xxxx:1617 ESTABLISHE
D
<Example> Send packet to the host name scf0-hostname three times.
XSCF> ping -c 3 scf0-hostname
PING scf0-hostname (XX.XX.XX.XX): 56 data bytes
64 bytes from XX.XX.XX.XX: icmp_seq=0 ttl=64 time=0.1 ms
64 bytes from XX.XX.XX.XX: icmp_seq=1 ttl=64 time=0.1 ms
64 bytes from XX.XX.XX.XX: icmp_seq=2 ttl=64 time=0.1 ms
--- scf0-hostname ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.1/0.1/0.1 ms