VCS 5.1 Cluster Service Name Resolution
VCS was set up before my time at my company. The VCS cluster service name has an IP assigned within /etc/hosts but doesn't have an IP configuration in main.cf and the IP isn't plumped to a NIC. Is this best practice? Anyone kno why this is done? Been through the install guide and can't find IP configuration. Thanks!
My answers below
ClusterService group in VCS will contain a Cluster Service IP. Our main.cf only has the host names of the nodes and the Cluster Service IP is not listed. Is this okay?
>>> It is ok, this will not impact your current cluster operations in any way (unless you scale to global cluster)
This IP in a simple failover cluster was used to access Web UI of cluster. Is this the same as the Veritas Cluster Server Manager GUI? We currently connect directly to each node. Is this best practice?
>>> There are 4 ways to access a cluster, Web UI (for which the IP is used), Java GUI, CLI or VOM. If this IP is not there, you can not use Web UI. You can still manage the cluster by using Java GUI. Java GUI can be installed on any laptop or computer & enables connection to cluster node directly by giving a reachable IP from cluster node. Or if you use CLI, you can connect to cluster node via command line. VOM is a product in itself for which you need to create VOM server.
In a GCO/replicated cluster environment, this IP will he communicating to cluster service IP on disaster recovery site. We're not using a DR recovery site at this time.
>>> That is good. So you don't really need that cluster service IP.
G