Wednesday 13 March 2013

Stopping the concurrent managers



You stop the concurrent managers from the command line:

 CONCSUB apps/apps SYSADMIN 'System Administrator' SYSADMIN CONCURRENT FND
 DEACTIVATE or ABORT

 DEACTIVATE tells the managers to complete processing of any running
 requests before terminating.  This is a cleaner way of bringing down the
 managers.

 ABORT tells the managers to terminate the managers immediately.
 When the concurrent managers are terminated through the abort command,
 the jobs that they were running will be returned to pending status.

 adcmctl.sh apps/password stop

Let see the scenario:
==============



CONCSUB apps/apps SYSADMIN 'System Administrator' SYSADMIN CONCURRENT FND DEACTIVATE or ABORT


[applmgr@apps scripts]$ ps -fu applmgr|grep -i fndlibr
applmgr    607   602  0 19:09 pts/1    00:00:00 FNDLIBR
applmgr    838   764  0 19:10 ?        00:00:00 FNDLIBR
applmgr    839   764  0 19:10 ?        00:00:00 FNDLIBR
applmgr    845   764  0 19:10 ?        00:00:00 FNDLIBR
applmgr    855   764  0 19:10 ?        00:00:00 FNDLIBR
applmgr    856   764  0 19:10 ?        00:00:00 FNDLIBR
applmgr    861   764  0 19:10 ?        00:00:00 FNDLIBR
[applmgr@apps scripts]$ CONCSUB apps/apps SYSADMIN 'System Administrator' SYSADMIN CONCURRENT FND DEACTIVATE
Submitted request 390260 for CONCURRENT FND DEACTIVATE

[applmgr@apps scripts]$


[applmgr@apps scripts]$ ps -fu applmgr|grep -i fndlibr|wc -l
1
You have new mail in /var/spool/mail/applmgr
[applmgr@apps scripts]$

No comments:

Post a Comment