Friday, March 11, 2016

Restart processes manually

Steps to restart a particular PSAPPSRV process.

1. Start the psadmin tool
2. Select Application Server
3. Select Administer a Domain ( select a domain )
4. Select Domain status menu
5 .Select Server status
6 .Check the ID # under the Column 'ID' for the PSAPPSRV process you would like to bring down.
7. Select #5 Tuxedo command line ( tmadmin )

On the command prompt type in the following command.
> shutdown -I 54 -g APPSRV

This will bring down the PSAPPSRV process with the ID # 54 in the queue APPQ.
If you don't specify the group name it will shutdown all processes with the same ID in all other  queues.

To boot up the PSAPPSRV process again run the following command.
>boot –I 54 –g APPSRV

To boot all the servers in the APPSRV group run the following command.
boot –g APPSRV


No comments:

Post a Comment