1. 错误信息

在oracle  10.2.0.4 to 11.1.0.6 的各个版本中,尽管变量ORA_CRS_HOME设置正确,也会遇到如下错误:

# ./diagcollection.pl -collect
Production Copyright , , Oracle. All rights reserved
Cluster Ready Services (CRS) diagnostic collection tool
Mandatory argument ‘crshome’ is missing.

2. 问题确认

This is a known bug:
Bug 6899547 – DIAGCOLLECTION.PL FAILS WITH MANDATORY ARGUMENT ‘CRSHOME’ IS MISSING

3. 解决方案

Workaround:
The workaround is simply to add the crs home to the command as follows:

#export ORACLE_HOME=/u01/oracle/app/oracle/product/10.2./db
#export ORA_CRS_HOME=/u01/oracle/app/oracle/product/10.2./crs
#./diagcollection.pl --collect --all --crshome $ORA_CRS_HOME

This bug affects 10.2.0.4 and 11.1.0.6 releases for all platforms. This bug has been fixed in 11.1.0.7.

最新文章

  1. 如何更改IP地址的映射名字
  2. [Android Pro] Android studio jni中调用Log输出调试信息
  3. Unity中的协程是什么?
  4. 5.6 TestNg的使用
  5. 通过布赛尔曲线以及CAShapeLayer的strokeStart 、strokeEnd 属性来实现一个圆形进度条
  6. 浅析JVM内存结构和6大区域(转)
  7. 微信小程序、应用号、订阅号、服务号、企业号小总结
  8. QWidget与HWND的互相转换
  9. 我的IOS学习之路(三):手势识别器
  10. 基于visual Studio2013解决面试题之0307最后谁剩下
  11. 第五章_JSTL
  12. virtualbox命令行共享CentOS目录
  13. PAT1079 :Total Sales of Supply Chain
  14. 集合总结二(LinkedList的实现原理)
  15. SpringMVC redirect中文乱码问题
  16. android 使用UDP发送数据 DatagramSocket 创建对象为null
  17. Extjs Window用法详解 2 打印具体应用
  18. 用MyEclipse将Maven Dependencies中的jar包导出
  19. 对Yii2中 yii\web\User的理解,和自建的app\models\User(基础版),frontend\models\User的应用原理
  20. git fatal: The remote end hung up unexpectedly 错误

热门文章

  1. Nginx返回大长度的JSON数据被截断
  2. 第三章·MySQL版本区别及管理
  3. OPNsense防火墙搭建实验环境,MSF与SSH进行流量转发
  4. Lua游戏逆向及破解方法介绍
  5. windows控制台,cmd,命令提示符下的基础操作
  6. Boost::pool (1)
  7. EntityFrameworkCore
  8. Python中关于txt的简单读写模式与操作
  9. 在macOS下启用CGO_ENABLED的交叉编译
  10. JAVA访问Zabbix API