Set a unique hostname for each computer where you plan to install Data Repository. Three unique hostnames are required in a cluster installation.
Follow these steps:
The hostname for each computer must be associated with the IP address and not the loopback address of 127.0.0.1.
Do not remove the following line, or various programs # that require network functionality will fail. 127.0.0.1 localhost.localdomain localhost ::1 localhost6.localdomain6 localhost6 IP address of your host YourHostName YourHostName.domain
service network restart
The /etc/hosts file is configured correctly.
The unique host name is set.
For example, if the hosts in the cluster are named host01, host02, and host03, the /etc/hosts file on each host resembles the following example:
127.0.0.1 localhost.localdomain localhost 192.168.13.128 host01.domain host01 192.168.13.129 host02.domain host02 192.168.13.130 host03.domain host03
Note: Do not remove the loopback address (127.0.0.1) line. The local Data Repository hostname cannot be on the 127.0.0.1 line. Also, do not use the loopback address or localhost name when you are defining hosts in the cluster.
For example, on host01, the following syntax is correct:
$ /bin/hostname -f host01
Hostname resolution is configured.
Copyright © 2015 CA Technologies.
All rights reserved.
|
|