Category: PEOPLESOFT APPLICATIONS


Issue: 

While starting Application Server or Process Scheduler for very first time, Boot process fails while starting JSH or WSL  server processes.

In my case i am with PT 851 and HRMS 9.1.

 

Tuxedo Log:($PS_HOME/appserv/<DOMAIN>/LOGS/TUXEDO****)

100837.psapp.com!JSH.22674.1236849872.-2: LIBTUX_CAT:681: ERROR: Failure to create message queue
100837.psapp.com!JSH.22674.1236849872.-2: JOLT_CAT:1088: “ERROR: tpinit() failed, tperrno = 7”
100837.psapp.com!JSL.22671.285207664.0: JOLT_CAT:1079: “ERROR: Error starting mininum number of handlers”
100837.psapp.com!JSL.22671.285207664.0: LIBTUX_CAT:250: ERROR: tpsvrinit() failed
100837.psapp.com!tmboot.22651.318214464.-2: tmboot: CMDTUX_CAT:827: ERROR: Fatal error encountered; initiating user error handler
100837.psapp.com!WSL.22669.1231995104.0: WSNAT_CAT:1196: INFO: Terminating handlers in preparation for shutdown
100837.psapp.com!WSL.22669.1231995104.0: WSNAT_CAT:1197: INFO: Exiting system
100843.psapp.com!BBL.22648.4133522528.0: CMDTUX_CAT:26: INFO: The BBL is exiting system
100846.psapp.com!PSADMIN.22115: End boot attempt on domain TESTHR

 

Solution:

As a root user add or modify with below kernal value in  sysctl.conf file from /etc location. After adding below value run ‘sysctl -p’ command as root user.

kernel.msgmni = 1024

Try to boot the domain with changed value. Hope this should resolve. 

1 Login into database as super user(SYS), and change the password of SYSADM user at DB leavel.

SQL> Alter user SYSADM identified by <new_password>;

SQL> select * from SYSADM.PSACCESSPRFL; — (Here you will get the information of Symbolic ID)

 

2.Login to Data Mover in bootstrap(SYSADM) mode with newely changed password and run the following command:

CHANGE_ACCESS_PASSWORD <Symbolic ID> <new_password>;
ENCRYPT_PASSWORD *;

This command will change the SYSADM password, and that will update the PSACCESSPRFL table as well and will encrypt the entry (ACCESSID and ACCESSPSWD).

Issue:

 When you are trying to boot the application server for the first time after a fresh installation, Boot attempt freeze while starting PSAPPSERV server process. And same error is reflected in Application designer when you are trying to login with oper id (PS).

 

In my case i am with Peopletools 851 and HRMS 9.1

 

Error Message in Application designer:

File: SQL Access ManagerSQL error. Stmt #: 2  Error Position: 0  Return: 404 – ORA-01017: invalid username/password; logon denied

 

Error Message in Application server logs($PS_HOME/appserv/<DOMMAIN>/LOGS/PSAPPSRV******)

 

PSAPPSRV.24496 (0) [06/08/14 07:02:05](0) Cache Directory being used: /home/psoft/pt851/appserv/HRTEST/CACHE/PSAPPSRV_1/
PSAPPSRV.24496 (0) [06/08/14 07:02:05](3) File: SQL Access ManagerSQL error. Stmt #: 2 Error Position: 0 Return: 404 – ORA-01017: invalid username/password; logon denied
PSAPPSRV.24496 (0) [06/08/14 07:02:05](1) GenMessageBox(200, 0, M): SQL Access Manager: File: SQL Access ManagerSQL error. Stmt #: 2 Error Position: 0 Return: 404 – ORA-01017: invalid username/password; logon denied
PSAPPSRV.24496 (0) [06/08/14 07:02:05](1) GenMessageBox(0, 0, M): Database Signon: Could not sign on to database HRTEST with user PS.
PSAPPSRV.24496 (0) [06/08/14 07:02:05](0) Server failed to start

 

Solution:

Change the Access password(SYSADM). This will help you.

Setspace.sqr  :-

Script to populate or synchronize Tablespace information with the system catalog.

export PS_HOME=/psoft/pshome/pT851
export REPNAME=/psoft/pshome/pT851/sqr/setspace.sqr
export DB=SYSADM/SYSADM@TEST
export SQR=$PS_HOME/bin/sqr/ORA/bin/sqr
$SQR $REPNAME $DB -I$PS_HOME/sqr/ -F/tmp/ -ZIF$PS_HOME/sqr/pssqr.ini

 

This step populates all Tablespace information in the PSRECTBLSPC table. 

The values stored in the DDLSPACENAME field are updated with current values found in the system catalog for tables already defined in your database. If you modified Tablespace names from the PeopleSoft-delivered names, this step makes those same changes in the PeopleSoft record definition.

 

1. Log in to data mover in bootstrap mode(SYSADM user).

2. Run below command

update PSOPRDEFN set OPERPSWD = ‘Your password’, ENCRYPTED = 0 where OPRID = ‘PS’;
ENCRYPT_PASSWORD *;

3. With above sql we can change the password for all PeopleSoft application users.

Use single cotes, if you copy the above text it will be with different special character.

1. From registry.xml in MW_HOME View the registry.xml file.

<component name=”WebLogic Server” version=”10.3.6.0” InstallDir=”/home/weblogic/bea/weblogic/wlserver_10.3″>

 

2.From Weblogic.jar file.Change the directory to MW_HOME/wlserver_XX.X/server/lib and run below command

[weblogic@localhost lib]$ java -cp weblogic.jar weblogic.version

WebLogic Server 10.3.6.0  Tue Nov 15 08:52:36 PST 2011 1441050

Use ‘weblogic.version -verbose’ to get subsystem information

Use ‘weblogic.utils.Versions’ to get version information for all modules

 

3.From weblogic Admin console

 

 

 

 

Tmadmin is a command line utility which incorporates with Tuxedo installed in environment. With tmadmin command line we can start and stop the services with out effecting other services.

To check Tuxedo version run below command

tmadmin -v

With tmadmin(Tuxedo command line) we can start andstop specific process running on PeopleSoft Application server and Process Scheduler Server.

There are two ways to perform, ie one is with group name and second is with id.You can find group name and id with domain status menu either in application server or process scheduler server.

If you want to start only PUBSUB(Integration broker services) process, now you can use with group name as shown below command from tuxedo command line.

>PSADMIN

—> 1) Application Server

–>1) Administer a domain

–>1) ABCD  (” Choose the domain that you are going to start PUBSUB”)

–>5) TUXEDO command line (tmadmin)

–> boot -g PUBSUB

If you want to bring down then use “shutdown -g PUBSUB”

If you want to start AESRV process use ” boot -g AESRV”

If you want to stop AESRV process use “shutdown -g AESRV

Note: The letter “-g” refers group name from domain status, If you want to bounce with ID then use “-i” instead of “-g” in above all commands.

Example: Stopping process with ID is shown in below command

shutdown -i 103

In my scenario ID “103” refers to   process “PSDSTSRV” , you can find the ID and corresponding Process in domain status menu option .

Note:If you select with group name then, it only effects specific group. Where as in ID it is different, one single id might represents multiple types of process.

 

1. Starting PUBSUB Server Process with TMADMIN utility

–>PSADMIN

—> 1) Application Server

–>1) Administer a domain

–>1) ABCD  (” Choose the domain that you are going to start PUBSUB”)

–>5) TUXEDO command line (tmadmin)

> boot -g PUBSUB
INFO: Oracle Tuxedo, Version 10.3.0.0, 64-bit, Patch Level 067

Booting server processes …

exec PSBRKHND -o ./LOGS/stdout -e ./LOGS/stderr -s PSBRKHND_dflt:BrkProcess — -D PSDMO7 -S PSBRKHND_dflt :
CMDTUX_CAT:821: INFO: Duplicate server.
exec PSBRKDSP -o ./LOGS/stdout -e ./LOGS/stderr -s PSBRKDSP_dflt:Dispatch — -D PSDMO7 -S PSBRKDSP_dflt :
CMDTUX_CAT:821: INFO: Duplicate server.
exec PSPUBHND -o ./LOGS/stdout -e ./LOGS/stderr -s PSPUBHND_dflt:PubConProcess — -D PSDMO7 -S PSPUBHND_dflt :
CMDTUX_CAT:821: INFO: Duplicate server.
exec PSPUBDSP -o ./LOGS/stdout -e ./LOGS/stderr -s PSPUBDSP_dflt:Dispatch — -D PSDMO7 -S PSPUBDSP_dflt :
CMDTUX_CAT:821: INFO: Duplicate server.
exec PSSUBHND -o ./LOGS/stdout -e ./LOGS/stderr -s PSSUBHND_dflt:SubConProcess — -D PSDMO7 -S PSSUBHND_dflt :
CMDTUX_CAT:821: INFO: Duplicate server.
exec PSSUBDSP -o ./LOGS/stdout -e ./LOGS/stderr -s PSSUBDSP_dflt:Dispatch — -D PSDMO7 -S PSSUBDSP_dflt :
CMDTUX_CAT:821: INFO: Duplicate server.
0 processes started.

>

To exit  “q” .

This can be verified with server status

[psadmin1@fasurtech ~]$ psadmin -c sstatus -d ABCD
tmadmin – Copyright (c) 2007-2008 Oracle.
Portions * Copyright 1986-1997 RSA Data Security, Inc.
All Rights Reserved.
Distributed under license by Oracle.
Tuxedo is a registered trademark.

> Prog Name      Queue Name  Grp Name      ID RqDone Load Done Current Service
———      ———-  ——–      — —— ——— —————
BBL            225002     *********+       0    105      5250 (  IDLE )
PSMONITORSRV   MONITOR     MONITOR        1      0         0 (  IDLE )
PSAPPSRV       APPQ        APPSRV         1     17       850 (  IDLE )
PSWATCHSRV     WATCH       WATCH          1      0         0 (  IDLE )
PSAPPSRV       APPQ        APPSRV         2     16       800 (  IDLE )
PSSUBDSP       SUBDQ_dflt  PUBSUB       300      0         0 (  IDLE )
PSSUBHND       SUBHQ_dflt  PUBSUB       301      0         0 (  IDLE )
WSL            00001.00020 BASE          20      0         0 (  IDLE )
PSBRKDSP       BRKDQ_dflt  PUBSUB       100      0         0 (  IDLE )
PSSAMSRV       SAMQ        APPSRV       100      0         0 (  IDLE )
PSBRKHND       BRKHQ_dflt  PUBSUB       101      0         0 (  IDLE )
JREPSVR        00094.00250 JREPGRP      250     10       500 (  IDLE )
PSPUBDSP       PUBDQ_dflt  PUBSUB       200      0         0 (  IDLE )
JSL            00095.00200 JSLGRP       200      0         0 (  IDLE )
PSPUBHND       PUBHQ_dflt  PUBSUB       201      0         0 (  IDLE )

PUBSUB Process has 6 server process:

Publication Broker:
PeopleSoft Broker Dispatcher (PSBRKDSP)

PeopleSoft Broker Handler (PSBRKHND)

 Publication Contractor :

PeopleSoft Publication Dispatcher (PSPUBDSP)

PeopleSoft Publication Handler (PSPUBHND)

Subscription Contractor:

PeopleSoft Subscription Dispatcher (PSSUBDSP)

PeopleSoft Subscription Handler (PSSUBHND)

2. Stopping PUBSUB Server Process with TMADMIN utility

–>PSADMIN

—> 1) Application Server

–>1) Administer a domain

–>1) ABCD  (” Choose the domain that you are going to start PUBSUB”)

–>5) TUXEDO command line (tmadmin)

shutdown -g PUBSUB

Shutting down server processes …

Server Id = 300 Group Id = PUBSUB Machine = *********.localdomain:      shutdown succeeded
Server Id = 301 Group Id = PUBSUB Machine = **********.localdomain:      shutdown succeeded
Server Id = 200 Group Id = PUBSUB Machine = *********.localdomain:      shutdown succeeded
Server Id = 201 Group Id = PUBSUB Machine = **********.localdomain:      shutdown succeeded
Server Id = 100 Group Id = PUBSUB Machine = *********.localdomain:      shutdown succeeded
Server Id = 101 Group Id = PUBSUB Machine = *********.localdomain:      shutdown succeeded
6 processes stopped.

Application Bundles:

Application bundles deliver urgent fixes, including critical fixes released since the previous bundle. Application Bundles are delivered only for PeopleSoft 8 releases and higher.

Applying Bundles with CA(Change Assistant)

Change Assistant automates most of the maintenance tasks.

PeopleSoft Environment Management Framework(EMF) make Change Assistant available, basically it has three components

1.PSEMAgent:

These Agents exists on your PeopleSoPSEMAgent/envmetadata/configft servers (ie Database Server, Batch Server,Application Server and Web Server) . The primary job is to crawl the disk’s for the PeopleSoft installations.

  •       PSEMAgent resides at $PS_HOME
  •      Configuration files will be at $PS_HOME/PSEMAgent/envmetadata/config
  •      Before you begin with Bundles , you need to configure the PSEMAgent. change directory to  $PS_HOME/PSEMAgent/envmetadata/config there will a file with name  configuration.properties.
  • Just take a backup before you make modifications.
  • Edit the configuration.properties file as shown below.

 #hubURL= this is the host and port the agents talk to
hubURL=http://<Webserver Hostname or IP>:<Http or Https port>/PSEMHUB/hub
agentport=5283

ex:      hubURL=http://192.168.1.35:8800/PSEMHUB/hub
agentport=5283
#Windows directories need to use the forward slash (‘/’) character. For multiple directories, use a ‘|’ character as separator
windowsdrivestocrawl=c:|d:
unixdrivestocrawl=%HOME%

ex:     #windowsdrivestocrawl=c:|d:
unixdrivestocrawl=/ps_new/peoplesofthome

Since my server’s are in Linux , i have commented the windowsdrivestocrawl=c:|d: , I
have specified my $PS_HOME in unixdrivestocrawl.

2. PSEM Hub:

PSEM Hub resides in Web Server , which gathers information sent by PSEMAgents.

  • Location of PSEM Hub $PS_HOME/webserv/<Domain>/applications/peoplesoft.
  • Configurations files $PS_HOME/webserv/<Domain>/applications/peoplesoft/PSEMHUB.war/envmetadata/config/
  • Just take a backup before you make modifications.
  • Edit the configuration.properties file as shown below.

#hubURL= this is the host and port the agents talk to
hubURL=http://%HUB_MACHINE_NAME%:%HUB_PORT%/PSEMHUB/hub
agentport=5283
HUB_MACHINE_NAME= Web Server Host name or IP

HUB_PORT = Http or Https port

ex :    hubURL=http://192.168.1.35:8800/PSEMHUB/hub
agentport=5283

#Windows directories need to use the forward slash (‘/’) character. For multiple directories, use a ‘|’ character as separator
windowsdrivestocrawl=c:|d:
unixdrivestocrawl=%HOME%

ex :         #windowsdrivestocrawl=c:|d:
unixdrivestocrawl=/ps_new/peoplesofthome

Since my server’s are in Linux , i have commented the windowsdrivestocrawl=c:|d: , I
have specified my $PS_HOME in unixdrivestocrawl.

3. PSEMViewer :

With PSEMViewer we can view the information in PSEM Hub and we can make a XML file to view.
Applying BUNDLES:

Start  the PSEMAgent on your Peoplesoft Server’s  from $PS_HOME/PSEMAgent with the StartAgent.sh shell script for Linux.

[psadmin1@varuntech PSEMAgent]$ ./StartAgent.sh
Sending pulse from ‘com.peoplesoft.emf.peer:id=4’
Adding attribute PSAppHome: —>/ps_new/peoplesofthome
null
Adding attribute PSAppHome: —>/ps_new/peoplesofthome
Sending pulse from ‘com.peoplesoft.emf.peer:id=4’

Open the Change Assistant and start the PSEMAgent in your File Server.\

Configure same as above for the Agent, make sure that the drives should be specified  where the peopletools and oracle cilent being installed.

configuring he CA:

Open CA—>Tools  –>  Options

locate PS_HOME,Staging and Output.

CA–>Tools –> Options–>Select Environment Management tab

Server Host= WebServer Host name or IP

Server Port = Http or Https port

There should be no loss if you ping.

Start the PSEMAgent in your File Server.

Open CA

Select Tools —> Apply Change Packages

Select your choice ( i prefer 1)  Next

select Apply with out Impact Analyzer , Next

select the Application Release , Next

Select the target environment , Next

Select your File Server, Next

Fill the credentials

Source the location of your bundles, Next

Note: Dont unzip the bundles

You should be able to see the selected bundle in the next .

Choose the method of executing database scripts , Next

select Validate Now to view  your connections (File Sever)

Select Begin Apply,

Now we are done with the Bundles, Please get back me if you have any Q.

  • With PSADMIN utility we can administer the application server domain.
  • Below log shows you to create a new application server domain and configuring.
  • Change Directory to $PS_HOME/appserv on your application server.
  • Run the psadmin utility

NOTE: Values in quick configure menu will differ for diffrent environment.

[varun@localhost PsMpPIAInstall]$ psadmin

PSADMIN — Tools Release: 8.52
Copyright (c) 1996, 2011, Oracle. All rights reserved.

——————————–
PeopleSoft Server Administration
——————————–

  Config Home:  /ps_new/peoplesofthome

  1) Application Server
  2) Process Scheduler
  3) Search Server
  4) Web (PIA) Server
  5) Switch Config Home
  6) Replicate Config Home
  q) Quit
Command to execute (1-6, q): 1
——————————————–
PeopleSoft Application Server Administration
——————————————–

  1) Administer a domain
  2) Create a domain
  3) Delete a domain
  4) Import domain configuration
  q) Quit

Command to execute (1-4, q) : 2
Please enter name of domain to create :VARUN
Configuration templates:

  1) large
  2) small
  3) developer
  4) medium

Select config template number: 2

Creating domain…
Copying application server configuration files…
Copying [/ps_new/peoplesofthome/appserv/small.cfx] to [/ps_new/peoplesofthome/appserv/VARUN/psappsrv.cfg]
Stripping Annotations…
Copying [/ps_new/peoplesofthome/appserv/small.cfx] to [/ps_new/peoplesofthome/appserv/VARUN/psappsrv.cfx]
Copying Jolt repository file…
Domain created.

Would you like to configure this domain now? (y/n) [y] :

———————————————-
Quick-configure menu — domain: VARUN
———————————————-
      Features                      Settings
     ==========                    ==========
  1) Pub/Sub Servers   : No    16) DBNAME     :[VARUN]
  2) Quick Server      : No    17) DBTYPE     :[ORACLE]
  3) Query Servers     : No    18) UserId     :[QEDMO]
  4) Jolt              : Yes   19) UserPswd   :[QEDMO]
  5) Jolt Relay        : No    20) DomainID   :[TESTSERV]
  6) WSL               : No    21) AddToPATH  :[.]
  7) PC Debugger       : No    22) ConnectID  :[people]
  8) Event Notification: Yes   23) ConnectPswd:[peop1e]
  9) MCF Servers       : No    24) ServerName :[]
 10) Perf Collator     : No    25) WSL Port   :[7000]
 11) Analytic Servers  : Yes   26) JSL Port   :[9000]
 12) Domains Gateway   : No    27) JRAD Port  :[9100]

      Actions
     =========
 13) Load config as shown
 14) Custom configuration
 15) Edit environment settings
  h) Help for this menu
  q) Return to previous menu

HINT: Enter 15 to edit DBNAME, then 13 to load

Enter selection (1-27, h, or q): 8
———————————————-
Quick-configure menu — domain: VARUN
———————————————-
      Features                      Settings
     ==========                    ==========
  1) Pub/Sub Servers   : No    16) DBNAME     :[VARUN]
  2) Quick Server      : No    17) DBTYPE     :[ORACLE]
  3) Query Servers     : No    18) UserId     :[QEDMO]
  4) Jolt              : Yes   19) UserPswd   :[QEDMO]
  5) Jolt Relay        : No    20) DomainID   :[TESTSERV]
  6) WSL               : No    21) AddToPATH  :[.]
  7) PC Debugger       : No    22) ConnectID  :[people]
  8) Event Notification: No    23) ConnectPswd:[peop1e]
  9) MCF Servers       : No    24) ServerName :[]
 10) Perf Collator     : No    25) WSL Port   :[7000]
 11) Analytic Servers  : Yes   26) JSL Port   :[9000]
 12) Domains Gateway   : No    27) JRAD Port  :[9100]

      Actions
     =========
 13) Load config as shown
 14) Custom configuration
 15) Edit environment settings
  h) Help for this menu
  q) Return to previous menu

Enter selection (1-27, h, or q): 11
———————————————-
Quick-configure menu — domain: VARUN
———————————————-
      Features                      Settings
     ==========                    ==========
  1) Pub/Sub Servers   : No    16) DBNAME     :[VARUN]
  2) Quick Server      : No    17) DBTYPE     :[ORACLE]
  3) Query Servers     : No    18) UserId     :[QEDMO]
  4) Jolt              : Yes   19) UserPswd   :[QEDMO]
  5) Jolt Relay        : No    20) DomainID   :[TESTSERV]
  6) WSL               : No    21) AddToPATH  :[.]
  7) PC Debugger       : No    22) ConnectID  :[people]
  8) Event Notification: No    23) ConnectPswd:[peop1e]
  9) MCF Servers       : No    24) ServerName :[]
 10) Perf Collator     : No    25) WSL Port   :[7000]
 11) Analytic Servers  : No    26) JSL Port   :[9000]
 12) Domains Gateway   : No    27) JRAD Port  :[9100]

      Actions
     =========
 13) Load config as shown
 14) Custom configuration
 15) Edit environment settings
  h) Help for this menu
  q) Return to previous menu

Enter selection (1-27, h, or q): 6
———————————————-
Quick-configure menu — domain: VARUN
———————————————-
      Features                      Settings
     ==========                    ==========
  1) Pub/Sub Servers   : No    16) DBNAME     :[VARUN]
  2) Quick Server      : No    17) DBTYPE     :[ORACLE]
  3) Query Servers     : No    18) UserId     :[QEDMO]
  4) Jolt              : Yes   19) UserPswd   :[QEDMO]
  5) Jolt Relay        : No    20) DomainID   :[TESTSERV]
  6) WSL               : Yes   21) AddToPATH  :[.]
  7) PC Debugger       : No    22) ConnectID  :[people]
  8) Event Notification: No    23) ConnectPswd:[peop1e]
  9) MCF Servers       : No    24) ServerName :[]
 10) Perf Collator     : No    25) WSL Port   :[7000]
 11) Analytic Servers  : No    26) JSL Port   :[9000]
 12) Domains Gateway   : No    27) JRAD Port  :[9100]

      Actions
     =========
 13) Load config as shown
 14) Custom configuration
 15) Edit environment settings
  h) Help for this menu
  q) Return to previous menu

Enter selection (1-27, h, or q): 16
Enter new setting for DBNAME [VARUN]:PSDMO8

———————————————-
Quick-configure menu — domain: VARUN
———————————————-
      Features                      Settings
     ==========                    ==========
  1) Pub/Sub Servers   : No    16) DBNAME     :[PSDMO8]
  2) Quick Server      : No    17) DBTYPE     :[ORACLE]
  3) Query Servers     : No    18) UserId     :[QEDMO]
  4) Jolt              : Yes   19) UserPswd   :[QEDMO]
  5) Jolt Relay        : No    20) DomainID   :[TESTSERV]
  6) WSL               : Yes   21) AddToPATH  :[.]
  7) PC Debugger       : No    22) ConnectID  :[people]
  8) Event Notification: No    23) ConnectPswd:[peop1e]
  9) MCF Servers       : No    24) ServerName :[]
 10) Perf Collator     : No    25) WSL Port   :[7000]
 11) Analytic Servers  : No    26) JSL Port   :[9000]
 12) Domains Gateway   : No    27) JRAD Port  :[9100]

      Actions
     =========
 13) Load config as shown
 14) Custom configuration
 15) Edit environment settings
  h) Help for this menu
  q) Return to previous menu

Enter selection (1-27, h, or q): 18
Enter new setting for UserId [QEDMO]:PS

———————————————-
Quick-configure menu — domain: VARUN
———————————————-
      Features                      Settings
     ==========                    ==========
  1) Pub/Sub Servers   : No    16) DBNAME     :[PSDMO8]
  2) Quick Server      : No    17) DBTYPE     :[ORACLE]
  3) Query Servers     : No    18) UserId     :[PS]
  4) Jolt              : Yes   19) UserPswd   :[QEDMO]
  5) Jolt Relay        : No    20) DomainID   :[TESTSERV]
  6) WSL               : Yes   21) AddToPATH  :[.]
  7) PC Debugger       : No    22) ConnectID  :[people]
  8) Event Notification: No    23) ConnectPswd:[peop1e]
  9) MCF Servers       : No    24) ServerName :[]
 10) Perf Collator     : No    25) WSL Port   :[7000]
 11) Analytic Servers  : No    26) JSL Port   :[9000]
 12) Domains Gateway   : No    27) JRAD Port  :[9100]

      Actions
     =========
 13) Load config as shown
 14) Custom configuration
 15) Edit environment settings
  h) Help for this menu
  q) Return to previous menu

Enter selection (1-27, h, or q): 19
Enter new setting for UserPswd [QEDMO]:PS

———————————————-
Quick-configure menu — domain: VARUN
———————————————-
      Features                      Settings
     ==========                    ==========
  1) Pub/Sub Servers   : No    16) DBNAME     :[PSDMO8]
  2) Quick Server      : No    17) DBTYPE     :[ORACLE]
  3) Query Servers     : No    18) UserId     :[PS]
  4) Jolt              : Yes   19) UserPswd   :[PS]
  5) Jolt Relay        : No    20) DomainID   :[TESTSERV]
  6) WSL               : Yes   21) AddToPATH  :[.]
  7) PC Debugger       : No    22) ConnectID  :[people]
  8) Event Notification: No    23) ConnectPswd:[peop1e]
  9) MCF Servers       : No    24) ServerName :[]
 10) Perf Collator     : No    25) WSL Port   :[7000]
 11) Analytic Servers  : No    26) JSL Port   :[9000]
 12) Domains Gateway   : No    27) JRAD Port  :[9100]

      Actions
     =========
 13) Load config as shown
 14) Custom configuration
 15) Edit environment settings
  h) Help for this menu
  q) Return to previous menu

Enter selection (1-27, h, or q): 22
Enter new setting for ConnectID [people]:PEOPLE

———————————————-
Quick-configure menu — domain: VARUN
———————————————-
      Features                      Settings
     ==========                    ==========
  1) Pub/Sub Servers   : No    16) DBNAME     :[PSDMO8]
  2) Quick Server      : No    17) DBTYPE     :[ORACLE]
  3) Query Servers     : No    18) UserId     :[PS]
  4) Jolt              : Yes   19) UserPswd   :[PS]
  5) Jolt Relay        : No    20) DomainID   :[TESTSERV]
  6) WSL               : Yes   21) AddToPATH  :[.]
  7) PC Debugger       : No    22) ConnectID  :[PEOPLE]
  8) Event Notification: No    23) ConnectPswd:[peop1e]
  9) MCF Servers       : No    24) ServerName :[]
 10) Perf Collator     : No    25) WSL Port   :[7000]
 11) Analytic Servers  : No    26) JSL Port   :[9000]
 12) Domains Gateway   : No    27) JRAD Port  :[9100]

      Actions
     =========
 13) Load config as shown
 14) Custom configuration
 15) Edit environment settings
  h) Help for this menu
  q) Return to previous menu

Enter selection (1-27, h, or q): 23
Enter new setting for ConnectPswd [peop1e]:PEOPLE

———————————————-
Quick-configure menu — domain: VARUN
———————————————-
      Features                      Settings
     ==========                    ==========
  1) Pub/Sub Servers   : No    16) DBNAME     :[PSDMO8]
  2) Quick Server      : No    17) DBTYPE     :[ORACLE]
  3) Query Servers     : No    18) UserId     :[PS]
  4) Jolt              : Yes   19) UserPswd   :[PS]
  5) Jolt Relay        : No    20) DomainID   :[TESTSERV]
  6) WSL               : Yes   21) AddToPATH  :[.]
  7) PC Debugger       : No    22) ConnectID  :[PEOPLE]
  8) Event Notification: No    23) ConnectPswd:[PEOPLE]
  9) MCF Servers       : No    24) ServerName :[]
 10) Perf Collator     : No    25) WSL Port   :[7000]
 11) Analytic Servers  : No    26) JSL Port   :[9000]
 12) Domains Gateway   : No    27) JRAD Port  :[9100]

      Actions
     =========
 13) Load config as shown
 14) Custom configuration
 15) Edit environment settings
  h) Help for this menu
  q) Return to previous menu

Enter selection (1-27, h, or q): 25
Enter new setting for WSL Port [7000]:7500

———————————————-
Quick-configure menu — domain: VARUN
———————————————-
      Features                      Settings
     ==========                    ==========
  1) Pub/Sub Servers   : No    16) DBNAME     :[PSDMO8]
  2) Quick Server      : No    17) DBTYPE     :[ORACLE]
  3) Query Servers     : No    18) UserId     :[PS]
  4) Jolt              : Yes   19) UserPswd   :[PS]
  5) Jolt Relay        : No    20) DomainID   :[TESTSERV]
  6) WSL               : Yes   21) AddToPATH  :[.]
  7) PC Debugger       : No    22) ConnectID  :[PEOPLE]
  8) Event Notification: No    23) ConnectPswd:[PEOPLE]
  9) MCF Servers       : No    24) ServerName :[]
 10) Perf Collator     : No    25) WSL Port   :[7500]
 11) Analytic Servers  : No    26) JSL Port   :[9000]
 12) Domains Gateway   : No    27) JRAD Port  :[9100]

      Actions
     =========
 13) Load config as shown
 14) Custom configuration
 15) Edit environment settings
  h) Help for this menu
  q) Return to previous menu

Enter selection (1-27, h, or q): 26
Enter new setting for JSL Port [9000]:9500

———————————————-
Quick-configure menu — domain: VARUN
———————————————-
      Features                      Settings
     ==========                    ==========
  1) Pub/Sub Servers   : No    16) DBNAME     :[PSDMO8]
  2) Quick Server      : No    17) DBTYPE     :[ORACLE]
  3) Query Servers     : No    18) UserId     :[PS]
  4) Jolt              : Yes   19) UserPswd   :[PS]
  5) Jolt Relay        : No    20) DomainID   :[TESTSERV]
  6) WSL               : Yes   21) AddToPATH  :[.]
  7) PC Debugger       : No    22) ConnectID  :[PEOPLE]
  8) Event Notification: No    23) ConnectPswd:[PEOPLE]
  9) MCF Servers       : No    24) ServerName :[]
 10) Perf Collator     : No    25) WSL Port   :[7500]
 11) Analytic Servers  : No    26) JSL Port   :[9500]
 12) Domains Gateway   : No    27) JRAD Port  :[9100]

      Actions
     =========
 13) Load config as shown
 14) Custom configuration
 15) Edit environment settings
  h) Help for this menu
  q) Return to previous menu

Enter selection (1-27, h, or q): 13
Performing load prechecks …
Loading validation table…
  setting DBName=PSDMO8
  setting DBType=ORACLE
  setting UserId=PS
  setting UserPswd=PS
  setting ConnectId=PEOPLE
  setting ConnectPswd=PEOPLE
  setting ServerName=
  setting Port=7500
  setting Port=9500
  setting Listener Port=9100
  setting Domain ID=TESTSERV
  setting Add to PATH=.
New CFG file written with modified Startup parameters

Log Directory entry not found in configuration file.
Setting Log Directory to the default… [PS_SERVDIR/LOGS]
Spawning disabled for server PSAPPSRV.
WARNING: PSSAMSRV is configured with Min instance set to 1. To avoid loss of service, configure Min instance to atleast 2.
Configuration file successfully created.
CFG setting changes completed
Loading configuration…
Domain configuration complete.
——————————–
PeopleSoft Domain Administration
——————————–
     Domain Name: VARUN

  1) Boot this domain
  2) Domain shutdown menu
  3) Domain status menu
  4) Configure this domain
  5) TUXEDO command line (tmadmin)
  6) Edit configuration/log files menu
  7) Messaging Server Administration menu
  8) Purge Cache
  9) Preload Cache
 10) Clean IPC resources of this domain
  q) Quit

Command to execute (1-10, q) : 1
——————————-
PeopleSoft Domain Boot Menu
——————————-
     Domain Name: VARUN

  1) Boot (Serial Boot)
  2) Parallel Boot
  q) Quit

Command to execute (1-2, q) [q]: 1

Archived a copy of the domain configuration to /ps_new/peoplesofthome/appserv/VARUN/Archive/psappsrv.cfg
Attempting to boot bulletin board…
tmadmin – Copyright (c) 2007-2008 Oracle.
Portions * Copyright 1986-1997 RSA Data Security, Inc.
All Rights Reserved.
Distributed under license by Oracle.
Tuxedo is a registered trademark.
No bulletin board exists. Entering boot mode.

> INFO: Oracle Tuxedo, Version 10.3.0.0, 64-bit, Patch Level 067

Booting admin processes …

exec BBL -A :
        process id=22279 … Started.
1 process started.
Attaching to active bulletin board.

> Attempting to boot …
INFO: Oracle Tuxedo, Version 10.3.0.0, 64-bit, Patch Level 067

Booting server processes …

exec PSWATCHSRV -o ./LOGS/stdout -e ./LOGS/stderr -A — -ID 51061 -D TESTSERV -S PSWATCHSRV :
        process id=22323 … Started.
exec PSAPPSRV -o ./LOGS/stdout -e ./LOGS/stderr -s@psappsrv.lst — -D TESTSERV -S PSAPPSRV :
        process id=22327 … Started.
exec PSAPPSRV -o ./LOGS/stdout -e ./LOGS/stderr -s@psappsrv.lst — -D TESTSERV -S PSAPPSRV :
        process id=22596 … Started.
exec PSSAMSRV -o ./LOGS/stdout -e ./LOGS/stderr -A — -D TESTSERV -S PSSAMSRV :
        process id=22612 … Started.
exec PSMONITORSRV -o ./LOGS/stdout -e ./LOGS/stderr -A — -ID 51061 -D TESTSERV -S PSMONITORSRV :
        process id=22625 … Started.
exec WSL -o ./LOGS/stdout -e ./LOGS/stderr -A — -n //varun.localdomain:7500 -z 0 -Z 0 -I 5 -T 60 -m 1 -M 3 -x 40 -c 5000 -p 7501 -P 7503 :
        process id=22639 … Started.
exec JSL -o ./LOGS/stdout -e ./LOGS/stderr -A — -n //varun.localdomain:9500 -m 5 -M 7 -I 5 -j ANY -x 40 -S 10 -c 1000000 -w JSH :
        process id=22641 … Started.
exec JREPSVR -o ./LOGS/stdout -e ./LOGS/stderr -A — -W -P /ps_new/peoplesofthome/appserv/VARUN/jrepository :
        process id=22647 … Started.
8 processes started.
——————————–
PeopleSoft Domain Administration
——————————–
     Domain Name: VARUN

  1) Boot this domain
  2) Domain shutdown menu
  3) Domain status menu
  4) Configure this domain
  5) TUXEDO command line (tmadmin)
  6) Edit configuration/log files menu
  7) Messaging Server Administration menu
  8) Purge Cache
  9) Preload Cache
 10) Clean IPC resources of this domain
  q) Quit

Command to execute (1-10, q) :