Note: All ASMLib installations require the oracleasmlib
and oracleasm-support
packages appropriate for their machine. The driver packages are named after the kernel they support. Run the "uname -r
" command on your machine to determine your kernel version. The corresponding package has the name oracleasm-<kernel_version>
.
The Oracle ASMLib kernel driver packages are installed using the YUM tool. To configure a server to be able to install install and update Oracle ASMLib kernel drivers, create a file named /etc/yum.repos.d/oracleasm.repo
with the following content:
[oracleasm]
name=Oracle ASMLib Kernel Drivers for Red Hat Enterprise Linux Server 5
baseurl=//yum.oracle.com/repo/OracleASM/RHEL5/$basearch/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
gpgcheck=1
enabled=1
If the /etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
file does not exist on the target server, you can download it directly from the Oracle Linux Yum Server.
Once created, the corresponding kernel driver for the currently running kernel can be installed as root using the YUM tool:
# yum install oracleasm-`uname -r`
Check the Oracle ASMLib Release Notes for further details.
Library and Tools |
---|
Library and Tools |
---|
Library and Tools |
---|
Library and Tools |
---|
Library and Tools |
---|