Installation Guide › WebSphere Version › Installation on a WebSphere Cluster › How to Install CA Identity Manager on a WebSphere Cluster › Export and Import the EAR on 64-Bit AIX Systems
Export and Import the EAR on 64-Bit AIX Systems
This procedure applies if you are integrating SiteMinder with CA Identity Manager on a 64-bit AIX system.
Export and import the EAR on a 64-Bit AIX system
- Navigate to deployment_manager_dir/bin.
- Be sure the Deployment Manager is running.
- Export the deployed CA Identity Manager application, as follows:
./wsadmin -f imExport.jacl path-to-exported-ear
where path-to-exported-ear is the full path, including the file name of the exported EAR file.
- Include the unzipped 64-bit Webagent Libraries as follows:
- Use unpackage.sh under WAS_HOME/WebSphere-tools to extract the exported ear file, the file from step 3.
- Copy the unzipped 64-bit Webagent Libraries to this location:
path-to-exported-ear/IdentityMinder.ear/library
- Copy the updated IdentityMinder.ear folder to WAS_HOME/WebSphere-ear folder.
- Open console window and change the directory to WAS_HOME/WebSphere-tools
- Run package.sh
- Collect the repackaged EAR from the current location.
- Copy the ims6Upgrade.jacl script from WAS_HOME/WebSphere-tools to the deployment_manager_dir/bin directory where:
WAS_HOME is the directory where WebSphere is installed.
deployment_manager_dir is the location where the Deployment Manager is installed.
- On the Deployment Manager, deploy the updated IdentityMinder EAR as follows:
- From the command line, navigate to the following location:
deployment_manager_dir/bin
- Be sure that the Deployment Manager is running.
- Run the ims6Upgrade.jacl script, as follows:
./wsadmin -f ims6Upgrade.jacl path-to-copied-ear cluster_name
Note: The ims6Upgrade.jacl script can take several minutes to execute.