Solaris 11.1 SPARC ADVM/ACFS is not supported?
I am trying to issue a resize command( like ALTER DISKGROUP
OCR_VD_DG RESIZE VOLUME volume1 SIZE 15G;), and it errors out as not supported.
Below is the SQL statement I was trying to use.
SQL> ALTER DISKGROUP OCR_VD_DG RESIZE VOLUME volume1 SIZE 15G;
ALTER DISKGROUP OCR_VD_DG RESIZE VOLUME volume1 SIZE 15G
*
ERROR at line 1:
ORA-15032: not all alterations performed
ORA-15495: ASM operation requires compatible.advm of 11.2.0.0.0 or higher
-----------------------
This is from the log file:
[client(15448)]CRS-10001:07-Jun-13 12:12 ACFS-9459: ADVM/ACFS is not supported on this OS version: 'Solaris 11.1 SPARC '
The OS version Oracle Solaris 11.1/SRU6, the DB is installed on a zone. is Solaris 11 not supported for ADVM/ACFS?
Below is the SQL statement I was trying to use.
SQL> ALTER DISKGROUP OCR_VD_DG RESIZE VOLUME volume1 SIZE 15G;
ALTER DISKGROUP OCR_VD_DG RESIZE VOLUME volume1 SIZE 15G
*
ERROR at line 1:
ORA-15032: not all alterations performed
ORA-15495: ASM operation requires compatible.advm of 11.2.0.0.0 or higher
-----------------------
This is from the log file:
[client(15448)]CRS-10001:07-Jun-13 12:12 ACFS-9459: ADVM/ACFS is not supported on this OS version: 'Solaris 11.1 SPARC '
The OS version Oracle Solaris 11.1/SRU6, the DB is installed on a zone. is Solaris 11 not supported for ADVM/ACFS?
0