Installation Guides › Upgrade Guide › CA Identity Manager Upgrade › Restore Cluster Customizations on WebSphere
Restore Cluster Customizations on WebSphere
When you upgrade a cluster on WebSphere, be sure to restore all customizations to that cluster after the upgrade.
To restore cluster customizations on WebSphere
- Navigate to deployment_manager_dir\bin.
- Be sure the Deployment Manager is running.
- Export the deployed CA Identity Manager application, as follows:
For Windows:
wsadmin -f imExport.jacl IdentityMinder path-to-exported-ear
For Unix/Solaris:
./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.
- Copy any saved customization files from your old EAR to the appropriate folder in the exported EAR for CA Identity Manager r12.5 SP4. For example, copy any saved emailTemplates from the old EAR into the new, exported EAR's IdentityMinder.ear\custom\emailTemplates folder.
- Copy the ims6Upgrade.jacl script from Websphere_home\WebSphere-tools to the deployment_manager_dir\bin directory where:
- Websphere_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:
Note: The ims6Upgrade.jacl script can take several minutes to execute.
For Windows:
wsadmin -f ims6Upgrade.jacl path-to-copied-ear cluster_name
For UNIX/Solaris:
./wsadmin -f ims6Upgrade.jacl path-to-copied-ear cluster_name
where path-to-copied-ear is full path including the file name for the IdentityMinder EAR that you copied to the Deployment Manager system.
Note: After the upgrade, update the new index.jsp. For more information, see the User Console Design Guide.