Is it possible to create portsets during host mapping in System Manager?
Applies to
ONTAP System Manager (OSM) 9.8
Answer
No. Portsets were explicitly and consciously left out of the REST APIs because of the low and declining usage.
Workflow:
Examples:
cluster1::> portset create -vserver vs1 -portset ps1 -protocol mixed
Creates a port set ps1 on Vserver vs1 with the protocol type of mixed.
cluster1::> portset create -vserver vs1 -portset iscsips -protocol iscsi
Creates a port set iscsips on Vserver vs1 with the protocol type of iscsi.
cluster1::> portset create -vserver vs1 -portset fcppc -protocol fcp
Creates a port set fcppc on Vserver vs1 with the protocol type of fcp.
cluster1::> portset create -vserver vs1 -portset ps2 -protocol mixed -port-name l11
Additional Information
NetApp System Manager Product Management is aware of this request.