Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Unable to install asm packeges on Linux Machine

JhilJan 27 2018 — edited Feb 7 2018

Dear Experts,

I have download asm related packages from following link

Oracle ASMLib Downloads for Red Hat Enterprise Linux 5

Intel EM64T (x86_64) Architecture

Library and Tools

>> But unable to install.

[root@rac1 Desktop]# ls -l

total 96

-rwxrwxr-x 1 root root 13300 Jan  7 15:03 oracleasmlib-2.0.4-1.el6.x86_64.rpm

-rwxrwxr-x 1 root root 74984 Jan  7 15:02 oracleasm-support-2.1.8-1.el6.x86_64.rpm

[root@rac1 Desktop]# rpm -ivh oracleasm-support-2.1.8-1.el6.x86_64.rpm

warning: oracleasm-support-2.1.8-1.el6.x86_64.rpm: Header V3 RSA/SHA256 signature: NOKEY, key ID ec551f03

error: Failed dependencies:

        rpmlib(FileDigests) <= 4.6.0-1 is needed by oracleasm-support-2.1.8-1.el6.x86_64

        rpmlib(PayloadIsXz) <= 5.2-1 is needed by oracleasm-support-2.1.8-1.el6.x86_64

>>

[root@rac1 Desktop]# rpm -ivh oracleasmlib-2.0.4-1.el6.x86_64.rpm

warning: oracleasmlib-2.0.4-1.el6.x86_64.rpm: Header V3 RSA/SHA256 signature: NOKEY, key ID ec551f03

error: Failed dependencies:

        rpmlib(FileDigests) <= 4.6.0-1 is needed by oracleasmlib-2.0.4-1.el6.x86_64

        rpmlib(PayloadIsXz) <= 5.2-1 is needed by oracleasmlib-2.0.4-1.el6.x86_64

>> Linux Machine details

# uname -a

Linux rac1.oracle.com 2.6.32-200.13.1.el5uek #1 SMP Wed Jul 27 21:02:33 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux

[root@rac1 Desktop]# cat /etc/*release

Enterprise Linux Enterprise Linux Server release 5.7 (Carthage)

Oracle Linux Server release 5.7

Red Hat Enterprise Linux Server release 5.7 (Tikanga)

Thanks

This post has been answered by Dude! on Jan 27 2018
Jump to Answer

Comments

807557
Moin!

I did also download the most recent (DVD) ISO did a setup_install_server
and didn't have that problem. I did however skip the burn step and instead
mounted the ISO directly via loopback devices:

# lofiadm -a /jumpstart/OS/isos/sol-10-u2-ga-sparc-dvd.iso
/dev/lofi/7
# mount -F hsfs -o ro /dev/lofi/7 /mnt/10u2

When looking at the files system of this mount the Boot directory is not
linked and as said the setup_install_server worked fine.

Hope this helps
-Ralf
user4994457
Correct. The CD is a bit low on space, so the boot files are only present in a SPARC UFS filesystem (necessary so the CD is bootable). The x86 box won't read that filesystem (either from CD or from an image).

You'd need to either build at least one SPARC machine, mount the CD there, then copy the files over to the x86 box.

Or as mentioned, use the DVD image. The space there allows the boot code to be duplicated in two places so the x86 box can read it.

--
Darren
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 7 2018
Added on Jan 27 2018
14 comments
6,000 views