Oracle ASM ACFS 安装失败问题

Oracle ASM ACFS 安装失败问题

 

[client(10813644)]CRS-10001:29-Sep-13 14:07 ACFS-9200: Supported
[client(7798872)]CRS-10001:29-Sep-13 14:07 ACFS-9300: ADVM/ACFS distribution files found.
[client(7798880)]CRS-10001:29-Sep-13 14:07 ACFS-9312: Existing ADVM/ACFS installation detected.
[client(7798888)]CRS-10001:29-Sep-13 14:07 ACFS-9314: Removing previous ADVM/ACFS installation.
[client(7798896)]CRS-10001:29-Sep-13 14:07 ACFS-9361: Removing device ‘acfsctl’ failed with error code ‘5888’.
[client(7798898)]CRS-10001:29-Sep-13 14:07 ACFS-9307: Installing requested ADVM/ACFS software.
[client(7143672)]CRS-10001:29-Sep-13 14:07 ACFS-9308: Loading installed ADVM/ACFS drivers.
[client(7143678)]CRS-10001:29-Sep-13 14:07 ACFS-9154: Loading ‘oracleadvm.ext’ driver.
[client(7143430)]CRS-10001:29-Sep-13 14:07 ACFS-9154: Loading ‘oracleacfs.ext’ driver.
[client(7143438)]CRS-10001:29-Sep-13 14:07 ACFS-9109: oracleacfs.ext driver failed to load.
[client(7143440)]CRS-10001:29-Sep-13 14:07 ACFS-9310: ADVM/ACFS installation failed.
[client(7143442)]CRS-10001:29-Sep-13 14:07 ACFS-9311: not all components were detected after the installation.
 
 
 
以上ACFS 安装失败问题,与 ACFS-9109: [oracleacfs.ext driver failed to load] Error During 11.2.0.3 RAC Grid Infrastructure Installation (On AIX). (Doc ID 1541476.1) 描述的较为一致。
 
请收集一下  ls -l /dev/   的信息 
 
 

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(7274562)]CRS-10001:23-Mar-13 01:14 ACFS-9314: Removing previous ADVM/ACFS installation.
[client(7274570)]CRS-10001:23-Mar-13 01:14 ACFS-9361: Removing device ‘acfsctl’ failed with error code ‘5888’.
[client(7274572)]CRS-10001:23-Mar-13 01:14 ACFS-9307: Installing requested ADVM/ACFS software.
[client(9568274)]CRS-10001:23-Mar-13 01:14 ACFS-9308: Loading installed ADVM/ACFS drivers.
[client(10551446)]CRS-10001:23-Mar-13 01:14 ACFS-9109: oracleacfs.ext driver failed to load.
[client(10551448)]CRS-10001:23-Mar-13 01:14 ACFS-9310: ADVM/ACFS installation failed.
[client(10551450)]CRS-10001:23-Mar-13 01:14 ACFS-9311: not all components were detected after the installation.
[client(7274634)]CRS-10001:23-Mar-13 01:21 ACFS-9300: ADVM/ACFS distribution files found.
[client(7274646)]CRS-10001:23-Mar-13 01:21 ACFS-9307: Installing requested ADVM/ACFS software.
[client(7274660)]CRS-10001:23-Mar-13 01:21 ACFS-9308: Loading installed ADVM/ACFS drivers.
[client(7274678)]CRS-10001:23-Mar-13 01:21 ACFS-9109: oracleacfs.ext driver failed to load.
[client(7274680)]CRS-10001:23-Mar-13 01:21 ACFS-9310: ADVM/ACFS installation failed.
[client(7274682)]CRS-10001:23-Mar-13 01:21 ACFS-9311: not all components were detected after the installation.

 
2) An attempt to manually install the ACFS/ADVM layer could isolated the problem and reported the next errors (ACFS-11053):

asmhost1[/u01/grid/bin]#./acfsroot install
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/dlmadrv” devices since both have the same major and minor numbers:

 

# cd  /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



Posted

in

by

Tags:

Comments

One response to “Oracle ASM ACFS 安装失败问题”

  1. Ask_Maclean_liu_Oracle Avatar

    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.

Leave a Reply

Your email address will not be published. Required fields are marked *