# cd /opt/score.work # ./bininstall -compute
/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
/root/.bashrc
ファイルを編集し、次の行を追加してください。:
export PWD
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 startSuSE Linuxの場合:
# /sbin/init.d/pm_ethernet start
![]() |
PCクラスタコンソーシアム |