Start a Conversation

Unsolved

This post is more than 5 years old

1416

November 25th, 2014 16:00

can we add a new initiator group to a existing masking view?

Hi Folks,

Is there any possibility to add a new initiator group to the existing masking view without disturbing the access to the existing LUNs in the host?

Regards

Pardhu

51 Posts

November 26th, 2014 01:00

Hello!

You can do that by two ways:

1. Create new masking view (seems for new host in your case), because of this is new entity for MV.

symaccess -sid XXX create view -name NAME_MV -SG NAME_OF_EXITING_SG -pg NAME_PG -ig NEW_IG

2. You can add new IG to current one as a child:

symaccess -sid XXX -type initiator -name CURRENT_IG add -ig NEW_IG

Something like this.

Thanks!

No Events found!

Top