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:
A few prerequisites:
- Requires Linux with Bash (although it may work with Bash on Windows.. not sure)
- PS_HOME, PS_CFG_HOME, PS_APP_HOME, and PS_CUST_HOME must be set
- 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.
Comments
Post a Comment