Lift and Shift ebs to OCI is an approach, one among many for migrating your on Premises Oracle EBS to Oracle Cloud Infrastructure. In this post, i will try to explain the steps on how we can lift and shift ebs to oci using cloud manager. It is already assumed that cloud manager is already configured to be used for your environment. You can check my previous post https://samappsdba.blogspot.com/2021/01/step-by-step-configure-ebs-cloud-manager.html on how we can configure ebs cloud manager in oracle cloud infrastructure.
I have followed the traditional approach of lift and shift of on premise EBS to Oracle Cloud. There is an another approach now in the latest version of Cloud manager where you can create a standby environment in OCI and later promote it to primary after sync. In the traditional method, the first step would be prepare the environment and installing the backup module.
Source Environment Requirements
Note:-My target DB will be in compute and the below listed patches are for database running on compute only.
Source database should be in archive log mode
Check if ntp service is configured
In the apps tier, AD/TXK should have minimum level 11 and should have the below patches applied in application tier and database tier respectively
Patch 28371446:R12.TXK.C
Patch 29965377:R12.TXK.C
Patch 30601878:R12.TXK.C
Patch 30713114:R12.TXK.C
Patch 31314595:R12.TXK.C
database patches-31113249
Generating API Signing Key:-
[oracle@apps ~]$ mkdir ~/.oci
Generate private key
[oracle@apps ~]$ openssl genrsa -out ~/.oci/oci_api_key.pem 2048
Generating RSA private key, 2048 bit long modulus
...........................+++
..............................................................................+++
e is 65537 (0x10001)
Generate public key
[oracle@apps ~]$ openssl rsa -pubout -in ~/.oci/oci_api_key.pem -out ~/.oci/oci_api_key_public.pem
writing RSA key
get the fingerprint:-
[oracle@apps ~]$ openssl rsa -pubout -outform DER -in ~/.oci/oci_api_key.pem | openssl md5 -c
writing RSA key
(stdin)= c6:2e:e1:d0:78:53:13:87:93:15:4a:85:6e:13:96:70
[oracle@apps ~]$
Upload the public key to the user's api signing key in OCI console.
Note: The user which you select should have the privileges to create resources in the compartments.
Note:-On the application tier server and the database tier server, the SSH configuration files (~/.ssh/config) must have the entry "ServerAliveInterval 100—under root server
Select the Cloud Database Service option for your environment, either Compute, Virtual Machine DB System, or Exadata DB System. I had choosen Compute.
Access the EBS Environment page now
No comments:
Post a Comment