Using PSADMIN with PeopleSoft Process Scheduler

This section discusses how to use PSADMIN from the command line.

Note: This section does not discuss how to configure, start, and stop PeopleSoft Process Scheduler.

See the product documentation for PeopleSoft 9.2 Application Installation for your database platform.

In addition to the instructions in the Installation and Administration manual about how to administer PeopleSoft Process Scheduler through PSADMIN in interactive mode, this table lists the options PSADMIN provides for the following tasks:

Task

PSADMIN Parameter

Start a PeopleSoft Process Scheduler.

-p start -d <database name>

Stop a PeopleSoft Process Scheduler.

-p stop -d <database name>

Configure a PeopleSoft Process Scheduler.

-p configure -d <database name>

Show the status of a PeopleSoft Process Scheduler.

-p status -d <database name>

Create a new PeopleSoft Process Scheduler.

-p create -d database -t <template> -ps <ps set>

<ps_set> specifies startup settings having the following format:

For Windows –

DBNAME/DBTYPE/PRCSSERVER/OPR_ID/OPR_PSWD/DB_CNCT_ID/DB_CNCT_PSWD/SERVER_NAME/LOGOUTDIR/SQRBIN/ADD_TO_PATH/DBBIN/CRYSTALBIN/DOM_CONN_PWD/ENABLE_REMOTE_ADMIN/REMADM_PORT/REMAD_UID/REMADM_PSWD/(NO)ENCRYPT

For example:

psadmin -p create -d PSHRDB1 -t windows -ps PSHRDB1/ORACLE/PSNT/PS/PS/people/peop1e/_____/"c:\psft app\log_output"/c:\psfthr\bin\sqr\MSS\binw/c:\WINNT\SYSTEM32/C:\pt858mt\pt\oracle-client\12.1.0.2\bin/<domain password>/_____/1/8888/remusr1/<remote administrator password>/ENCRYPT

For UNIX –

DBNAME,DBTYPE,PRCSSERVER,OPR_ID,OPR_PSWD,DB_CNCT_ID,DB_CNCT_PSWD,SERVER_NAME,LOGOUTDIR,SQRBIN,ADD_TO_PATH,DOM_CONN_PWD,ENABLE_REMOTE_ADMIN,REMOTE_ADMIN_PORT/REMADM_USERID,REMOTE_ADMIN_PSWD,(NO)ENCRYPT

For example:

$ psadmin -p create -d PSHRDB1 -t unix -ps PSHRDB1,ORACLE,PSNT,PS,PS,people,peop1e,_____,"/path/to/joe/ps_cfg/psadm2/output",/path/to/sqrbin,_____,<password>,1,8888,remusr1,<remote administrator password>,ENCRYPT