Configure PeopleSoft
You must access the database to complete the file system configuration of the middle tier servers at the standby.
Convert the First Standby Database to a Snapshot Standby
redo
from the primary. When you
convert the OCI database onOracle Exadata Database Service on Dedicated
Infrastructure from a physical standby to a snapshot standby, redo
from the
primary database is shipped to the standby but isn't applied until the database is
reverted to a physical standby.
Establish the PeopleSoft Database Connection
Edit the
tnsnames.ora
file to establish the connection.
Configure the PeopleSoft Application Domains
Deploy the application server domain and configure compute instances to host the application servers.
In this scenario, the application server domain is
HR92U033
and two of the four compute
instances will each host both the application servers and the
process scheduler: iad-psft-hcm-app01
and
iad-psft-hcm-app02
. The application servers
and the process scheduler each run within their own Oracle Tuxedo
domain.
As psadm2
user, you'll use the
psadmin
utility to configure the Oracle
Tuxedo domain, including the application server.
Find the psappsrv.cfg
file in the
$PS_CFG_HOME/appserv/Application server domain
directory. Use the psadmin
utility to make any
required configuration changes to this file
($PS_HOME/bin/psadmin
), before
deploying the domain on each node.
Configure the Process Scheduler Domains
The
PeopleSoft process scheduler (or batch server) is configured in much the same way as
the application server, plus the configuration of the process scheduler logs. As
user psadm2
, you'll create one directory for each process scheduler
node:
/u02/app/psft/ps/log_output/node1/HR92U033
(for node:iad-psft-hcm-app01
)/u02/app/psft/ps/log_output/node2/HR92U033
(for node:iad-psft-hcm-app02
)
You can do this from any one of the middle tier compute instances. With the log output directories in place, perform the following to configure the process scheduler: