Cluster的日志体系
Cluster的日志体系: Oracle cluster不像数据库那样,具有丰富的视图、工具可以用来辅助诊断,他的日志和trace文件时唯一的选择。但不想oracle只有alert日志和集中trace文件,oraclecluster的日志体系比较复杂。 4:11g R2RAC 日志 $GRID_HOME/log/: 每个节
Cluster的日志体系:
Oracle cluster不像数据库那样,具有丰富的视图、工具可以用来辅助诊断,他的日志和trace文件时唯一的选择。但不想oracle只有alert日志和集中trace文件,oraclecluster的日志体系比较复杂。
4:11g R2RAC 日志
$GRID_HOME/log/: |
每个节点上ORACLE集群件以及ASM存储跟踪和诊断日志文件的主目录 |
$GRID_HOME/log/ |
包含本节点上oracle集群件和asm的跟踪和诊断日志文件 |
$GRID_HOME/log/ |
包含CRSD和OHASD守护进程的oraagent、orarootagent、oracssdagent和oracssdmonitor的跟踪及诊断日志文件 |
$GRID_HOME/log/ |
包含各种oracle grid infrastructure 客户端如CLSCFG、GPNP、OCRCONFIG、OLSNODES和OIFCFG的跟踪和诊断日志 |
$GRID_HOME/log/ |
包含由ORACLE集群健康监控器(oracle CHM)提供的系统监控服务记录的跟踪和诊断日志文件 |
$GRID_HOME/log/ |
包含集群css日志,其中包括来自客户端的css监听器的操作,如重新配置、缺少签入、连接和断开连接。 在某些情况下,记录程序在记录消息时会带有oracle完成的重启操作auth.crit 的类别。(集群同步服务) |
$GRID_HOME/log/ |
包含集群验证实用工具生成的跟踪和调试日志文件 |
$GRID_HOME/log/ |
包含事件管理器EVM 和evmlogger守护进程的跟踪和诊断日志文件。调试频率低于CRDS和CSSD |
$GRID_HOME/log/ |
包含用于排除oracle网格命名服务相关的问题的跟踪机诊断日志文件 |
$GRID_HOME/log/ |
包含用于排除多播域名服务故障的跟踪和诊断日志文件 |
$GRID_HOME/log/ |
包括各个oracle racg可执行文件的跟踪和诊断日志 |
$GRID_HOME/log/ |
包含由oracle 集群健康监控器ORACLE CHM 提供的集群记录器服务记录的跟踪和诊断日志文件 |
$GRID_HOME/log/ |
包含oracle CRSD守护进程的跟踪和诊断日志文件! |
$GRID_HOME/log/ |
包含用于排除oracle集群时间同步服务故障的调试日志文件 |
$GRID_HOME/log/ |
包含用于排除oracle磁盘监控器守护进程故障的调试日志 |
$GRID_HOME/log/ |
包含用于排除oracle网格进程间通信守护进程故障的调试和跟踪日志 |
$GRID_HOME/log/ |
包含oracle高可用行服务守护进程的日志和输出文件! 11grac2以上版本启动问题的重要日志 |
$GRID_HOME/log/ |
包含oracle服务器管理器服务的日志文件 |
ORACLE_CRS_HOME---LOG--
Crsd
Cssd
Evmd
Racg crs管理的资源的日志
Cliend 工具执行日志有orccheck、orcconfig、ocrdump、oifcfg、clscfg 使用方法见oracleRAC常用维护工具命令
OPROCD 在/etc/oracle/oprocd或/var/opt/oracle/oprocd

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

The logs of win10 can help users understand the system usage in detail. Many users must have encountered log 6013 when looking for their own management logs. So what does this code mean? Let’s introduce it below. What is win10 log 6013: 1. This is a normal log. The information in this log does not mean that your computer has been restarted, but it indicates how long the system has been running since the last startup. This log will appear once every day at 12 o'clock sharp. How to check how long the system has been running? You can enter systeminfo in cmd. There is one line in it.

The function is to provide engineers with feedback on usage information and records to facilitate problem analysis (used during development); because users themselves do not often generate upload logs, they are useless to users. The logging buffer is a small, temporary area used for short-term storage of change vectors for redo logs to be written to disk. A log buffer write to disk is a batch of change vectors from multiple transactions. Even so, the change vector in the log buffer is written to disk in near real-time, and when the session issues a COMMIT statement, the log buffer write operation is performed in real time.

The logs of win10 can help users understand the system usage in detail. Many users must have seen a lot of error logs when looking for their own management logs. So how to solve them? Let’s take a look below. . How to solve win10 log event 7034: 1. Click "Start" to open "Control Panel" 2. Find "Administrative Tools" 3. Click "Services" 4. Find HDZBCommServiceForV2.0, right-click "Stop Service" and change it to "Manual Start "

With the rapid development of the Internet and Web applications, log management is becoming more and more important. When developing web applications, how to find and locate problems is a very critical issue. A logging system is a very effective tool that can help us achieve these tasks. ThinkPHP6 provides a powerful logging system that can help application developers better manage and track events that occur in applications. This article will introduce how to use the logging system in ThinkPHP6 and how to utilize the logging system

In Linux systems, you can use the following command to view the contents of the log file: tail command: The tail command is used to display the content at the end of the log file. It is a common command to view the latest log information. tail [option] [file name] Commonly used options include: -n: Specify the number of lines to be displayed, the default is 10 lines. -f: Monitor the file content in real time and automatically display the new content when the file is updated. Example: tail-n20logfile.txt#Display the last 20 lines of the logfile.txt file tail-flogfile.txt#Monitor the updated content of the logfile.txt file in real time head command: The head command is used to display the beginning of the log file

iPhone lets you add medications to the Health app to track and manage the medications, vitamins and supplements you take every day. You can then log medications you've taken or skipped when you receive a notification on your device. After you log your medications, you can see how often you took or skipped them to help you track your health. In this post, we will guide you to view the log history of selected medications in the Health app on iPhone. A short guide on how to view your medication log history in the Health App: Go to the Health App>Browse>Medications>Medications>Select a Medication>Options&a

RedisCluster is a distributed cache technology based on Redis, which can effectively solve the problem of Redis single point of failure and performance bottleneck. The principle and implementation of RedisCluster have some relatively complex technical details. This article will start from the following aspects to provide readers with a reference for an in-depth understanding of RedisCluster: 1. Basic concepts of RedisCluster 1.1 Nodes: RedisCluster nodes are divided into two types

The logs of win10 have a lot of rich content. Many users must have seen the event ID455 display error when looking for their own management logs. So what does it mean? Let’s take a look below. What is event ID455 in the win10 log: 1. ID455 is the error <error> that occurred in <file> when the information store opened the log file.
