CLI Guide
Table 343. Setting Virtual Disk Name
Mandatory Options and
Arguments
Optional Parameters Valid Parameters
Arguments
Description
-vd -vd=id -
ac=svdn - vdn=
<string> - c=id or
vdisk vdisk= id
action= setvdname
vdname=<string>
controllerid= id
NA NA
Sets the name of the specied virtual disk on the
specied controller.
Example:
A:>raidcfg -vd -vd=2 -ac=svdn -
vdn=xxx -c=2
RAIDCFG Command successful!
Setting Environment Variables
The following table lists the RAIDCFG options, parameters, and pre-dened arguments for setting the CLI environment.
Table 344. Setting Environment
Mandatory Options and
Arguments
Optional Parameters Valid Parameters
Arguments
Description
-se -envn=<string>
-envc=<function>
or
setenvironment
envname=<string>
envcommand=<function>
NA NA
Sets a user-dened environment variable to the
value returned from the getcontrollerslots
function call. This option combination is mandatory.
Example:
A:>raidcfg -se -envn=CNTRL -
envc=getcontrollerslots
CNTRL=0 1 2
RAIDCFG Command successful!
-se -envn=<string>
-envc=<function>
or
setenvironment
envname=<string>
envcommand=<function>
-f or filename
<filename>
Captures the environment output to the given
lename. This option either appends the
information to an existing le or creates a new le.
-se -envn=<string>
- envc=<function> -
c=id
or
setenvironment
envname=<string>
envcommand=<function>
controllerid=id
NA NA
Sets a user-dened environment variable to the
value returned from the getfirmware,
getcontrollertype, getadisks,
getadiskcount,
getfreeadisks,getfreeadiskcount,
getfreeadisksize, or gethotspares
function call. This option combination is mandatory.
Example:
A:>raidcfg -se -envn=FIRMWARE
-envc=getfirmware -c=2
FIRMWARE=531T
RAIDCFG Command successful!
RAIDCFG 203