Assign LUN from VMAX to new host
- 1. First check the wwpn login status after do the zoning.
symaccess -sid 123 list logins -wwn 0000000000000000
- 2. Create IG group
symaccess -sid 123 create -name IG_ESX140 -type init -wwn 000000000000000
-consistent_lun
- 3. Add another wwpn to the same IG group
symaccess -sid 123 add -name IG_ESX140 -type init -wwn 00000000000001
- 4. Created SG group and mapped luns to it
symaccess -sid 123 create -name SG_ESX140 -type storage devs
0472,0482
- 5. Check the port group name to create MV Group
symaccess -sid 123 list -type port
- 6. Create MV Group
symaccess -sid 123 create view -name MV_ESX140 -ig IG_ESX140
-sg SG_ESX140 -pg PG_1F0_2F0_3F0_4F0
Now existing LUNs has been mapped to new zoned server
No comments:
Post a Comment