zoukankan      html  css  js  c++  java
  • How to troubleshooting RAC Vip Problem

    1.- Please provide the output of the following commands from each node:
    
     srvctl config nodeapps -n <nodename> -a -g -s -l
     ifconfig -a
     cat /etc/hosts
    
    2.- Please set debug mode for VIP resources and reproduce the problem. Please take note of the time of the test:
    
     a.- As root user, issue the command :
     crsctl debug log res "<ora.dbtest2.vip>:5"
    
     (note: replace ora.dbtest2.vip for each of your vip resources)
    
     b.- Take note of node, date, time
    
     c.- Reproduce the problem
    
     d.- You may turn off debugging with command :
     crsctl debug log res "<ora.dbtest2.vip>:0"
    
    3.- Set OS watcher as the following note explain:
    
     Note 301137.1: OS Watcher User Guide - upload output of OS Watcher
    
    4.- Collect from each node:
    
     a.- Os log files
     /var/log/messages
    
     b.- Os watcher stats for the time of the test
    
     c.- CRS log files:
     From the $ORA_CRS_HOME, run the following commands as root
    
     * $script /tmp/diag.log
     * $env
     * $id
     * $cd $ORA_CRS_HOME/bin
     o Execute diagcollection.pl by passing the crs_home as the following
     o export ORA_CRS_HOME=/u01/crs
     o $ORA_CRS_HOME/bin/diagcollection.pl -crshome=$ORA_CRS_HOME --collect
    
    This will create the crsData_<hostname>.tar.gz, ocrData_<hostname>.tar.gz,
    oraData_<hostname>.tar.gz and basData_<hostname>.tar.gz. Additionally in 11gR2,
    there will be os_<hostname>.tar.gz and ipd_
    
     d.- If Vendor clusterware is not used then upload the oprocd logs.
    They are in /var/opt/oracle/`hostname`/ on most platforms.
    
  • 相关阅读:
    oracle 例外
    Help with Intervals(集合的交并补,线段树)
    Mex(线段树的巧妙应用)
    hdu4578Transformation(线段树多个lz标记)
    Coder(线段树)
    Ice-cream Tycoon9(线段树)
    Partition(线段树的离线处理)
    ACM学习大纲(转)
    Codeforces Round #250 (Div. 1)
    记次浙大月赛 134
  • 原文地址:https://www.cnblogs.com/macleanoracle/p/2967595.html
Copyright © 2011-2022 走看看