- must be mounted according to the following entry in
/etc/filesystems
/usr/lpp/LoadL:
dev = "/usr/lpp/LoadL"
vfs = nfs
nodename = biops5z
mount = true
options = ro,bg,soft,intr
account = false
then
mkdir -p /usr/lpp/LoadL/
mount -a
- the following links must exist
ln -s /usr/lpp/LoadL/full/lib/libllapi.a /usr/lib/libllapi.a
ln -s /usr/lpp/LoadL/full/lib/libllmulti.a /usr/lib/libllmulti.a
ln -s /usr/lpp/LoadL/full/lib/llapi_shr.o /usr/lib/llapi_shr.o
- and the directories
mkdir -p /var/loadl/execute
mkdir -p /var/loadl/log
mkdir -p /var/loadl/spool
- a local configuration file
/var/loadl/LoadL_config.local
should exist. Adapt the following entries:
- for a 1 CPU machine:
BackgroundLoad = 2.0
HighLoad = 2.5
MAX_STARTERS = 1
- for a 2 CPU machine:
BackgroundLoad = 2.0
HighLoad = 2.5
MAX_STARTERS = 2
- for a 4 CPU machine:
BackgroundLoad = 4.0
HighLoad = 4.5
MAX_STARTERS = 4
where the last line determines the number of simultaneous jobs possible.
- in
/etc/rc.local
#
# start LoadLeveler
#
/usr/lpp/LoadL/full/bin/llctl start
to start the LoadLeveler on boot. Outcomment this line when LoadLeveler
should not run.
-
The file /etc/LoadL.cfg
must exist, with entries e.g.:
LoadLUserid = biodev
LoadLGroupid = bio
LoadLConfig = /u/biodev/LoadL_config
-
Update the
ADMIN_FILE
(see above, Server installation)
to include the new machine.
- To allow management via
ll
commands or xloadl
,
the rshd
service must be (re-)enabled in
/etc/inetd.conf
, but access should be restricted to root
in /.rhosts
to the managing machine only.