温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

12c rac to rac dg 遇到关于权限报错

发布时间:2020-06-03 18:41:25 来源:网络 阅读:417 作者:roidba 栏目:关系型数据库


一、环境描述

redhat 7.0

Oracle 12.1.0.2

RAC TO RAC DG


二、报错信息

DGMGRL> add database 'orcldg' as connect identifier is orcldg;

Error: ORA-16571: Oracle Data Guard configuration file creation failure


三、查看官网

Versions 12.1Error:  ORA-16571 Oracle Data Guard configuration file creation failure 
---------------------------------------------------------------------------Cause:  The Oracle Data Guard broker was unable to create the configuration
file on permanent storage.
Action: Verify space, permissions and file name as indicated by the
DG_BROKER_CONFIG_FILE[1|2] initialization parameters and retry the
operation.


检查磁盘空间、权限、文件名,报错日志,发现后台有磁盘报错,检查

99-my-asmdevices.rules文件

KERNEL=="sd*", ENV{DEVTYPE}=="disk", SUBSYSTEM=="block", PROGRAM=="/usr/lib/udev/scsi_id -g -u -d $devnode", RESULT=="36000c29db1506865631780672ae94426", RUN+="/bin/sh -c 'mknod /dev/asmdisk1 b $major $minor; chown grid:dba /dev/asmdisk1; chmod 0660 /dev/asmdisk1'"


四、问题解决

权限修改为grid:asmdba,重启集群,解决问题。关于数据库安装的时候创建的用户和组,大家需要有进一步深入的了解才可以,有助于问题的解决。





向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI