Sun Cluster 3.0 12/01 のシステム管理

クラスタトランスポートケーブルを有効にする

この手順は、SunPlex Manager GUI を使用しても実行できます。詳細については、SunPlex Manager のオンラインヘルプを参照してください。

このオプションを使用して、既存のクラスタトランスポートケーブルを有効にします。

  1. クラスタ内の任意のノード上でスーパーユーザーになります。

  2. scsetup ユーティリティーを起動します。


    # scsetup
    

    「Main Menu」が表示されます。

  3. 2 (Cluster interconnect) を入力して、「Cluster Interconnect Menu」にアクセスします。

  4. 7 (Enable a transport cable) を入力して、トランスポートケーブルを有効にします。

    プロンプトが表示されたら、指示に従います。ケーブルのいずれかの終端のノード名およびアダプタ名の両方を入力する必要があります。

  5. ケーブルが有効になっていることを確認します。


    # scconf -p | grep cable
    

例 - クラスタトランスポートケーブルを有効にする

次に、ノード phys-schost-2 にあるアダプタ qfe-1 のクラスタトランスポートケーブルを有効にする例を示します。


[任意のノード上でスーパーユーザーになる]
[scsetup ユーティリティーを実行する]
# 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
[scconf コマンドが正常に終了したことを確認する]
 
scconf -c -m endpoint=phys-schost-2:qfe1,state=enabled
 
Command completed successfully.
Quit the scsetup Cluster Interconnect Menu and Main Menu.
[ケーブルが有効なことを確認する]
# 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