This note is about OCI (baremetal) and is derived from this tutorial. The note for OCI-c is posted here.
Either one of this manual or automatic method can be used.
Proceed as follow:
Step 1: Deploy a provisioning VM with a standard1.1 shape.
Step 2: Download, from edelivery, the Oracle E-Business Suite on Oracle Cloud Infrastructure Automation Archive (V975021-01.zip), and transfer the zip file on the VM.
Step 3: Install the provisioning tool (login as root)
unzip V975021-01.zip mkdir /u01 tar -xvzf EBSCloudAdminTools_v18.1.1.tgz -C /u01 cd /u01/EBSEBSCloudAdminTools_v18.1.1/bin ./setup.sh --provider=oci
The tool will run for 15 minutes, downloading and installing the necessary packages.
======================================================== Setting up Oracle EBS Cloud Admin Tool VM Verify /u01/EBSCloudAdminTools_v18.1.1/setup.out for complete details. ======================================================== Installing required rpms from public yum repos Installing oracle-ebs-server-R12-preinstall.x86_64 rpm from yum repo Installing perl-JSON.noarch rpm from yum repo Installing perl-JSON-PP.noarch rpm from yum repo Installing libffi-devel rpm from yum repo Installing python-devel rpm from yum repo Installing openssl-devel rpm from yum repo Installing ntp rpm from yum repo Installing virtualenv Performing yum update Updating sudoers file Installing ChefDK and Chef Server rpm Installing /u01/EBSCloudAdminTools_v18.1.1/software/rpms/chefdk-1.0.3-1.el6.x86_64.rpm Installing /u01/EBSCloudAdminTools_v18.1.1/software/rpms/chef-server-core-12.11.1-1.el6.x86_64.rpm Creating directory /var/www/files Creating directory /u01/install Modifying oracle user home directory Creating directory /u01/install/APPS/software Creating directory /u01/install/APPS/.ssh Creating directory /u01/install/APPS/.chef Changing directory permissions Extracting apps-unlimited-ebs.zip to /u01/install/APPS Extracting RemoteClone.zip to /u01/install/APPS/apps-unlimited-ebs Installing gem oraclebmc Installing gem knife-oc Installing gem knife-ebs Installing gem knife-bmc Installing gem ebsinfra Configuring ntp Redirecting to /bin/systemctl restart firewalld.service 28 Mar 13:09:02 ntpdate[3920]: adjust time server 169.254.169.254 offset 0.000061 sec Created symlink from /etc/systemd/system/multi-user.target.wants/ntpd.service to /usr/lib/systemd/system/ntpd.service. Removed symlink /etc/systemd/system/multi-user.target.wants/chronyd.service. Installing BMC CLI Configuring Terraform provider Copying chef-12.16.42-1.el6.x86_64.rpm to /var/www/files Copying jdk-8u111-linux-x64.rpm to /var/www/files Generating ssh key for oracle user Enabling https service ======================================================================== Oracle EBS Cloud Admin Tool VM is setup successfully Version: 18.1.1 Mode: install Verify /u01/EBSCloudAdminTools_v18.1.1/setup.out for complete details. ========================================================================
Step 4: Verify the installation
cat /etc/ebscm.conf|grep version
It should show 18.1.1
Warning: ALL further steps should be executed with the ‘oracle’ account.