5 Upgrading Oracle Internet Directory Highly Available Environments
Describes the process of upgrading an Oracle Internet Directory highly available environment from 12c (12.2.1.3.0) to Oracle Internet Directory 12c (12.2.1.4.0).
Topics
About the Oracle Internet Directory Multinode Upgrade Process
Follow the steps in the task roadmap for upgrading Oracle Internet Directory highly available environments to 12c (12.2.1.4.0).
The steps you take to upgrade your existing domain will vary depending on how your domain is configured and which components are being upgraded. Follow only those steps that are applicable to your deployment.
Table 5-1 Tasks for Upgrading Oracle Internet Directory Highly Available Environments
Task | Description |
---|---|
Required If you have not done so already, review the introductory topics in this guide and complete the required pre-upgrade tasks. |
See: |
Required on OIDHOST1 Stop all servers and processes on OIDHOST1. |
WARNING: Failure to shut down your servers during an upgrade may lead to data corruption. |
Required on OIDHOST1 In the case of a collocated installation, uninstall Oracle Fusion Middleware Infrastructure and Oracle Internet Directory 12c (12.2.1.3.0) from the existing Oracle home. For a standalone installation, uninstall Oracle Internet Directory 12c (12.2.1.3.0) from the existing Oracle home. |
|
Required on OIDHOST1 Install the product distributions on OIDHOST1. You must install Oracle Fusion Middleware Infrastructure and Oracle Internet Directory 12c (12.2.1.4.0) in the existing Oracle home for collocated deployments. In case of a standalone mode, you can install Oracle Internet Directory 12c (12.2.1.4.0) without Oracle Fusion Middleware Infrastructure. Additionally, you should also apply patch 32577294. |
|
Required Run a pre-upgrade readiness check |
|
Required Shutdown OIDHOST2 or set it to read-only mode. |
|
Required on OIDHOST1 Run the Upgrade Assistant (UA) on OIDHOST1 to upgrade the necessary schemas to 12c (12.2.1.4.0). |
|
Required on OIDHOST1 Pack the domain |
|
Required on OIDHOST1 Start the servers in the following order:
|
See Starting the Servers. |
Required on OIDHOST2 Stop all managed servers on OIDHOST2. |
WARNING: Failure to shut down your servers during an upgrade may lead to data corruption. |
Required on OIDHOST2 Uninstall Oracle Fusion Middleware Infrastructure and Oracle Internet Directory 12c (12.2.1.3.0) in the existing Oracle home. |
|
Required on OIDHOST2 Install the product distributions on OIDHOST2. You must install Oracle Fusion Middleware Infrastructure and Oracle Internet Directory 12c (12.2.1.4.0) in the existing Oracle home, for both standalone and collocated deployments. |
|
Required on OIDHOST2 Replicate the domain configurations on OIDHOST2 using |
This includes unpacking the domain on OIDHOST2. |
Required on OIDHOST2 Start the Oracle Internet Directory system component on OIDHOST2 from OIDHOST1. |
See Starting the Servers. Note: Ensure that you start the OID server on OIDHOST2 from OIDHOST1.From
Execute the script from OIDHOST1 machine, where AdminServer is setup and not from OIDHOST2. |
Packing the domain on OIDHOST1
Pack the upgraded domain configurations on OIDHOST1. You would later unpack these domain configurations on OIDHOST2.
- On OIDHOST1, run the following command from the location
$MW_HOME/oracle_common/common/bin
to pack the upgraded domain:- On UNIX:
sh pack.sh -domain=<Location_of_OID_domain> -template=<Location_where_domain_configuration_jar_to_be_created> -template_name="OID Domain" -managed=true
- On Windows:
pack.cmd -domain=<Location_of_OID_domain> -template=<Location_where_domain_configuration_jar_to_be_created> -template_name="OIDM Domain" -managed=true
- On UNIX:
- Copy the domain configuration jar file created by the pack command on OIDHOST1 to any accessible location on OIDHOST2.