PeopleSoft Process Scheduler Domain Quick Deploy from Script

After going through a PeopleSoft upgrade some time ago, I found that creating PeopleSoft domains by hand was rather inefficient and prone to misconfiguration. So I put together a bash script (since we run on Linux) that will let you supply the domain creation variables and perform a few checks to ensure the domain is created as expected. Script posted as a "GIST" on GitHub and can be download from the embedded link below.

A few prerequisites:
  1. Requires Linux with Bash (although it may work with Bash on Windows.. not sure)
  2. PS_HOME, PS_CFG_HOME, PS_APP_HOME, and PS_CUST_HOME must be set
  3. You'll need to create a custom cfx template in $PS_HOME/appserv/prcs/unix_custom.cfx. Just copy the unix.cfx file in this folder and then set any custom properties you want. i.e SMTPSERVER=mail.domain.com.
I will post a script for the appserver in my next post.

Comments

Popular posts from this blog

Oracle PeopleSoft PUM and Tools 8.55

Active Directory Authentication with an Oracle Database

Cleanup Oracle ADR trace files on Linux