Difference between revisions of "Configure HA for vCenter appliance"

From Notes_Wiki
(Created page with "<yambe:breadcrumb>VMWare_vCenter|VMWare vCenter</yambe:breadcrumb> =Configure HA for vCenter appliance= To configure vCenter appliance (vCenter 6.5 onwards) for HA use follow...")
 
m
 
Line 1: Line 1:
<yambe:breadcrumb>VMWare_vCenter|VMWare vCenter</yambe:breadcrumb>
[[Main_Page|Home]] > [[VMWare platform]] > [[VMWare vCenter]] > [[Configure HA for vCenter appliance]]
=Configure HA for vCenter appliance=


To configure vCenter appliance (vCenter 6.5 onwards) for HA use following steps:
To configure vCenter appliance (vCenter 6.5 onwards) for HA use following steps:
Line 17: Line 16:
Refer:
Refer:
* https://www.virtualizationhowto.com/2016/12/how-to-configure-vmware-vcsa-6-5-ha/
* https://www.virtualizationhowto.com/2016/12/how-to-configure-vmware-vcsa-6-5-ha/
[[Main_Page|Home]] > [[VMWare platform]] > [[VMWare vCenter]] > [[Configure HA for vCenter appliance]]

Latest revision as of 09:01, 7 April 2022

Home > VMWare platform > VMWare vCenter > Configure HA for vCenter appliance

To configure vCenter appliance (vCenter 6.5 onwards) for HA use following steps:

  1. Login into vCenter webUI using administrator@vsphere.local account
  2. Create a portgroup / VLAN for vCenter HA. Existing portgroups such as "VM Network" can also be used.
  3. Click on vCenter. Go to Configure -> vCenter HA
  4. If status is "vCenter HA is not configured", then click on "Configure" button to configure vCenter HA
  5. Go for Basic setup
  6. Specify IPv4 address for the vCenter for "vCenter HA" network. Two more IPs in same subnet would be required later for witness and passive nodes.
  7. Select appropriate vCenter HA network
  8. Specify IP addresses for passive and witness node. Here passive is almost like vCenter and takes over in case active goes down. Witness is a very small appliance just for quorum to deal with network splits.
  9. In "Select deployment configuration" try to use different storages for different vCenter nodes (active, passive and witness), if available. These appliances are automatically distributed across 3-hosts due to anti-affinity rules. Hence, it is important to have at least 3 hosts in cluster for configuring vCenter HA
  10. Complete the wizard after which vcenter will clone itself for passive node and create a witness appliance also with specified IP addresses. The current vCenter management IP and network would remain same. If active appliance fails then passive will acquire this floating IP and vcenter would remain accessible.


Refer:



Home > VMWare platform > VMWare vCenter > Configure HA for vCenter appliance