博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
PRVF-4661 During cluvfy on AIX platform
阅读量:6429 次
发布时间:2019-06-23

本文共 1331 字,大约阅读时间需要 4 分钟。

In this Document

  
  
  
  


APPLIES TO:

Oracle Server - Enterprise Edition - Version: 11.2.0.1 and later   [Release: 11.2 and later ]
IBM AIX on POWER Systems (64-bit)

SYMPTOMS

11.2 Grid Infrastructure installation, reporting cluster verification error:
installActions<date>.log
...
INFO: Started Plugin named: Oracle Cluster Verification Utility
...
INFO: TCP connectivity to SCAN Listeners exists on all cluster nodes
INFO: Checking name resolution setup for "scan-rac"...
INFO: ERROR:
INFO: PRVF-4661 : Found inconsistent hosts entry in /etc/nsswitch.conf on node racnode31
INFO: ERROR:
INFO: PRVF-4661 : Found inconsistent hosts entry in /etc/nsswitch.conf on node racnode33
INFO: Verification of SCAN VIP and Listener setup failed

CAUSE

This is caused by misconfiguration in file /etc/netsvc.conf on AIX platform.
Due to Unpublised bug 
9857270: CLUVFY CHECK /ETC/NSSWITCH.CONF ON AIX, cluvfy incorrectly report file name as /etc/nsswitch.conf, but this file does not exist on AIX platform. The file to be checked should be /etc/netsvc.conf.
In this case, there is a typo in file /etc/netsvc.conf on both nodes racnode31 and racnode33. It should be:
hosts=local, bind

SOLUTION

Correct the typo in /etc/netsvc.conf file, rerun cluvfy:
cluvfy stage -post crsinst -n racnode31,racnode32,racnode33 -verbose
cluvfy should no longer report error.

转载地址:http://ejwga.baihongyu.com/

你可能感兴趣的文章
Linux/Unix的精巧约定两例及其简析:目录权限和文本行数
查看>>
WebDAV助手1.1.0更新
查看>>
微服务事务处理
查看>>
【linux】 linux gpio操作
查看>>
【linux kernel】 softirq 软中断讨论
查看>>
2019武汉大学数学专业考研真题(回忆版)
查看>>
百度地图车辆运动轨迹
查看>>
文本与字体
查看>>
从函数式编程到Ramda函数库(一)
查看>>
ora-1652
查看>>
PL/SQL developer 开发小技能 and ash show command PL/SQL EXECUTE
查看>>
Linux oraenv Tips
查看>>
27-列表解析
查看>>
Java并发--线程安全策略
查看>>
python书籍分类和评语(不断更新)
查看>>
iOS 7用户界面过渡指南
查看>>
同样是做内容创业,你为什么没有别人赚得多?
查看>>
SQL Server 2008 全文搜索的一些知识
查看>>
【转】Ubuntu13.04配置:Vim+Syntastic+Vundle+YouCompleteMe
查看>>
iPhone开发 数据持久化总结(终结篇)—5种数据持久化方法对比
查看>>