As the Applications are turning more of OAF pages, we need to bounce
the Mid-tier every now and then to activate the settings. This article
is to describe the steps of how to Stop and Start the middle tier as a
DBA.
Pre-requisite
In this article, we are going to explain, how to clear the Middle-tier. The scripts required to do the Action are placed in
$ADMIN_SCRIPTS_HOME
In this article we will discuss how to
Now, we are going to find out the status of the Servers – Forms, Application, web …
Status of the Server can be checked by the following command –
sh $ADMIN_SCRIPTS_HOME/adoafmctl.sh status
Please note that we can use any of the .sh file and say status to pull out status of all the 4 servers.
We can switch to the location $ADMIN_SCRIPTS_HOME and run the commands (OR) we can use the complete path from the $ prompt in any location to run the command.
Make sure all of these exits with status 0. Status 0 denotes that there were no issues stopping the respective Servers. If there are any errors, the issues could be identified in the log file mentioned in the location.
Now, let’s make sure that the Servers are down. For that we need to run the status command.
To Start/Restart the Servers
Now, we need to bring the Servers UP and running. To get the servers UP, we need to run the following commands in the $ prompt
Make sure that every Server completes the task exiting with Status 0. Else, need to troubleshoot as per the logfile.
Let’s check the status of the Server’s after they were started …
References :
Pre-requisite
- Privileges of Root / Applmgr
In this article, we are going to explain, how to clear the Middle-tier. The scripts required to do the Action are placed in
$ADMIN_SCRIPTS_HOME
In this article we will discuss how to
- Find the Status of the Server
- Stop the Server(s)
- Start the Server(s)
Now, we are going to find out the status of the Servers – Forms, Application, web …
Status of the Server can be checked by the following command –
sh $ADMIN_SCRIPTS_HOME/adoafmctl.sh status
Please note that we can use any of the .sh file and say status to pull out status of all the 4 servers.
We can switch to the location $ADMIN_SCRIPTS_HOME and run the commands (OR) we can use the complete path from the $ prompt in any location to run the command.
- To STOP the Servers
- adoafmctl.sh stop
- adapcctl.sh stop
- adoacorectl.sh stop
- adformsctl.sh stop
Make sure all of these exits with status 0. Status 0 denotes that there were no issues stopping the respective Servers. If there are any errors, the issues could be identified in the log file mentioned in the location.
Now, let’s make sure that the Servers are down. For that we need to run the status command.
To Start/Restart the Servers
Now, we need to bring the Servers UP and running. To get the servers UP, we need to run the following commands in the $ prompt
- adapcctl.sh start
- adoacorectl.sh start
- adoafmctl.sh start
- adformsctl.sh start
Make sure that every Server completes the task exiting with Status 0. Else, need to troubleshoot as per the logfile.
Let’s check the status of the Server’s after they were started …
References :
- Note: 888616.1 – How to Clear Cache, Bounce Apache when requested for tools like iSupport, iStore
- Note: 295484.1 – How To Clear Server Cache and Bounce Apache (Web Server)?
No comments:
Post a Comment