Use the set command to either change the value of a setting or to list a setting.
The set command also creates an instance if the instance number does not exist, and if the instance value is less than or equal to the maximum allowed instances for the setting. For more information about instances, see Instances of settings.
asu set settingvalue [-v] [-nx] [connect_options]where setting is the name of a setting to change. Use the command asu show all to show a list of available settings; value is the exact value string to set for the setting.
For settings with a single value, the asu showvalues command output is setting_name=value.
asu set setting value1=value2=valueN [-v] [-nx] [connect_options]where setting is the name of a setting to change that can accept a list of values. Use the asu showvalues setting command to show a list of all values that are available for the setting.
For settings that allow a list of values, the asu showvalues command output syntax is setting_name==value1=value2=valueN. The double equal sign (==) shows that the setting can accept either single or multiple values in an ordered list.
The output of the set command when the -v parameter is not specified is the setting name and the new value. When the -v parameter is specified, the description of the setting is also shown.
<setting>=<new value>The setting with a single value with the -v parameter:
<setting>: <setting description> = <new value>
<setting>=<new value1>=<new value2>=<new valueN>The setting with multiple values with the -v parameter:
<setting>: <setting description>=<new value1>=<new value2>=<new valueN>
The set command and corresponding output are shown in the following examples.
asu set CMOS_CRTRequired Disabled
CMOS_CRTRequired=Disabled
asu set CMOS_DisketteA "1.44 MB 3.5\""
CMOS_DisketteA=1.44 MB 3.5"
asu set RSAIP_HostIPAddress1 192.168.0.100
RSAIP_HostIPAddress1=192.168.0.100
asu set RSAString_LoginId2 rsauser
RSAString_LoginId2=rsauser
asu set BootOrder.BootOrder "CD/DVD Rom=Floppy Disk=Hard Disk 0"
BootOrder.BootOrder=CD/DVD Rom=Floppy Disk=Hard Disk 0
asu set iSCSI.AttemptName.2 "MyAttempt2Name"
iSCSI.AttempName.2=MyAttempt2Name
To set the other settings for this instance in this record, refer to the following examples:
asu set iSCSI.LocalIp.2 "9.5.107.170"
iSCSI.LocalIp.2=9.5.107.170
asu set iSCSI.SubnetMask.2 "255.255.255.0"
iSCSI.SubnetMask.2="255.255.255.0"