This post is more than 5 years old
2 Intern
•
309 Posts
0
3283
May 7th, 2012 08:00
Command to replace HBA in initiator group
Does this command to replace an HBA in a initiator group look correct? The CLI reference manual is not very clear to me. Also, this doesn't remap the devices, keeps same FA postions and H-LUNs, correct?
symaccess -sid XXXX -name init_grp_name -type initiator replace -wwn -new_wwn
Thanks!
No Events found!


anoopcr
2 Intern
•
148 Posts
0
May 7th, 2012 08:00
Hi,
You can use below command to replace xxxx with yyyy
symaccess -sid 1234 -wwn xxxx replace -new_wwn yyyy
DanPJ
2 Intern
•
309 Posts
0
May 7th, 2012 10:00
I guess it makes sense that the init group name doesn't belong. Thanks!
Kennedy_Doss
79 Posts
1
May 9th, 2012 19:00
Daniel,
For quick syntax reference, you can download the SYMCLI Cheatsheet (VMAX) from this site:
http://www.rajeshvu.com/san/articles/Symcli-Commands
I've found it useful.
Regards,
KGD.
DanPJ
2 Intern
•
309 Posts
0
May 10th, 2012 05:00
This is great, thanks!