# 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また、 root で rsh できるようにするために、以下を実行してください。
# echo rsh > /etc/securettyそれから。rshd を起動するように設定します。
# /sbin/chkconfig rsh on
PM/Ethernet初期化プログラムはbinary RPMのインストール時に/etc/rc.d/init.d
にインストールされています。
PM/Ethernet を使用する場合は、
/etc/pm_ethernet.conf
を
作成してください。
例えばeth0
を unit 0 で使用したい場合は、/etc/pm_ethernet.conf
の値は次のようになります:
PM_ETHERNET_UNIT_ETH0=0
# /sbin/reboot
![]() |
PCクラスタコンソーシアム |