這個選項用來啟動已經存在的叢集傳送電纜。
成為叢集中任何節點的超級使用者(superuser)。
輸入 scsetup 公用程式。
# scsetup |
出現「主功能表」。
輸入 2(叢集交互連接)來存取「叢集交互連接功能表」。
輸入 7(啟動傳送電纜)來啟動傳送電纜。
請依出現的提示及指示進行。您必須同時輸入節點名稱以及您要識別之電纜某個端點的配接卡名稱。
確認電纜啟動成功。
# scconf -p | grep cable |
這個範例顯示如何啟動位於節點 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
|