This section provides a troubleshooting procedure to disable and then enable a cluster interconnect, such as cluster transport adapters and transport cables.
Do not use the ipadm commands to administer cluster transport adapters. If a transport adapter was disabled using the ipadm disable-if command, you must use the clinterconnect commands to disable the transport path and then enable it.
This procedure requires that you have Oracle Solaris Cluster software installed. These commands must be run from a global-cluster node.
You can also use the Oracle Solaris Cluster Manager GUI to enable a cluster interconnect. For GUI log-in instructions, see How to Access Oracle Solaris Cluster Manager.
% clinterconnect status
    
=== Cluster Transport Paths===
Endpoint1               Endpoint2              Status
---------               ---------              ------
pnode1:net1             pnode2:net1            waiting
pnode1:net5             pnode2:net5            Path online
% clinterconnect show | egrep -ie "cable.*pnode1" Transport Cable: pnode1:net5,switch2@1 Transport Cable: pnode1:net1,switch1@1
% clinterconnect disable pnode1:net1,switch1@1
% clinterconnect enable pnode1:net1,switch1@1
% clinterconnect status
    
=== Cluster Transport Paths===
Endpoint1               Endpoint2              Status
---------               ---------              ------
pnode1:net1             pnode2:net1            Path online
pnode1:net5             pnode2:net5            Path online