raidControllerCreateLD
1.3.6.1.4.1.2011.2.235.1.1.36.50.1.25
Create new logical drive on this RAID controller. The arguments are seperated by semicolons;
The arguments format is <option1>=<argument>;<option2>=<argument>;...;<optionN>=<argument>;
example:
rl=r1;pd=1,2;name=example;size=100.375g;ss=256k;sc=1;rp=ra;wp=wb;iop=cio;ap=rw;dcp=enabled;init=quick;
or
rl=r50;pd=1,2,3,4,5,6,7,8,9;name=example;size=500g;ss=1M;sc=3;rp=ra;wp=wb;iop=cio;ap=rw;dcp=enabled;init=quick;
Options and arguments:
rl=<RAID level> The RAID level of logical drive. It is mandatory. When 'cachecade=1' is specified, RAID level 0/1 is valid.
r0: RAID0
r1: RAID1
r5: RAID5
r6: RAID6
r10: RAID10
r50: RAID50
r60: RAID60
pd=<PD IDs> The physical drives IDs which participate this logical drive. It is mandatory.
name=<Logical drive name> The name of logical drive. The 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 and not necessary when 'cachecade=1' is specified.
ss=<Logical drive strip size> The strip size of logical drive. The valid values are 64k,128k,256k,512k,1M.
It is optional and not necessary when 'cachecade=1' is specified.
sc=<Span count> The span count of logical drive. The default is 1 when RAID level is RAID0/1/5/6 and 2 when RAID level is RAID10/50/60.
It is optional and not necessary when 'cachecade=1' is specified.
rp=<Read Policy> The read policy of logical drive. It is optional and not necessary when 'cachecade=1' is specified.
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 and not necessary when 'cachecade=1' is specified.
cio: Cached IO
dio: Direct IO
ap=<Access Policy> The access policy of logical drive. It is optional and not necessary when 'cachecade=1' is specified.
rw: Read Write
ro: Read only
blocked: Blocked
dcp=<Disk Cache Policy> The disk cache policy of logical drive. It is optional and not necessary when 'cachecade=1' is specified.
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 and not necessary when 'cachecade=1' is specified.
no: No init
quick: Quick init
full: Full init
cachecade=1 Logical drive is used for secondary cache. It is optional. It must be supported by RAID controller first.
Note: Character ';' is not valid for logical drive name string because it is used as separator.