EBS 12.2.x
12c
OL6
Hi ALL,
We have newly installed server with Linux 6.10 OS.
This will be used to clone our EBS Prod to TEST instance.
Before doing cloning, I need to yum install the pre-reqs packages needed by Oracle EBS as per Doc Note 1330701.1
I have done below procedure to install:
E-Business Suite Pre-Install RPM (available for Oracle Linux 5, 6 and 7)
# cd /etc/yum.repos.d
# wget http://public-yum.oracle.com/public-yum-ol6.repo
Edit public-yum-ol6.repo and update below:
[ol6_latest]
name=Oracle Linux $releasever Latest ($basearch)
baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL6/latest/$basearch/
gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol6
gpgcheck=1
enabled=1
[ol6_addons]
name=Oracle Linux $releasever Add ons ($basearch)
baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL6/addons/$basearch/
gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol6
gpgcheck=1
enabled=1
[ol6_UEK_latest]
name=Latest Unbreakable Enterprise Kernel for Oracle Linux $releasever ($basearch)
baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL6/UEK/latest/$basearch/
gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol6
gpgcheck=1
enabled=1
# yum update
Loaded plugins: security, ulninfo
Setting up Update Process
No Packages marked for Update
# yum install oracle-ebs-server-R12-preinstall
Loaded plugins: security, ulninfo
Setting up Install Process
Error: Nothing to do
Please help how to troubleshoot above error
Kind regards,
jc