ls_limcontrol
Shuts down or reboots a host's LIM.To remove a host from a cluster, use ls_limcontrol to shut down the host's LIM. Next, to return a removed host to a cluster, use ls_limcontrol to reboot its LIM. When you reboot the LIM, the configuration files are read again and the previous LIM status of the host is lost.
The use of ls_limcontrol is restricted to root and the LSF administrator as defined in the file LSF_CONFDIR/lsf.cluster.cluster_name.
Any program using this API must be setuid to root if LSF_AUTH is not defined in the lsf.conf file.
#include <lsf/lsf.h>
int ls_limcontrol(char *hname, int opCode)
Data Structures:
- Parameters:
*hname Specifies the host opCode defs_ls_limcontrol
Specifies the shutdown or reboot LIM command.Define Statements:
- none
Errors:
- Returns:
- int:0
The function was successful.int:-1
The function failed.Equivalent line commands:
- If the function fails, lserrno is set to indicate the error.
Files:
- lsadmin limstartup
lsadmin limshutdown
lsadmin limrestart
- ${LSF_ENVDIR:-/etc}/lsf.conf
$LSF_CONFDIR/lsf.shared
$LSF_CONFDIR/lsf.cluster.cluster_name
- See also:
- ls_lockhost
Date Modified: 16 Jul 2014
Terms of Use
Copyright © 1994-2014 International Business Machines Corp.
US Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corp.