LSF Version 7.3 - Administering Platform LSF
Host Naming
86 Administering Platform LSF
7 Use the following command:
ypmake services
On some hosts the master copy of the services database is stored in a different
location.
On systems running NIS+ the procedure is similar. Refer to your system
documentation for more information.
8 Run
lsadmin reconfig to reconfigure LIM.
9 Run
badmin reconfig to reconfigure mbatchd.
10 Run lsfstartup to restart all daemons in the cluster.
Host Naming
LSF needs to match host names with the corresponding Internet host addresses.
LSF looks up host names and addresses the following ways:
◆ In the /etc/hosts file
◆ Sun Network Information Service/Yellow Pages (NIS or YP)
◆ Internet Domain Name Service (DNS).
DNS is also known as the Berkeley Internet Name Domain (BIND) or
named,
which is the name of the BIND daemon.
Each host is configured to use one or more of these mechanisms.
Network addresses
Each host has one or more network addresses; usually one for each network to
which the host is directly connected. Each host can also have more than one name.
Official host name The first name configured for each address is called the official name.
Host name aliases Other names for the same host are called aliases.
LSF uses the configured host naming system on each host to look up the official
host name for any alias or host address. This means that you can use aliases as input
to LSF, but LSF always displays the official name.
Using host name ranges as aliases
The default host file syntax
ip_address official_name [alias [alias ...]]
is powerful and flexible, but it is difficult to configure in systems where a single host
name has many aliases, and in multihomed host environments.
In these cases, the
hosts file can become very large and unmanageable, and
configuration is prone to error.
The syntax of the LSF
hosts file supports host name ranges as aliases for an IP
address. This simplifies the host name alias specification.
To use host name ranges as aliases, the host names must consist of a fixed node
group name prefix and node indices, specified in a form like:
host_name[index_x-index_y, index_m, index_a-index_b]