Sun Cluster 3.0 系统管理指南

5.1.4 如何启用Cluster Transport Cable

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

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

  2. 输入 scsetup 公用程序。


    # scsetup
    

    出现主菜单。

  3. 通过输入 2(群集互连)访问群集互连菜单。

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

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

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


    # scconf -p | grep cable
    

5.1.4.1 示例-禁用群集传输电缆

此示例展示如何启用在节点 phys-schost-2 上的 适配器 qfe-1 上的群集传输电缆。


[Become superuser on any node.]
[Enter the scsetup utility:]
# scsetup
[Enter option 7:]
*** Cluster Interconnect Menu ***
    Please select from one of the following options:
    ...
      7) Enable a transport cable
    ...
    Option: 7
[Enter the requested information:]
>>> Enable a Cluster Transport Cable <<<
    ...
    Is it okay to continue (yes/no) [yes]? <Return>
    ...
    To which node is the cable attached? phys-schhost-2
    Name of the adapter on "phys-schost-2"? qfe-1
    Is it okay to proceed with the update (yes/no) [yes]? <Return>
 
scconf -c -m endpoint=phys-schost-2:qfe1,state=enabled
 
    Command completed successfully.
    Hit ENTER to continue: <Return>
[Verify that the cable is enabled:]
# 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