Site Switchover
Perform a Site Switchover Within OCI
You can use Oracle Cloud Infrastructure (OCI) to perform site switchover either step-by-step, manually, or by scripting the steps into a single flow. In either case, you'll use a combination of REST APIs for the database tier and scripts for the application and web tiers.
This section describes the manual steps. The example assumes that the on-premises database has already been dropped from the Data Guard Broker configuration.
In this example, Site 1 is originally the primary and Site 2 is originally the secondary. They switch roles during this exercise. The following are the high-level tasks for performing a switchover in OCI:
Site 1:
- Drain or place on hold batch jobs in the PeopleSoft Process Scheduler ahead of the planned switchover event.
- Shut all PeopleSoft application servers, the process scheduler, and all PeopleSoft Internet Architecture (PIA) web servers down.
- Validate that the PeopleSoft database is ready for switchover.
- Perform Oracle Data Guard switchover.
- Perform OCI File Storage role reversal.
Site 2:
- Validate that role-based database services have been started.
- Start PeopleSoft application servers, the process scheduler, and all PIA web servers.
- Validate the status of backend servers on the new primary region load balance (green OK).
- Validate you can log in to the PeopleSoft PIA.
The following example provides the detailed steps for performing a full-stack
PeopleSoft switchover. These examples use names from our test environment for the
Primary database in Ashburn (CDBHCM_iad1dx
) and the Standby
database in Phoenix (CDBHCM_phx5s
).
When the above steps have successfully completed, production is running at Site 2.