Sun Cluster 2.2 のシステム管理

クラスタノード名を変更するには

  1. 現在のクラスタノード名を確認します。

    アクティブクラスタメンバーである任意のノードで、scconf -p コマンドを実行してください。


    # scconf clustername -p
    Current Configuration for Cluster clustername:
           Hosts in cluster: phys-hahost1 phys_hahost2 phys-hahost3
           Private Network Interfaces for
               phys-hahost1: be0 be1
               phys-hahost2: be0 be1
               phys-hahost3: hme0 hme1
  2. クラスタ内のすべてのノードで、scconf -h コマンドを実行します。

    scconf(1M) コマンドは、すべてのノードで実行してください。詳細は、scconf(1M) のマニュアルページを参照してください。


    # scconf -h clustername hostname0 [...hostname3]

    新しいノード名は、scconf -p コマンドで表示される順に指定する必要があります。たとえば、名前 phys-hahost3phys-opshost1 に変更するには、すべてのクラスタノードで次のコマンドを実行します。


    # scconf -h sccluster phys-hahost1 phys-hahost2 phys-opshost1