在安装集群软件时候遇到组id不一致出现的错误。

相信信息如下:
Group Existence: oinstall – This is a prerequisite condition to test whether group “oinstall” exists on the system. Error:
–
PRVF-4020 : Inconsistent group IDs found for group “oinstall” – Cause: The group ID for the specified group is not the same across all the nodes. – Action: Make sure that the group has the same group ID across all the nodes.
Operation Failed on Nodes: [node3, node4]
Verification result of failed node: node3
Expected Value
: true
Actual Value
: true
Details:
–
PRVF-4020 : Inconsistent group IDs found for group “oinstall” [1000:node4; 54321:node3] – Cause: The group ID for the specified group is not the same across all the nodes. – Action: Make sure that the group has the same group ID across all the nodes.
Back to Top
Verification result of failed node: node4
Expected Value
: true
Actual Value
: true
Details:
–
PRVF-4020 : Inconsistent group IDs found for group “oinstall” [1000:node4; 54321:node3] – Cause: The group ID for the specified group is not the same across all the nodes. – Action: Make sure that the group has the same group ID across all the nodes.
Back to Top
节点3和节点4的oinstall组的id不同,一个是54321,另一个是1000.导致 错
[root@node3 ~]# id grid
uid=1100(grid) gid= 54321 (oinstall) groups=54321(oinstall),1200(asmadmin),1201(asmdba),1202(as moper)
[root@node4 ~]# id grid
uid=1100(grid) gid= 1000 (oinstall) groups=1000(oinstall),1200(asmadmin),1201(asmdba),1202(as moper)
手工调整组id
[root@node4 ~]# groupmod -g 54321 -n oinstall oinstall
[root@node4 ~]# usermod -u 1100 -g oinstall -G asmadmin,asmdba,asmoper -d /home/grid -s /bin/bash -c “grid Infrastructure Owner” grid
[root@node4 ~]# id grid
uid=1100(grid) gid=54321(oinstall) groups=54321(oinstall),1200(asmadmin),1201(asmdba),1202(asmoper)
[root@node4 ~]# id oracle
uid=1101(oracle) gid=1000 groups=1000,1201(asmdba),1300(dba),1301(oper)
[root@node4 ~]# usermod -u 1101 -g oinstall -G dba,oper,asmdba -d /home/oracle -s /bin/bash -c “Oracle Software Owner” oracle
[root@node4 ~]# id oracle
uid=1101(oracle) gid=54321(oinstall) groups=54321(oinstall),1201(asmdba),1300(dba),1301(oper)
文章知识点与官方知识档案匹配,可进一步学习相关知识MySQL入门技能树数据库组成表32047 人正在系统学习中 相关资源:软件测试群软件测试群软件测试群软件测试群_测试群-其它文档类…
声明:本站部分文章及图片源自用户投稿,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!