Sun Cluster 3.0 12/01 系統管理手冊

5.1.5 如何啟動 Cluster Transport Cable

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

這個選項用來啟動已經存在的叢集傳輸電纜。

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

  2. 輸入 scsetup 公用程式。


    # scsetup
    

    顯示 Main Menu。

  3. 輸入 2 (叢集交互連接) 來存取「叢集交互連接功能表」。

  4. 輸入 7 (啟動傳輸電纜) 來啟動傳輸電纜。

    請依出現的提示及指示進行。 您必須同時輸入節點名稱以及您要識別之電纜某個端點的配接卡名稱。

  5. 確認電纜啟動成功。


    # scconf -p | grep cable
    

5.1.5.1 範例-啟動叢集傳輸電纜

這個範例顯示如何啟動位於節點 phys-schost-2 上之配接卡 qfe-1 的叢集傳輸電纜。


[Become superuser on any node.]
[Enter the scsetup utility:]
# 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
[Verify that the scconf command completed successfully:]
 
scconf -c -m endpoint=phys-schost-2:qfe1,state=enabled
 
Command completed successfully.
Quit the scsetup Cluster Interconnect Menu and Main Menu.
[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