Hey all,
I am trying to install GI on a solaris SPARC machine and the configuration assistant fails.
Would appreciate some help with this
From installer log:
FO: Read: DiskGroup DATA creation failed with the following message:
INFO: Read: ORA-15018: diskgroup cannot be created
INFO: Read: ORA-15130: diskgroup "DATA" is being dismounted
INFO: Read: ORA-15066: offlining disk "DATA_0000" may result in a data loss
So I paused it for a min and tried creating the disk group manually:
SQL> startup nomount;
ORA-00099: warning: no parameter file specified for ASM instance
ASM instance started
Total System Global Area 392626176 bytes
Fixed Size 2148392 bytes
Variable Size 365311960 bytes
ASM Cache 25165824 bytes
ORA-15110: no diskgroups mounted
SQL> create diskgroup DATA external redundancy disk '/dev/rdsk/c3t500601693EA02E4Bd0s6';
Diskgroup created.
SQL> drop diskgroup DATA;
drop diskgroup DATA
*
ERROR at line 1:
ORA-15039: diskgroup not dropped
ORA-15130: diskgroup "DATA" is being dismounted
ORA-15066: offlining disk "DATA_0000" may result in a data loss
Even after I successfully add the diskgroup after a while it will go down and I'll get the following:
SQL> alter diskgroup data mount;
alter diskgroup data mount
*
ERROR at line 1:
ORA-15032: not all alterations performed
ORA-15017: diskgroup "DATA" cannot be mounted
ORA-15063: ASM discovered an insufficient number of disks for diskgroup "DATA"