system ha interconnect port sharing modify
Availability: This command is available to cluster administrators at the advanced privilege level.
Description
The system ha interconnect port sharing modify
command sets the state of port sharing for the specified node. This command is used to allow a Cluster/HA port-sharing platform to continue using the normally-shared ports for HA only, while using other ports for Cluster-only. An example of when this would be needed is if the Cluster/HA ports are 100G, but the node is being connected to a 10G switch in an existing cluster. In order to use a separate 10G Cluster port, this command stops using the 100G port for Cluster and only uses it for HA.
Parameters
-node <nodename>
- Node (privilege: advanced)-
This parameter specifies the node on which to modify port sharing.
[-enabled {true|false}]
- Enabled (privilege: advanced)-
Set this parameter to enable/disable port sharing.
Examples
The following example modifies the HA interconnect device port sharing to enabled:
cluster1::*> system ha interconnect port sharing modify -node node1 -enabled true cluster1::*> system ha interconnect port sharing show Node Enabled -------------- ------- node1 true node2 false