forked from pivotal-cf/docs-ops-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathid-jobs.html.md.erb
42 lines (26 loc) · 1.44 KB
/
id-jobs.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
---
title: Identifying Elastic Runtime Jobs Using vCenter
owner: RelEng
---
<strong><%= modified_date %></strong>
To effectively monitor, control, and manage the virtual machines making up your
Elastic Runtime deployment, you may need to identify which VM corresponds to a
particular job in Elastic Runtime.
You can find the CID of a particular VM from [Pivotal Cloud Foundry](https://network.pivotal.io/products/pivotal-cf) (PCF) Operations Manager by navigating to **Elastic Runtime > Status**.
If you have deployed Elastic Runtime to VMware vSphere, you can also identify
which Elastic Runtime job corresponds to which VM using the vCenter vSphere
client.
<p class="note"><strong>Note</strong>: The CID shown in Ops Manager is the name of the machine in vCenter.</p>
## <a id='id-jobs'></a>Identifying Elastic Runtime Jobs Using vCenter ##
1. Launch the vSphere client and log in to the vCenter Server system.
1. Select the **Inventory > Hosts and Clusters** view.
<%= image_tag("images/id/host-cluster.jpg") %>
1. Select the Resource Pool containing your Elastic Runtime deployment.
<%= image_tag("images/id/deployment.jpg") %>
1. Select the **Virtual Machines** tab.
<%= image_tag("images/id/vm-tab.jpg") %>
1. Right-click the column label heading and check **job**.
<%= image_tag("images/id/job.jpg") %>
1. The job column displays the Elastic Runtime job associated with each virtual
machine.
<%= image_tag("images/id/jobs.jpg") %>