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.
    
  • 相关阅读:
    Python自动化运维之1、Python入门
    Github使用教程
    Windows 托盘区域显示图标
    VS 2013 打包程序教程
    UML类图简单介绍
    crontab定时任务
    软硬链接的区别和重点
    linux运维之NFS服务器配置
    怎么样让Win10可以ping通?
    VM虚拟机Linux克隆后网卡的相关操作!
  • 原文地址:https://www.cnblogs.com/macleanoracle/p/2967595.html
Copyright © 2011-2022 走看看