Vmax Allocation Steps

By | October 7, 2010

Vmax Allocation Steps

1. Create the devices

create dev count=2, size=18414, data_member_count=3, config=RAID-5, disk_group=3, emulation=fba, dynamic_capability=dyn_rdf;

2. Create Initiator Group

symaccess -sid 1313 -type initiator -name Host1 create -wwn 1000000000000001
symaccess -sid 1313 -type initiator -name Host1 add -wwn 1000000000000002

3. Create Port Group

symaccess -sid 1313 -type port -name 3E0_4E0_13E0_14E0 -dirport 3e:0,4e:0,13e:0,10e:0 create

4. Create Storage Group

symaccess -sid 1313 -type storage -name Host1 create devs AAA:AAB

5. Create Masking View

symaccess -sid 1313 create view -name Host1_Allocation -sg Host1 -pg 3E0_4E0_13E0_14E0 -ig Host1