Knowledge Center Contents Previous Next |
lsb_reconfig()
Dynamically reconfigures an LSF batch system.
DESCRIPTION
lsb_reconfig() dynamically reconfigures an LSF batch system to pick up new configuration parameters and changes to the job queue setup since system startup or the last reconfiguration (see lsb.queues).
To restart a slave batch daemon, use lsb_hostcontrol(). This call is successfully invoked only by root or by the LSF administrator.
Any program using this API must be setuid to root if LSF_AUTH is not defined in the lsf.conf file.
SYNOPSIS
#include <lsf/lsbatch.h> int lsb_reconfig(void)RETURN VALUES
integer:0
Function was successful.
integer:-1
Function failed.
ERRORS
If the function fails, lsberrno is set to indicate the error.
SEE ALSO
Related API
lsb_openjobinfo()
Equivalent line command
badmin reconfig
Files
${LSF_ENVDIR-/etc}/lsf.conf
Platform Computing Inc.
www.platform.com |
Knowledge Center Contents Previous Next |