診斷Oracle Clusterware和RAC組件

來源:互聯網
上載者:User

RAC 調試中的一個黃金規則  
1.請始終確保各個節點具有完全相同的系統時間,這樣才能實現以下目標:  
 – 便於進行日誌資訊分析  
 – 確保讀取 GV$ 視圖時獲得準確結果  
 – 避免執行個體被過早逐出  
2. 最好的建議是使用網路時間協議對各節點進行同步。  

Oracle Clusterware 主要記錄檔



診斷收集指令碼  
1.用於收集所有重要記錄檔的指令碼應滿足以下條件:  
 – 必須以 root 身份執行  
 – 位於 $ORA_CRS_HOME/bin/ 中  
 – 名為 diagcollection.pl  
2.將在本地目錄中產生以下檔案:  
 – basData_<hostname>.tar.gz
 - coreData_<hostname>.tar.gz
 – crsData _<hostname>. tar.gz
 – ocrData _<hostname>. tar.gz  
 – oraData _<hostname>. tar.gz  
 

樣本:

  1. root@rac1 /oracle/backup$ /u01/crs1020/bin/diagcollection.pl -collect  
  2. Production Copyright 2004, 2005, Oracle.  All rights reserved  
  3. Cluster Ready Services (CRS) diagnostic collection tool  
  4. The following CRS diagnostic archives will be created in the local directory.  
  5. crsData_rac1.gz -> logs,traces and cores from CRS home  
  6. ocrData_rac1.gz -> ocrdump, ocrcheck etc  
  7. coreData_rac1.gz -> contents of CRS core files in text format  
  8.   
  9. Collecting crs data  
  10. /bin/tar: Removing leading `/' from member names  
  11. Collecting OCR data  
  12. Collecting information from core files  
  13. /usr/bin/gdb: option `--bat' is ambiguous  
  14. Use `/usr/bin/gdb --help' for a complete list of options.  
  15. /usr/bin/gdb: option `--bat' is ambiguous  
  16. Use `/usr/bin/gdb --help' for a complete list of options.  
  17. /usr/bin/gdb: option `--bat' is ambiguous  
  18. Use `/usr/bin/gdb --help' for a complete list of options.  
  19. /usr/bin/gdb: option `--bat' is ambiguous  
  20. Use `/usr/bin/gdb --help' for a complete list of options.  
  21. /usr/bin/gdb: option `--bat' is ambiguous  
  22. Use `/usr/bin/gdb --help' for a complete list of options.  
  23. The following Oracle Home diagnostic archives will be created in the local directory.  
  24. oraData_rac1.gz -> logs, traces and cores from Oracle Home  
  25. Collecting oracle home data  
  26. /bin/tar: Removing leading `/' from member names  
  27. /bin/tar: /u01/app/oracle/product/10.2.0/db_1/admin/*: Cannot stat: No such file or directory  
  28. /bin/tar: Error exit delayed from previous errors  
  29. The following Oracle Base diagnostic archives will be created in the local directory.  
  30. basData_rac1.gz -> logs,traces from Oracle base  
  31. Collecting oracle base data  
  32. /bin/tar: Removing leading `/' from member names  
  33. root@rac1 /oracle/backup$ ll | grep tar  
  34. -rw-r--r-- 1 root   root      13233982 Feb 28 22:37 basData_rac1.tar.gz  
  35. -rw-r--r-- 1 root   root           232 Feb 28 22:36 coreData_rac1.tar.gz  
  36. -rw-r--r-- 1 root   root      40923089 Feb 28 22:35 crsData_rac1.tar.gz  
  37. -rw-r--r-- 1 root   root          7921 Feb 28 22:36 ocrData_rac1.tar.gz  
  38. -rw-r--r-- 1 root   root        164183 Feb 28 22:36 oraData_rac1.tar.gz  
叢集診斷與叢集驗證詳細可以參考 :
Oracle Database Oracle Clusterware and Oracle Real Application Clusters Administration and Deployment Guide ->A Troubleshooting
http://docs.oracle.com/cd/B19306_01/rac.102/b14197/appsupport.htm#i632140

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.