当前位置:Gxlcms > 数据库问题 > 转 Oracle Cluster Health Monitor(CHM)简介

转 Oracle Cluster Health Monitor(CHM)简介

时间:2021-07-01 10:21:17 帮助过:14人阅读

 

  CHM Repository:用于存放收集到数据,在默认情况下,会存在于Grid Infrastructure home 下 ,需要1 GB 的磁盘空间,每个节点大约每天会占用0.5GB的空间。 您可以使用OCLUMON来调整它的存放路径以及允许的空间大小(最多只能保存3天的数据。

 

  简单命令操作

  1、查看当前目录设置

 

  1.  oclumon manage -get reppath

 

  2、查看当前收集大小(注意单位为秒)

 

  1. oclumon manage -get repsize

 

  3、修改路径    

 

  1. oclumon manage -repo reploc  /soft/chm/

 

  4、修改大小

 

  1.  oclumon manage -repos resize 60000
 

 

 

  获取CHM数据的方法

  1、使用Grid_home/bin/diagcollection.pl

 

  • 首先,确定cluster logger service的主节点
    1. oclumon manage -get master

 

  • 用root身份在主节点执行下面的命令 
<Grid_home>/bin/diagcollection.pl -collect -chmos -incidenttime inc_time -incidentduration duration
 incidenttime是指从什么时间开始获得数据,格式为MM/DD/YYYY24HH:MM:SS, incidentduration指的是获得开始时间后多长时间的数据。
  例如:
diagcollection.pl -collect -crshome /u01/app/11.2.0/grid -chmoshome  /u01/app/11.2.0/grid -chmos -incidenttime 06/15/201412:30:00 -incidentduration 00:05
   运行这个命令之后,CHM的数据会生成在文件chmosData_rac2_20140615_1237.tar.gz。

 2、使用oclumon来获得CHM数据

 

  1. oclumon dumpnodeview [[-allnodes] | [-n node1 node2] [-last "duration"] | [-s "time_stamp" -e "time_stamp"] [-v] [-warning]] [-h]
  2. #(-s表示开始时间,-e表示结束时间)

 

  例如:

  1. oclumon dumpnodeview -allnodes -v -s "2012-06-15 07:40:00" -e "2012-06-15 07:57:00" > /tmp/chm1.txt
  2. oclumon dumpnodeview -n node1 node2 -last "12:00:00" >/tmp/chm1.txt
  3. oclumon dumpnodeview -allnodes -last "00:15:00" >/tmp/chm1.txt
 

关闭以及开启CHM(使用grid在每个节点执行)

这个关闭类似Linux的service stop,重启后还会自动打开,关闭后系统IO会有所下降

 

  1. #关闭
  2. crsctl stop res ora.crf -init
  3. #启动
  4. crsctl start res ora.crf -init
  禁用与启用CHM(类似chkconfig) 使用root用户

 

 

  1. #禁用
  2. crsctl modify resource ora.crf -attr "AUTO_START=never" -init
  3. #启用
  4. crsctl modify resource ora.crf -attr "AUTO_START=always" -init

 

 

 

 

 

参考Oracle官方文档
  http://docs.Oracle.com/cd/E11882_01/rac.112/e16794/troubleshoot.htm#CWADD92242
  Oracle? Clusterware Administration and Deployment Guide
  11g Release 2 (11.2)
  Part Number E16794-17


My Oracle Support文档
  Cluster Health Monitor (CHM) FAQ (Doc ID 1328466.1)


CHM及UI下载地址
http://www.oracle.com/technetwork/database/clustering/downloads/ipd-download-homepage-087212.html

 

 

 http://blog.csdn.net/mhmds/article/details/72843249

 

 

 

转 Oracle Cluster Health Monitor(CHM)简介

标签:root用户   mosh   ora   windows   ocs   read   操作   modify   http   

人气教程排行