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!

Unable to mount diskgroup

thetechfreakJul 20 2015 — edited Jul 21 2015

Please if anybody can help on this

[oracle@racnode1 ~]$ . oraenv

ORACLE_SID = [oracle] ? +ASM1

The Oracle base for ORACLE_HOME=/u01/app/11.2.0/grid is /u01/app/oracle

[oracle@racnode1 ~]$ sqlplus / as sysasm

SQL*Plus: Release 11.2.0.1.0 Production on Sun Jul 19 23:26:52 2015

Copyright (c) 1982, 2009, Oracle.  All rights reserved.

Connected to:

Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production

With the Real Application Clusters and Automatic Storage Management options

SQL> alter diskgroup CRS mount;

alter diskgroup CRS mount

*

ERROR at line 1:

ORA-15032: not all alterations performed

ORA-15130: diskgroup "CRS" is being dismounted

ORA-15066: offlining disk "CRS_0000" may result in a data loss

SQL> alter diskgroup DATA mount;

Diskgroup altered.

SQL> alter diskgroup FRA mount;

Diskgroup altered.

SQL> alter diskgroup CRS mount;

alter diskgroup CRS mount

*

ERROR at line 1:

ORA-15032: not all alterations performed

ORA-15130: diskgroup "CRS" is being dismounted

ORA-15066: offlining disk "CRS_0000" may result in a data loss

SQL> quit

Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production

With the Real Application Clusters and Automatic Storage Management options

[oracle@racnode1 ~]$ asmcmd lsdg --discovery

State       Type    Rebal  Sector  Block       AU  Total_MB  Free_MB  Req_mir_free_MB  Usable_file_MB  Offline_disks  Voting_files  Name

DISMOUNTED          N         512   4096        0         0        0                0               0              0             N  CRS/

MOUNTED     EXTERN  N         512   4096  1048576     15359    13678                0           13678              0             N  DATA/

MOUNTED     EXTERN  N         512   4096  1048576     15359    15001                0           15001              0             N  FRA/

Message was edited by: thetechfreak

This post has been answered by thetechfreak on Jul 21 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 18 2015
Added on Jul 20 2015
17 comments
6,112 views