Table of Contents

NAME

lshosts - list load sharing hosts and their configuration information

SYNOPSIS

lshosts [ -h ] [ -V ] [ -l ] [ -R res_req ] [ host_name ...]

DESCRIPTION

Display configuration information about hosts participating in load sharing. If one or more host names are specified, then the information about the specified host or hosts is displayed; otherwise, hosts will be selected by the -R option or its default value. The configuration information includes: host name, host type, host model, CPU factor, number of CPUs, total memory, total swap space, whether the host runs LSF servers or not, available resources denoted by resource names. The host name, host type, and host model fields are truncated if too long. The CPU factor is used to scale the CPU load value so that differences in CPU speeds are considered by LIM. The faster the CPU, the larger the CPU factor.

OPTIONS

-h Print command usage to stderr and exit.

-V Print the LSF release version to stderr and exit.

-R res_req
Resource requirement expression. If this option is specified, then only those hosts that satisfy the selection section (see lsfintro(1) ) of the resource requirement expression will be displayed. The default is to display all hosts in the cluster.

-l Display host information in a (long) multi-line format for each host. Additional parameters that are displayed include the maximum /tmp space configured on a host, the number of local disks, the execution priority for remote jobs, busy thresholds for scheduling interactive jobs, and run windows during which the host is open for sharing loads from other hosts (see lsf.cluster(5) ).

host_name ...
Print configuration information only for the hosts specified by host_name .... If -R res_req is also specified, then only those specified hosts that satisfy the resource requirement are displayed.

SEE ALSO

lsfintro(1) , ls_info(3) , ls_policy(3) , ls_gethostinfo(3) , lsf.cluster(5) .


Table of Contents