Hi,
I am trying to install RDBMS binaries in a newly installed RAC cluster. Cluster is up and running fine, and installation went without any problems.
Now I am getting this warning when installing database binaries (same warning for both nodes):
PRVE-0079 : The UDEV rule for "ofsctl" was not found in the rule file '55-usm.rules' on node "UXORA002.ad.stockholm.se". - Cause: The ACFS verification found that the UDEV rule specification ''KERNEL=="ofsctl"'' was not found in the rule file ''55-usm.rules''. - Action: Verify that the ACFS installation completed successfully and ensure that the UDEV rule is created in the ''55-usm.rules'' file.
Back to Top
Verification result of failed node: uxora001
Expected Value
:
Actual Value
:
Details:
-
PRVE-0079 : The UDEV rule for "ofsctl" was not found in the rule file '55-usm.rules' on node "UXORA001.ad.stockholm.se". - Cause: The ACFS verification found that the UDEV rule specification ''KERNEL=="ofsctl"'' was not found in the rule file ''55-usm.rules''. - Action: Verify that the ACFS installation completed successfully and ensure that the UDEV rule is created in the ''55-usm.rules'' file.
Back to Top
And this file is looking ok on both nodes:
[root@UXORA001 ~]# cat /etc/udev/rules.d/55-usm.rules
#
# ADVM devices
KERNEL=="asm/*", GROUP="oinstall", MODE="0770"
KERNEL=="asm/.*", GROUP="oinstall", MODE="0770"
#
# ACFS devices
KERNEL=="ofsctl", GROUP="oinstall", MODE="0664"
Has anyone else seen this and can it be safely ignored to just continue the installation? We are not even using ACFS.
Regards
Marie