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

  1. Navigate to deployment_manager_dir/bin.
  2. Be sure the Deployment Manager is running.
  3. 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.

  4. Include the unzipped 64-bit Webagent Libraries as follows:
    1. Use unpackage.sh under WAS_HOME/WebSphere-tools to extract the exported ear file, the file from step 3.
    2. Copy the unzipped 64-bit Webagent Libraries to this location:
      path-to-exported-ear/IdentityMinder.ear/library
      
    3. Copy the updated IdentityMinder.ear folder to WAS_HOME/WebSphere-ear folder.
    4. Open console window and change the directory to WAS_HOME/WebSphere-tools
    5. Run package.sh
    6. Collect the repackaged EAR from the current location.
  5. 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.

  6. On the Deployment Manager, deploy the updated IdentityMinder EAR as follows:
    1. From the command line, navigate to the following location:

      deployment_manager_dir/bin

    2. Be sure that the Deployment Manager is running.
    3. 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.