Installing Sample Model

The following section describes the steps to install the provided sample model.

  To install Integrated Operational Planning sample model:

  1. In Services, verify that the following are running:

    • Foundation Services

    • Shared Services

    • Oracle database

    • WebLogic Admin Server

  2. Back up your existing custom folder (if it exists) and give it a new name; for example: custom_old.

  3. Create a directory INSTALL_ROOT/custom

    where INSTALL_ROOT is the Integrated Operational Planning installation directory.

  4. Copy

    INSTALL_ROOT/samples/sample/*

    to

    INSTALL_ROOT/custom
  5. Initialize the system by completing the steps to setup the properties file. See step 3 in Installing Integrated Operational Planning on a Server.

  6. Use

    setenv.bat for Windows, or setenv.sh for Linux, under INSTALL_ROOT/custom to modify the directories as appropriate for your environment.

  7. In the second DOS command prompt, complete the following:

    1. In the Integrated Operational Planning installation directory, navigate to the custom folder.

    2. Run setenv.bat to set the environment.

    1. Run INSTALL_ROOT/bin/runant to prepare the system for the sample models.

  8. Start WebLogic Admin Server. Wait for the console to show the following message:

    <Sep 10, 2010 9:30:54 AM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    	<Sep 10, 2010 9:30:54 AM PDT> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
  9. Run the command createiopinstance to deploy the sample model in the WebLogic Admin Server.

  10. Create four users: dpotts, kreed, jstark, and vpfinance, in Shared Services and provision them with IOP User role.

  11. Open a command prompt window and set environment variables and run the following command:

    cd INSTALL_ROOT/install/bin 
    isreset
  12. Start Integrated Operational Planning server. The command is under

    EPM_ORACLE_INSTANCE/bin/startIOPServer_iopinstance1.bat(sh)

    Wait for the console to show the following message:

    <Sep 10, 2010 1:45:07 PM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Sep 10, 2010 1:45:07 PM PDT> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
  13. Open another command prompt window and set environment variables. Then run the following command:

    cd INSTALL_ROOT/custom/bin
    bootstrap-sample -u IOP_ADMIN_USER -p IOP_ADMIN_PASSWORD

    where

    IOP_ADMIN_USER is any Shared Services user with the Integrated Operational Planning Administrator provision and

    IOP_ADMIN_PASSWORD is the password of IOP_ADMIN_USER.

    The Integrated Operational Planning server is now ready to accept requests from client computers. Log in to the application from your Web browser by connecting to the following URL:

    http://MYHOST.domain.com:PORT/interlace

    where MYHOST and PORT represent the host name and port number for the server.