Provision and Deploy a Maximum Availability Solution for PeopleSoft on Oracle Cloud
Before You Begin
Architecture
This architecture shows an Oracle Maximum Availability Architecture (Oracle MAA) solution for PeopleSoft. The PeopleSoft high availability architecture is layered on top of Oracle Database and Oracle Fusion Middleware maximum availability architectures, including a secondary site to provide business continuity in the event of a primary site failure.
The following shows a full-stack Oracle MAA architecture, including primary and secondary sites. The secondary site is a replica of the primary.
Description of the illustration peoplesoft-maa-arch.png
peoplesoft-maa-arch-oracle.zip
Each site consists of the following:
- An HTTPS load balancer for web-based application services
- Two servers that host the PeopleSoft Pure Internet Architecture (PIA) domain
- Two servers that host both the PeopleSoft Application Server and the Process Scheduler domains
- A shared file system for PeopleSoft application software and report repository
- An Oracle Real Application Clusters (Oracle RAC) database, with two database servers and shared storage
- Oracle Active Data Guard, which allows routing of “mostly read operations” to the standby database while keeping the standby database current with the primary
Both the application tier shared file system and the database are replicated to the secondary site – the application tier using rsync, and the database tier using Oracle Data Guard.
The data at the second site is kept in sync with the primary by using appropriate replication mechanisms.
- For the database itself, Oracle Active Data Guard ensures the standby database is kept in sync and transactionally consistent.
- For file system output generated during the operation of the application,
rsync
is used to frequently replicate the output to another region. There will be a small gap to resolve by identifying missing file system components and determining the action to take for each.
About Required Services and Roles
This solution requires the following services and roles:
- Oracle Cloud Infrastructure (OCI)
- PeopleSoft
- Oracle Exadata Database Service on Dedicated Infrastructure
These are the roles needed for each service.
Service Name: Role | Required to... |
---|---|
Oracle Cloud Infrastructure: Tenancy Administrator |
|
Oracle Cloud Infrastructure: Network Administrators |
|
Oracle Cloud Infrastructure Oracle Exadata Database Service on Dedicated Infrastructure: Tenancy Administrator / PeopleSoft administrator |
|
Oracle Exadata Database Service on Dedicated
Infrastructure Cloud Service VM operating system: root |
|
Oracle Exadata Database Service on Dedicated
Infrastructure Cloud Service VM operating system: oracle |
|
Compute Instances VM OS: root |
|
Compute Instances VM OS: psadm2 |
Install, configure and manage PeopleSoft application tier components |
PeopleSoft Application Administrator: ps |
Configure roles and responsibilities, UI configuration, Process scheduler setup, and so on within the application |
Note:
There are other users and passwords that are specific to the PeopleSoft deployment. For example, Tuxedo and Oracle WebLogic Server domains, that are only known to the implementation team and are not covered here.
See Oracle Products, Solutions, and Services to get what you need.