Oracle EBS 12.2.8 Installation using VM Appliance

20
11208

In this post, we will how to Install Oracle EBS (E-Business Suite) 12.2.8 using Oracle VM Appliance. 12.2.8 is the latest version available as of now. Please note that the EBS instance that comes with VM Appliance is a Vision Instance which means you cannot use this for any Production, DEV or Test environments. Oracle EBS Vision instances are used only for Training, Demos of Oracle EBS. Below are the high level steps:

  1. Download the Oracle EBS VM Appliance software from Oracle E-Delivery Site i.e. edelivery.oracle.com
  2. Extract files and Build OVA using assemble.sh
  3. Import VM Appliance using Virtual Box
  4. Configure VM before starting VM
  5. Configure EBS installation and Launch EBS

Download Oracle EBS VM Appliance

Download the VM Appliance for EBS 12.2.8 from https://edelivery.oracle.com as shown in the screenshots below:

Extract Files and Build OVA File

Once you download the files, you need to extract only the first file i.e. V980839-01. Once you extract the file, you will need use the assemble.sh script to assemble all the zip files to build OVA file. If you are operating system is windows, use Moba Xterm or similar SSH client to perform these operations. This step will take at least 1 to 2 hours or even more based on your Processor/Memory. Screenshots are below:

Import VM Appliance and Create VM

Importing VM Appliance is a simple one click process. Use “Import Appliance” option in Virtual Box to Locate the OVA file which was created in the previous step. This step will take at least 1 to 2 hours or even more based on your Processor/Memory.

Configure VM

Once you import the VM Appliance, your VM is created but its very important that we configure the VM properly before we start the VM. Some important things to modify are:

  • Memory and CPU configuration: Increase the cores or memory based on your host configuration
  • Network Configuration: Though not mandatory, I recommend to configure your Network first using the “Host Network Manager” option and use the Host-Only Adapter for the VM. This gives you access to VMs independent of any network changes in your host like VPN etc. You can find the configuration I used in screenshots below:

Configure EBS Instance

Once you start the VM, you will have few prompts which you need to answer based on which the EBS instance is configured. Firstly, once you start the VM for the first time, for the below prompt, just enter root and it will prompt you for new passwords of all the users one by one. Once you enter the passwords, it will start configuring EBS instance automatically. It runs Autoconfig on both DB and APPS Tier automatically. The last prompt you see is whether you want to configure EBS Services to start with boot which I didn’t.
Once EBS instance is configured, I changed the IP Configuration, updated hosts file and restarted the VM to ensure the Static IP changes take effect.
Update your Windows Hosts file with apps.example.com entry and you should now be able to access your EBS Instance.

Starting Services

Now that we have configure both the VM and EBS instance, start the EBS instance using the inbuilt scripts for VM appliance i.e. startdb.sh and startapps.sh. You can also use the traditional adstartal.sh script as well.

Known Issues and Suggestions

Make sure that you handle the network configuration properly during the initial VM boot. Usually you can use the DHCP option to easily complete the installation first and then configure IPs later.
You can optionally configure to start EBS along with operating system boot which I recommend for non-DBA users. For DBA users, I obviously don’t recommend it since we have better control over the EBS.

You can find great details about using VM Appliance using Oracle VM also using MOS Doc:
Oracle VM Virtual Appliance for Oracle E-Business Suite Deployment Guide, Release 12.2.8 (Doc ID 2462176.1)

By default SYSADMIN is locked and you need to unlock it as shown below:

20 COMMENTS

  1. Vishnu,
    This is a nice post. However, I was wondering if it was possible to export the appliance after the EBS configuration and run it on another machine using VirtualBox? Such that you would not need to repeat the process again. I tried this and could not run it on another machine. Although the note in Section 3.1: Reviewing Hardware Requirements” said ” Oracle E-Business Suite VirtualBox appliance is 64-bit. The VirtualBox instance that runs the appliance cannot be run in another virtual machine.”

    • Hello. Ideally, any Virtual Machine running in Oracle VM or VirtualBox can be exported to OVA. I have done it before. I am sure it works. And yes, VM cannot run inside another VM but as I said, you can perform upgrade once and clone it to another VM using standard Rapid Clone or take a simple OS copy of the VDI files or export to OVA. Hope it helps. Thank you.

  2. Hi vishnu, nice article with detailed steps. I was able to lunch r12 front end following the steps. But since i am a technical developer i would be more interested in the backend side of things. Can you please provide me ateps to connect to EBSDB through sql developer. And steps to connect to file server through putty. Both sql developer and putty installed on my local system. I want to practice OAF using the EBS VM instance.

  3. Hi Vishnu,
    Thanks its nice and useful post. I have changed the network configuration after installation. Now not able to connect to database base getting error while stating the application. Pls help to solve this issue.
    Thanks

  4. Hello Vishnu.

    Oracle VM Virtual Appliance for Oracle E-Business Suite Deployment Guide, Release 12.2.8 is no longer available from software delivery site.
    Have you tried installing with 12.2.9 ??

    Regards.
    Luis

  5. Hello Vishnu
    I’v tried it , but when login i have error message “Failure of Web Server bridge: No backend server available for connection: timed out after 10 seconds or idempotent set to OFF or method not idempotent” could you help
    Tnank

  6. Hi,
    I have prepared 12.2.10 VM. i am unable to connect from my host machine to the VM EBSCDB database. i have 10c installed on my host machine .
    can you please advice.

  7. Hi Vishnu,

    I have deployed the R12.2.9 VM and could configure and connect to the DB from Win10(All in same laptop) and also could work on the Forms/OAF sessions.

    But on sleep and wake up, the connection to the VM is lost and ping too does not work? ( Since i faced the same issue with R12.2.10 VM, i deleted and redeployed 12.2.9.)

    Is there anyway to reset the network and reconnect from Win10?
    Is it the only way to shutdown and restart the VM?
    Any other workaround please?

    Thanks,
    Rajasekaran.

LEAVE A REPLY

Please enter your comment!
Please enter your name here