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.