47
Author – A.Kishore http://appsdba.info 1 of 47 Installation Guide for PeopleSoft 8.4(Financials) on Windows 2000 HISTORY Rev Author Description 1.0 A.Kishore Draft 2.0 A.Kishore Final version – added high level steps High Level Steps 1> Install Windows 2000 service pack 3 or service pack 2 2> Install Oracle 8.1.6 or higher with database name as FDMO 3> Install people tools – Screen Shots available 4> Install Financials and Supply chain management – Screen Shots available 5> Install Web Logic – Screen Shots available 6> Setting up Peoplesoft Internet Architecture using WebLogic – Screen Shots available 7> Install TUXEDO and Jolt # Time Responsible Task A1 45 min Install windows 2000 on 512 MB RAM with at least 25 GB hardisk A2 15 min Install Windows 2000 service pack 3 or service pack 2 B1 45 min Install Oracle 8.1.6 or higher with database name as FDMO C1 30 min Install people tools – see screen shoots at the bottom of the document C2 15 min Install Financials and Supply chain management – see screen shoots at the bottom of the document D1 5 – 8 hrs Create 2 tier connections using data mover Refer:Creating a Database Manually on Windows NT/2000 D2 Set NLS_LANG as AMERICAN_AMERICA.UTF8 using regedit

Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

  • Upload
    lyque

  • View
    220

  • Download
    1

Embed Size (px)

Citation preview

Page 1: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

1 of 47

Installation Guide for PeopleSoft 8.4(Financials) on Windows 2000

HISTORY

Rev Author Description

1.0 A.Kishore Draft

2.0 A.Kishore Final version – added high level steps

High Level Steps

1> Install Windows 2000 service pack 3 or service pack 2

2> Install Oracle 8.1.6 or higher with database name as FDMO

3> Install people tools – Screen Shots available

4> Install Financials and Supply chain management – Screen Shots available

5> Install Web Logic – Screen Shots available

6> Setting up Peoplesoft Internet Architecture using WebLogic – Screen Shots available

7> Install TUXEDO and Jolt

# Time Responsible Task

A1 45 min Install windows 2000 on 512 MB RAM with at least 25 GB hardisk

A2 15 min Install Windows 2000 service pack 3 or service pack 2

B1 45 min Install Oracle 8.1.6 or higher with database name as FDMO

C1 30 min Install people tools – see screen shoots at the bottom of the document

C2 15 min Install Financials and Supply chain management – see screen shoots at the bottom of the document

D1 5 – 8 hrs

Create 2 tier connections using data mover

Refer:Creating a Database Manually on Windows NT/2000

D2 Set NLS_LANG as AMERICAN_AMERICA.UTF8 using regedit

Page 2: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

2 of 47

HKEY_LOCAL_MACHINES\software\Oracle

D3 Go to <PS_HOME>\scripts\nt and modify the below scripts

As per your environment and run the scripts in SQL *Plus as INTERNAL user

a> UTLSPACE.sqlCREATE TABLESPACE PSRBS

DATAFILE 'F:\ORACLE\oradata\FDMO\psrbs01.dbf' SIZE 300M

DEFAULT

STORAGE ( INITIAL 4M

NEXT 4M

PCTINCREASE 0 );

CREATE TABLESPACE PSTEMP

DATAFILE 'F:\ORACLE\oradata\FDMO\pstemp01.dbf' SIZE 60M

DEFAULT

STORAGE ( INITIAL 100K

NEXT 100K

PCTINCREASE 0 );

b> rollback.sql

SQL> @F:\PT840\financials\scripts\nt\rollback.sql

c> dbowner.sql

SQL> @F:\PT840\financials\scripts\nt\dbowner.sql

d> Application specific tablespaces – EPDDL.sql

@F:\PT840\financials\scripts\nt\EPDDL.SQL

e:> Peoplesoft database roles

SQL> @F:\PT840\financials\scripts\nt\psroles.sql

f> Create peoplesoft database owner id (SYSADM user)

SQL> @F:\PT840\financials\scripts\nt\psadmin.sql

SQL> ACCEPT ADMIN CHAR PROMPT 'Enter name of PeopleSoft Owner ID: '

Enter name of PeopleSoft Owner ID: SYSADM

SQL> ACCEPT PASSWORD CHAR PROMPT 'Enter PeopleSoft Owner ID password:'

Enter PeopleSoft Owner ID password:SYSADM

Page 3: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

3 of 47

SQL> PROMPT

SQL> PROMPT Enter a desired default tablespace for this user.

Enter a desired default tablespace for this user.

SQL> PROMPT

SQL> PROMPT Please Note: The tablespace must already exist

Please Note: The tablespace must already exist

SQL> PROMPT If you are unsure, enter PSTEMP or SYSTEM

If you are unsure, enter PSTEMP or SYSTEM

SQL> PROMPT

SQL> ACCEPT TSPACE CHAR PROMPT 'Enter desired default tablespace:'

Enter desired default tablespace:PSTEMP

SQL>

g> Create CONNECT ID – connect.sql

@F:\PT840\financials\scripts\nt\connect.sql

h> Grant DBA to SYSADM

Grant dba to sysadm

E1 Configure the Databasename, UserID and connect Id using configuration manager

Peopletools 8.4 -> configuration manager

Database Name – FDMO

User ID – SYSADM

Connect Id – PEOPLE

Passwod – PEOP1E

Check Database Type

(See Screen Shoot)

F1 Populate peplesoft database tables using data mover

Page 4: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

4 of 47

See screen shoots below the document

F2 Connect to Application Designer( 2 tier) by connecting as VP1/VP1 – See screen shots

Also check whether there are 34020 tables in SYSADM schema

G1 Prepare for 3 tier connections

G2 30 min Install Web Logic – see screen shots

Refer Chapter 2: Installling BEA WebLogic Server on Windows 2000

G3 30 min Setting up Peoplesoft Internet Architecture using WebLogic

Refer Chapter 7A: Setting up the peoplesoft Internet Architecture

Go to <PS_HOME>\setup\mpinternet – setup.exe

Testing the Peoplesoft Internet Architecture Installation

F:\bea\wlserver6.1\config\peoplesoft\startPIA.cmd

Check whether Weblogic is running

http://server.com:7001/ps/signon.html

See Screen shots

H1 Install TUXEDO and Jolt

Refer: Chapter 2 – Installing Tuxedo and jold

Set the TUXDIR environment variable

Start – settings – control panel – system

Install TUXEDO in f:\TUXEDO directory

Page 5: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

5 of 47

Give password for password dialog box

To set the tuxedo services

Go to services and start the TUXEDO IPC HELPER

Check whether TUXDIR, PATH and NLSPATH are set properly

In the start – settings – control panel – system

PATH – f:\tuxedo\bin

TUXDIR = f:\tuxedo

NLSPATH = F:\tuxedo\locale\c

To verify the server installation

Go the updataobj directory under <TUXDIR>

Open the lic.txt

Page 6: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

6 of 47

Search for the following text

# PeopleSoft Edition - Built on BEA - October 10, 2000.

H2 Configuring the application server – Refer Chapter 6A

Before you begin

Connect as SYSADM

select classid,startappserver from psclassdefn where classid in

(select oprclass from psoprcls where oprid = 'VP1');

CLASSID STARTAPPSERVER

-------------------------------------------------------------

APPSRVR 1

Create Initial Application server domain

Cd <PS_HOME>\appserv

Psadmin

See Screen shots

Page 7: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

7 of 47

C1> People tools screen shots

Enter the key

Page 8: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

8 of 47

Page 9: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

9 of 47

Page 10: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

10 of 47

Page 11: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

11 of 47

Page 12: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

12 of 47

Page 13: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

13 of 47

Page 14: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

14 of 47

Page 15: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

15 of 47

Keep the second peopletools CD

Page 16: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

16 of 47

C2 – Financials and Supply chain management screen shots

Page 17: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

17 of 47

Enter Key

Page 18: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

18 of 47

Page 19: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

19 of 47

Page 20: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

20 of 47

Page 21: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

21 of 47

Page 22: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

22 of 47

Page 23: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

23 of 47

Page 24: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

24 of 47

E1> Configuration Manager

Page 25: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

25 of 47

F1 > Create data mover scripts

File – Database Setup

Page 26: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

26 of 47

> Modify the log directory> Run Script

Page 27: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

27 of 47

> GRANT CONNECT,RESOURCE TO SYSADM; GRANT CONNECT,RESOURCE TO PEOPLE;

Page 28: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

28 of 47

Check the log file for any errors

F2) Application Designer

Page 29: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

29 of 47

Page 30: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

30 of 47

Page 31: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

31 of 47

G2 – Web Logic Installation and configuration and test Web logic

Page 32: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

32 of 47

Page 33: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

33 of 47

Enter password as password

Page 34: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

34 of 47

License configuration

Page 35: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

35 of 47

Install service pack for weblogic !!!

Run setenv.cmd

Page 36: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

36 of 47

Run wls61sp1_upgrade_win.exe

Page 37: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

37 of 47

G3 – Setting up of Peoplesoft Internet Architecture

Page 38: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

38 of 47

Page 39: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

39 of 47

Page 40: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

40 of 47

Click Yes

Authentication Token Domain: nullAppServer name:servernameJSL Port: 9000HTTP Port: 7001HTTPS : 7002

Page 41: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

41 of 47

Page 42: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

42 of 47

Page 43: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

43 of 47

Testing the Peoplesoft Internet Architecture Installation

F:\bea\wlserver6.1\config\peoplesoft\startPIA.cmd

Page 44: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

44 of 47

http://servername:7001/ps/signon.html

H2 – Application server Domain

Say ‘Y’ to configure

Page 45: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

45 of 47

Modify the parameters as follows

Press 8 to load the configuration

Enter 1 to boot this domain

Page 46: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

46 of 47

Got some errors like logs not created and also PSTUXCFG was not created, I restarted the computer then it was fine

Enter 1 to boot the domain

Page 47: Author – A.Kishore Installation Guide ... Grant DBA to SYSADM Grant dba to sysadm ... # PeopleSoft Edition - Built on BEA - October 10, 2000. H2 Configuring the application server

Author – A.Kishore http://appsdba.info

47 of 47

At least 8 processes should start

Note: Always start Weblogic then only start the application server

Now test peoplesoft by connecting as VP1/VP1