Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

UDEV rule for ofsctl was not found

Marie BergDec 6 2018 — edited Dec 6 2018

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

Comments
Post Details
Added on Dec 6 2018
1 comment
1,313 views