Skip to main content

Peoplesoft Pum Deploy

Process:

A)   Obtaining HCM/FSCM/Any PUM Image DPK and copying to PUM server


1. Login into PUM linux server machine.

2. Go to support.oracle.com and download HCM PUM image XX for native os

3. Download the pum image dpk and copy the downloaded image to unix PUM server.

Using wget command also we can directly download the software to the respective servers.

B)   Install pre-requisite for Oracle 19c

              Oracle *****base (RDBMS) on Unix AIX,HP-UX,Linux,Solaris and MS Windows Operating Systems                    

              Installation and Configuration Requirements Quick Reference (12.1/12.2/18c/19c) (Doc ID 1587357.1))

a.      Set minimum OS Resource parameter –

Vi /etc/sysctl.conf and add based on requirements.

reload - /sbin/sysctl -p

b.      Set minimum Oracle OS RPM requirements


yum -y install oracle-*****base-preinstall-19c

yum -y install compat-libcap1

yum -y install compat-libstdc++-33

yum -y install elfutils-libelf-devel

yum -y install fontconfig-devel

yum -y install glibc-devel

yum -y install libaio-devel

yum -y install libXtst

yum -y install libXrender-devel



c. Shutdown Application Server, Process scheduler & Web process

Take samba backup

Take the bash and profile backup

Run the cleanup script

Cleanup before installation – Doc ID.2117053.1 --Manual Cleanup steps for UNIX/LINUN

Extract DPK in DPK_INSTALL directory

Change directory to /*****/*****/ Image** 

 After unzip list the files and you will have setup folder which will have psft-dpk-setup.sh script

cd setup - /*****/*****/HCM**/setup


D)   Run psft-dpk-setup.sh to deploy image

a.      Create folder HCM46 and provide 777 permission - /*****/*****/HCM** (DPK_BASE)

b.      Run dpk setup file to install PUM image instance

change directory to /*****/*****/HCM**/setup and execute psft-dpk-setup.sh

After system settings are completed, check for the ids – oracle2, psadm1, psadm2, psadm3 and esadm1


E)    Post DPK Setup

a.      After the deployment is completed, switch user to psadm2 and check the domains are Running

b.      Open firewall ports to access PUM Instance

        firewall-cmd --add-port 8000/tcp --permanent

        firewall-cmd --add-port 8443/tcp --permanent

        firewall-cmd --add-port 1521/tcp --permanent

        firewall-cmd --add-port 445/tcp –permanent

        firewall-cmd --add-port 139/tcp –permanent

        firewall-cmd --add-port 139/udp –permanent

        firewall-cmd --add-port 137/tcp --permanent

        firewall-cmd --add-port 137/udp --permanent

        firewall-cmd --reload

        firewall-cmd --zone=public --list-ports


F)    Access the pum instance using browser

                http://****:8000/ps/signon.html


G)   Enable access to  pi_home from CA machine

a.      Enable samba share in pum server

-        Check samba rpm is installed, if not install

-        yum -y install samba

-        Backup smb.conf before making any changes – cp /etc/samba/smb.conf /etc/samba/smb.conf_bckp

-        Add the below entries to smb.conf  - vi /etc/samba/smb.conf

-        Change the Path Directories

-        Start Samba service

systemctl start smb.service

systemctl start nmb.service

systemctl enable smb.service

Created symlink from /etc/systemd/system/multi-user.target.wants/smb.service to /usr/lib/systemd/system/smb.service.

systemctl enable nmb.service

Created symlink from /etc/systemd/system/multi-user.target.wants/nmb.service to /usr/lib/systemd/system/nmb.service.


b.      Change the key value to 1 in regedit


HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters and make sure "AllowInsecureGuestAuth" value is set to 1


c.      On the windows machine(CA machine), map the network drive(samba share) and access

PeopleTools Client 8.60 Installation:

1.      Navigate to the tools_client -> client-860

2.      Run the bat files.


Comments