SCore SystemのCompute Hostへのインストール


すべてのcompute hostにログインして、次のようにしてください:
  1. binary RPMからのインストール
    サーバの /opt/score.work を mount して次のコマンドを実行してください:
    	# cd /opt/score.work
    	# ./bininstall -compute
    
  2. ネットワークのセットアップ
    /root/.rhostsおよび/etc/hosts.equivのファイルは、どのhostに対してもrshコマンドが働くように、全てのserverおよびcompute hostの名前を含んでいる必要があります。 例えば、
    server1.pccluster.org
    comp0.pccluster.org
    comp1.pccluster.org
    comp2.pccluster.org
    comp3.pccluster.org
    
  3. 全てのhostの/root/.bashrcファイルを編集し、次の行を追加してください。:
    export PWD
    
  4. PM/Ethernet の初期化プログラム

    PM/Ethernet初期化プログラムはbinary RPMのインストール時に/etc/rc.d/init.dにインストールされています。 マシンが複数のethernet cardを持ち、eth0以外のデバイスとして使用したい場合、/etc/rc.d/init.d/pm_ethernetを編集し、IFの値を変更してください。 例えばeth1を使用したい場合は、IFの値は次のようになります:

    	IF=eth1
    

    続いて、次のようなコマンドを実行します:

    Red Hat Linuxの場合:

    	# /etc/rc.d/init.d/pm_ethernet start
    
    SuSE Linuxの場合:
    	# /sbin/init.d/pm_ethernet start
    

  5. PBS/SCore
    PBS/SCore を使用するには PBS/SCore 管理者ガイド を お読みください。


PCCC logo PCクラスタコンソーシアム


CREDIT
This document is a part of the SCore cluster system software developed at PC Cluster Consortium, Japan. Copyright (C) 2003-2004 PC Cluster Consortium.