Next: Changing the firewall defaults
Up: System Administration Guide
Previous: IMPORTANT NOTE ABOUT SCORE
  Contents
The PATH entry
/opt/score/bin:/opt/score/sbin:/opt/score/deploy
should already be set up as a default for all users.
See /etc/profile and /etc/csh.login.
In addition you may set any default options for the scrun
command using the SCORE_OPTIONS environment variable. For example
if you decide to repartition your cluster between multi-user and
PBS then you will need to change the scored option to be the last
node of the appropriate group in /etc/scorehosts.db - e.g using the
example from the last section we would use:
export SCORE_OPTIONS=scored=vm1
for sh and bash users and
setenv SCORE_OPTIONS scored=vm1
for csh and tcsh users.
2004-06-17