Recovering an Oracle WebLogic Server Domain

Recovering Your Environment 18-9 To recover the components: 1. Stop the cluster: stopcluster_name, Cluster 2. Stop all processes, such as the Managed Servers and the Administration Server. For example, to stop the Administration Server on Linux: DOMAIN_HOMEbinstopWeblogic.sh username password [admin_url] 3. Recover the Administration Server configuration by recovering the domain home backup to a temporary location. Then, restore the config directory to the following location: DOMAIN_HOMEconfig 4. Start the Administration Server. For example: DOMAIN_HOMEbinstartWebLogic.sh -Dweblogic.management.username=username -Dweblogic.management.password=password -Dweblogic.system.StoreBootIdentity=true 5. Start the cluster. You can use the Oracle WebLogic Server Administration Console or WLST. For example, to use the WLST start command: startclusterName, Cluster The latest configuration is retrieved from the Administration Server to every member of the cluster.

18.2.7.3 Recovering Oracle Identity Manager

To recover Oracle Identity Manager: 1. Restore the domain, as described in Section 18.2.2 . 2. Restore the Oracle home, as described in Section 18.2.3 . 3. Restore the database containing the OIM, MDS, SOAINFRA, and the OID schemas to the same point in time. See Section 18.2.10 . Oracle Identity Manager stores users and roles in the LDAP store. If you restore the database to a different point in time than the LDAP store, the reconciliation engine checks the change logs and reapplies all the changes that happened in the time period between the restore of the LDAP store and the database. For example, if the database is restored so that is 10 hours behind the LDAP store, the reconciliation engine checks the change logs and reapplies all the changes that happened in the last 10 hours in the LDAP store to the database. You do not need to explicitly trigger the reconciliation. LDAP synchronization is set up as a periodic scheduled task to submit reconciliation events periodically. You can also start the reconciliation process manually and monitor the reconciliation events from the Oracle Identity Manager console. See Reconciliation Configuration in Oracle Fusion Middleware Users Guide for Oracle Identity Manager. Caution: Performing a domain-level recovery can impact other aspects of a running system and all of the configuration changes performed after the backup was taken will be lost. 18-10 Oracle Fusion Middleware Administrators Guide

18.2.7.4 Recovering Oracle Identity Navigator

To recover Oracle Identity Navigator: 1. Restore the domain, as described in Section 18.2.2 . 2. Restore the Oracle home, as described in Section 18.2.3 . 3. Restore the file-based MDS repository, using the WLST importMetadata command. For example: importMetadataapplication=oinav, server=server_name, fromLocation=export_ directory

18.2.7.5 Recovering Oracle Access Manager

To recover Oracle Access Manager: 1. Restore the Middleware home and the domain home for the Oracle Access Manager Managed Server, as described in Section 18.2.1 . 2. Restore the domain, as described in Section 18.2.2 . 3. Restore the Oracle home for the Oracle HTTP Server that contains the WebGate, if necessary, as described in Section 18.2.3 . 4. Restore the Oracle instance for the Oracle HTTP Server that contains the WebGate, if necessary, as described in Section 18.2.4 . 5. Restore the database containing the schema used by OES for the Oracle Access Manager policy store, if necessary. See Section 18.2.10 .

18.2.7.6 Recovering Oracle Adaptive Access Manager

To recover Oracle Adaptive Access Manager: 1. Restore the domain, as described in Section 18.2.2 . 2. Restore the Oracle home, as described in Section 18.2.3 . 3. Restore the database containing the OAAM schemas, if necessary. See Section 18.2.10 .

18.2.7.7 Recovering Oracle Business Process Management

To recover Oracle Business Process Management: 1. Restore the Managed Server, as described in Section 18.2.6 . 2. Restore the Oracle homes, as described in Section 18.2.3 .

18.2.7.8 Recovering Oracle WebCenter Activities Graph

To recover Oracle WebCenter Activities Graph: 1. Restore the domain, as described in Section 18.2.2 . Note: Oracle recommends that you ensure that the Oracle Identity Manager application is unavailable to the end users when a bulk reconciliation is occurring as in the above recovery scenario. When the bulk reconciliation is complete, ensure that the Oracle Identity Manager application is again available to the end users. You can monitor the reconciliation with the Oracle Identity Manager console.