Public Yum Server -http://public-yum.oracle.com/ # cd /etc/yum.repos.d |
ULN Steps for Linux 5.5: #up2date --register channel:ol5_x86_64_latest #up2date --nox --show-channels #up2date --nox --install oracle-validated Make sure the Linux firewall is turned off |
|
ULN Steps for Linux 5.5: #up2date --register channel:ol5_x86_64_latest #up2date --nox --show-channels #up2date --nox --install oracle-validated To register the box on ULN login to the Linux box and either use the gui for Unbreakable Linux Network or the command line below. Then run oracle-validated to update the packages you need for the database installation. #up2date --register follow the prompts then after it's registered did the following: [root@r410i scripts]# up2date --nox --show-channels #up2date --nox --install oracle-validated There was a package dependency problem. The message was: Unresolvable chain of dependencies: so I ran "up2date --configure" and select option "pkgSkipList" (typically this is option 19). Follow the instructions to clear the list and save the changes Then I ran up2date oracle-validated again: [root@r410i scripts]# up2date --nox --show-channels el5_i386_latest el5_x86_64_latest #up2date --nox --install oracle-validated Unresolvable chain of dependencies: Removed the channel el5_i386_latest
up2date --nox --install oracle-validated The following packages were added to your selection to satisfy dependencies: Name Version Release
Run "up2date --configure" and select option "pkgSkipList" (typically this is option 19). Follow the instructions to clear the list and save the changes Install kernel - I did this when I registered my server. It gave me the option to install it then. When i did the command below it said it was already installed. 1.mount Oracle Enterprise Linux 5.3 CD 1 or DVD # rpm -ihv kernel-2.6.18-128.0.0.0.1.el5.x86_64.rpm
|
[root@vicr410 software]# ./up2dateOracle Fetching Obsoletes list for channel: el5_x86_64_addons... Fetching Obsoletes list for channel: el5_x86_64_latest... Fetching Obsoletes list for channel: ol5_x86_64_latest... Fetching Obsoletes list for channel: el5_x86_64_oracle... Fetching rpm headers... Name Version Rel Testing package set / solving RPM inter-dependencies... Unresolvable chain of dependencies: The following packages were added to your selection to satisfy dependencies: ./up2dateOracle: line 3: Testing: command not found Fetching Obsoletes list for channel: el5_x86_64_addons... Fetching Obsoletes list for channel: el5_x86_64_latest... Fetching Obsoletes list for channel: ol5_x86_64_latest... Fetching Obsoletes list for channel: el5_x86_64_oracle... Fetching rpm headers... Name Version Rel Testing package set / solving RPM inter-dependencies... Unresolvable chain of dependencies:
The following packages were added to your selection to satisfy dependencies: |
[root@r410 R12]# up2date --nox --update oracle-validated Fetching Obsoletes list for channel: ol5_x86_64_latest... Fetching rpm headers... Name Version Rel Testing package set / solving RPM inter-dependencies... Installing... Name Version Release |