oracle 10g rac叢集log日誌存放路徑
這裡記錄下10g rac crs下的log存放路徑,以便從log中解決問題
Log Directory Structure in Cluster Ready Services
To diagnose any problem, the first thing examined by Oracle Support are the installation log files. Anyone who knows anything about database administration knows the importance of the dump directories (bdump, udump, and cdump). Similarly, each component in the CRS stack has its respective directories created under the CRS home:
$ORA_CRS_HOME/crs/log Contains trace files for the CRS resources.
$ORA_CRS_HOME/crs/init Contains trace files of the CRS daemon during startup. Good place to start with any CRS login problems.
$ORA_CRS_HOME/css/log The Cluster Synchronization (CSS) logs indicate all actions such as reconfigurations, missed check-ins, connects, and disconnects from the client CSS listener. In some cases, the logger logs messages with the category of auth.crit for the reboots done by Oracle. This could be used for checking the exact time when the reboot occurred.
$ORA_CRS_HOME/css/init Contains core dumps from the Oracle Cluster Synchronization Service daemon (OCSSd) and the process ID (PID) for the CSS daemon whose death is treated as fatal. If abnormal restarts for CSS exist, the core files will have the format of core.
$ORA_CRS_HOME/evm/log Log files for the Event Volume Manager (EVM) and evmlogger daemons. Not used as often for debugging as the CRS and CSS directories.
$ORA_CRS_HOME/evm/init PID and lock files for EVM. Core files for EVM should also be written here.
$ORA_CRS_HOME/srvm/log Log files for Oracle Cluster Registry (OCR), which contains the details at the Oracle cluster level.
$ORA_CRS_HOME//log Log files for Oracle Clusterware (known as the cluster alert log), which contains diagnostic messages at the Oracle cluster level. This is available from Oracle database 10g R2.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7199859/viewspace-545005/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle 12C RAC 12.1.0.2 叢集日誌(cluster log)目錄Oracle
- Oracle 例項和RAC叢集下資料庫日誌目錄合集Oracle資料庫
- oracleasm軟體包的日誌(log)路徑OracleASM
- Oracle listener log 日誌分析方法Oracle
- AIX 5.3 Install Oracle 10g RAC 錯誤集錦AIOracle 10g
- kvm日誌路徑
- ORACLE 12C 之叢集日誌位置變化Oracle
- oracle RAC 診斷叢集狀態命令Oracle
- 【Oracle】歸檔日誌管理-設定歸檔日誌路徑以及歸檔日誌冗餘Oracle
- Java - 自動配置log4j的日誌檔案路徑Java
- Oracle 10g RAC故障處理Oracle 10g
- Kubernetes叢集日誌詳解
- Oracle歸檔日誌所在目錄時間不對&&Oracle叢集日誌時間顯示錯誤Oracle
- oracle 11.2.0.4 rac叢集等待事件enq: TM - contentionOracle事件ENQ
- Oracle叢集(RAC)時間同步(ntp和CTSS)Oracle
- Kubernetes 叢集日誌 和 EFK 架構日誌方案架構
- Exchange2016日誌路徑
- Log日誌
- fluentd收集kubernetes 叢集日誌分析
- Oracle RAC日常運維-NetworkManager導致叢集故障Oracle運維
- 【ASK_ORACLE】Relink RAC叢集詳細步驟Oracle
- Oracle Linux 6.7中 Oracle 11.2.0.4 RAC叢集CRS異常處理OracleLinux
- 修改Oracle資料檔名及資料檔案存放路徑Oracle
- 【Oracle】如何修改資料檔案和日誌檔案的路徑Oracle
- Python 日誌(Log)Python
- log 日誌原理
- 沃趣微講堂 | Oracle叢集技術(二):GI與Oracle RACOracle
- oracle 資料庫lsnrctl監聽的日誌路徑和trace檔案Oracle資料庫
- rac日誌收集方法
- 12c日誌檔案路徑
- Oracle 10g RAC 資料儲存更換Oracle 10g
- Linux C日誌logLinux
- Log 工具列印日誌
- Oracle11g redo log 建立、新增、刪除(重做日誌組,重做日誌檔案)Oracle
- 【LOG】Oracle資料庫清理日誌、跟蹤檔案利器Oracle資料庫
- 【Mysql】三大日誌 redo log、bin log、undo logMySql
- rac叢集日常維護命令
- 10g RAC on AIXAI
- MySQL重做日誌(redo log)MySql