6.5.1
Table Of Contents
- vSphere Availability
- Contents
- About vSphere Availability
- Business Continuity and Minimizing Downtime
- Creating and Using vSphere HA Clusters
- Providing Fault Tolerance for Virtual Machines
- vCenter High Availability
- Plan the vCenter HA Deployment
- Configure the Network
- Configure vCenter HA With the Basic Option
- Configure vCenter HA With the Advanced Option
- Manage the vCenter HA Configuration
- Set Up SNMP Traps
- Set Up Your Environment to Use Custom Certificates
- Manage vCenter HA SSH Keys
- Initiate a vCenter HA Failover
- Edit the vCenter HA Cluster Configuration
- Perform Backup and Restore Operations
- Remove a vCenter HA Configuration
- Reboot All vCenter HA Nodes
- Change the Appliance Environment
- Collecting Support Bundles for a vCenter HA Node
- Troubleshoot Your vCenter HA Environment
- Patching a vCenter High Availability Environment
- Using Microsoft Clustering Service for vCenter Server on Windows High Availability
- Index
Network Isolation Addresses
A network isolation address is an IP address that is pinged to determine whether a host is isolated from the
network. This address is pinged only when a host has stopped receiving heartbeats from all other hosts in
the cluster. If a host can ping its network isolation address, the host is not network isolated, and the other
hosts in the cluster have either failed or are network partitioned. However, if the host cannot ping its
isolation address, it is likely that the host has become isolated from the network and no failover action is
taken.
By default, the network isolation address is the default gateway for the host. Only one default gateway is
specied, regardless of how many management networks have been dened. Use the
das.isolationaddress[...] advanced option to add isolation addresses for additional networks. See
“vSphere HA Advanced Options,” on page 35.
Network Path Redundancy
Network path redundancy between cluster nodes is important for vSphere HA reliability. A single
management network ends up being a single point of failure and can result in failovers although only the
network has failed. If you have only one management network, any failure between the host and the cluster
can cause an unnecessary (or false) failover activity if heartbeat datastore connectivity is not retained during
the networking failure. Possible failures include NIC failures, network cable failures, network cable removal,
and switch resets. Consider these possible sources of failure between hosts and try to minimize them,
typically by providing network redundancy.
The rst way you can implement network redundancy is at the NIC level with NIC teaming. Using a team of
two NICs connected to separate physical switches improves the reliability of a management network.
Because servers connected through two NICs (and through separate switches) have two independent paths
for sending and receiving heartbeats, the cluster is more resilient. To congure a NIC team for the
management network, congure the vNICs in vSwitch conguration for Active or Standby conguration.
The recommended parameter seings for the vNICs are:
n
Default load balancing = route based on originating port ID
n
Failback = No
After you have added a NIC to a host in your vSphere HA cluster, you must recongure vSphere HA on
that host.
In most implementations, NIC teaming provides sucient heartbeat redundancy, but as an alternative you
can create a second management network connection aached to a separate virtual switch. Redundant
management networking allows the reliable detection of failures and prevents isolation or partition
conditions from occurring, because heartbeats can be sent over multiple networks. The original management
network connection is used for network and management purposes. When the second management network
connection is created, vSphere HA sends heartbeats over both management network connections. If one
path fails, vSphere HA still sends and receives heartbeats over the other path.
N Congure the fewest possible number of hardware segments between the servers in a cluster. The
goal being to limit single points of failure. Also, routes with too many hops can cause networking packet
delays for heartbeats, and increase the possible points of failure.
Using IPv6 Network Configurations
Only one IPv6 address can be assigned to a given network interface used by your vSphere HA cluster.
Assigning multiple IP addresses increases the number of heartbeat messages sent by the cluster's master
host with no corresponding benet.
Chapter 2 Creating and Using vSphere HA Clusters
VMware, Inc. 39