Installing the product
Follow the steps in the installation program and when the Package Options window opens, check the following check boxes:
- Defer the Update of the Maximo Database
- Defer Maximo Application Redeployment
These defer options will defer the configuration of the industry solution. Continue the steps in the installation program to complete the installation.
Configuring the product after a successful installation
To configure the product, complete the following tasks:
- Update the Maximo Database
- Build the EAR files
- Deploy the EAR files
The following sections describe how to perform each task.
Step 1: Updating the Maximo database
Whenever you select the Defer the Update of the Maximo Database option in the installation program, then you must manually update the Maximo database.
Procedure
- Open a command prompt and change the directory to install_directory\maximo\tools\maximo.
- Run the updatedb -v1 command.
Step 2: Building EAR files
Whenever you select the Defer the Update of the Maximo Database or the Defer Maximo Application Redeployment options in the installation program, then you must build the Maximo Enterprise Archive (EAR) files manually. The EAR files should only be built after the Maximo database has been successfully updated so complete the manual update of the database by running the updatedb command before you build the EAR files. There are two EAR files: maximo.ear and maximoiehs.ear
Procedure
- To build the Maximo EAR file, navigate to the following directory and run the command:
install_directory\maximo\deployment\buildmaximoear.cmd
- To build the Maximo help system EAR file, navigate to the following directory and run the command:
install_directory\maximo\deployment\buildmxiehsear.cmd
Step 3: Deploying the EAR files
Whenever you select the Defer the Update of the Maximo Database or the Defer Maximo Application Redeployment options in the installation program, then you must deploy the EAR files manually. The EAR files should only be deployed after the Maximo database has been successfully updated and the EAR files have been rebuilt so complete the manual update of the database by running the updatedb command and the manual build of the EAR files by running the buildmaximoear and buildmxiehsear commands before you deploy the EAR files.
Procedure
When you deploy the Maximo EAR file and when you deploy the Maximo help system EAR file, you use the following variables:
WASAdminUserName: A WebSphere Application Server Network Deployment account with deployment privileges.
WASAdminPassword: The password of the user who is specified in the WASAdminUserName parameter.
WASNodeName: The name of the WebSphere Application Server Network Deployment node.
WASApplicationServerName: The name of the WebSphere Application Server Network Deployment application server.
WASVirtualHost: The name of the WebSphere Application Server Network Deployment virtual host.
WASWebServerName: The name of the WebSphere Application Server Network Deployment web server.
WASAdminPassword: The password of the user who is specified in the WASAdminUserName parameter.
WASNodeName: The name of the WebSphere Application Server Network Deployment node.
WASApplicationServerName: The name of the WebSphere Application Server Network Deployment application server.
WASVirtualHost: The name of the WebSphere Application Server Network Deployment virtual host.
WASWebServerName: The name of the WebSphere Application Server Network Deployment web server.
- Deploy the Maximo EAR file:
install_directory\jacl\solutions\DeployApplication.bat WASAdminUserName WASAdminPassword "MAXIMO" WASNodeName WASApplicationServerName "install_directory\maximo\deployment\default\maximo.ear" WASVirtualHost WASWebServerName
- Deploy the Maximo help system EAR file:
install_directory\jacl\solutions\DeployApplication.bat WASAdminUserName WASAdminPassword "MAXIMOIEHS" WASNodeName WASApplicationServerName "install_directory\maximo\deployment\default\maximoiehs.ear" WASVirtualHost WASWebServerName
Note: If you encounter authorization issues after manually deploying the EAR files, then you need to map users to roles or groups as described in this technote http://www-01.ibm.com/support/docview.wss?uid=swg21321974
Whenever you select the Defer the Update of the Maximo Database or the Defer Maximo Application Redeployment options in the installation program, then you must deploy the EAR files manually. The EAR files should be deployed only after the Maximo database has been successfully updated and the EAR files have been rebuilt, so complete the manual update of the database by running the updatedb command and the manual build of the EAR files by running the buildmaximoear and buildmxiehsear commands before you deploy the EAR files.
Procedure
- Change to the mydomain directory.
- On Windows operating system: From a command prompt, change the path to drive:\Oracle_installation_location\user_projects\domain\mydomain
- On UNIX and Linux operating system: Open a command prompt, and change the path to Oracle_installation_location/user_projects/domains/mydomain
- Start WebLogic Server.
- On Windows operating system: startWebLogic.cmd
- On UNIX and Linux operating system: ./startWebLogic.sh
- Enter the WebLogic Server user name and password.
- Start the MAXIMOSERVER administration console by entering the following URL in the address bar of your browser: http://hostname:7001/console
- Log on to the WebLogic Server console.
- Follow the instructions in the WebLogic Server console help to deploy the maximo.ear file and the maximoiehs.ear file.
No comments:
Post a Comment