Unsolved
1 Rookie
•
5 Posts
0
1342
April 28th, 2021 09:00
Need more than 32 initiator groups to see the same storage (VMAX 40K array). What are the CLI commands to create this scenario.
No Events found!
Unsolved
1 Rookie
•
5 Posts
0
1342
April 28th, 2021 09:00
Top
DELL-Sam L
Moderator
•
7.6K Posts
0
April 28th, 2021 16:00
Hello sflood01,
Here is a link to a kb that maybe of assistance.
https://www.dell.com/support/kbdoc/en-us/000032773/emc251559-general-rules-and-limits-for-auto-provisioning-on-symmetrix-vmax?lang=en
sflood01
1 Rookie
•
5 Posts
0
April 29th, 2021 14:00
Hi,
Can I do something like this? Create multiple child IG with 64 WWNs and then add the child IGs to the parent IG?
symaccess -sid 17 create -name child-1_IG -type initiator -consistent_lun
symaccess -sid 17 -name child-1_IG -type initiator -wwn wwn1 add
symaccess -sid 17 -name child-1_IG -type initiator -wwn wwn2 add
symaccess -sid 17 -name child-1_IG -type initiator -wwn wwn3 add
symaccess -sid 17 -name child-1_IG -type initiator -wwn wwn4 add
symaccess -sid 17 -name child-1_IG -type initiator -wwn wwn5 add
symaccess -sid 17 -name child-1_IG -type initiator -wwn wwn6 add
.
.
.
symaccess -sid 17 -name child-1_IG -type initiator -wwn wwn64 add
symaccess -sid 17 create -name child-2_IG -type initiator -consistent_lun
symaccess -sid 17 -name child-1_IG -type initiator -wwn wwn1 add
symaccess -sid 17 -name child-1_IG -type initiator -wwn wwn2 add
symaccess -sid 17 -name child-1_IG -type initiator -wwn wwn3 add
symaccess -sid 17 -name child-1_IG -type initiator -wwn wwn4 add
symaccess -sid 17 -name child-1_IG -type initiator -wwn wwn5 add
symaccess -sid 17 -name child-1_IG -type initiator -wwn wwn6 add
.
.
.
symaccess -sid 17 -name child-1_IG -type initiator -wwn wwn64 add
symaccess -sid 17 create -name parent_IG -type initiator -consistent_lun
symaccess -sid 17 -name parent_IG -type initiator -ig child-1_IG add
symaccess -sid 17 -name parent_IG -type initiator -ig child-2_IG add
DELL-Sam L
Moderator
•
7.6K Posts
0
April 30th, 2021 09:00
Hello sflood01,
Here is a link to a kb that maybe of assistance.
https://www.dell.com/support/kbdoc/en-us/000067088/symmetrix-vmax-commands-to-create-and-query-initiator-group-port-group-storage-groups-and-masking-views-using-symaccess-for-vmax?lang=en