Skip to main content

Posts

Showing posts from August, 2022

Provision an EBS Oracle Apps Instance on Oracle Cloud OCI

Provision an EBS Oracle Apps Instance on Oracle Cloud OCI In this post I am going to share how to provision an EBS instance on OCI using a tool called as EBS Cloud Manager. There are 2 methods in this One-Click Provisioning- Everything is on single Compute (ie Database & Application) Advanced Provisioning- Application on compute & database on DB System (PaaS) Create an Oracle Cloud Infrastructure Compute instance (VM) containing the Release 12.2.13 database and application tiers from one of the provided images: Oracle E-Business Suite 12.2.13 Demo Install Image - The instance contains demonstration data and is suitable for conducting demonstrations and exploring new features. Oracle E-Business Suite 12.2.13 Fresh Install Image - The instance can be configured with your own data and specific, functional setups so that you can test business processes tailored to your needs. We are going to deploy a demo EBS 12.2.10 instance on single compute VM. Steps: I have already having a com...

Create or Reset an OPC account ssh key on Oracle Cloud (OCI)

Create or Reset an OPC account ssh key on Oracle Cloud (OCI) If we forget to create an OPC account ssh key pair while creating a VM in Oracle Cloud or want to reset it or got deleted, how can it be done.It is a scary situation. In this post I am going to share how to reset it. Steps: 1) Login  to Your OCI console 2) Go to Compute Instance and open the instance where the key has to be reset. 3) Scroll Down and Click Console Connection 4) Click on Create local Connection From a terminal run “cat ~/.ssh/id_rsa.pub” and copy it.  Click on Create Console Connection Select the PASTE SSH KEYS option/ Or you can upload too Paste the ssh public key into the field Then click on Create Console Connection After Creation it will be shown as below Click on 3 dots on right and copy serial connection  code. I will copy for  linux as my desktop is linux. Go to Desktop Terminal and paste it 5)  Once the cloud connection is made it will ask for username and password. Keep the clou...

Create a new Compute VM on Oracle Cloud(OCI) from Virtual Box

Create a new Compute VM on Oracle Cloud from Virtual Box In a previous post I have shared how to  Integrating Oracle Virtual Box with Oracle Cloud Infrastructure(OCI) Now Once the integration is completed we will see what happens and how the VM can be created on Oracle Cloud now. Lets see My OCI Bucket has no object Right now Now Lets also validate we have no new Compute Instance in OCI before we are going to perform this activity. Lets Open the Virtual Box in our local system which was integrated with Oracle Cloud. Go to File> New Cloud VM Once We launch it we will see different Images Available for OS. I will select Oracle Linux 7.9. Click Next Fill/Select Properties as Required. I will select Public Subnet. Click Next  and Go to OCI to see new provisioned VM. Now we can see a new VM running on OCI which was created from Oracle Virtual Box. Let's try to connect. When we create Cloud VM from OCI console, we give OCI key  pair, but here we have not done it. So Now how ...

Integrating Oracle Virtual Box with Oracle Cloud Infrastructure(OCI)

Integrating Oracle Virtual Box with Oracle Cloud Infrastructure(OCI) Integrating Oracle Virtual Box with Oracle Cloud Infrastructure(OCI) From Oracle VM Virtualbox 6.0 release, we have a the capability to export a virtual machine and get it running as an Oracle Cloud Infrastructure (OCI) Emulated Instance. We can  import,export and provision new VM on Oracle Cloud with this. Oracle VM VirtualBox 6 requires proper configuration to interact with a specific Oracle Cloud Infrastructure environment. All those configuration information will be used by VirtualBox to authenticate with Oracle Cloud Infrastructure Steps: 1) Setting up Oracle Cloud Infrastructure tenant 2) Preparing on-premise Oracle VM VirtualBox to connect OCI 3) Migrating a sample VM from Oracle VM VirtualBox to OCI In this exampe I am using virtualbox installed in my Desktop. Pre-requisites: a) Make sure you have a Oracle Cloud OCI account and its working. b) Oracle VM VirtualBox 6.1 Oracle Cloud Infrastructure Setup Crea...