Editing /etc/hosts Files on Deployment Servers

If a Hedvig Storage Cluster is not being deployed as DNS available, you must add all Hedvig Storage Cluster Node hostnames to the /etc/hosts file on the Hedvig Deployment Server.

Procedure

  • Add all of the Hedvig Storage Cluster Node hostnames to the /etc/hosts file on the Hedvig Deployment Server.

    Important

    All hostnames must be FQDNs, that is each hostname must be set using the following format:

    hostnamectl set-hostname host.domain.com

Example

127.0.0.1     localhost localhost.localdomain localhost4 localhost4.localdomain4
::1           localhost localhost.localdomain localhost6 localhost6.localdomain6
172.22.60.10  deploy.hedviginc.com
172.22.60.11  node1.hedviginc.com
172.22.60.12  node2.hedviginc.com
172.22.60.13  node3.hedviginc.com
172.22.60.14  cvm1.hedviginc.com
172.22.60.15  cvm2.hedviginc.com
172.22.60.16  vip1.hedviginc.com

Loading...