Recovering the Administration Server to the Same Host

18-26 Oracle Fusion Middleware Administrators Guide

18.3.4.1 Recovering a Java Component to the Same Host

To recover a Java component to the same host, such as Oracle SOA Suite: 1. Recover the Managed Server, as described in Section 18.2.6.1 . 2. If the component requires additional steps, as noted in Table 18–2 , take those steps. Oracle Business Process Management No additional steps needed for loss of host. Follow the procedure in Section 18.2.7.7 . Oracle Data Integrator Section 18.3.4.15 Oracle Directory Integration Platform Section 18.3.4.5.3 Oracle Essbase Section 18.3.4.12 Oracle Forms Services Section 18.3.4.8.2 Oracle Hyperion Calculation Manager Section 18.3.4.13 Oracle Hyperion Financial Reporting Section 18.3.4.14 Oracle Hyperion Smart View No additional steps needed for loss of host. Follow the procedure in Section 18.2.7.16 . Oracle HTTP Server Section 18.3.4.7.1 Oracle Identity Federation Section 18.3.4.5.4 Oracle Identity Manager Section 18.3.4.5.5 Oracle Identity Navigator Section 18.3.4.5.6 Oracle Imaging and Process Management No additional steps needed for loss of host. Follow the procedure in Section 18.2.7.19 . Oracle Information Rights Management No additional steps needed for loss of host. Follow the procedure in Section 18.2.7.18 . Oracle Internet Directory Section 18.3.4.5.1 Oracle Portal Section 18.3.4.8.1 Oracle Real-Time Decisions Section 18.3.4.11 Oracle Reports Section 18.3.4.8.3 Oracle SOA Suite No additional steps needed if recovering to the same host. Follow the procedure in Section 18.3.4.6 . Oracle Universal Content Management Section 18.3.4.16.1 Oracle Universal Records Management Section 18.3.4.16.2 Oracle Virtual Directory Section 18.3.4.5.2 Oracle Web Cache Section 18.3.4.7.2 Oracle WebCenter Activity Graph No additional steps needed for loss of host. Follow the procedure in Section 18.2.7.8 . Oracle WebCenter Analytics No additional steps needed for loss of host. Follow the procedure in Section 18.2.7.9 . Table 18–2 Cont. Recovery Procedures for Loss of Host for Particular Components Component Procedure Recovering Your Environment 18-27

18.3.4.2 Recovering a Java Component to a Different Host

To recover a Java component to a different host, such as Oracle SOA Suite: 1. Recover the Managed Server, as described in Section 18.3.3.2 . 2. Edit the targets.xml file for Fusion Middleware Control, as described in Section 18.3.5.2 . However, note that some components require additional steps, as noted in Table 18–2 .

18.3.4.3 Recovering a System Component to the Same Host

To recover a system component, such as Oracle HTTP Server, to the same host, you take the following general steps. However, note that some components require additional steps, as noted in Table 18–2 . 1. Stop all relevant processes. That is, stop all processes that are related to the component. For example, to stop Oracle HTTP Server: opmnctl stopproc ias-component=component_name For information on stopping components, see Section 4.3 . 2. Recover the component-specific files from backup. Section 16.5 lists the directories and files needed for each component. For example, to recover Oracle HTTP Server files, you recover the following directories: ORACLE_INSTANCEconfigOHScomponent_name ORACLE_INSTANCEdiagnosticslogsOHScomponent_name 3. If the Oracle instance home has been deregistered from the Administration Server, register the Oracle instance: opmnctl registerinstance -adminHost admin_server_host -adminPort admin_server_port -adminUsername username -adminPassword password -wlserverHome wlserver_home_location If only the file system is being recovered, you do not need to register the Oracle instance. 4. Start all relevant processes, as described in Section 4.3 .

18.3.4.4 Recovering a System Component to a Different Host

To recover a system component, such as Oracle HTTP Server, to a different host, you take the following general steps. However, note that most components require additional steps, as noted in Table 18–2 . 1. Recover the Middleware home, as described in Section 18.2.1 . 2. Start all relevant processes. Section 4.3 explains how to start components. 3. Update the registration of the Oracle instance with the Administration Server, using the opmnctl updateinstanceregistration command on the new host. For example: opmnctl updateinstanceregistration -adminHost admin_server_host This command updates OPMNs instance.properties file. 4. Update the registration of the component with the Administration Server, using the opmnctl updatecomponentregistration command on the new host. For