PeopleTools 8.51 Install

Prep Work:
  1. Make sure the following is installed:
    • Tuxedo
    • JRockit
    • Weblogic

PeopleTools 8.51 Download:
  1. Login to Oracle Linux as the peopleSoft user you selected. Either "hr91" or "fs91".
  2. Open a Browser and login to Oracle's e-delivery
    • Once logged in select the following:
    • Product Pack: PeopleSoft Enterprise
    • Platform: Linux x86-64
    • Click the "Go" button
  3. Select the PeopleTools 8.51 Media pack and select the "Go" button.
  4. At the next page there are three files that need to be downloaded. Download the following files to the Desktop:
    1. PeopleSoft Enterprise People Tools 8.51 Disc 1 of 3
    2. PeopleSoft Enterprise People Tools 8.51 Disc 1 of 2
    3. PeopleSoft Enterprise People Tools 8.51 Disc 1 of 3
  5. Once the files are downloaded unzip them.
  6. Open a terminal and naviagte to: Desktop/Disk1/InstData
    • [hc91@localhost InstData]# chmod 777 setup.linux
    • [hc91@localhost InstData]# ./setup.linux
  7. Press the "Enter" button.
  8. Enter the following for the peoplesoft License Code: zm7ky3w41m044u863q67oke1ms7t1f2
  9. Select the Unicode Database and hit the "Enter" button.
  10. Make sure that all the Oracle Products are selected to be installed. By default they all are. Just hit the "Enter" button.
  11. Change the Installation location to : /apps/psoft
  12. Turn off the Security updates. "Click 'Enter' to accept the default. Then hit the 'y' button and the 'Enter' button to turn off the security updates". 
  13. Click enter to accept the default for the "hub machine name".
  14. Click enter to accept the default for the port number: 80
  15. Accept Default settings for "features to install".
  16. After reading the summary click the "Enter" button to start installing PeopleTools 8.51.
  17. Once the peopleTools 8.51 has installed hit enter to exit the installer.
POST INSTALL WORK:
We have finished installing PeopleTools 8.51, however there are still some things to do. We will need to edit our bash profile and verify that PeopleTools works.
  1. Open a new terminal
  2. Enter the following command to open an editor. We will be enditing the .bash_profile :
    • [hc91@localhost ~]# gedit .bash_profile
  3. Enter the following into the editor and save the file.
    export ORACLE_HOME='/apps/oracle/product/11.2.0'
    export TUXDIR='/apps/mdlware/tuxedo10gR3'

    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib:$TUXDIR/lib
    export PATH=$PATH:$ORACLE_HOME/bin:$TUXDIR/bin

    export PS_HOME='/apps/psoft'
    export PS_CFG_HOME=$PS_HOME

    . $PS_HOME/psconfig.sh
    export PATH


    4. Restart the computer.

Login to PSADMIN
  1. Login to Oracle linux as "hr91" or "fs91" if installing "finance".
  2. Open a new terminal:
    • [hr91@localhost ~]#  cd $PS_HOME
    • [hr91@localhost psoft]# cd appserv
    • [hr91@localhost psoft]#  ./psadmin
At this time you should be able to be able to open PSADMIN. This is where you will setup application servers and connect the database. Our next step is to install the flavor of PeopleSoft application you want. In this tutorial I will be  be going over FSCM and HRMS systems. You will need to pick one of the tutorials.

No comments:

Post a Comment