Sun Cluster 2.2 のシステム管理

クラスタから論理ホストを削除するには

クラスタ構成から論理ホストを削除するには、クラスタが動作しており、その論理ホストにデータサービスが登録されていない状態でなければなりません。

  1. 削除する論理ホスト上で動作しているデータサービスアプリケーションをすべて停止します。

    # hareg -n detaservice
    
  2. そのデータサービスの登録を解除します。

    # hareg -u detaservice
    
  3. クラスタから論理ホストを削除します。

    Sun Cluster 2.2 ソフトウェアのインストール』の説明に従って scinstall(1M) コマンドを実行し、「Main Menu」から「Change」を選択します。

    # scinstall
    Assuming a default cluster name of planets
     Note: Cluster planets is currently running.
           Install/Uninstall actions are disabled during
           cluster operation.
    
             <<Press return to continue>>
    
             Checking on installed package state
     ........................
    
     ============ Main Menu =================
    
     1) Change  - Modify cluster or data service configuration.
     2) Verify  - Verify installed package sets.
     3) List    - List installed package sets.
    
     4) Quit    - Quit this program.
     5) Help    - The help screen for this menu.
    
     Please choose one of the menu items: [5]:  1
    
  4. 「Change」メニューから、「Logical Hosts」を選択します。

    =========== Changes Menu ================
    
     Choices from this menu:
    
     1) Logical Hosts       - Change the logical hosts configuration.
     2) NAFO                - Re-initialize the NAFO configuration.
    
     3) Close  - Close this menu to return to the Main Menu.
     4) Quit   - Exit this program.
     5) Help   - Show the Help screen.
    
     Please choose a displayed option: [5] 1
    

    「Logical Hosts Configuration」メニューが表示されます。

  5. 「Logical Hosts Configuration」メニューから、「Remove」を選択します

    ====== Logical Hosts Configuration ======
    
     1) Add     - Add a logical host to the cluster.
     2) Remove  - Remove a logical host from the cluster.
     3) List    - List the logical hosts in the cluster.
    
     4) Close   - Return to the previous menu.
     5) Quit    - Exit.
    
     Please choose an option:  2
    

    構成済みの論理ホストが表示されます。

  6. 構成済み論理ホストのリストから削除する論理ホストの名前を入力します。

    The list of logical hosts is:
    
             hahost1
             hahost2
    
     Which one do you want to remove?  hahost1
    

    以上で作業が終了し、「Logical Hosts Configuration」メニューに戻ります。

  7. クラスタ構成にその論理ホストが追加された時に作成された /etc/opt/SUNWcluster/conf/hanfs/vfstab.logicalhost ファイルを、root として削除します。