LBS Setup
Add the following line to your .cshrc file:
setenv LBS_CLUSTER_MASTER LBS_master_host
LBS_master_host is the host on which the LBS queue manager runs for controlling job distribution to the queues. Take your system administrator’s help in setting this up.
You need not set the LBS_BASE_SYSTEM variable if you use LBS.
LSF Setup
Add the following line to your .cshrc file:
setenv LBS_BASE_SYSTEM LBS_LSF
LBS_LSF specifies that you want to use the LSF load balancer. You need not set the LBS_CLUSTER_MASTER variable for LSF.
OLV Setup
Add the following line to your .cshrc file:
setenv LBS_BASE_SYSTEM LBS_OLV
LBS_OLV specifies that you want to use the OpenLava load balancer. You need not set the LBS_CLUSTER_MASTER variable for OLV.
SGE Setup
Add the following line to your .cshrc file:
setenv LBS_BASE_SYSTEM LBS_SGE
LBS_SGE specifies that you want to use the Sun Grid Engine load balancer. You need not set the LBS_CLUSTER_MASTER variable for SGE.
Ensure that /bin is set in the path when you are using the Linux platform.