![]() |
![]() |
| ||||||||||||||||||||||||||||||||
Chapter 6Administering Cluster Interconnects and Public NetworksThis chapter provides the software procedures for administering the Sun Cluster interconnects and public networks. Administering the cluster interconnects and public networks consists of both hardware and software procedures. Typically, you configure the cluster interconnects and public networks, including Internet Protocol (IP) Network Multipathing groups, when you initially install and configure the cluster. If you later need to alter a cluster interconnect network configuration, you can use the software procedures in this chapter. For information about configuring IP Network Multipathing groups in a cluster, see the section Administering the Public Network. This is a list of the procedures in this chapter.
For a high-level description of the related procedures in this chapter, see Table 6-1 and Table 6-3. Refer to the Sun Cluster Concepts Guide for Solaris OS document for background and overview information on the cluster interconnects and public networks. Administering the Cluster InterconnectsThis section provides the procedures for reconfiguring cluster interconnects, such as cluster transport adapters and cluster transport cables. These procedures require that you install Sun Cluster software. Most of the time, you can use the scsetup(1M) utility to administer the cluster transport for the cluster interconnects. See the scsetup man page for more information. For cluster software installation procedures, see the Sun Cluster Software Installation Guide for Solaris OS. For procedures about servicing cluster hardware components, see the Sun Cluster Hardware Administration Manual for Solaris OS . Note - You can usually choose to use the default port name, where appropriate, during cluster interconnect procedures. The default port name is the same as the internal node ID number of the node that hosts the adapter end of the cable. However, you cannot use the default port name for certain adapter types, such as SCI. Table 6-1 Task List: Administering the Cluster Interconnect
Dynamic Reconfiguration With Cluster InterconnectsThere are a few issues you must consider when completing dynamic reconfiguration (DR) operations on cluster interconnects.
Complete the following procedures in the order indicated when performing DR operations on public network interfaces. Table 6-2 Task Map: Dynamic Reconfiguration with Public Network Interfaces
|
# scstat -W |
Refer to the following for common status messages.
Status Message | Description and Possible Action |
|---|---|
Path online | The path is currently functioning correctly. No action is necessary. |
Path waiting | The path is currently being initialized. No action is necessary. |
Path faulted | The path is not functioning. This can be a transient state when paths are going between the waiting and online state. If the message persists when scstat -W is rerun, take corrective action. |
The following example shows the status of a functioning cluster interconnect.
# scstat -W -- Cluster Transport Paths -- Endpoint Endpoint Status -------- -------- ------ Transport path: phys-schost-1:qfe1 phys-schost-2:qfe1 Path online Transport path: phys-schost-1:qfe0 phys-schost-2:qfe0 Path online Transport path: phys-schost-1:qfe1 phys-schost-3:qfe1 Path online Transport path: phys-schost-1:qfe0 phys-schost-3:qfe0 Path online Transport path: phys-schost-2:qfe1 phys-schost-3:qfe1 Path online Transport path: phys-schost-2:qfe0 phys-schost-3:qfe0 Path online |
How to Add Cluster Transport Cables, Transport Adapters, or Transport JunctionsYou can also accomplish this procedure by using the SunPlex Manager GUI. See the SunPlex Manager online help for more information.
Ensure that the physical cluster transport cables are installed.
For the procedure on installing a cluster transport cable, see the Sun Cluster Hardware Administration Manual for Solaris OS .
Become superuser on any node in the cluster.
Enter the scsetup utility.# scsetup
The Main Menu is displayed.
Access the Cluster Interconnect Menu by typing 3 (Cluster interconnect).
Note - If your configuration uses SCI adapters, do not accept the default when you are prompted for the adapter connections (the port name) during the "Add" portion of this procedure. Instead, provide the port name (0, 1, 2, or 3) found on the Dolphin switch, to which the node is physically cabled.
Add the transport cable by typing 1 (Add a transport cable).
Follow the instructions and enter the requested information.
Add the transport adapter by typing 2 (Add a transport adapter to a node).
Follow the instructions and enter the requested information.
Add the transport junction by typing 3 (Add a transport junction).
Follow the instructions and enter the requested information.
Verify that the cluster transport cable, transport adapter, or transport junction is added.
# scconf -p | grep cable # scconf -p | grep adapter # scconf -p | grep junction |
Previous Contents Index Next ![]() |