HP 1032 ClusterPack V2.4 Tutorial - Page 83

Common Terms

Page 83 highlights

Default status from each node is available using: % bhosts STATUS shows the current status of the host and the SBD daemon. Batch jobs can only be dispatched to hosts with an ok status. A more detailed list of STATUS is available in the long report: % bhosts -l Detailed information for the specific host can be received from most of the CLI tools: % lshosts -l % lsload -l Common Terms Both the Web interface and the CLI use the same terms for the health and status of the individual Compute Nodes. These terms are used to define the Batch State of an individual node. z ok - The host is up z closed_Adm - The host is not accepting new jobs. It has been closed by the administrator z closed_Lock - The host is not accepting jobs and all jobs running on it have been suspended. It has been locked by the administrator. z closed_Busy - The host is not accepting new jobs. Some load indices have exceeded their thresholds. z closed_Excl - The host is not accepting jobs until the exclusive job running on it completes. z closed_Full - The host is not accepting new jobs. The configured maximum number of jobs that can run on it has been reached. z closed_Wind - The host is not accepting jobs. The dispatch window that has been defined for it is closed. z unlicensed - The host is not accepting jobs. It does not have a valid LSF license for sbatchd and LIM is down. z closed_Lim - The LIM on the host is unreachable, but sbatchd is running. z unavail - The LIM on the host is not responding and sbatchd is down. z unreach - The sbatchd is down. References: z 1.7.1 Get an Overview of Cluster Health z 3.7.8 How do I access the Clusterware Pro V5.1 Web Interface? z 3.7.9 How do I access the Clusterware Pro V5.1 Command Line Interface? Back to Top

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173

Default status from each node is available using:
%
bhosts <hostname>
STATUS shows the current status of the host and the SBD daemon. Batch jobs can only be
dispatched to hosts with an ok status. A more detailed list of STATUS is available in the
long report:
%
bhosts -l <hostname>
Detailed information for the specific host can be received from most of the CLI tools:
%
lshosts -l <hostname>
%
lsload -l <hostname>
Common Terms
Both the Web interface and the CLI use the same terms for the health and status of the
individual Compute Nodes. These terms are used to define the Batch State of an individual
node.
ok - The host is up
closed_Adm - The host is not accepting new jobs. It has been closed by
the administrator
closed_Lock - The host is not accepting jobs and all jobs running on it
have been suspended. It has been locked by the administrator.
closed_Busy - The host is not accepting new jobs. Some load indices
have exceeded their thresholds.
closed_Excl - The host is not accepting jobs until the exclusive job
running on it completes.
closed_Full - The host is not accepting new jobs. The configured
maximum number of jobs that can run on it has been reached.
closed_Wind - The host is not accepting jobs. The dispatch window that
has been defined for it is closed.
unlicensed - The host is not accepting jobs. It does not have a valid LSF
license for sbatchd and LIM is down.
closed_Lim - The LIM on the host is unreachable, but sbatchd is running.
unavail - The LIM on the host is not responding and sbatchd is down.
unreach - The sbatchd is down.
References:
1.7.1 Get an Overview of Cluster Health
3.7.8 How do I access the Clusterware Pro V5.1 Web Interface?
3.7.9 How do I access the Clusterware Pro V5.1 Command Line Interface?
Back to Top