首页 » ORACLE 9i-23c » OEL5.8 Install RAC Grid 11203 PRVF-5184 : Check of following Udev attributes failed

OEL5.8 Install RAC Grid 11203 PRVF-5184 : Check of following Udev attributes failed

当安装GI 11203时遇到
PRVF-5184 : Check of following Udev attributes of “rac2:/dev/asm-diskc” failed: “[Owner: Found=’root’ Expected=’grid’, Group: Found=’root’ Expected=’asmadmin’, Permissions: Found=’0600′ Expected=’0660′]”

先对所有节点进行检查

[grid@znode1 ~]$ cat /proc/partitions
major minor #blocks name

8 0 20971520 sda
8 1 104391 sda1
8 2 4192965 sda2
8 3 1052257 sda3
8 4 0 sda4
8 5 15615148 sda5
8 16 3145728 sdb
8 17 987966 sdb1
8 18 987997 sdb2
8 19 987997 sdb3
8 32 10485760 sdc
8 33 10482381 sdc1
8 48 10485760 sdd
8 49 10482381 sdd1
8 64 3145728 sde
8 65 3140676 sde1
[grid@znode1 ~]$ vi /etc/udev/rules.d/60-raw.rules

ACTION=="add", KERNEL=="sdb1", RUN+="/bin/raw /dev/raw/raw1 %N"
ACTION=="add", KERNEL=="sdb2", RUN+="/bin/raw /dev/raw/raw2 %N"
ACTION=="add", KERNEL=="sdb3", RUN+="/bin/raw /dev/raw/raw3 %N"
ACTION=="add", KERNEL=="sdc1", RUN+="/bin/raw /dev/raw/raw4 %N"
ACTION=="add", KERNEL=="sdd1", RUN+="/bin/raw /dev/raw/raw5 %N"
ACTION=="add", KERNEL=="sde1", RUN+="/bin/raw /dev/raw/raw6 %N"
ACTION=="add", KERNEL=="raw[1-6]", OWNER="grid", GROUP="asmadmin",
MODE="0660"

[grid@znode1 ~]$ ll /dev/raw/raw*
crw-rw---- 1 grid asmadmin 162, 1 Jul 4 16:14 /dev/raw/raw1
crw-rw---- 1 grid asmadmin 162, 2 Jul 4 16:14 /dev/raw/raw2
crw-rw---- 1 grid asmadmin 162, 3 Jul 4 16:14 /dev/raw/raw3
crw-rw---- 1 grid asmadmin 162, 4 Jul 4 16:14 /dev/raw/raw4
crw-rw---- 1 grid asmadmin 162, 5 Jul 4 16:14 /dev/raw/raw5
crw-rw---- 1 grid asmadmin 162, 6 Jul 4 16:14 /dev/raw/raw6

metalink [ID 974481.1] 有写“
Cause
There's multiple likely causes:

Cause 1. OCR and Voting Disk devices are not managed by UDEV, thus UDEV rules doesn't have proper configuration for OCR and Voting disk devices

Cause 2. Due to unpublished bug 8726128, even UDEV is configured properly, the error still showed up on local node on RHEL4/OEL4

Solution
1. To keep OCR and Voting Disk device name persistent across node reboot with proper ownership and permission, they need to be managed by UDEV; if you have other tool for the same purpose, you can safely ignore the warning.

2. Unpublished bug 8726128 will be fixed in 11.2.0.2, if "ls -l name_of_ocr" command shows expected result, the error can be ignored

Note: its recommended to migrate OCR and Voting Disk to ASM once upgrade is finished; if Voting Disk is migrated to ASM, it will inherit underlying diskgroup redundance:

To migrate OCR to ASM:

$GRID_HOME/bin/ocrconfig -add DiskGroupName
$GRID_HOME/bin/ocrconfig -delete Current_OCR_NAME

貌似都不是,但自己确认了实际都是正常的,选中忽略,在接下来的安装一切正常。

打赏

,

对不起,这篇文章暂时关闭评论。