Wednesday 8 April 2020

ACFS Error - ORA-15032: not all alterations performed || ORA-15477: cannot communicate with the volume driver


  • 2 nodes RAC installed on SLES 12 SP5 OS  Kernal 4.12.14-120-default  , While creating ACFS volume we found error  on command prompt. Due to bug we are unable to create ACFS volume. 
Please find details below.


SQL> !uname -r
4.12.14-120-default

SQL> !uname -a
Linux suse1 4.12.14-120-default #1 SMP Thu Nov 7 16:39:09 UTC 2019 (fd9dc36) x86_64 x86_64 x86_64 GNU/Linux

SQL> set lines 200
SQL> select NAME,COMPATIBILITY,DATABASE_COMPATIBILITY,STATE from v$asm_diskgroup;

NAME                           COMPATIBILITY                                                DATABASE_COMPATIBILITY                                       STATE
------------------------------ ------------------------------------------------------------ ------------------------------------------------------------ -----------
ACFS                           12.1.0.0.0                                                   12.1.0.0.0                                                   MOUNTED
FRA                            12.1.0.0.0                                                   12.1.0.0.0                                                   MOUNTED
DATA                           12.1.0.0.0                                                   12.1.0.0.0                                                   MOUNTED
CRS                            12.1.0.0.0                                                   12.1.0.0.0                                                   MOUNTED

SQL>
SQL> select volume_name,volume_device from v$asm_volume;

no rows selected

SQL> alter diskgroup ACFS add volume volume1 size 9g;
alter diskgroup ACFS add volume volume1 size 9g
*
ERROR at line 1:
ORA-15032: not all alterations performed
ORA-15477: cannot communicate with the volume driver


SQL> exit
Disconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Real Application Clusters and Automatic Storage Management options
grid@suse1:/u01> asmcmd
ASMCMD> volcreate -G ACFS -s 9G SHAREDVOL1
ORA-15032: not all alterations performed
ORA-15477: cannot communicate with the volume driver (DBD ERROR: OCIStmtExecute)
ASMCMD>

( We will apply patch and upload blogs soon )

No comments:

Post a Comment