【RAC】Oracle Clusterware 診斷收集指令碼
診斷收集指令碼
1.用於收集所有重要日誌檔案的指令碼應滿足以下條件:
– 必須以 root 身份執行
– 位於 $ORA_CRS_HOME/bin/diagcollection.pl
2.將在本地目錄中生成以下檔案:
– basData_.tar.gz
- coreData__date.tar.gz
– crsData __date.tar.gz
– ocrData __date.tar.gz
– oraData __date.tar.gz
[root@rac1 ~]# perl /opt/rac/11.2.0/grid/bin/diagcollection.pl -collect
Production Copyright 2004, 2008, Oracle. All rights reserved
Cluster Ready Services (CRS) diagnostic collection tool
The following CRS diagnostic archives will be created in the local directory.
crsData_rac1_20120428_2140.tar.gz -> logs,traces and cores from CRS home. Note: core files will be packaged only with the --core option.
ocrData_rac1_20120428_2140.tar.gz -> ocrdump, ocrcheck etc
coreData_rac1_20120428_2140.tar.gz -> contents of CRS core files in text format
osData_rac1_20120428_2140.tar.gz -> logs from Operating System
Collecting crs data
Collecting OCR data
Collecting information from core files
No corefiles found
Collecting OS logs
[root@rac1 ~]# ll -trs
總計 7976
3924 -rw-r--r-- 1 root root 4012196 04-28 21:40 crsData_rac1_20120428_2140.tar.gz
116 -rw-r--r-- 1 root root 111837 04-28 21:40 osData_rac1_20120428_2140.tar.gz
12 -rw-r--r-- 1 root root 9395 04-28 21:40 ocrData_rac1_20120428_2140.tar.gz
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22664653/viewspace-722462/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORACLE RAC clusterwareOracle
- oracle RAC 診斷叢集狀態命令Oracle
- 收集日誌檔案同步診斷資訊指令碼(lfsdiag.sql) (文件 ID 1064487.1)指令碼SQL
- ORACLE診斷案例Oracle
- 【TABLE】Oracle表資訊收集指令碼Oracle指令碼
- Oracle運維指令碼-巡檢(RAC版)Oracle運維指令碼
- Oracle RAC重新執行root.sh指令碼Oracle指令碼
- Oracle運維指令碼-收集統計資訊Oracle運維指令碼
- Oracle診斷事件列表(轉)Oracle事件
- MySQL故障診斷常用方法手冊(含指令碼、案例)MySql指令碼
- 【SCRIPT】Oracle資料庫基本資訊收集指令碼Oracle資料庫指令碼
- MYTFA(MYSQL 診斷資訊收集工具)介紹MySql
- 9 Oracle Data Guard 故障診斷Oracle
- Oracle診斷案例-Sql_traceOracleSQL
- oracle之 redo過高診斷Oracle
- Oracle運維指令碼-巡檢(RAC版本)-V1.1Oracle運維指令碼
- oracle 11g RAC 安裝前準備指令碼Oracle指令碼
- Oracle 21C Clusterware Technology StackOracle
- Split Brain in Oracle Clusterware and Real Application ClusterAIOracleAPP
- Oracle 12.1.0.2 impdp匯入慢診斷Oracle
- 技術分享 | MySQL Shell 收集 MySQL 診斷報告(上)MySql
- 一次ORACLE IO效能診斷案例Oracle
- 一次Oracle診斷案例-Spfile案例Oracle
- Oracle EBS基礎學習:Oracle EBS啟用診斷功能Oracle
- Oracle診斷案例-Job任務停止執行Oracle
- 一次Oracle診斷案例-SGA與SwapOracle
- Oracle 資料庫巡檢指令碼 單例項 RAC 輸出HTML格式Oracle資料庫指令碼單例HTML
- ORACLE 如何診斷高水位爭用(enq: HW – contention)OracleENQ
- 9. Oracle常用分析診斷工具——9.3.ADDMOracle
- 9. Oracle常用分析診斷工具——9.2. ASHOracle
- 9. Oracle常用分析診斷工具——9.1. AWROracle
- rac日誌收集方法
- oracle-rac出問題需要重灌,自動清理安裝痕跡指令碼Oracle指令碼
- oracle RACOracle
- oracle建庫指令碼Oracle指令碼
- ORACLE備份指令碼Oracle指令碼
- Oracle RAC Cache Fusion 系列十七:Oracle RAC DRMOracle
- 【ARCH】Oracle 判斷asm磁碟組大小,超過閾值清理指令碼OracleASM指令碼
- [JVM] 應用診斷工具之Fastthread(線上診斷)JVMASTthread