Thursday, September 10, 2015

Assign LUN from VMAX to new host

Assign LUN from VMAX to new host
  1. 1.       First check the wwpn login status after do the zoning.

symaccess -sid 123 list logins -wwn 0000000000000000
  1. 2.       Create IG group

symaccess -sid 123 create -name IG_ESX140 -type init -wwn 000000000000000 -consistent_lun
  1. 3.       Add another wwpn to the same IG group

symaccess -sid 123 add -name IG_ESX140 -type init -wwn 00000000000001
  1. 4.       Created SG group and mapped luns to it

symaccess -sid 123 create -name SG_ESX140 -type storage devs 0472,0482
  1. 5.       Check the port group name to create MV Group

symaccess -sid 123 list -type port
  1. 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: