The following section describes the steps to install the provided sample model.
To install Integrated Operational Planning sample model:
In Services, verify that the following are running:
Foundation Services
Shared Services
Oracle database
WebLogic Admin Server
Back up your existing custom folder (if it exists) and give it a new name; for example: custom_old.
Create a directory INSTALL_ROOT/custom
where INSTALL_ROOT is the Integrated Operational Planning installation directory.
INSTALL_ROOT/samples/sample/*
to
INSTALL_ROOT/custom
Initialize the system by completing the steps to setup the properties file. See step 3 in Installing Integrated Operational Planning on a Server.
setenv.bat for Windows, or setenv.sh for Linux, under INSTALL_ROOT/custom to modify the directories as appropriate for your environment.
In the second DOS command prompt, complete the following:
In the Integrated Operational Planning installation directory, navigate to the custom folder.
Run INSTALL_ROOT/bin/runant to prepare the system for the sample models.
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>
Run the command createiopinstance to deploy the sample model in the WebLogic Admin Server.
Create four users: dpotts, kreed, jstark, and vpfinance, in Shared Services and provision them with IOP User role.
Open a command prompt window and set environment variables and run the following command:
cd INSTALL_ROOT/install/bin
isreset
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>
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.