|
Answer» The steps for creating a masking view are:
- Search the environment for Symmetrix devices on each HBA
- Symaccess discover hba
- CREATE a STORAGE group (one or more devices)
- Symaccess -sid XXXX create -name StorageGroupName -type storage devs 3250:3350
- Create a port group (one or more director/port COMBINATIONS)
- Symaccess -sid XXXX create -name PortGroupName -type port -dirport 7E:0,7G:1,8F:0
- Create an initiator group (one or more host WWNS or iSCSIs)
- symaccess -sid XXXX create -name InitiatorGroupName -type initiator -wwn wwn
- Create a masking view containing the storage group, port group, and initiator group.
- When a masking view is created, the devices are automatically masked and mapped.
- symaccess -sid XXXX create view -name MaskingViewName -sg StorageGroupName -pg PortGroupName -IG InitiatorGroupName.
The steps for creating a masking view are:
|