info command
Use this command to display and configure information about the BMC.
Syntax:
info [-options]
Option | Description | Values |
---|---|---|
-name | BMC name | String |
-contact | Name of BMC contact person | String |
-location | BMC location | String |
-postal | Full postal address of the BMC | String |
-room | BMC room identifier | String |
-rack | BMC rack identifier | String |
-rup | Position of BMC in rack | String |
Example:
system> info -location "location"
ok
system> info -contact " contact"
ok
system> info -rack "rack"
ok
system> info -room "room"
ok
system> info -postal "201212"
ok
system> info
name:
location: location
contact: contact
rack: rack
room: room
postal: 201212
rup: 1
Give documentation feedback