Sun Cluster 系统管理指南(适用于 Solaris OS)

Procedure如何启用群集传输电缆

您还可以使用 SunPlex Manager GUI 来完成此过程。有关详细信息,请参阅 SunPlex Manager 的联机帮助。

此选项用于启用现有的群集传输电缆。

步骤
  1. 成为群集中任一节点上的超级用户。

  2. 进入 scsetup(1M) 实用程序。


    # scsetup
    

    显示“Main Menu”。

  3. 通过键入 4(群集互连)来访问群集互连菜单。

  4. 通过键入 7(启用传输电缆)来启用传输电缆。

    出现提示后按说明操作。您需要输入尝试标识的电缆的一个端点的节点名称和适配器名称。

  5. 检验是否已启用该电缆。


    # scconf -p | grep cable
    

示例 6–4 启用群集传输电缆

此示例说明了如何启用位于节点 phys-schost-2 的适配器 qfe-1 上的群集传输电缆。


[成为任一节点上的超级用户。]
[进入 scsetup 实用程序:]
# scsetup
Select Cluster interconnect>Enable a transport cable.

Answer the questions when prompted.
You will need the following information.
   You Will Need:         
Example:
   node names             phys-schost-2
   adapter names          qfe1
   junction names         hub1
[检验  scconf
  命令是否已成功完成:]
 
scconf -c -m endpoint=phys-schost-2:qfe1,state=enabled
 
Command completed successfully.
Quit the scsetup Cluster Interconnect Menu and Main Menu.
[检验电缆是否已启用:]
# scconf -p | grep cable
  Transport cable:   phys-schost-2:qfe1@0 ethernet-1@2    Enabled
  Transport cable:   phys-schost-3:qfe0@1 ethernet-1@3    Enabled
  Transport cable:   phys-schost-1:qfe0@0 ethernet-1@1    Enabled