Skip Headers
Oracle® Identity Manager Upgrade Guide
Release 9.1.0 (9.0.3.2 Upgrade)

Part Number E13340-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

E Generating User Snapshots

User snapshots must be generated if you are upgrading an Oracle Identity Manager release 9.0.3.2 installation without the Audit and Compliance module to an Oracle Identity Manager release 9.1.0 installation with the Audit and Compliance module.

If release 9.0.3.2 installation was with the Audit and Compliance module, then you do not need to generate new snapshots.

See Also:

Oracle Identity Manager Audit Report Developer's Guide for detailed information about generating user snapshots

To generate new snapshots:

  1. In a text editor, open the GenerateSnapshot script located in the OIM_HOME/xellerate/bin/ directory. For Microsoft Windows, open GenerateSnapshot.bat. For UNIX, open GenerateSnapshot.sh.

  2. Edit the following variables in the GenerateSnapshot script:

    1. Modify the set XEL_HOME variable to point to the directory in which you installed Oracle Identity Manager, which is OIM_HOME/xellerate.

    2. Modify the set APP_SERVER=@appserver variable as follows:

      For JBoss Application Server:

      set APP_SERVER=jboss
      

      For BEA WebLogic Server:

      set APP_SERVER=weblogic
      

      For IBM WebSphere Application Server:

      set APP_SERVER=websphere
      

      Oracle Application Server:

      set APP_SERVER=oracle
      
    3. Modify the set APP_SERVER_HOME=@app_server_home variable to point to the directory in which you installed the application server.

    4. Modify the set JAVA_HOME=@jdk_loc variable to point to the directory containing the JDK.

  3. Run one of the following GenerateSnapshot scripts as appropriate for the operating system on the Oracle Identity Manager host computer:

    For Microsoft Windows, run:

    OIM_HOME\xellerate\bin\GenerateSnapshot.bat
    

    For UNIX, run:

    OIM_HOME/xellerate/bin/GenerateSnapshot.sh
    

    Note:

    Do not run the GenerateSnapshot script if release 9.0.3.2 deployment is already with the Audit and Compliance module.