-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathongoing.html.md.erb
131 lines (69 loc) · 5.12 KB
/
ongoing.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
---
title: Ongoing Operations
owner: PCF Documentation
---
This topic describes how to perform routine operations on a running <%= vars.platform_name %>.
## <a id='overview'></a> Overview
Ongoing operations are procedures that <%= vars.platform_name %> operators routinely perform to keep the platform working as it should, or to change how it works if the platform needs to do something new or has a problem.
Examples include:
* Performing <%= vars.platform_name %> upgrades
* Making changes to your IaaS and external components
* Monitoring platform health, checking logs, and generating usage reports
* Tuning the platform to eliminate bottlenecks or increase capacity
* Giving developers access to new software services, stacks, and app capabilities
* Backing up and restoring the platform
In addition to these tasks, <%= vars.platform_name %> operators also routinely perform Day 2 configurations to configure or change platform features and integrations even well past Day 2. For more information, see [Day 2 Configurations](../customizing/day2.html).
## <a id='contents'></a> Contents
### <a id='upgrading'></a> Upgrading
* [Upgrading <%= vars.platform_name %>](../customizing/upgrading-pcf.html)
* [Upgrading <%= vars.app_runtime_abbr %> and Other <%= vars.platform_name %> Products](../customizing/upgrading-products.html)
* [cf push Availability During <%= vars.app_runtime_abbr %> Upgrades](../customizing/cfpush-availability-during-upgrade.html)
* [Upgrading <%= vars.ops_manager %> on Azure](../customizing/azure-om-upgrade.html)
* [Upgrading <%= vars.ops_manager %> on GCP](../customizing/gcp-om-upgrade.html)
* [Upgrade Load Example: Pivotal Web Services](./pws_upgrade_load.html)
### <a id='changes'></a> IaaS Changes
* [Migrating <%= vars.platform_name %> to a New Datastore in vSphere](../refarch/vsphere/vsphere_migrate_datastore.html)
* [Upgrading vSphere without <%= vars.platform_name %> Downtime](../refarch/vsphere/vsphere_upgrade.html)
* [Deleting <%= vars.platform_name %> on AWS](../customizing/deleting-aws-install.html)
* [Deleting <%= vars.platform_name %> on Azure](../customizing/deleting-azure-install.html)
* [Deleting <%= vars.platform_name %> on GCP](../customizing/deleting-gcp-install.html)
### <a id='monitoring'></a> Monitoring, Logging, and Reporting
* [Logs and Metrics Sources](../loggregator/data-sources.html)
* [Monitoring <%= vars.platform_name %>](../monitoring/index.html)
* [Key Performance Indicators](../monitoring/kpi.html)
* [Key Capacity Scaling Indicators](../monitoring/key-cap-scaling.html)
* [Selecting and Configuring a Monitoring System](../monitoring/metrics.html)
* [Loggregator Architecture](../loggregator/architecture.html)
* [Loggregator Guide for <%= vars.app_runtime_abbr %> Operators](../loggregator/log-ops-guide.html)
* [Security Event Logging](../loggregator/cc-uaa-logging.html)
* [Reporting Instance Usage with Apps Manager](./accounting-report-apps-man.html)
* [Reporting App, Task, and Service Instance Usage](./accounting-report.html)
* [Monitoring VMs in <%= vars.platform_name %>](../customizing/monitoring.html)
* [Monitoring VMs in vSphere](../customizing/monitoring-vsphere.html)
### <a id='tuning'></a> Platform Tuning
* [Scaling <%= vars.app_runtime_abbr %>](./scaling-ert-components.html)
* [Managing Internal Databases](./internal-databases.html)
* [Gorouter Back End Keep-Alive Connections](../adminguide/routing-keepalive.html)
* [High Availability in <%= vars.app_runtime_abbr %>](../concepts/high-availability.html)
### <a id='devs'></a> Enabling Developers
* [Adding and Deleting Products](../customizing/add-delete.html)
* [Managing Isolation Segments](../adminguide/isolation-segments.html)
* [Routing for Isolation Segments](../adminguide/routing-is.html)
* [Enabling Volume Services](./enable-vol-services.html)
* [Configuring Container-to-Container Networking](../devguide/deploy-apps/cf-networking.html)
* [Switching App Domains](./switching-domains.html)
### <a id='backups'></a> Backing Up
* [Disaster Recovery](../customizing/backup-restore/disaster-recovery.html)
* [Backing Up and Restoring Deployments](../customizing/backup-restore/index.html)
* [Backing Up Deployments with BBR](../customizing/backup-restore/backup-pcf-bbr.html)
* [<%= vars.app_runtime_abbr %> Component Availability During Backup](../customizing/backup-restore/component-backups.html)
* [Restoring Deployments from Backup with BBR](../customizing/backup-restore/restore-pcf-bbr.html)
* [Stopping and Starting Virtual Machines](../adminguide/start-stop-vms.html)
* [Troubleshooting BBR](../customizing/backup-restore/troubleshooting-bbr.html)
* [BOSH Backup and Restore (Open-Source Documentation)](http://docs.cloudfoundry.org/bbr/index.html)
### <a id='security'></a> Security
* [Retrieving Credentials from Your Deployment](../customizing/credentials.html)
* [Restricting App Access to Internal <%= vars.platform_name %> Components](./app-sec-groups.html)
* [Providing a Certificate for Your TLS Termination Point](./security_config.html)
* [Rotating Certificates](../security/pcf-infrastructure/api-cert-rotation.html)
* [Rotating Runtime CredHub Encryption Keys](./credential-rotation.html)