-
Notifications
You must be signed in to change notification settings - Fork 8
/
using.html.md.erb
63 lines (34 loc) · 2.95 KB
/
using.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
---
title: Using Apigee Edge on Pivotal Platform
owner: Partners
---
***Note: Apigee Edge Installer for Pivotal Platform will be deprecated on December 31, 2019***
In this topic:
* [View Edge Status](https://docs.pivotal.io/partners/edge-installer/using.html#status)
* [Access Logs](https://docs.pivotal.io/partners/edge-installer/using.html#logs)
* [Access Default Passwords](https://docs.pivotal.io/partners/edge-installer/using.html#pwords)
* [Modify the Apigee Edge Installer for Pivotal Platform Configuration](https://docs.pivotal.io/partners/edge-installer/using.html#modify)
* [Access the Edge Documentation](https://docs.pivotal.io/partners/edge-installer/using.html#doc)
After you have completed the installation of the Apigee Edge Installer for Pivotal Platform and [created an organization](https://docs.apigee.com/private-cloud/v4.19.01/onboard-organization), you can perform several types of tasks.
### View Edge Status
In the Ops Manager, select the Apigee Edge Installer for Pivotal Platform tile, then select the **Status** tab to see the status of all Edge components. In this tab, you can see information such as the CPU usage, memory usage, and other information.
### Access Logs
To access log files for an Edge component, select the Apigee Edge Installer for Pivotal Platform tile in Ops Manager, open the **Status** tab, and request a download of the log file by selecting the download icon in the **LOGS** column. Then go to the **Logs** tab to download the log file locally.
### Access Default Passwords
The installer creates default passwords for many Edge components, including Postgres, Cassandra, and others. Typically, you will not need to use these passwords.
If you do require one of the passwords, use the following procedure to obtain it:
1. Open the Ops Manager
1. Select the Apigee Edge Installer for Pivotal Platform tile.
1. Select the **Credentials** tab.
1. Select Link to Credentials next to the component you are interested in. For example, select it for **Cassandra Password**. You should see output in the form below, which includes the password:
```
{"credential":{"type":"salted_credentials","value":
{"identity":"5f75e7a405c9eac0","salt":"30905495ead5b75a","password":"yCz-
GIThLId8UEermy-imeJaFOIa3j48"}}}
```
Use the value of the <code style="color: #222222; background-color: #e6e6e6; padding: 1px 2px;">password</code> property to access the component.
### Modify the Apigee Edge Installer for Pivotal Platform Configuration
Modifying the Apigee Edge Installer for Pivotal Platform configuration is similar to installing Apigee Edge Installer for Pivotal Platform. From the **Settings** tab, browse to the section that you want to modify and fill in new form values.
**Save** your changes, and then return to the main Ops Manager page and select **Apply Changes**.
### Access the Edge Documentation
For complete information on using and configuring Edge, see [Version 4.19.01](https://docs.apigee.com/private-cloud/v4.19.01/how-configure-edge).