Previous Topic

Next Topic

RBSU CLI Commands

The CLI mode of RBSU is a different interface that provides equivalent functionality to the menu-based mode.

Command

Usage

Description

HELP

HELP or HELP <command>

Displays all supported commands or usage and descriptions of a specific command.

EXIT, QUIT

EXIT, QUIT

Exits RBSU and resets or power-cycles system.

SHOW CONFIG

SHOW CONFIG

SHOW CONFIG <option>

SHOW CONFIG displays all available <options>

SHOW CONFIG <option> displays current setting and all other setting choices for <option> specified.

SHOW CONFIG SCRIPT displays the script required to recreate the settings of the server.

SHOW CONFIG OPTIONS

SHOW CONFIG OPTIONS

Displays list of CONFIG options that are viewable or settable using SHOW or SET CONFIG on this server.

SHOW CONFIG SCRIPT

SHOW CONFIG SCRIPT

Displays the script of SET commands required to recreate all the server system-related configuration settings. Does not display script for Passwords, Date/Time, or Serial Number.

SET CONFIG

SET CONFIG <choice> <option>

Sets CONFIG option setting to choice specified by <choice> that corresponds to the number of the choice listed by SHOW CONFIG for that particular option.

SHOW SN

SHOW SN

Displays current serial number value.

SET SN

SET SN <serial #>

Set serial number to the value specified.

SHOW BOOT

SHOW BOOT

Displays currently configured boot controller order list.

SET BOOT

SET BOOT <controller #>

Sets new primary boot controller to controller number in list displayed by SHOW BOOT command and then displays the new list.

SET BOOT (alternate usage for scripting)

SET BOOT <order #> <PCI Vendor/DevID> <PCI Slot #> <PCI Bus #> <PCI Device #> <PCI Fcn #>

Sets controller order # entry to device specified by PCI ID and location. This format is only used by SCRIPT driven commands. Order # is 1-based where 1 means the primary boot controller, and so on.

SHOW IPL

SHOW IPL

Displays current standard boot order device list of IPL devices in priority order.

SET IPL

SET IPL [A:|C:|CD|PXE] <new IPL Priority>

Sets standard boot order priority for the IPL device specified to new priority number specified. The device specified must be represented in the current IPL list displayed by SHOW IPL.

SHOW PCI

SHOW PCI

Displays a list of all PCI devices and their current IRQ settings or disabled status. Also, displays a list of IRQs available for PCI devices to use.

SET PCI

SET PCI <device #> <IRQ>

Sets an override IRQ value (1-15) for the PCI device selected where <#> corresponds to the number of the PCI device in the list displayed by the SHOW PCI command. Use 0 for the <IRQ> value to disable a PCI device.

SET PCI (alternate usage for scripting)

SET PCI <device #> <IRQ>

Sets an override IRQ value (1-15) for the PCI device selected where <#> corresponds to the number of the PCI device in the list displayed by the SHOW PCI command. Use 0 for the <IRQ> value to disable a PCI device.

SHOW SYS

SHOW SYS

Displays overview of System from SMBIOS info.

SET PASSWORD POWERON

SET PASSWORD POWERON

Sets the Power-on password. Password must be entered twice for verification and must be seven characters or less.

SET PASSWORD ADMIN

SET PASSWORD ADMIN

Sets the Admin password. Password must be entered twice for verification and must be seven characters or less.

SHOW DATE

SHOW DATE

Displays date <mm/dd/yy>

SHOW TIME

SHOW TIME

Displays time <hh:mm>

SET DATE

SET DATE <mm/dd/yy>

Sets date to new value specified. Century value assumed to be 20.

SET TIME

SET TIME <hh:mm>

Sets time to new value specified. Seconds value is set to 0.

SHOW TEXT SERVER

SHOW TEXT SERVER

Displays current server info text strings.

SET TEXT SERVER

SET TEXT SERVER [N|A|P|O] [1|2|3|4] <string>

Sets server info text string specified to <string> where:

'N': Server Name (28)

"A': Server Asset Tag (32)

'P': Server Primary OS (42)

'O': Server Other (28)

# is the line number.

SHOW TEXT ADMIN

SHOW TEXT ADMIN

Displays current administrator contact text strings.

SET TEXT ADMIN

SET TEXT ADMIN [N|P|G|O] [1|2|3|4] <string>

Sets administrator contact text string specified by <string> where:

'N': Admin name (28)

'P': Admin Phone number (28)

'G': Admin Pager number (28)

'O': Admin Other (28)

# is the line number.

SHOW TEXT SERVICE

SHOW TEXT SERVICE

Displays current service contact text strings.

SET TEXT SERVICE

SET TEXT SERVICE [N|P|G|O] [1|2|3|4] <string>

Sets service contact text string specified by <X> <#> to <string> where X can be:

'N': Service Name (28)

'P': Service Phone number (28)

'G': Service Pager number (28)

'O': Service Other (28)

# is the line number.

SHOW TEXT IMD

SHOW TEXT IMD

Displays current IMD custom text strings.

SET TEXT IMD

SET TEXT IMD [I|M|S] [1|2|3|4] <string>

Sets IMD Custom text string specified by <X> <#> to <string> where:

'I': Idle Screen (48)

'M': Custom Menu Item (14)

'S': Custom Menu Screen (56)

# is the line number.

SHOW TEXT POST

SHOW TEXT POST

Displays current POST custom text strings.

SET TEXT POST

SET TEXT POST <string>

Sets POST Custom text to string specified by <string>.