Sun Cluster のシステム管理 (Solaris OS 版)

Procedureクラスタトランスポートケーブル、トランスポートアダプタ、トランスポートスイッチを追加する

クラスタ固有のトランスポートの要件については、『Sun Cluster 3.1 - 3.2 Hardware Administration Manual for Solaris OS』「Interconnect Requirements and Restrictions」を参照してください。

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

phys-schost# プロンプトは、グローバルクラスタのプロンプトを表します。この手順は、グローバルクラスタ上で実行します。

この手順では、長形式の Sun Cluster コマンドを使用して説明します。多くのコマンドには短縮形もあります。コマンド名の形式の長短を除き、コマンドは同一です。コマンドのリストとその短縮形については、付録 B Sun Cluster オブジェクト指向コマンドを参照してください。

  1. クラスタトランスポートケーブルが物理的に取り付けられていることを確認します。

    クラスタトランスポートケーブルのインストール手順については、『Sun Cluster 3.1 - 3.2 Hardware Administration Manual for Solaris OS』 を参照してください。

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

  3. clsetup ユーティリティーを起動します。


    # clsetup
    

    メインメニューが表示されます。

  4. クラスタインターコネクトメニューを表示するためのオプションに対応する番号を入力します。


    注 –

    SCI アダプタを使用する構成では、この手順の「Add (追加)」部分において表示されるアダプタ接続 (ポート名) のデフォルトを受け入れてはいけません。その代わりに、ノードに物理的に (ケーブルで) 接続されている、Dolphin スイッチ上のポート名 (0、1、2、または 3) を指定します。


  5. トランスポートケーブルを追加するためのオプションに対応する番号を入力します。

    指示に従い、必要な情報を入力します。

  6. トランスポートアダプタをノードに追加するためのオプションに対応する番号を入力します。

    指示に従い、必要な情報を入力します。

  7. トランスポートスイッチを追加するためのオプションに対応する番号を入力します。

    指示に従い、必要な情報を入力します。

  8. クラスタトランスポートケーブル、トランスポートアダプタ、トランスポートスイッチが追加されたことを確認します。


    # clinterconnect show node:adapter,adapternode
    # clinterconnect show node:adapter
    # clinterconnect show node:switch
    

例 7–2 クラスタトランスポートケーブル、トランスポートアダプタ、トランスポートスイッチの追加

次の例に、clsetup ユーティリティーを使用し、トランスポートケーブル、トランスポートアダプタ、トランスポートスイッチをノードに追加する方法を示します。


[Ensure that the physical cable is installed.]
[Start the clsetup utility:]
# clsetup
[Select Cluster interconnect]

[Select either Add a transport cable, 
Add a transport adapter to a node, 
or Add a transport switch.}
[Answer the questions when prompted.]
   [You Will Need:  ]       
[Information:       Example:[
   node names             phys-schost-1
   adapter names          qfe2
   switch names         hub2
   transport type         dlpi
[Verify that the clinterconnect
 command completed successfully:]Command completed successfully.
Quit the clsetup Cluster Interconnect Menu and Main Menu. 
[Verify that the cable, adapter, and switch are added:]
# clinterconnect show phys-schost-1:qfe2,hub2
  ===Transport Cables ===
Transport Cable:                  phys-schost-1:qfe2@0,hub2
  Endpoint1:                  phys-schost-2:qfe0@0
  Endpoint2:                  ethernet-1@2 ???? Should this be hub2?
  State:                      Enabled

# clinterconnect show phys-schost-1:qfe2
=== Transport Adepters for qfe2
Transport Adapter:                             qfe2
  Adapter State:                                 Enabled
  Adapter Transport Type:                        dlpi
  Adapter Property (device_name):                ce
  Adapter Property (device_instance):            0
  Adapter Property (lazy_free):                  1
  Adapter Property (dlpi_heartbeat_timeout):     10000
  Adpater Property (dlpi_heartbeat_quantum):     1000
  Adapter Property (nw_bandwidth):               80
  Adapter Property (bandwidth):                  70
  Adapter Property (ip_address):                 172.16.0.129
  Adapter Property (netmask):                    255.255.255.128
  Adapter Port Names:                            0
  Adapter Port STate (0):                        Enabled

# clinterconnect show phys-schost-1:hub2

=== Transport Switches ===
Transport Switch:                              hub2
  Switch State:                                  Enabled
  Switch Type:                                   switch
  Switch Port Names:                             1 2
  Switch Port State(1):                          Enabled
  Switch Port State(2):                          Enabled

次の手順

クラスタトランスポートケーブルのインターコネクトのステータスを確認するには、「クラスタインターコネクトの状態を確認する」を参照してください。