/root/.rhosts
and the /etc/hosts.equiv
files must
contain all server and compute host names so that the rsh
command works on all hosts.
For example,
server.score.rwcp.or.jp comp0.score.rwcp.or.jp comp1.score.rwcp.or.jp comp2.score.rwcp.or.jp comp3.score.rwcp.or.jp
/root/.bashrc
on all hosts so that the following
line is added:
export PWD
# cd /opt/score/work # ./bininstall -computeYou will now find two directories under the
/opt/score
directory.
/etc/rc.d/init.d
when the binaries were installed using the binary RPMs./etc/rc.d/init.d/pm_ethernet
file and modify the
IF
variable if the machine has more than one ethernet card and
you want to use a device other than the /dev/eth0
device.
For example, if you want to use /dev/eth1
, the IF
variable should be:
IF=eth1
Then invoke the following command:
For Red Hat Linux:
# /etc/rc.d/init.d/pm_ethernet startFor SuSE Linux:
# /etc/init.d/pm_ethernet start
/etc/score.conf
file# rcp server:/etc/score.conf /etc
Then invoke the following command:
For Red Hat Linux:
# /sbin/chkconfig --add scoutd # /etc/rc.d/init.d/scoutd startFor SuSE Linux:
# ed /etc/rc.config /START_SCOUTD/s/no/yes/ w q # /etc/init.d/scoutd start
/var/scored
directories on all hosts/var/scored
directories must be created on all hosts.
It is created by binary RPM.
If you want to use a /scored
file system instead of /var file
system, then execute:
# rmdir /var/scored # chmod 755 /scored # ln -s /scored /var/scored