forked from pivotal-cf/docs-pcf-install
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresurrector.html.md.erb
64 lines (41 loc) · 2.4 KB
/
resurrector.html.md.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
title: Using Ops Manager Resurrector on VMware vSphere
owner: Ops Manager
---
<strong><%= modified_date %></strong>
The Ops Manager Resurrector increases [Pivotal Cloud Foundry®](https://network.pivotal.io/products/pivotal-cf) (PCF) Elastic Runtime availability in the following ways:
- Reacts to hardware failure and network disruptions by restarting virtual
machines on active, stable hosts
- Detects operating system failures by continuously monitoring virtual
machines and restarting them as required
- Continuously monitors the BOSH Agent running on each virtual machine and
restarts the VMs as required
The Ops Manager Resurrector continuously monitors the status of all virtual
machines in an Elastic Runtime deployment.
The Resurrector also monitors the BOSH Agent on each VM.
If either the VM or the BOSH Agent fail, the Resurrector restarts the virtual
machine on another active host.
## <a id="limitations"></a>Limitations ##
The following limitations apply to using the Ops Manager Resurrector:
* The Resurrector does not monitor or protect the Ops Manager VM or the BOSH
Director VM.
* The Resurrector might not be able to resolve issues caused by the loss of an
entire host.
* The Resurrector does not monitor or protect data storage.
For increased reliability, in addition to using BOSH Resurrector, Pivotal recommends that you use vSphere High Availability to protect all of the VMs in your deployment, and that you use a
highly-available storage solution.
## <a id="excluding"></a>Enabling vSphere High Availability ##
Follow the steps below to enable vSphere High Availability:
1. Launch the vSphere Management Console.
1. Right-click the cluster that contains the [Pivotal Cloud Foundry®](https://network.pivotal.io/products/pivotal-cf) (PCF) deployment and select **Edit Settings**.
1. Check the **Turn on vSphere High Availability** checkbox.
<%= image_tag("images/resurrector/enable-ha.jpg") %>
1. Click **OK** to enable vSphere High Availability on the cluster.
## <a id="enabling"></a>Enabling Ops Manager Resurrector ##
To enable the Ops Manager Resurrector:
1. Log into the Ops Manager web interface.
1. On the Product Dashboard, select **Ops Manager Director**.
<%= image_tag("images/vsphere-tile.png") %>
1. In the left navigation menu, select **Director Config**.
<%= image_tag("images/resurrector/resurrector.png") %>
1. Check **Enable VM Resurrector Plugin** and click **Save**.