zoukankan      html  css  js  c++  java
  • Exadata Database Machine Host的操作系统OS版本

    之前有同事问我Exadata用的是什么操作系统这个问题? 最早Oracle与HP合作的Exadata V1采用的是Oracle Enterprise Linux,而Oracle-Sun Exadata V2则目前还仅提供OEL,但是已经通过了Solaris -11 Express在 Exadata V2上的测试, 所以很快Exadata V2将会有Solaris的选择。 目前现有的Exadata X2-2 和 X2-8 绝大多数采用2个OEL 5的小版本:
    较早出厂的使用OEL 5.3
    # cat /etc/enterprise-release
    Enterprise Linux Enterprise Linux Server release 5.3 (Carthage)
    
    近期出场的使用OEL 5.5
    
    # cat /etc/enterprise-release
    Enterprise Linux Enterprise Linux Server release 5.5 (Carthage)
    
    # uname -a
    Linux vrh1.us.oracle.com 2.6.18-128.1.16.0.1.el5 #1 SMP Tue x86_64 x86_64 x86_64 GNU/Linux
      The IB should be one of the compatible cards specified in Note 888828.1 If you build a backup server machine it is best tro build as close a clone of the Exadata Compute nodes as you can get. I.e. install OEL 5 Update 5 and one of the IB cards specified in the note and you will have the correct ofed versions and kernel This will guarantee interoperabilty and correct operation with the kernel and ofed drivers From the doc InfiniBand OFED Software Exadata Storage Servers and database servers will interoperate with different InfiniBand OFED software versions, however, Oracle recommends that all versions be the same unless performing a rolling upgrade. Review Note 1262380.1 for database server software and firmware guidelines. InfiniBand HCA Exadata Storage Servers and database servers will interoperate with different InfiniBand host channel adapter (HCA) firmware versions, however, Oracle recommends that all versions be the same unless performing a rolling upgrade. Review Note 1262380.1 for database server software and firmware guidelines. For a complete list of the Oracle QDR Infinband adaptors see here: http://www.oracle.com/technetwork/documentation/oracle-net-sec-hw-190016.html#infinibandadp For the compute nodes all firmware updates must be done via the bundle patches descibed in Doc 888828.1 So I would advise upgrading to the latest supported bundel patch. For you backup server choose the same model card that came with the X2 compute nodes. Install Oracle Eterprise Linux Release 5 Update 5 Upgrade the firmware to the same firmware an on the X2 or higher if not already the same, Database Machine and Exadata Storage Server 11g Release 2 (11.2) Supported Versions [ID 888828.1]
  • 相关阅读:
    Stanford NLP 第六课: Long Short Term Memory
    Stanford NLP 第五课: RNN Vanishing Gradient Problems Details
    Stanford NLP 第四课 神经网络复习
    Stanford cs224n 第三课: GloVe 代码解读
    Stanford CS224N 第二课: word2vec踩坑经验分享
    秒杀抢购系统优化思路详解
    微服务的事件驱动数据管理方案
    Netty与网络编程
    Netty 学习 一、初识Netty【原创】
    高性能Server---Reactor模型【转载】
  • 原文地址:https://www.cnblogs.com/macleanoracle/p/2967989.html
Copyright © 2011-2022 走看看