http://docs.oracle.com/cd/E37670_01/E37355/html/ol_instcfg_ocfs2.html

    • cd /etc/yum.repos.d
    • # wget --no-check-certificate https://public-yum.oracle.com/public-yum-ol6.repo
  • Edit the repo file and enable the [ol6_UEK_latest] repos­i­tory only.
  • Import the Ora­cle GPG key, rpm --import http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol6
  • # yum install kernel-uek ocfs2-tools
  • Edit /boot/grub/menu.lst and set the default option to the UEK ker­nel (NB, count­ing starts from 0).
    http://public-yum.oracle.com/

Oracle Linux Unbreakable Enterprise Kernel (UEK)

Note

If you want to use the global heartbeat feature, you must install ocfs2-tools-1.8.0-11 or later

http://public-yum.oracle.com/repo/OracleLinux/OL6/UEK/latest/x86_64/getPackage/kernel-uek-2.6.39-400.245.1.el6uek.x86_64.rpm

http://public-yum.oracle.com/repo/OracleLinux/OL6/UEK/latest/x86_64/getPackage/ocfs2-tools-1.8.0-10.el6.x86_64.rpm

http://public-yum.oracle.com/repo/OracleLinux/OL6/UEK/latest/x86_64/getPackage/kernel-uek-firmware-2.6.39-400.245.1.el6uek.noarch.rpm

http://www.luocs.com/archives/tag/ocfs2

http://d-prototype.com/archives/1000

ruiy_ocfs2的更多相关文章

随机推荐

  1. struts2中使用ognl表达式时各种符号的使用规则$,#,%

    OGNL表达式struts2标签“%,#,$” 一.什么是OGNL,有什么特点? OGNL(Object-Graph Navigation Language),大概可以理解为:对象图形化导航语言.是一 ...

  2. oc swift 混编 特技

    1.swift 工程新建oc文件,新建的时候提示是否桥接文件,点击yes,把swift要用的oc文件的头文件 都导入桥接文件中就OK了. 2.在swift工程中oc调用 swift文件,需要在导入名字 ...

  3. 02-4. BCD解密(10)

    BCD数是用一个字节来表达两位十进制的数,每四个比特表示一位.所以如果一个BCD数的十六进制是0x12,它表达的就是十进制的12.但是小明没学过BCD,把所有的BCD数都当作二进制数转换成十进制输出了 ...

  4. 【Chromium中文文档】Web安全研究

    转载请注明出处:https://ahangchen.gitbooks.io/chromium_doc_zh/content/zh//General_Architecture/Extension_Sec ...

  5. django note

    2016-2-9 Unknown command: 'syncdb'  solution: syncdb command is deprecated in django 1.7. Use the py ...

  6. 13.java.lang.NoSuchFiledException

    java.lang.NoSuchFiledException 方法不存在异常 当程序试图通过反射来创建对象,访问(修改或读取)某个filed,但是该filed不存在就会引发异常

  7. poj2190

    #include <stdio.h> #include <stdlib.h> int main() { ]; ,i; scanf("%s",arr); ;i ...

  8. hdu3280Equal Sum Partitions (区间DP)

    Problem Description An equal sum partition of a sequence of numbers is a grouping of the numbers (in ...

  9. 多个Activity之间的切换与数据交互

    总结 两个activity之间切换我概括的分为两步: 1. 代码实现切换操作.2.配置中声明另外一个acitivity! 1. 代码实现切换操作 显示定义一个intent 对象,Intent 这个类的 ...

  10. org.xml.sax.SAXParseException: An invalid XML character (Unicode: 0x0) was found in the CDATA sectio

    偶尔有一次beyond compare比较部署文件时,发现有一个JSP文件结尾的地方有一大堆空白的二进制符号,当时没有管,就覆盖上去了. =================背景分割线========= ...