This command tests the internal communication path between the advanced management module and a BladeCenter component by sending it a ping request.
Function | What it does | Command | Valid targets |
---|---|---|---|
Display I/O module IP addresses | Displays a list of IP addresses for the specified I/O module. |
ping
-i
This command can only be run by users
who have one or more of the following command authorities:
|
where x is the I/O-module bay number. |
Ping IP address | Pings the specified IP address to test communication
between it and the management module.
Note: This command tests communication
paths, including IP addresses outside of the BladeCenter
unit.
|
ping
-i
ip_address
where ip_address is the IP address for a component installed in the BladeCenter unit. All users can attempt to ping a specific IP address. |
This command will attempt to ping the specified IP address, regardless of command target, including IP addresses outside of the BladeCenter unit. |
Ping I/O-module IP address | Pings the specified IP address of an I/O module to test communication. |
ping
-i
index
where index is the index number for the I/O-module IP address to ping. Use the ping -i command, with no arguments, to list available IP addresses and their index numbers. This command can only be
run by users who have one or more of the following command authorities:
|
where x is the I/O-module bay number. |
ping -i -T switch[1]
ping -i 1 -T switch[1]
ping -i 10.13.3.171
The following example shows the information that is returned from these commands:
system> ping -i -T switch[1]
1. 10.13.3.171
2. FE80:0000:0000:0000:0218:B1FF:FE9F:9000
system> ping -i 1 -T switch[1]
Reply from 10.13.3.171: bytes=64 time=4.150ms
Reply from 10.13.3.171: bytes=64 time=0.392ms
Reply from 10.13.3.171: bytes=64 time=0.400ms
Reply from 10.13.3.171: bytes=64 time=0.389ms
system> ping -i 10.13.3.171
Reply from 10.13.3.171: bytes=64 time=0.418ms
Reply from 10.13.3.171: bytes=64 time=0.417ms
Reply from 10.13.3.171: bytes=64 time=0.362ms
Reply from 10.13.3.171: bytes=64 time=6.90ms
system>