15 May 2013

PS Installation on Linux server



1.       First we have to check s/w and H/w Requirements of servers.
2.       Set kernel parameters for oracle S/W
=(sh /media/cdrecorder/oracle10gR2/RunInstaller
In this give db bin path as  : (/u01/app/oracle/product/11.2.0/product/db_1/bin)
3.       Install oracle S/W & Create DB.
4.       Set kernel parameters for oracle PeopleSoft I,e ( Tuxedo, Appserver)
5.       Install Application server I,e BEA Tuxedo 8.1 on Linux server
Path: $sh /media/cd rom/Tuxedo 8.1/Install.sh
In this give path as : /u02/bea
6.       Install People Tools 8.48 S/W on Linux Server
$ cd media/cdrom/Disk1/.setup.Linux  -console
Console is used to run the installation in command prompt.
Specify Directory: /u02/psoft/HRPRD
7.       Install Application HCM 9.0 S/W
$ sh /media/cdrom/peoplesoft Application HCM 9.0/Setup.Linux –console
It will ask : Dir Name: /u02/psoft/HRPRD
Loc of Tuxedo s/w : /u02/bea/Tuxedo 8.1
8.       Modify & Run the following scripts. The scripts are located at
<pshome>/scripts/unix
a.       Utlspace.sql: It creates utility table spaces I.e. creating temp table spaces for db users & creating default table spaces for db users.
b.      Dbowner.sql: It creates OPRID & PWD which is stored in PSOPRDEFN Table. This  table is ‘pssecurity’ Table.
c.       HCDDL.sql: It is used to create table spaces for the PS Application(HRMS,FSCM) Products.
d.      Psroles.sql: It creates roles & sessions for psuser & psadmin I.e. ‘PSOWNERID’.
e.      Psadmin.sql: It is used to setup People Soft owner ID.
f.        Connect.sql: This creates connect ID & pwd that is people/peop1e for Linux.
This Is stored in PSOPRDEFN, PSDBOWNER, PSACCESSPRFL Tables.
9.       Configure the configuration manger.
For Application Designer:<pshome>/bin/client/winx86/pside.exe
For Configuration Manager :<pshome>/bin/client/winx86/config.exe
For Data Mover: <pshome>/bin/client/winx86/psdmtx.exe
In this we will set : DB Name, DB Type: oracle, userid(system),connect id(people), connect pwd( peop1e) and click on apply button.
10.   Configure and run the Data Mover I,e PSDMTX.EXE File
In this  go to File->Database setup->next  and we should DB Name.
Symbolic ID: It is an intermediatory entity b/w the USER ID & ACCESS ID
It is stored in ‘PSACCESSPRFL’ user ids are associated with symbolic ID.
Access ID: It has all the RDBMS privileges necessary to access & manipulate data for an entire PS Application. The Accessid should have select,update & Delete Access.
CONNECT ID: It Performs the initial connection  to the DB
& close the window.
To select how many tables are inserting: select * from tab;
11.   After successful completion of DM check to login App Designer.
If we login then our installations are correct.
12.   Create an Appserver Domain
I,e appserv> $ .psadmin
‘1’<select ‘1’ App server>
‘2’<create a domain>
‘4’<configure domain>
Replace user id & passwd by selecting 17,18 with PS/PS.
‘13’<To load new configuration settings> & both the domain.
13.   Install Web server s/w I,e BEA Web logic
Appserv> $sh /media/cdrom/weblogic/install.sh
Give path as: /u03/weblogic
14.   Install People Soft Internet Architecture & start PIA.
<pshome>/webserv/DN/setup/mpinternet/setup.linux –console
Gi ve webserver root directory as: /u03/weblogic
START PIA: <pshome>webserv>/DN/startPIA.sh
HRPRD> $ tail –f logs | PIA_stdout.log
We have to login into PIA by using the following URL
psp catches all the information from webserver,appserver etc..,
15.   Create & configure process scheduler server
<pshome>/appserv/psadmin
16.   Create & configure a Report node or Distribution Node
Report Node: Both Processes scheduler & Report manager use the Report node to deliver ps/nvision reports.
It specifies to report repository location & the location of stored content for Report Manager.
PTools->prcs scheduler->Report Node->Add new value tab
Dst node name: DST NODE   click on ADD
Os: linux
URL HOST: computer name
URL PORT NO: http port no I,e 8000
URL RESOURCE->SchedulerTransfer/websitename     save & exit
Note: SchedulerTransfer is a JAVA SERVLET
17.   Add  the above distribution node to the prcs scheduler server.
PTools->Prcs scheduler->server->click on search & select     PSUNX
Click on DISTRIBUTION Tab DSTNODE name=DST Node
No of attempts=3
Time Span=30(save & logout)
18.   Configure the default node for Application I,e PSFT_HR,PSFT_EP,PSFT_CR
PEOPLETOOLS->IB->INTEGRATION SETUP->NODES->click on search button & select PSFT_HR (Save & Logout)
The above changes will affect after bouncing the PIA.
19.   After executing configuring we have to check or execute reports whether the installations are correct.
Run status: success           Distribution status:  Posted
Server Name=PSUNX

No comments:

Post a Comment