
Oracle ASM ACFS 安装失败问题
1) Brand New 11.2.0.3 RAC Grid Infrastructure Installation (on AIX) is reporting the following errors during the “root.sh” script execution:
[client(7274570)]CRS-10001:23-
[client(7274572)]CRS-10001:23-
[client(9568274)]CRS-10001:23-
[client(10551446)]CRS-10001:
[client(10551448)]CRS-10001:
[client(10551450)]CRS-10001:
[client(7274634)]CRS-10001:23-
[client(7274646)]CRS-10001:23-
[client(7274660)]CRS-10001:23-
[client(7274678)]CRS-10001:23-
[client(7274680)]CRS-10001:23-
[client(7274682)]CRS-10001:23-
2) An attempt to manually install the ACFS/ADVM layer could isolated the problem and reported the next errors (ACFS-11053):
ACFS-9300: ADVM/ACFS distribution files found.
ACFS-9312: Existing ADVM/ACFS installation detected.
ACFS-9314: Removing previous ADVM/ACFS installation.
This may take several minutes. Please wait …
(udefacfsctl): ACFS-11053: failed to release major number for device ofsctl
(udefacfsctl): ACFS-11055: failed to remove device special file /dev/ofsctl, errno 2 (No such file or directory)
ACFS-9361: Removing device ‘acfsctl’ failed with error code ‘14848’.
ACFS-9307: Installing requested ADVM/ACFS software.
ACFS-9308: Loading installed ADVM/ACFS drivers.
(cfgacfsctl): ACFS-11022: failed to configure device ofsctl, errno 22 (Invalid argument)
(cfgacfsctl): ACFS-11041: trying to clean up after encountering an error
ACFS-9109: oracleacfs.ext driver failed to load.
ACFS-9310: ADVM/ACFS installation failed.
ACFS-9311: not all components were detected after the installation.
CAUSE
The “[ACFS-11053: failed to release major number for device ofsctl]” error indicates a conflict between the “/dev/ofsctl” & “/dev/
# ls -l dlmadrv
crw——- 1 root system 37, 0 Feb 1 14:34 dlmadrv
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ls -l ofsctl
crw——- 1 root system 37, 0 Mar 1 10:15 ofsctl
Solution for fresh installationWhen installing fresh, the easiest way to overcome this issue is to deconfig the stack and re-run root.sh on the local node as root:For GI Standalone (Oracle Restart):# /crs/install/roothas.pl -deconfig -force -verbose# /root.shFor GI Cluster:# /crs/install/rootcrs.pl -deconfig -force -verbose# /root.shRefer to note 942166.1 if the above does not work.