remotechassis command

This command displays and manages the list of BladeCenter units that the management module discovers on the network.

Note: The advanced management module that runs the remotechassis command is also included in all lists.
Table 1. remotechassis command
Function What it does Command Valid targets
Display complete list Displays a list of all BladeCenter units that the management module discovers on the network. The list includes the following information about each BladeCenter unit:
  • Name
  • IP address
  • Status
  • Firmware level
  • Type
  • Serial number
  • FRU number
  • Chassis serial number
  • Chassis FRU number
  • Chassis machine-type model (MTM)
  • Chassis UUID
remotechassis
                           -T system:mm[x]
                        

where x is the primary management-module bay number.

Display list grouped by health status Displays a list of names for BladeCenter units that the management module discovers on the network. The list is grouped by health status. remotechassis -health
                           -T system:mm[x]
                        

where x is the primary management-module bay number.

Display list filtered by IP address Displays a list of BladeCenter units that the management module discovers on the network, filtered by the specified IP address. The list includes the following information about each BladeCenter unit:
  • Name
  • IP address
  • Status
  • Firmware level
  • Type
  • Serial number
  • FRU number
  • Chassis serial number
  • Chassis FRU number
  • Chassis machine-type model (MTM)
  • Chassis UUID
remotechassis -ip ip_address

where ip_address is an IP address pattern that uses the asterisk (*) as a wildcard (for example; 201.47.123.*).

                           -T system:mm[x]
                        

where x is the primary management-module bay number.

Display list filtered by name Displays a list of BladeCenter units that the management module discovers on the network, filtered by the specified name. The list includes the following information about each BladeCenter unit:
  • Name
  • IP address
  • Status
  • Firmware level
  • Type
  • Serial number
  • FRU number
  • Chassis serial number
  • Chassis FRU number
  • Chassis machine-type model (MTM)
  • Chassis UUID
remotechassis -name name

where name is a name pattern that uses the asterisk (*) as a wildcard (for example; WebServer*).

                           -T system:mm[x]
                        

where x is the primary management-module bay number.

Clear list Clears the list of BladeCenter units that the management module discovered on the network. remotechassis -clear
                           -T system:mm[x]
                        

where x is the primary management-module bay number.

Example:

To list all BladeCenter units on the network with a name starting with "WebServer", while management module 1, that does not support IPv6, is set as the persistent command environment, at the system:mm[1]> prompt, type
                  remotechassis -name WebServer*
               

The following example shows the information that is returned from this command:

               system:mm[1]> remotechassis -name WebServer*
Running chassis discovery...
------------------------------------------------
Name:           WebServer001
IP:             145.48.204.212
Status:         normal
Firmware:       BPET25L,CNETMNUS.PKT,01-08-07,37,1
Type:           management-module
Serial:         0J1M9E585630
FRU:            25R5777
Chassis Serial: 23A2343
Chassis FRU:    25R5780R5780
Chassis MTM:    885222Z
Chassis UUID:   4E349451FA8011D9B10C89E0183AD13D
------------------------------------------------
Name:           WebServer002
IP:             145.48.204.222
Status:         normal
Firmware:       BPET25L,CNETMNUS.PKT,01-08-07,37,1
Type:           management-module
Serial:         0J1M9E585656
FRU:            25R5777
Chassis Serial: 23A2356
Chassis FRU:    25R5780R5780
Chassis MTM:    885222Z
Chassis UUID:   4E325951FA8011D9B86C89E0183AD02D
------------------------------------------------
system:mm[1]>
            
To list all BladeCenter units on the network with a name starting with "SYSTEM*", while management module 1, that supports IPv6, is set as the persistent command environment, at the system:mm[1]> prompt, type
                  remotechassis -name SYSTEM*
               

The following example shows the information that is returned from this command:

               system:mm[1]> remotechassis -name SYSTEM*
Running chassis discovery...
------------------------------------------------
Name:           SYSTEM
IP:             10.13.1.190
IPv6:           2002:1013::211:25ff:fec3:227c
                2001:1013::211:25ff:fec3:227c
                2000:1013::211:25ff:fec3:227c
                fe80::211:25ff:fec3:227c
                2000:1013::a1be:a348:7672:2def
                2000:1013::1:191
Status:         critical
Firmware:       BPET002,CNETMNUS.PKT,02-17-10,1
Type:           management-module
Serial:         YK118165A117
FRU:            39Y9661
Chassis Serial: KQWPLB9
Chassis FRU:    44X2302
Chassis MTM:    8852HC1
Chassis UUID:   E13112E1829448E29999DA2066681D89
------------------------------------------------
Name:           SYSTEM
IP:             10.13.1.30
IPv6:           2000:1013::fc58:325c:c8b4:9c4c
                2000:1013::214:5eff:fed0:2e1c
                2000:1013::1:30
                fe80::5652:ff:fe69:d763
                2002:1013::211:25ff:fec3:8cfa
                2001:1013::211:25ff:fec3:8cfa
                2000:1013::211:25ff:fec3:8cfa
                fe80::211:25ff:fec3:8cfa
Status:         attention
Firmware:       BPET54A,CNETMNUS.PKT,02-17-10,84
Type:           management-module-telco
Serial:         YK118269Y115
FRU:            39Y9661
Chassis Serial: 23A0052
Chassis FRU:    42C3673
Chassis MTM:    87501RZ
Chassis UUID:   B5BAEC01A10B11DB9F3BC1BE8FFF3B3C
------------------------------------------------
system:mm[1]>