During installation, EPM System Installer installs OPMN and registers Essbase Server for OPMN. OPMN manages the Essbase Agent, which manages the Essbase Server.
In a Windows environment, before you launch Essbase, change the OPMN service (Oracle Process Manager (instanceName)) to start as a named user so that the shared network files are accessible.
Navigate to EPM_ORACLE_INSTANCE/bin and use the following commands to start and stop Essbase Server:
opmnctl startproc ias-component=EssbaseInstanceName or ./opmnctl startall
opmnctl restartproc ias-component=EssbaseInstanceName
opmnctl stopproc ias-component=EssbaseInstanceName
opmnctl status
where EssbaseInstanceName is one of the following:
If you have not implemented clustering, EssbaseInstanceName is the name of the Essbase instance that you entered on the “Essbase Server Configuration” page during configuration with EPM System Configurator.
If you have implemented clustering, EssbaseInstanceName is the name of the Essbase cluster that you entered on the “Set up Essbase Clusters” page during configuration with EPM System Configurator.
If you are using Essbase in a clustered environment, there are additional steps required to set up Essbase failover on both nodes of the cluster. See Setting Up Active-Passive Essbase Clusters.
The following table describes additional methods for starting and stopping Essbase Server. Note that the Essbase Server start and stop scripts redirect to OPMN.
For information about OPMN, see the Oracle® Fusion Middleware Oracle Process Manager and Notification Server Administrator's Guide Release 11g (11.1.1.2.0) (http://download.oracle.com/docs/cd/E15523_01/doc.1111/e14007/toc.htm)
Table 72. Starting and Stopping Essbase Server
Information Type | Details |
---|---|
Windows Start Menu Command | Select Start, then Programs, then Oracle EPM System, then Essbase, then Essbase Server, and then Start Essbase This command launches startEssbase.bat (and redirects to OPMN). |
Registered Service Name | Oracle Process Manager (instanceName) |
Display Name in Windows Services Control Panel | Oracle Process Manager (instanceName) |
Description | N/A |
Windows Startup Script |
Each instance of Essbase Server has its own startup script. If you configured an additional instance of Essbase, startEssbase.bat|sh is located in additionalInstanceLocation/bin. Launch the start script from this location to launch this instance of Essbase.
All the scripts call setEssbaseEnv.bat to set up ESSBASEPATH, ARBORPATH, and PATH before starting. |
UNIX Startup Script |
Each instance of Essbase Server has its own startup script. If you configured an additional instance of Essbase, startEssbase.bat|sh is located in additionalInstanceLocation/bin. Launch the start script from this location to launch this instance of Essbase.
All the scripts call hyperionenv.doc to set up ESSBASEPATH, ARBORPATH, and PATH before starting. When running Essbase manually from a console, the console cannot be set to UTF-8 encoding. |
Windows Stop Script | Server:
|
UNIX Stop Script | Server:
|
Stopping Essbase Server can take some time, depending on how many Essbase applications are running on the server. To stop Essbase Server, you need Administrator permissions.
See the Oracle Essbase Database Administrator's Guide for more information about shutting down Essbase Server.
For more information about stopping Essbase Server, see the Oracle Essbase Database Administrator's Guide and the Oracle Essbase Technical Reference.