To install Integrated Operational Planning:
To download and unzip the Integrated Operational Planning installation ZIP file, see Downloading the Integrated Operational Planning Installation Files.
Windows:
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
and C:\Oracle\Middleware\user_projects\epmsystem1 is the path for the EPM System instance created during Foundation Services installation.
Linux:
At login shell prompt enter:
export MW_ORACLE_HOME=/home/epmuser/Oracle/Middleware
export EPM_ORACLE_INSTANCE=/home/epmuser/Oracle/Middleware/user_projects/epmsystem1
where /home/epmuser/Oracle/Middleware is the installation directory for EPM System
and /home/epmuser/Oracle/Middleware/user_projects/epmsystem1 is the path for the EPM System instance created during Foundation Services installation.
Set Integrated Operational Planning properties:
INSTALL_ROOT\custom\config\site.properties
where INSTALL_ROOT is the Integrated Operational Planning installation directory; for example, .
Windows:
c:\oracle_iop
Linux:
HOME/oracle_iop
Note: | If you do not have a site.properties file, you must create one. Copy an existing site.properties file from INSTALL_ROOT/samples/sample/config. |
In site.properties, add or modify the following parameter values to correspond with your database configuration.
Oracle
Database.Type=Oracle Database.IOP_datasource.DriverClassName=oracle.jdbc.OracleDriver Database.IOP_datasource.URL=jdbc:oracle:thin:@${Server.Hostname}:1521:orcl Database.IOP_datasource.User=DB_USERNAME Database.IOP_datasource.Password=DB_PASSWORD Database.IOP_datasource.Properties=
where:
DB_USERNAME is the name of the user who has database access and
DB_PASSWORD is the password for the database user
Note: | If you do not have a site.properties file, you must create one. You can copy a site.properties file from INSTALL_ROOT/samples/sample/config. |
Server.Hostname=myhost.domain.com
where myhost.domain.com is your machine name with a fully qualified domain name.
Server.Weblogic.TargetServer.Port=xxxx
where xxxx is an unused TCP port on the server. The default is 27080.
Set the EPM System domain name:
Server.Weblogic.DomainName=EPMSystem
where EPMSystem is the domain created during EPM System installation. The default domain name is EPMSystem.
Set the WebLogic Admin User name:
Server.Weblogic.AdminUser=epm_admin
where epm_admin is the user you assign during EPM System installation.
Set the WebLogic Admin User password:
Server.Weblogic.AdminPassword=PASSWORD
where PASSWORD is the password for the WebLogic Admin User.
Security.SecureKey=arbitrary_key
where arbitrary_key is a word used as a key to encrypt all the passwords. The security key can be any combination of numbers, letters, and special characters.
Note: | IOP is a keyword. Do not use it as the security key. You must also save the site.properties before encrypting the db_password and password. |
In the same command prompt window, change to the bin directory in the Integrated Operational Planning installation directory, reset the Integrated Operational Planning database, and start the server.
Enter the following commands:
cd INSTALL_ROOT/bin
where INSTALL_ROOT is the Integrated Operational Planning installation directory.
isreset
Enter a license key code when prompted.
createiopinstance
Provision Integrated Operational Planning Administrator and Integrated Operational Planning Provisioning Manager roles for the Integrated Operational Planning instance to the Admin user through Oracle's Hyperion® Shared Services Console.
Start the Integrated Operational Planning server by entering the following command:
Windows:
EPM_ORACLE_INSTANCE\bin\startIOPServer_iopinstance1.bat
Linux:
EPM_ORACLE_INSTANCE/bin/startIOPServer_iopinstance1.sh
After the server starts, open a second command prompt window and set the same system environment variables that you set earlier. (See step 2.)
If you created a batch command file containing the necessary command line, run the batch command in the second window.
In the second command prompt window, navigate to the bin directory in the Integrated Operational Planning installation directory, and run initializesystem to load data into the Integrated Operational Planning database.
Enter the following commands in the second window:
cd INSTALL_ROOT/bin
where INSTALL_ROOT is the Integrated Operational Planning installation directory
initializesystem -u IOP_ADMIN_USER-p IOP_ADMIN_PASSWORD
where
IOP_ADMIN_USER is aShared 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 running in the first command prompt window. This window must remain open for the server to run. The server is ready to accept requests from client machines, and you can log in to the applications from your web browser by connecting to the following URL:
http://myhost.domain.com:port/interlace
where myhost and port represent the settings for Server.HTTP.Host and Server.HTTP.Port, which you changed earlier.