Tuesday, November 18, 2008

How to Start and Stop Concurrent Manager

1) Login to the Linux apps Box as applmgr or as the OS user

2) Source the appsora.env file. This will set the Oracle Environment variables
In our installation we just have to execute $(sudo su - appldev) which sets Oracle env variables along with several other required variables. I have seen few more installations which seem to follow the same practice.

3) cd $APPLCSF
$pwd
/u04/DEV/applmgr/common/admin
4) Go to the scripts folder in admin area.

5) Inside this scripts folder you will find a directory with the name of db SID
For eg(/u04/DEV/applmgr/common/admin/scripts/)

6) Locate the shell script adcmctl.sh
adcmctl.sh stop apps/apps -- Stops the CM
adcmctl.sh status apps/apps -- Status of the CM
adcmctl.sh start apps/apps -- Starts the CM

7) $adcmctl.sh start apps/lang4test

No comments:

Post a Comment