forked from pivotal-cf/docs-pcf-install
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeploying-vm.html.md.erb
84 lines (46 loc) · 3.58 KB
/
deploying-vm.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
---
title: Deploying Operations Manager to vSphere
owner: Ops Manager
---
<strong><%= modified_date %></strong>
Refer to this topic for help deploying Ops Manager to VMware vSphere. For help deploying Ops Manager to vCloud Air or vCloud, see the [Deploying Operations Manager to vCloud Air and vCloud](./pcf-vchs-vcloud.html) topic.
1. Refer to the [Known Issues](../pcf-release-notes/index.html) topic before getting started.
1. Download the [Pivotal Cloud Foundry®](https://network.pivotal.io/products/pivotal-cf) (PCF) Ops Manager `.ova` file at [Pivotal Network](https://network.pivotal.io). Click the **Pivotal Cloud Foundry®** region to access the PCF product page. Use the dropdown menu to select an Ops Manager release.
<%= image_tag("vm_ops-man.png") %>
1. Log into vCenter.
1. Select the **VM and Templates** view.
<%= image_tag("vm_template_view.png") %>
1. Right click on your datacenter and select **New Folder**.
<%= image_tag("new_folder.png") %>
1. Name the folder `pivotal_cf` and select it.
<%= image_tag("folder_name.png") %>
1. Select **File > Deploy OVF Template**.
<%= image_tag("deploy_ova.png") %>
1. Select the .ova file and click **Next**.
<%= image_tag("next.png") %>
1. Review the product details and click **Next**.
1. Accept the license agreement and click **Next**.
1. Name the virtual machine and click **Next**.
<%= image_tag("vm_name.png") %>
<p class="note"><strong>Note</strong>: The selected folder is the one you created.</p>
1. Select a vSphere cluster and click **Next**.
<%= image_tag("anchovy-cluster.png") %>
1. If prompted, select a resource pool and click **Next**.
1. If prompted, select a host and click **Next**.
<p class="note"><strong>Note</strong>: Hardware virtualization must be off if your vSphere host does not support VT-X/EPT. Refer to the <a href="./requirements.html">Prerequisites</a> topic for more information.</p>
<%= image_tag("host.png") %>
1. Select a storage destination and click **Next**.
<%= image_tag("storage.png") %>
1. Select a disk format and click **Next**. For information about disk formats, see [Provisioning a Virtual Disk](./disk-format.html).
<%= image_tag("disk_format.png") %>
1. Select a network from the drop down list and click **Next**.
<%= image_tag("network.png") %>
1. Enter network information and passwords for the Ops Manager VM admin user and click **Next**.
<p class="note"><strong>Note</strong>: You must enter a default admin password, or else your Ops Manager VM will not boot up.</p>
<%= image_tag("vm_admin.png", :height => "375px", :width => "400px") %>
Keep this network information. The IP Address will be the location of the Ops Manager interface.
1. Check the **Power on after deployment** checkbox and click **Finish**. Once the VM boots, the interface is available at the IP address you specified.
<p class="note"><strong>Note</strong>: It is normal to experience a brief delay before the interface is accessible while the web server and VM start up.</p>
1. Create a DNS entry for the IP address that you used for Ops Manager. You must use this fully qualified domain name when you log into Ops Manager in the [Installing Pivotal Cloud Foundry on vSphere and vCloud Air](../customizing/vsphere.html#paas) topic.
<p class="note"><strong>Note</strong>: Ops Manager 1.7 security features require you to create a fully qualified domain name in order to access Ops Manager during the <a href="../customizing/vsphere.html#paas">initial configuration.</a></p>
[Return to the Installing Pivotal Cloud Foundry Guide](../installing/index.html)