Sun Cluster 3.0 12/01 系统管理指南

5.1.3 如何添加Cluster Transport Cable、传输适配器或传输结点

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

  1. 确保安装了cluster transport cable(电缆本身)。

    有关安装cluster transport cable的过程,请参阅《Sun Cluster 3.0 12/01 Hardware Guide》。

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

  3. 进入 scsetup 实用程序。


    # scsetup
    

    显示"Main Menu"。

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


    注意:

    如果配置所使用的是 SCI 适配器,则在该过程的 "添加" 操作中提示适配器连接(端口名)时,不要接受缺省设置。 应提供在 Dolphin 交换机上所找到的端口名(0、 1、 2 或 3),节点与之通过电缆以物理方式进行连接。


  5. 通过键入 1(添加传输电缆)来添加传输电缆。

    按说明输入请求的信息。

  6. 通过键入 2(向节点添加传输适配器)来添加传输适配器。

    按说明输入请求的信息。

  7. 通过键入 3(添加传输结点)来添加传输结点。

    按说明输入请求的信息。

  8. 检验是否已添加cluster transport cable、传输适配器或传输结点。


    # scconf -p | grep cable
    # scconf -p | grep adapter
    # scconf -p | grep junction
    

5.1.3.1 示例 - 添加群集传输电缆、传输适配器或传输结点

以下示例显示了如何使用 scsetup 命令向节点添加传输电缆、传输适配器或传输结点。


[Ensure the physical cable is installed.]
Become superuser on any node and place the node to be removed in maintenance state.
# scsetup
Select Cluster interconnect.
Select either Add a transport cable, Add a transport adapter to a node,
 or Add a transport junction.
Answer the questions when prompted. 
   You Will Need:         Example:
   node names             phys-schost-1
   adapter names          qfe2
   junction names         hub2
   transport type         dlpi
[Verify that the scconf command completed successfully:]
Command completed successfully.
Quit the scsetup Cluster Interconnect Menu and Main Menu.
[Verify that the cable, adapter, and junction are added:]
# scconf -p | grep cable
  Transport cable:   phys-schost-2:qfe0@1 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
# scconf -p | grep adapter
  Node transport adapters:                         qfe2 hme1 qfe0
  Node transport adapter:                          qfe0
  Node transport adapters:                         qfe0 qfe2 hme1
  Node transport adapter:                          qfe0
  Node transport adapters:                         qfe0 qfe2 hme1
  Node transport adapter:                          qfe0
# scconf -p | grep junction
  Cluster transport junctions:                       hub0 hub1 hub2
  Cluster transport junction:                        hub0
  Cluster transport junction:                        hub1
  Cluster transport junction:                        hub2