1.

Can You Explain The Step By Step Procedure For Creating Auto Provisioning Groups?

Answer»

The steps for creating a masking view are: 

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

The steps for creating a masking view are: 



Discussion

No Comment Found