Server Logic
How Dynamic Naming Works
Assign Name by HW Address is primarily intended for use when the name service can be updated. When the name service cannot be updated, there is a latency between a machine acquiring a new IP address and its name being associated with that address.
JOIN maintains its own internal name database for use in tracking prior name-hardware-IP address combinations. This is useful when the name service is cannot be updated. When you load or dump name data via jdbmod
or jdbdump
, this database is modified, not the name service.
Accept Client Name is used:
How JOIN Resolves a Client Configuration
Each group of parameters has a key. A key is a single field, or combination of fields, that identifies a particular scope of validity for those parameters. Valid keys are:
client identifier-net
The parameters are valid for the particular client machine on that particular network. The parameters are not valid for a different client on the network or for the specific client on a different network.
net-client class
The parameters are valid for the specific class of machine on the specific network.
client identifier
The parameters are valid for the client, regardless of the network, unless overridden by a client identifier-net combination.
client class
The parameters are valid for the class, regardless of the network.
net
The parameters are valid for the network, regardless of the client identifier.
no key
Do not use a key when you want to factor out parameters with identical values. For example, assume a configuration where all networks use the same domain name and they use the same name servers. If you name an entry with these two data items, then that name can be referenced from all other records which require those values.
Last Modified: 11:32am , November 11, 1996