<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://dikapediav2.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Oracle</id>
	<title>Oracle - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://dikapediav2.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Oracle"/>
	<link rel="alternate" type="text/html" href="https://dikapediav2.com/wiki/index.php?title=Oracle&amp;action=history"/>
	<updated>2026-06-02T06:50:23Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://dikapediav2.com/wiki/index.php?title=Oracle&amp;diff=141&amp;oldid=prev</id>
		<title>Ardika Sulistija: Created page with &quot;====Download Locations==== ---- * &lt;b&gt;ISOs&lt;/b&gt; can be found here:https://yum.oracle.com/oracle-linux-isos.html * &lt;b&gt;Kernels&lt;/b&gt; can be found in places like these, just google if you can&#039;t find what you&#039;re looking for: https://yum.oracle.com/repo/OracleLinux/OL7/UEKR6/x86_64/index.html&lt;/br&gt; https://yum.oracle.com/repo/OracleLinux/OL7/UEKR5/archive/x86_64/index.html   ====How to install kernel-devel in Oracle Linux 7==== ----  [+] Testing in my own environment.        Oracl...&quot;</title>
		<link rel="alternate" type="text/html" href="https://dikapediav2.com/wiki/index.php?title=Oracle&amp;diff=141&amp;oldid=prev"/>
		<updated>2024-09-11T14:18:20Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;====Download Locations==== ---- * &amp;lt;b&amp;gt;ISOs&amp;lt;/b&amp;gt; can be found here:https://yum.oracle.com/oracle-linux-isos.html * &amp;lt;b&amp;gt;Kernels&amp;lt;/b&amp;gt; can be found in places like these, just google if you can&amp;#039;t find what you&amp;#039;re looking for: https://yum.oracle.com/repo/OracleLinux/OL7/UEKR6/x86_64/index.html&amp;lt;/br&amp;gt; https://yum.oracle.com/repo/OracleLinux/OL7/UEKR5/archive/x86_64/index.html   ====How to install kernel-devel in Oracle Linux 7==== ----  [+] Testing in my own environment.        Oracl...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;====Download Locations====&lt;br /&gt;
----&lt;br /&gt;
* &amp;lt;b&amp;gt;ISOs&amp;lt;/b&amp;gt; can be found here:https://yum.oracle.com/oracle-linux-isos.html&lt;br /&gt;
* &amp;lt;b&amp;gt;Kernels&amp;lt;/b&amp;gt; can be found in places like these, just google if you can&amp;#039;t find what you&amp;#039;re looking for:&lt;br /&gt;
https://yum.oracle.com/repo/OracleLinux/OL7/UEKR6/x86_64/index.html&amp;lt;/br&amp;gt;&lt;br /&gt;
https://yum.oracle.com/repo/OracleLinux/OL7/UEKR5/archive/x86_64/index.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====How to install kernel-devel in Oracle Linux 7====&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[+] Testing in my own environment.&lt;br /&gt;
&lt;br /&gt;
      Oracle 7 - 3.10.0-1160.80.1.0.1.el7.x86_64&lt;br /&gt;
&lt;br /&gt;
        * Agent installation with --install-boot-driver was successful. Replicated until CDP.  `ce_disable_rmmod`  was indeed Y. &lt;br /&gt;
&lt;br /&gt;
    &lt;br /&gt;
  Now testing on attempting to test on the same kernel as the customer&amp;#039;s. (Used Oracle Linux 7.9 ISO). &lt;br /&gt;
&lt;br /&gt;
  1) wget https://yum.oracle.com/repo/OracleLinux/OL7/UEKR5/x86_64/getPackage/kernel-uek-4.14.35-2047.517.3.el7uek.x86_64.rpm&lt;br /&gt;
&lt;br /&gt;
  2) rpm -i kernel-uek-4.14.35-2047.517.3.el7uek.x86_64.rpm&lt;br /&gt;
&lt;br /&gt;
  3) reboot&lt;br /&gt;
&lt;br /&gt;
  4) Confirmed, it booted into the correct kernel:&lt;br /&gt;
      uname -r&lt;br /&gt;
      4.14.35-2047.517.3.el7uek.x86_64&lt;br /&gt;
&lt;br /&gt;
  5) Installed the ce agent using --install-boot-driver&lt;br /&gt;
&lt;br /&gt;
      sudo python ./installer_linux.py -t F8E3-5544-5E07-B3F2-A7A3-1A8D-DF3C-54B3-BDA9-6330-C8AA-2CC4-6E59-428E-294B-397C --install-boot-driver --compile  --no-prompt&lt;br /&gt;
&lt;br /&gt;
  6) Keep failing to install. In my cloudendure.log, I see &amp;quot;kernel development package for &amp;#039;4.14.35-2047.517.3.el7uek.x86_64&amp;#039; are missing from repositories. &lt;br /&gt;
&lt;br /&gt;
    But in the customer&amp;#039;s cloudendure.log, they don&amp;#039;t have that either, but they were able to install the agent. &lt;br /&gt;
&lt;br /&gt;
    Tried running: `sudo yum install kernel-uek-devel-$(uname -r)`, no package available. I can only find the kernel-uek-devel package for another kernel (kernel-uek-devel-4.14.35-1818.1.x86_64.rpm  ). &lt;br /&gt;
&lt;br /&gt;
    yumdownloader kernel-uek-devel-4.14.35-2047.517.3.el7uek.x86_64 # THIS WORKED!!&lt;br /&gt;
    yum -y install libdtrace-ctf # This is a dependency to install kernel-uek-devel&lt;br /&gt;
    rpm -i kernel-uek-devel-4.14.35-2047.517.3.el7uek.x86_64.rpm&lt;br /&gt;
    &lt;br /&gt;
          -&amp;gt;&amp;gt;&amp;gt;&amp;gt; This helped: https://sites.google.com/a/orabuntu-lxc.com/brandydandyoracle/oracle-linux-uek-kernel/getting-kernel-headers-for-oracle-linux-uek-kernels&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[+] rpm -qi kernel-uek-4.14.35-2047.517.3.el7uek.x86_64.rpm&lt;br /&gt;
&lt;br /&gt;
    Build Date: Wed 07 Sep&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Can also find the kernel-uek-devel rpm files from here: https://yum.oracle.com/repo/OracleLinux/OL7/UEKR5/archive/x86_64/index.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Setting Up Oracle 8 and DRS====&lt;br /&gt;
----&lt;br /&gt;
1) Spin up Oracle 8 linux.&lt;br /&gt;
* ISOs can be found here: https://yum.oracle.com/oracle-linux-isos.html&lt;br /&gt;
* Kernels can be found here: https://yum.oracle.com/repo/OracleLinux/OL8/UEKR6/x86_64/index.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2) Set device configuration (Optional: with same LVM setup). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3) Set up steps:&lt;br /&gt;
- turned networking on (via gui if you installed with gui). Confirmed ping 8.8.8.8 works.&lt;br /&gt;
- edit /etc/resolv.conf with the following and confirmed ping google.com works:&lt;br /&gt;
    nameserver 8.8.8.8&lt;br /&gt;
&lt;br /&gt;
4) Update kernel to kernel-uek-5.4.17-2136.321 and install gcc:&lt;br /&gt;
    # yum -y install gcc&lt;br /&gt;
    # yum -y update&lt;br /&gt;
    # sudo reboot&lt;br /&gt;
&lt;br /&gt;
5) install DRS agent:&lt;br /&gt;
&lt;br /&gt;
    $ wget -O ./aws-replication-installer-init https://aws-elastic-disaster-recovery-us-east-1.s3.us-east-1.amazonaws.com/latest/linux/aws-replication-installer-init&lt;br /&gt;
&lt;br /&gt;
    $ chmod +x aws-replication-installer-init; sudo ./aws-replication-installer-init&lt;/div&gt;</summary>
		<author><name>Ardika Sulistija</name></author>
	</entry>
</feed>