host_status
The status of the host. More...
Defines
#define HOST_STAT_OK 0x0 #define HOST_STAT_BUSY 0x01 #define HOST_STAT_WIND 0x02 #define HOST_STAT_DISABLED 0x04 #define HOST_STAT_LOCKED 0x08 #define HOST_STAT_FULL 0x10 #define HOST_STAT_UNREACH 0x20 #define HOST_STAT_UNAVAIL 0x40 #define HOST_STAT_UNLICENSED 0x80 #define HOST_STAT_NO_LIM 0x100 #define HOST_STAT_EXCLUSIVE 0x200 #define HOST_STAT_LOCKED_MASTER 0x400 #define HOST_STAT_REMOTE_DISABLED 0x800 #define HOST_STAT_LEASE_INACTIVE 0x1000 #define HOST_STAT_DISABLED_RES 0x4000 #define HOST_STAT_DISABLED_RMS 0x8000 #define HOST_STAT_LOCKED_EGO 0x10000 #define HOST_CLOSED_BY_ADMIN 0x20000 #define HOST_STAT_CU_EXCLUSIVE 0x40000 #define HOST_STAT_ACOK 0x100000 #define HOST_STAT_SCHED_OK 0x400000 #define HOST_STAT_POWER_CLOSED 0x800000 #define HOST_STAT_IN_CYCLETIME 0x1000000 Detailed Description
The status of the host.It is the bitwise inclusive OR of some of the following:
Define Documentation
#define HOST_STAT_OK 0x0 Ready to accept and run jobs.
#define HOST_STAT_BUSY 0x01 The host load is greater than a scheduling threshold.
In this status, no new job will be scheduled to run on this host.
#define HOST_STAT_WIND 0x02 The host dispatch window is closed.
In this status, no new job will be accepted.
#define HOST_STAT_DISABLED 0x04 The host has been disabled by the LSF administrator and will not accept jobs.
In this status, no new job will be scheduled to run on this host.
#define HOST_STAT_LOCKED 0x08 The host is locked by a exclusive task.
In this status, no new job will be scheduled to run on this host.
#define HOST_STAT_FULL 0x10 Great than job limit.
The host has reached its job limit. In this status, no new job will be scheduled to run on this host.
#define HOST_STAT_UNREACH 0x20 The sbatchd on this host is unreachable.
#define HOST_STAT_UNAVAIL 0x40 The LIM and sbatchd on this host are unavailable.
#define HOST_STAT_UNLICENSED 0x80 The host does not have an LSF license.
#define HOST_STAT_NO_LIM 0x100 The host is running an sbatchd but not a LIM.
#define HOST_STAT_EXCLUSIVE 0x200 Running exclusive job.
#define HOST_STAT_LOCKED_MASTER 0x400 Lim locked by master LIM.
#define HOST_STAT_REMOTE_DISABLED 0x800 Close a remote lease host.
This flag is used together with HOST_STAT_DISABLED.
#define HOST_STAT_LEASE_INACTIVE 0x1000 Close a remote lease host due to the lease is renewing or terminating.
#define HOST_STAT_DISABLED_RES 0x4000 Host is disabled by RES.
#define HOST_STAT_DISABLED_RMS 0x8000 Host is disabled by RMS.
#define HOST_STAT_LOCKED_EGO 0x10000 The host is disabled by EGO.
#define HOST_CLOSED_BY_ADMIN 0x20000 If none of the above hold, hStatus is set to HOST_STAT_OK to indicate that the host is ready to accept and run jobs.
#define HOST_STAT_CU_EXCLUSIVE 0x40000 Running cu exclusive job.
#define HOST_STAT_ACOK 0x100000 Dynamic Cluster is ready for provision.
#define HOST_STAT_SCHED_OK 0x400000 power policy triggered power save
#define HOST_STAT_POWER_CLOSED 0x800000 badmin hpower triggered power save
#define HOST_STAT_IN_CYCLETIME 0x1000000 host is in cycle time
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.