Users guide
283 IntelĀ® RAID Software User Guide
10.5.4.5 Change Virtual Properties Commands
The Storage Command Line Tool supports the following commands to change virtual
drive properties:
storcli /cx/vx set accesspolicy=<rw|ro|blocked|rmvblkd>
storcli /cx/vx set iopolicy=<cach
ed|direct>
storcli /cx/vx set name=<namestri
ng>
storcli /cx/vx set pdcache=<on|of
f|default>
storcli /cx/vx set rdcache=<ra|no
ra>
storcli /cx/vx|vall set ssdcachin
g=<on|off>
storcli /cx/vx|vall set HostAcces
s=ExclusiveAccess|SharedAccess
storcli /cx/vx set wrcache=<wt|wb
|awb>
storcli /cx/vx set emulationType=
0|1
storcli /cx/vx set ds=Default|Aut
o|None|Max|MaxNoCache
storcli /cx/vx set autobgi=On|Off
storcli /cx/vx set pi=Off
storcli /cx/vx set bootdrive=<On|
Off>
The detailed description for each command follows.
storcli /cx/vx set accesspolicy=<rw|ro|blocked|rmvblkd>
This command sets the access policy on a virtual drive to read write, read only, or blocked
or rmvblkd (remove blocked).
Input example:
storcli /c0/v0 set accesspolicy=rw
storcli /cx/vx set iopolicy=<cach
ed|direct>
This command sets the I/O policy on a virtual drive to cached I/O or direct I/O.
Input example:
storcli /c0/v0 set iopolicy=cached
storcli /cx/vx set name=<namestri
ng>
This command names a virtual drive. The name is restricted to 15 characters.
Input example:
storcli /c1/v0 set name=testdrive123
storcli /cx/vx set pdcache=<on|of
f|default>
This command sets the current disk cache policy on a virtual drive to on, off, or default
setting.
Input example:
storcli /c0/v0 set pdcache=on