oracle  linux 和外部存储系统 关系

参考原始:

Oracle Linux and External Storage Systems (Doc ID 753050.1)

范围:

Linux OS - Version Oracle Linux 4.4 to Oracle Linux 6.0 with Unbreakable Enterprise Kernel [2.6.32] [Release OL4U4 to OL6]

Linux x86-64

Linux x86

Linux Itanium

***Checked for relevance on 31-Jan-2013***

目的:

本文展示了oracle linux 配置中与 外部存储系统相关的信息。

注意:这个列表可能不完整 或者不是最新的。对于细节。请參考以下提供的连接

范围:

本文能够被系统project师和管理员用来作为 创建一个新oracle linux 系统的參考。

细节:

DM-MPIO

DM-MPIO 表示 Device Mapper Multipathing I/O

oracle linux 和 rhel 都包含DM-MPIO技术,该技术在各个厂商(比方emc)的紧密配合中被开发出来。

DM-MPIO 有包含可是限于以下的优势:

第一:User and kernel space tools for management and support

  第二:当升级kernel时,有更大的灵活性。

由于DM-MPIO已经被上游的  Linux kernel development team 所接受

        换句话说:更新后的driver(驱动)会被传递给各个更新后的kernel中

        而还有一方面。若是使用第三方厂商的驱动。在新的kernel 版本号,有新的驱动包(driver package)相应。

第三:Boot-from-SAN support is much easier to setup with DM-MPIO

  第四:Multipathing support available during installation of OS

  第五:Hardware vendors are starting to recommend/support DM-MPIO in certain storage configurations

For more information on DM-MPIO and also for various cases / implementations see

http://wiki.oracle.com/page/multipathd.conf+configuration+for+Data+ONTAP+7.2.x+with+ALUA?

t=anon

--->貌似该链接失效了。

 

Oracle Validated Configurations

For specific external storage (HP, EMC, NEC, Sun, Compellent, Dell, NetApp, Inspur, Pillar and more) configurations with Oracle Linux please:

 

Browse to http://linux.oracle.com/validated-configurations

Enter "OEL" in the search box. Click "Go" - that will provide you older validations but still applicable

Enter "Linux" in the search box. Click "Go"

See also the Oracle Technology Network Validated Configurations page

推荐:

第一:

第二:用 'cat /proc/partitions' and 'dmesg' 命令来验证 lun

第三:在可能的环境中。使用与linux kernel集成的driver。不要使用第三方的驱动

第四:OCFS2 1.2 does not support online filesystem resize.

      Use OCFS2 1.4 or later to have resize enabled with OCFS2.

第五:对于每一个cluster nodes 系统之间共享文件。使用ocfs2、gfs,不使用nfs

【从翻译mos文章】oracle linux 和外部存储系统 关系的更多相关文章

  1. 【翻译mos文章】Linux x86 and x86-64 系统SHMMAX最大

    Linux x86 and x86-64 系统SHMMAX最大值 参考原始: Maximum SHMMAX values for Linux x86 and x86-64 (文件 ID 567506. ...

  2. 【从翻译mos文章】在oracle db 11gR2版本号被启用 Oracle NUMA 支持

    在oracle db 11gR2版本号被启用 Oracle NUMA 支持 参考原始: Enable Oracle NUMA support with Oracle Server Version 11 ...

  3. 【翻译自mos文章】Linux的/var/log/messages是空的(0k),messages.0, messages.1也是空的

    Linux的/var/log/messages是空的(0k),messages.0, messages.1也是空的 来源于: The /var/log/messages is empty, and s ...

  4. 【从翻译mos文章】在OGG (Oracle GoldenGate) 正在使用SCHEMATRANDATA如果,需要额外的db patch

    在OGG (Oracle GoldenGate) 正在使用SCHEMATRANDATA如果.需要额外的db patch 参考原始: Patches needed to support SCHEMATR ...

  5. 【从翻译mos文章】SGA_TARGET与SHMMAX关系

    SGA_TARGET与SHMMAX关系 参考原始: Relationship Between SGA_TARGET and SHMMAX (文件 ID 1527109.1) 申请: Oracle Da ...

  6. 【从翻译mos文章】正在实施的获取job的 session id

    正在实施的获取job的 session id 参考原始: How to get the session Id of the Running Job (Doc ID 1604966.1) 申请: Ora ...

  7. 【从翻译mos文章】rac数据库,HC_<SID>.dat其他文件Oracle_Home用例下。

    rac数据库.HC_<SID>.dat其他文件Oracle_Home用例下. 参考原始: RAC database HC_<SID>.dat is used by instan ...

  8. 【从翻译mos文章】Weblogic AdminServer 启动fail,报错&quot;unable to get file lock, will retry&quot;

    Weblogic AdminServer 启动fail,报错"unable to get file lock, will retry" 参考原始: Weblogic AdminSe ...

  9. 【从翻译mos文章】不再用par file如果是,export or import 包含大写和小写表名称表

    不再用par file如果是,export or import 包含大写和小写表名称表 参考原始: How to Export or Import Case Sensitive Tables With ...

随机推荐

  1. android看不见main函数怎么办?程序异常了,能够不提示“xxx软件停止执行”吗?

    今天遇到了这个问题,分享一下解决方式. android没有main 函数,自然也就不存在main里面加入异常处理来实现全局异常捕获的方案.那android程序有全局异常补货的解决方式吗? 答案是有的: ...

  2. MarkdownPad怎么显示表格

    工具 >选项 > Markdown >Markdown处理器 改为 “Markdown(扩展)”即可. 下载地址 http://www.xdowns.com/soft/1/95/20 ...

  3. std::string 不支持back

    string  s = "abc"; if ( s.back() == 'c' ) .... , 不支持back, 但是用VS2010好吧 后来发现, string的back/fr ...

  4. Intent用法

    Intent是android系统中的最佳男主角,Intent翻译成中文的意思是"意图",说白了就是"我想要...",也就是说眼下运行中的Activity想要请其 ...

  5. Codeforces 437E The Child and Polygon(间隔DP)

    题目链接:Codeforces 437E The Child and Polygon 题目大意:给出一个多边形,问说有多少种切割方法.将多边形切割为多个三角形. 解题思路:首先要理解向量叉积的性质,一 ...

  6. python django模型内部类meta详细解释

    Django 模型类的Meta是一个内部类,它用于定义一些Django模型类的行为特性.下面对此作一总结: abstract      这个属性是定义当前的模型类是不是一个抽象类.所谓抽象类是不会相应 ...

  7. D其他项目打电话AL工程EF Model

     Based on your description and the error code, you will just need to ensure that your DataContext ...

  8. Android应用公布的准备——生成渠道包

    我们须要使用一个变量标明该app的渠道.通常我们能够在manifest中的application节点下声明.例如以下. <meta-data android:name="CHANNEL ...

  9. leetcode-2 Add Two Numbers 计算两个对应的列表和问题

     1.问题描写叙述: You are given two linked lists representing two non-negativenumbers. The digits are sto ...

  10. 如果不能显示真正的考验个别车型toast问题解决

    当真正的考验个别车型toast不显示信息,找到两个解决方式.不知还有什么其他有效方法.期待大神们的分享!.! 1.手动方案:设置-->应用软件管理-->相应APP-->勾选显示通知框 ...