How to stop and start concurrent manager in Oracle EBS R12.2 ?

 1. To Check the Concurrent manager status

 

/visapps/applmgr/fs1/inst/apps/VIS_visebsapp/admin/scripts ==>$ADMIN_SCRIPT_HOME

 

[applmgr@visebsapp scripts]$ adcmctl.sh status

 

You are running adcmctl.sh version 120.19.12020000.7

 

 

Enter the APPS username : apps

 

Enter the APPS password :

Internal Concurrent Manager is Active.

 

adcmctl.sh: exiting with status 0

 

 

adcmctl.sh: check the logfile /visapps/applmgr/fs1/inst/apps/VIS_visebsapp/logs/appl/admin/log/adcmctl.txt for more information …

 

[applmgr@visebsapp scripts]$

 

 

2. To stop the Concurrent manager:

 

[applmgr@visebsapp scripts]$ adcmctl.sh stop

 

Enter the APPS username : APPS

 

Enter the APPS password :

Shutting down concurrent managers for VIS …

ORACLE Password:

Submitted request 25312851 for CONCURRENT FND SHUTDOWN

 

 

adalnctl.sh: check the logfile /visapps/applmgr/fs1/inst/apps/VIS_visebsapp/logs/appl/admin/log/adcmctl.tx for more information …

 

3. To check the Concurrent status:

 

[applmgr@visebsapp scripts]$ ps -ef | grep FNDLIBR

applmgr   6285  6480  0 Aug19 ?        00:00:25 FNDLIBR                                                                   

applmgr   7167  6225  0 11:28 pts/0    00:00:00 grep –color=auto FNDLIBR

 

4.Kill the Process:

 

kill -9 process id 

kill -9 6285

 

5.To check the Concurrent status:

 

[applmgr@visebsapp scripts]$ ps -ef | grep FNDLIBR

 

applmgr   7167  6225  0 11:28 pts/0    00:00:00 grep –color=auto FNDLIBR

 

 

6. To start the concurrent manager :

 

[applmgr@visebsapp scripts]$ adcmctl.sh start

 

adalnctl.sh version 120.3

 

Checking for FNDFS executable.

Starting listener process VIS.

 

adalnctl.sh: exiting with status 0

 

 

adalnctl.sh: check the logfile /visapps/applmgr/fs1/inst/apps/VIS_visebsapp/logs/appl/admin/log/adcmctl.tx for more information …

 

 

7. To check the Concurrent status:

 

[applmgr@visebsapp scripts]$ ps -ef | grep FNDLIBR

 

[applmgr@visebsapp scripts]$ ps -ef | grep FNDLIBR

applmgr   6485  6480  0 Aug19 ?        00:00:25 FNDLIBR                                                                   

applmgr   7439  6225  0 11:31 pts/0    00:00:00 grep –color=auto FNDLIBR

applmgr   7647  7558  0 Aug19 ?        00:00:00 FNDLIBR                                                                                                                                                                                             

applmgr   7648  7558  0 Aug19 ?        00:00:00 FNDLIBR                                                                                                                                                                                             

applmgr   7651  7558  0 Aug19 ?        00:00:00 FNDLIBR                                                                                                                                                                                             

applmgr   7658  7558  0 Aug19 ?        00:00:04 FNDLIBR                                                                                                                                                                                             

applmgr   7660  7558  0 Aug19 ?        00:00:03 FNDLIBR                                                                                                                                                                                             

applmgr   7661  7558  0 Aug19 ?        00:00:03 FNDLIBR                                                                                                                                                                                             

applmgr   7663  7558  0 Aug19 ?        00:00:04 FNDLIBR                                                                                                                                                                                             

applmgr   7665  7558  0 Aug19 ?        00:00:02 FNDLIBR                                                                                                                                                                                             

applmgr   7667  7558  0 Aug19 ?        00:00:04 FNDLIBR                                                                                                                                                                                             

applmgr   7668  7558  0 Aug19 ?        00:00:03 FNDLIBR                                                                                                                                                                                             

applmgr   7672  7558  0 Aug19 ?        00:00:02 FNDLIBR                                                                                                                                                                                             

applmgr   7673  7558  0 Aug19 ?        00:00:02 FNDLIBR                                                                                                                                                                                             

applmgr   7674  7558  0 Aug19 ?        00:00:03 FNDLIBR                                                                                                                                                                                             

applmgr   7675  7558  0 Aug19 ?        00:00:00 FNDLIBR          

 


Leave a Comment

Your email address will not be published. Required fields are marked *