- PeopleSoft Seed Database with demo data
- PeopleTool 8.51
- PeopleSoft Application -- The flavor of your choice. HR/FS
- Tuxedo
- Weblogic
When the above have been installed it is time to tie them all together. We do this by setting up a PeopleSoft App server and a PIA environment. We will start off by making the peoplesoft Appserver.
PeopleSoft Appserver Install:
- Log into Oracle Linux as the peoplesoft user "hc91"
- Open a new terminal and follow the commands below:
- [hc91@localhost ~]# cd $PS_HOME/appserv
- [hc91@localhost appserv]# psadmin
- At this time psadmin should open within the terminal. Follow the commands below:
- Enter a '1' and hit enter to select the Application Server
- Enter a '2' to create a domain and hit enter
- Enter a domain name ex. "PSDEMO" and then hit enter
- Enter a '2' to use the small template. Anything bigger on at this time will cause tuxedo errors.
- Enter a "Y" to configure the domain.
- Enter 8 to turn off "Event Notification"
- Enter '15' to change the DBNAME to "PS91DMO"
- Enter '17' to enter in the UserID
- If you are using a HR system it will be PS
- If you are using a Finance System use VP1
- Enter '18' to change the UserPswd:
- If you are using a HR system it will be PS
- If you are using a Finance System use VP1
- Enter '13' to Load the configuration
- Enter '1' to "Boot this domain"
- when you try booting and run into a problem check the logs. I would also check the custom configuration. Make sure the min values =1 and the max values =3.
At this time you have finished making a Application Server. The next step is to install the PIA.