So from the WEB UI --> HOSTS --> expand --> SAN initiator groups
click +Add
NAME:
STORAGE VM:
HOST OPERATING SYSTEM: vmware
(check) Host initiators
enter Name: 11:22:33:44:55:66:77:88
enter Description: host-n1
FROM THE CLI:
lun igroup create -vserver SVN -igroup VMware-SVN -protocol mixed -ostype vmware -initiator 11:22:33:44:55:66:77:88
if you have multiple initiators it looks like this:
lun igroup create -vserver SVN -igroup VMware-SVN -protocol mixed -ostype vmware -initiator 11:22:33:44:55:66:77:88,11:22:33:44:55:66:77:99,...
ISSUE: how do I add a description for each Initiator assuming first two Initiators are for host-n1, next 2 are host-n2 since each initiator has two hba controllers.
Also from the WEB UI it shows connection status how can I from the CLI show the Initiators Connection status.