Sun Cluster 3.0 U1 系統管理手冊

5.1.2 如何新增 Cluster Transport Cable、傳輸配接卡或傳輸接點

您也可使用 SunPlex Manager GUI 來完成此程序。請參閱 SunPlex Manager 線上說明,以取得詳細資訊。

  1. 請確定已經安裝實體 cluster transport cable。

    有關如何安裝 cluster transport cable 的程序,請參閱 Sun Cluster 3.0 U1 Hardware Guide

  2. 成為叢集中任何節點的超級使用者。

  3. 輸入 scsetup 公用程式。


    # scsetup
    

    顯示 Main Menu。

  4. 輸入 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.2.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