Sun N1 Grid Engine 6.1 インストールガイド

Procedureソフトウェアを対話方式で削除する方法

  1. 環境変数が適切に設定されていることを確認します。


    注 –

    インストール時にセル名が指定されていない場合、cell の値は default になります。


    • C シェルを使用している場合、次のコマンドを入力します。


      # source sge-root/cell/common/settings.csh
      
    • Bourne シェルまたは Korn シェルを使用している場合、次のコマンドを入力します。


      # . sge-root/cell/common/settings.sh
      
  2. 構成テンプレート sge-root/util/inst_sge_modules/inst_sge_template.conf のコピーを作成します。


    # cd sge-root/util/inst_sge_modules/
    # cp inst_sge_template.conf  my_configuration.conf
    
  3. 構成テンプレートを編集します。

    EXEC_HOST_LIST_RM リスト内のすべてのホストが自動的に削除されます。

    # Remove this execution hosts in automatic mode
    EXEC_HOST_LIST_RM="host1 host2 host3 host4"
  4. マスターホスト上で、sge-root/inst_sge コマンドを入力します。

    この例では、実行ホスト host1host2、および host3 をアンインストールします。

    次のコマンドを 1 行で入力します。-autosge-root/util/inst_sge_modules/my_configuration.conf の間には空白文字を 1 つ入力します。


    # sge-root/inst_sge -ux -auto 
    sge-root/util/inst_sge_modules/my_configuration.conf
    

    注 –

    この処理の間、情報の入力を求めるプロンプトは一切表示されません。ただし、コマンドを実行した端末ウィンドウに、この処理の出力結果が表示されます。


  5. (省略可能) シャドウマスターホストを使用している場合はアンインストールします。

    次のコマンドを 1 行で入力します。-autosge-root/util/inst_sge_modules/my_configuration.conf の間には空白文字を 1 つ入力します。


    # sge-root/inst_sge -usm -auto 
    sge-root/util/inst_sge_modules/my_configuration.conf
    
  6. マスターホストをアンインストールします。

    次のコマンドを 1 行で入力します。-autosge-root/util/inst_sge_modules/my_configuration.conf の間にはスペースを入れます。


    # sge-root/inst_sge -um -auto 
    sge-root/util/inst_sge_modules/my_configuration.conf