If DNS (Domain Name System) is not available, you have to resolve the IP address in the hosts file on all client and server machines. If the VMS is installed on a federated system, the IP addresses and hostnames of all federated servers have to be added.
- On Windows machines like engineering client and runtime client, launch an editor with administrator rights.
- Open the following file:
C:\Windows\System32\drivers\etc\hosts
- Enter the following entry at the end of the file for the VMS server:
[ip-address] [hostname]
- Save the hosts file.
- Test the entry with the following command:
ping [hostname]
- On Linux machines like engineering server and runtime server, switch to user root. Enter the following command:
sudo –s
.
- With an editor open the following file :
/etc/hosts
- Enter the following entry at the end of the file for the VMS server:
[ip-address] [hostname]
- Save the hosts file.
- Test the entry with the following command:
ping [hostname]