Before installing, you must verify the existance and accuracy of two
important files: SYS:ETC/HOSTS and SYS:ETC/RESOLV.CFG.
The HOSTS file must include the IP address and Server Name of the server itself.
192.168.0.3 nw_serv
If your server is multi-homed, that is, has more than one IP address or Network
Card, make sure you enter ALL IP addresses, and append "_1" or some other
identifier to the host name.
If you do NOT have access to a DNS server, you must include the IP address and
hostname of any NTP time source you wish to use in the HOSTS file.
192.5.41.40 tick.usno.navy.mil
After this file is edited, you will need to restart the server in order to
apply the update.
The RESOLV.CFG contains information that points the NetWare server to DNS.
If you will have access to DNS, you should create or edit the RESOLV.CFG file
so that it looks something like this:
domain sample.com
nameserver 192.168.0.1
You can include multiple DNS servers for redundancy.