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. php 大数组的POST问题解决

    服务器的PHP.ini的设置问题max_input_vars太小.

  2. JQuery表格展开与内容筛选

    单击分类的时候,可以关闭打开相对应的内容.例如点击前台设计组,则只显示前台设计组的内容.再次点击则收缩. 筛选的话就是匹配输入框的内容,如果某行数据存在,则显示出来. <html> < ...

  3. larbin源码之global.h

    /** This represent a connection : we have a fixed number of them * fetchOpen links them with servers ...

  4. Hash算法原理理解

    我们有很多的小猪,每个的体重都不一样,假设体重分布比较平均(我们考虑到公斤级别),我们按照体重来分,划分成100个小猪圈. 然后把每个小猪,按照体重赶进各自的猪圈里,记录档案. 好了,如果我们要找某个 ...

  5. DLR、ASTER GDEM、SRTM3、GMTED2010等5种全球高程数据对比

      目前网上有多种全球高程数据,国内在这方面也进步喜人,资源三号目前已放出来的卫片给了不少惊喜,其高程数值得期待.但资源三号的高程数据放出来还需等待,过去两三年全球高程数据发展相当迅猛,DLR放出了相 ...

  6. 将Python代码嵌入C++程序进行编写

    将Python代码嵌入C++程序进行编写的实例,python嵌入 把python嵌入的C++里面需要做一些步骤 安装python程序,这样才能使用python的头文件和库 在我们写的源文件中增加“Py ...

  7. 【POJ】2492 A bug's life ——种类并查集

    A Bug's Life Time Limit: 10000MS   Memory Limit: 65536K Total Submissions: 28211   Accepted: 9177 De ...

  8. 强制杀oracle进程

    强制杀oracle进程: for p in `ps -ef| grep ora| awk '{print $2}'`;do kill -9 $p;done 修改 oracle xe 默认中文字符集成为 ...

  9. python socket理论知识

    一.socket理论: 发现一个很好的文章,一个高手写的,我也就不再做搬运工了,直接连接吧,对理论感兴趣的可以去看看! http://www.cnblogs.com/dolphinX/p/346054 ...

  10. 经常使用的DB2命令(2)

    catalog数据库: catalog indirect: db2 catalog database on /db2sys[dir_name] catalog remote:    db2 catal ...