ClusterPack Tutorial

z
3.7.9 How do I access the Clusterware Pro V5.1 Command Line Interface?
Back to Top
1.7.5 Monitor Compute Nodes based on resource thresholds
Using the Clusterware Pro V5.1 Web Interface:
From the Hosts Tab
z
From the View menu select View->Choose Columns
z
Add the Available Column resource to the Displayed Columns list.
z
Click OK
z
The new resource to be monitored will be displayed on the Host tab
screen.
Using the Clusterware Pro V5.1 CLI:
Using the lshosts command, a resource can be specified. Only hosts that meet the resource
requirement will be displayed.
% lshosts [-R res_req] [hostname]
For example, to find all the hosts with at least 4096MB of available memory:
%
lshosts -R mem=4096
Membership in logical groups defined with the clgroup command can also be given as a
resource.
%
lshosts -R <group_name>
For a full list of currently defined resources, use the lsinfo command:
% lsinfo
See the lshosts man page for more information.
% man lshosts
References:
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 To
p