CLI Guide

Option Sub-option Valid Arguments Description
Example 2 (to display the username for User ID 3):
A:>syscfg username --userid=3 --
name
username userid=3 name=bmcmaster
version*
Table 327. version*
Option Sub-option Valid Arguments Description
--version*
NA NA Displays the version information for the SYSCFG
utility.
virutualmedia
Table 328. virutualmedia
Option Sub-option Valid Arguments Description
--virutualmedia
NOTE: This option
is available only
with the
appropriate
installed license.
NA
enable, disable,
auto
Enables or disables the virtual media. This option
cannot be replicated.
SYSCFG For State Conguration
The SYSCFG utility allows the user to write a state data value on a system. This value is preserved across reboot or power-o
operations. Users can use this state data value for storing important state information, such as the progress of a multi-reboot
deployment process.
SYSCFG Options For State Conguration
The following table lists all valid options and arguments along with a description of the expected behavior of each option.
NOTE: Some of the following options or arguments are not available on all systems.
Table 329. SYSCFG Options For State Conguration
Option Valid Arguments Description
-b or --byte <string>
Species a value to write to state data. The format of the argument must be
in decimal format unless the -x option is given. If the -x option is given, the
value is interpreted as hexadecimal format. The value can optionally contain
0x. The decimal range is 0–255, and the hexadecimal range is 0x00–0xFF.
Example:
A:>syscfg -b 1
The state byte has been set to 1.
A:>syscfg -b 2 -x
The state byte has been set to 0x02.
-r or --read*
NA
Reads the value of state data. When used with the -x option, the value is
reported in hexadecimal format (0xNN).
141