Platform LSF Administration Guide Version 6.2
Chapter 9
Understanding Resources
Administering Platform LSF
205
MODEL_NAME CPU_FACTOR
DEC3000 10.00
R10K 14.00
PENT200 6.00
IBM350 7.00
SunSparc 6.00
HP735 9.00
HP715 5.00
lshosts
Use lshosts to get a list of the resources defined on a specific host:
%
lshosts hostA
HOST_NAME type model cpuf ncpus maxmem maxswp server RESOURCES
hostA SOL732 Ultra2 20.2 2 256M 679M Yes ()
Viewing host load by resource
lshosts
Use lshosts -s to view host load by shared resource:
%
lshosts -s
RESOURCE VALUE LOCATION
tot_lic 5 host1 host2
tot_scratch 500 host1 host2
The above output indicates that 5 licenses are available, and that the shared scratch
directory currently contains 500 MB of space.
The VALUE field indicates the amount of that resource. The LOCATION column
shows the hosts which share this resource. The
lshosts -s command displays static
shared resources. The
lsload -s command displays dynamic shared resources.