Restart the EBS application server and database

1) Stop the application service first

[appltest@ol6-ap scripts]$ cd $ADMIN_SCRIPTS_HOME

[appltest@ol6-ap scripts]$ adstpall.sh

2) Stop the database

FTP to database server

[oratest@ol6-db ~]$ sqlplus / as sysdba

SQL> shutdown immediate;  

The violent method is: shutdown abort;

Database closed.

Database dismounted.

ORACLE instance shut down.

 

3) After stopping, wait for 1 minute, and then restart the database

SQL> startup

ORACLE instance started.

 

Total System Global Area 4275781632 bytes

Fixed Size                  2260088 bytes

Variable Size             1090519944 bytes

Database Buffers         3170893824 bytes

Redo Buffers               12107776 bytes

Database mounted.

Database opened.

 

4) After the database is started, check whether the monitoring starts:

[oratest@ol6-db ~]$ lsnrctl start TEST

 

LSNRCTL for Linux: Version 11.2 .0.4.0 - Production on 09-DEC -2015 11:35 :56

 

Copyright (c) 1991, 2013, Oracle.  All rights reserved.

 

TNS-01106: Listener using listener name TEST has already been started

 

5) Finally restart the application service

[appltest@ol6-ap scripts]$ adstrtal.sh

 

After the operation, go to the interface to check whether the concurrent manager is up. If the concurrency fails, FTP to the application server

[appltest@ol6-ap scripts]$ cd $ADMIN_SCRIPTS_HOME

[appltest@ol6-ap scripts]$ adcmctl.sh stop

[appltest@ol6-ap scripts]$ adcmctl.sh start

Then go to the interface to refresh the concurrent manager. At this point you need to wait a bit longer.

 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326801188&siteId=291194637