Installing Integrated Operational Planning as an NT Service

  To install Integrated Operational Planning as an NT Service:

  1. Open a DOS command prompt window and set system environment variables:

    SET MW_ORACLE_HOME=c:\Oracle\Middleware
    SET EPM_ORACLE_INSTANCE=C:\Oracle\Middleware\user_projects\epmsystem1
    

    where C:\Oracle\Middleware is the installation directory for EPM System.

    If you created a batch file containing this command, run the batch command to set the environment variables.

  2. In the same command prompt window, change to the

    \bin\deploymentScripts\installServiceScripts

    and enter the following commands:

    Windows:

    cd EPM_ORACLE_INSTANCE/bin/deploymentScripts/installServiceScripts
    EPM_ORACLE_INSTANCE/bin/deploymentScripts/installServiceScripts installServiceIOPServer_iopinstance1.bat

    Linux:

    cd EPM_ORACLE_INSTANCE/bin/deploymentScripts/installServiceScripts
    EPM_ORACLE_INSTANCE/bin/deploymentScripts/installServiceScripts installServiceIOPServer_iopinstance1.sh
  3. Start/stop the server using one of these methods:

    • net start/stop SERVICE_NAME

    • Through services control

  To uninstall Integrated Operational Planning as an NT Service:

  1. Open a DOS command prompt window and set system environment variables:

    SET MW_ORACLE_HOME=MIDDLEWARE_HOME
    SET EPM_ORACLE_INSTANCE=MIDDLEWARE_HOME/user_projects/epmsystem1
    

    where MIDDLEWARE_HOME is the installation directory for EPM System.

    If you created a batch file containing this command, run the batch command to set the environment variables.

  2. In the same command prompt window, change to

    /bin/deploymentScripts/installServiceScripts

    and enter the following commands:

    Windows:

    cd EPM_ORACLE_INSTANCE\bin\deploymentScripts\installServiceScripts
    EPM_ORACLE_INSTANCE\bin\deploymentScripts\installServiceScripts\uninstallServiceIOPServer_iopinstance1.bat
    

    Linux:

    cd EPM_ORACLE_INSTANCE/bin/deploymentScripts/installServiceScripts
    EPM_ORACLE_INSTANCE/bin/deploymentScripts/installServiceScripts/uninstallServiceIOPServer_iopinstance1.sh