PRVF-4007 : User equivalence check failed for user "grid"

问题:Oracle安装Grid Infrastructure之前做runcluvfy验证时报错如下


PRVF-4007 : User equivalence check failed for user "grid"

问题原因:
配置完ssh互信后,只和远程节点做校验,没和本地节点做校验(首次校验需要输入yes)

解决方案:

对本地节点做一遍ssh校验;




问题:Oracle安装Grid Infrastructure之前做runcluvfy验证时报错如下

[grid@rac1 grid]$
./runcluvfy.sh stage -pre crsinst -n rac1,rac2 -verbose >check0526.log

[grid@rac1 grid]$ vi check0526.log

Checking user equivalence...



Check: User equivalence for user "grid"

  Node Name                             Status

  ------------------------------------  ------------------------

  rac2                                  passed

  rac1                                  failed

Result:
PRVF-4007 : User equivalence check failed for user "grid"



WARNING:

User equivalence is not set for nodes:

        rac1

Verification will proceed with nodes:

        rac2




问题原因:配置完ssh互信后,只和远程节点做校验,没和本地节点做校验

解决方案:对本地节点做一遍ssh校验;


[root@rac1 grid]# su - oracle

[oracle@rac1 ~]$ ssh rac1

The authenticity of host 'rac1 (192.168.100.61)' can't be established.

RSA key fingerprint is 13:88:4c:1b:84:6b:29:1c:79:51:94:59:72:a2:42:e8.

Are you sure you want to continue connecting (yes/no)? yes

Warning: Permanently added 'rac1,192.168.100.61' (RSA) to the list of known hosts.

Last login: Sat May 26 02:36:41 2018 from rac2



[grid@rac1 ~]$ ssh rac1

The authenticity of host 'rac1 (192.168.100.61)' can't be established.

RSA key fingerprint is 13:88:4c:1b:84:6b:29:1c:79:51:94:59:72:a2:42:e8.

Are you sure you want to continue connecting (yes/no)? yes

Warning: Permanently added 'rac1,192.168.100.61' (RSA) to the list of known hosts.

Last login: Sat May 26 02:39:44 2018 from rac2




和本地做完ssh验证后测试正常;

[grid@rac1 grid]$
./runcluvfy.sh stage -pre crsinst -n rac1,rac2 -verbose >check0526a.log

[grid@rac1 grid]$ vi check0526a.log

Checking user equivalence...



Check: User equivalence for user "grid"

  Node Name                             Status

  ------------------------------------  ------------------------

  rac2                                  passed

  rac1                                  passed

Result: User equivalence check passed for user "grid"

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/29785807/viewspace-2155144/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/29785807/viewspace-2155144/

PRVF-4007 : User equivalence check failed for user "grid"的更多相关文章

  1. caffe 训练时,出现错误:Check failed: error == cudaSuccess (4 vs. 0) unspecified launch failure

    I0415 15:03:37.603461 27311 solver.cpp:42] Solver scaffolding done.I0415 15:03:37.603549 27311 solve ...

  2. caffe: test code Check failed: K_ == new_K (768 vs. 1024) Input size incompatible with inner product parameters.

    I0327 20:24:22.966171 20521 net.cpp:849] Copying source layer drop7I0327 20:24:22.966179 20521 net.c ...

  3. caffe: test code 执行出问题: Check failed: FLAGS_weights.size() > 0 (0 vs. 0) Need model weights to score.

    Check failed: FLAGS_weights.size() > 0 (0 vs. 0) Need model weights to score. 出现这个错误,但是我记得昨天还好好的, ...

  4. npm check failed 解决办法

    npm ERR! shasum check failed for C:\Users\MM\AppData\Local\Temp\npm-10900-415697c8\registry.npmjs.or ...

  5. JAVA使用HttpClient时报错:Algorithm constraints check failed on signature algorithm: MD5withRSA

    今天使用httpClient.executeMethod时抛出异常:java.security.cert.CertPathValidatorException: Algorithm constrain ...

  6. check failed status == cudnn_status_success (4 vs. 0) cudnn_status_internal_error

    Check failed: error == cudaSuccess (30 vs. 0) unknown error  这个有可能是显存不足造成的,或者网络参数不对造成的 check failed ...

  7. vue.runtime.esm.js:593 [Vue warn]: Invalid prop: custom validator check failed for prop "value".报错解决

    在uni中使用 picker组件,一直报错 vue.runtime.esm.js:593 [Vue warn]: Invalid prop: custom validator check failed ...

  8. npm 走 privoxy 代理经常出现 shasum check failed 的解决办法

    今天在下载一个比较大的项目,经常 shasum check failed ,太烦了,于是想切淘宝源,分别尝试 nrm 切换和传递 --registry ,结果都出现 Unexpected end of ...

  9. Check failed: status == CUBLAS_STATUS_SUCCESS (11 vs. 0) CUBLAS_STATUS_MAPPING_ERROR

    I0930 21:23:15.115576 30918 solver.cpp:281] Learning Rate Policy: multistepF0930 21:23:17.263314 310 ...

  10. caffe运行错误: im2col.cu:61] Check failed: error == cudaSuccess (8 vs. 0) invalid device function

    错误: im2col.cu:61] Check failed: error == cudaSuccess (8 vs. 0)  invalid device function 原因:由于Makefil ...

随机推荐

  1. vue 图片下载

       getBase64Image(img) {        var canvas = document.createElement("canvas");        canv ...

  2. Beginning IOS 7 Development Exploring the IOS SDK - Handling Basic Interface Fun

    Beginning IOS 7 Development Exploring the IOS SDK 目前使用的是Objective-C,用这本书,简单记录一下 第一章,图书简介 第二章,简要介绍使用x ...

  3. UltiSnips安装及设置

    2022-10-05 10:56:50 星期三 安装了UltiSnips插件,然后开始学习 第一个命令 UltiSnipsEdit 不好使,创建了~/.vim/UltiSnips 还是 can not ...

  4. C++ Error:C2011: 'struct' type redefinition

    C++ Error:C2011: 'struct' type redefinition        在c语言中,对同一个变量或者函数进行多次声明是不会报错的.所以如果h文件里只是进行了声明工作,即使 ...

  5. Android-AccessibilityService

    概述 AccessibilityService用于提供辅助功能服务,其在后台运行,并在触发AccessibilityEvents时由系统接收回调.此类事件表示用户界面中的某些状态转换,例如,焦点更改, ...

  6. 使用layui时遇到的问题以及解决文章链接

    1.斜线表头效果 2.表格嵌套使用 3.layui数据表格跨行自动合并 4.layui表格数据变更的处理方式 5.layer弹窗动态添加KindEditor编辑器 6.layer弹出层自动调节位置 7 ...

  7. js两个数组对象中,获取不相同的值 非交集元素对象

    查看前端面试题小程序 大量面试题和答案,请微信查看 var array1 = [ {"Num": "A " },{"Num": " ...

  8. Docker--在 Jenkins 容器上的搭建持续集成环境和完成自动化测试

    本文转自:https://www.cnblogs.com/poloyy/p/13955641.html Jenkins 初始化流程 访问 Jenkins 查看本机 IP ifconfig 查看容器运行 ...

  9. linux用户账户与组账户,文件权限及归属管理

    Linux是一个多用户, 多任务多进程的服务器操作系统 用户角色:超级用户(管理员),普通用户,程序用户 用户账号管理用户账号概述用户:使用者在计算机内部的身份标识 用户账号的常见分类:超级用户: r ...

  10. 实验:在Arduino上使用printf格式化输出到串口

    那么在pcDuino上如何用printf函数将数据从串口送出来呢?这就需要修改Arduino上的串口的库文件了.修改 步骤如下:  1.在 pcduino上arduino的库文件路径是:/usr /a ...