raidControllerAddLD
1.3.6.1.4.1.2011.2.235.1.1.36.50.1.26
Add logical drive on array on this RAID controller. The arguments are seperated by semicolons;
The arguments format is <option1>=<argument>;<option2>=<argument>;...;<optionN>=<argument>;
example:
array=1;name=example;size=100.375g;ss=512k;rp=ra;wp=wb;iop=cio;ap=rw;dcp=enabled;init=quick;
Options and arguments:
array=<Array ID> The array on which the logical drive will be added. It is mandatory.
name=<Logical drive name> The name of logical drive and maximum is 15 printable ASCII characters except ';'. It is optional.
size=<Logical drive size> The size of logical drive and unit can be 'm'(megabytes),'g'(gigabytes), or 't'(terabytes). It is optional.
ss=<Logical drive strip size> The strip size of logical drive. The valid values are 64k,128k,256k,512k,1M. It is optional.
rp=<Read Policy> The read policy of logical drive. It is optional.
ra: Read Ahead
nra: No Read Ahead
wp=<Write Policy> The write policy of logical drive. It is optional.
wt: Write Through
wbwithbbu: Write Back with BBU
wb: Write Back
iop=<IO Policy> The IO policy of logical drive. It is optional.
cio: Cached IO
dio: Direct IO
ap=<Access Policy> The access policy of logical drive. It is optional.
rw: Read Write
ro: Read only
blocked: Blocked
dcp=<Disk Cache Policy> The disk cache policy of logical drive. It is optional.
enabled: Enable disk cache
disabled: Disable disk cache
default: Unchanged(Disk's default)
init=<Init Type> The initialization type of logical drive. It is optional.
no: No init
quick: Quick init
full: Full init
Note: Character ';' is not valid for logical drive name string because it is used as separator.