Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Grid Installation - [INS-20802] Automatic Storage Management Configuration Assistant failed.

3400990Aug 20 2017 — edited Aug 20 2017

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"

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 17 2017
Added on Aug 20 2017
4 comments
1,553 views