Create Diskgroup Fails ORA-15018, ORA-15041
(Doc ID 1350449.1)
Last updated on SEPTEMBER 16, 2021
Applies to:
Oracle Database - Enterprise Edition - Version 11.1.0.7 and laterInformation in this document applies to any platform.
Symptoms
111077(asm) - OEL5
Create of new diskgroup fails with ORA-15041
SQL*Plus: Release 11.1.0.7.0 - Production on Thu Aug 18 14:39:10 2011
...
SQL> CREATE DISKGROUP <DGNAME1>
2 EXTERNAL REDUNDANCY
3 DISK '/dev/oracleasm/disks/<DGNAME1>01',
4 '/dev/oracleasm/disks/<DGNAME1>02',
5 '/dev/oracleasm/disks/<DGNAME1>03',
6 '/dev/oracleasm/disks/<DGNAME1>04',
7 '/dev/oracleasm/disks/<DGNAME1>05',
8 '/dev/oracleasm/disks/<DGNAME1>06';
CREATE DISKGROUP <DGNAME1>
*
ERROR at line 1:
ORA-15018: diskgroup cannot be created
ORA-15041: diskgroup space exhausted
...
SQL> CREATE DISKGROUP <DGNAME1>
2 EXTERNAL REDUNDANCY
3 DISK '/dev/oracleasm/disks/<DGNAME1>01',
4 '/dev/oracleasm/disks/<DGNAME1>02',
5 '/dev/oracleasm/disks/<DGNAME1>03',
6 '/dev/oracleasm/disks/<DGNAME1>04',
7 '/dev/oracleasm/disks/<DGNAME1>05',
8 '/dev/oracleasm/disks/<DGNAME1>06';
CREATE DISKGROUP <DGNAME1>
*
ERROR at line 1:
ORA-15018: diskgroup cannot be created
ORA-15041: diskgroup space exhausted
.
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |