Oracle Database 10g RAC Best Practices: RAC on Linux

作者: Maclean Liu , post on January 2nd, 2011 , English Version
【本站文章除注明转载外,均为本站原创编译】
转载请注明:文章转载自: Oracle Clinic – Maclean Liu的个人技术博客 [http://www.oracledatabase12g.com/]
本文标题: Oracle Database 10g RAC Best Practices: RAC on Linux
本文永久地址: http://www.oracledatabase12g.com/archives/oracle-database-10g-rac-best-practices-rac-on-linux.html

Operating System Configuration

  • Confirm OS requirements from
    • Platform-specific install documentation
    • Quick install guides (if available) from Metalink/OTN
    • Release notes
  • Follow these steps on EACH node of the cluster
    • Configure ssh
      • 10g OUI uses ssh/scp if configured otherwise rsh/rcp
    • Configure Private Interconnect
      • Use UDP and GigE
      • Non-routable IP addresses (eg 10.0.0.x)
      • Redundant switches as std configuration for ALL cluster sizes.
      • NIC teaming configuration (platform dependant)
    • Configure Public Network
      • VIP and name must be DNS-registered in addition to the standard static IP information
      • Will not be visible until VIPCA install is complete

Shared Storage Configuration

  • Configure devices for the Voting Disk and OCR file.
    • Voting Disk >= 20MB, OCR >= 100MB.
    • Use storage mirroring to protect these devices
  • Configure shared Storage (for ASM)
    • Use large number of similarly sized “disks”
    • Confirm shared access to storage “disks” from all nodes
    • Include space for flash recovery area
  • Configure IO Multi-pathing
    • ASM must only see a single (virtual) path to the storage
    • Multi-pathing configuration is platform specific (e.g. Powerpath, SecurePath, …)
  • Establish file system or location for ORACLE_HOME
    • (And CRS & ASM HOME)

Use devlabel

  • Use devlabel to create a unique binding to the OCR and Voting device.
    • To use the command, as root devlabel add -s /dev/raw/raw1 -d /dev/sda1 devlabel add -s /dev/raw/raw2 -d /dev/sdb1 This will add an entry into /etc/sysconfig/devlabel something like this: /dev/raw/raw1 /dev/sda1 S83.3:6006016024d20c003a3cb11d3484d811DGCRAID5sector1005268 /dev/raw/raw2 /dev/sdb1 S83.3:6006016024d20c003a3cb11d3484d811DGCRAID5sector62
    • The third column is the scsi unique id ( actually it is uuid) which is stored in disk for the life of the LUN and never changes.
  • http://www1.us.dell.com/content/topics/global.aspx/power/en/ps1q03_lerhaupt
  • http://linux.dell.com/devlabel/devlabel.html

Backing up the OCR and Voting Disk

  • After installing Oracle RAC 10g and after ensuring that the system is functioning properly, make a backup of the OCR device and Voting disk.
  • In addition, make a backup of the OCR and Voting disk contents after you complete any node additions or node deletions and after running any de-installation procedures.
  • Use dd or copy depending if your OCR or Voting files are on raw or OCFS.
    • Please see Note.279793.1 for additional information


© 2011, www.oracledatabase12g.com. 版权所有.文章允许转载,但必须以链接方式注明源地址,否则追究法律责任.

相关文章 | Related posts:

  1. Best Practices for Improving Oracle Database Backup and Recovery SLAs
  2. Using udev with Oracle Architecture (RAC & ASM)
  3. Oracle Database 11gr1/10gr2 Automatic Storage Management Overview and Technical Best Practices
  4. Best Practices for Loading in an Oracle Data Warehouse
  5. Expert Oracle Practices Oracle Database Administration from the Oak Table PDF
  6. Configuring Linux for the Oracle 10g VIP or private interconnect using bonding driver
  7. Oracle RAC Templates for Oracle Virtual Machine
  8. Step guide for installing Oracle RAC 11gR1 on Linux
  9. 【书籍推荐】Expert Oracle Practices
  10. Oracle Real Application Clusters Installation and Configuration Best Practices

Leave a Reply

  

  

  

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>