#New-NcIgroup / Add-NcIgroupInitiator

1 messages · Page 1 of 1 (latest)

alpine bone
#

Hi All,
does anyone know if it is possible to add an HostInitiator to an InitiatorGroup("Parent Initiator Group") with Powershell?

Example:
Parent Initiator Group (Cluster):
vvcl
Initiator (Host Initiator):
vvh-p01 01:02:03:04:0a...; 02:03:04:05:0a...
vvh-p02 03:02:03:04:0a...; 04:03:04:05:0a...

If I want to add an HostInitiator to the group like the following I receive an "Invalid Initiator" error message because he wants to have another value(WWN/IQN)
Add-NcIgroupInitiator -name "vvcl" -Initiator "vvh-p01"

With the NetApp GUI its very simple to add an HostInitiator to an Group in Powershell unfortunately I haven't figured it out yet.
Wrong cmdlet?

Ontap - 9.10.1P10
NetApp.Ontap - 9.10.1

Regards