Skip to Main Content

Oracle Database Discussions

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!

ASM DG creation fails on sles11_x86_64 with 11gR1

756561Feb 26 2010 — edited Mar 3 2010
Hi,

I have sles11x86_64 installed and using Veritas Volume manager raw disks for ASM but ASM dg creation fails with error mentioned below;

ls /dev/vx/rdsk/asmdg/asmvol
/dev/vx/rdsk/asmdg/asmvol
test:~ # ls -l /dev/vx/rdsk/asmdg/asmvol
crw-rw---- 1 oracle oinstall 199, 65533 Feb 26 12:08 /dev/vx/rdsk/asmdg/asmvol
test:~ # su - oracle
oracle@test:~> bash
oracle@test:~> export ORACLE_SID=+ASM
oracle@test:~> export ORACLE_HOME=/oracle/orabin/product/11.1.0/db_1
oracle@test:~> cd /oracle/orabin/product/11.1.0/db_1/bin


cat /etc/oratab
#

# This file is used by ORACLE utilities. It is created by root.sh
# and updated by the Database Configuration Assistant when creating
# a database.

# A colon, ':', is used as the field terminator. A new line terminates
# the entry. Lines beginning with a pound sign, '#', are comments.
#
# Entries are of the form:
# $ORACLE_SID:$ORACLE_HOME:<N|Y>:
#
# The first and second fields are the system identifier and home
# directory of the database respectively. The third filed indicates
# to the dbstart utility that the database should , "Y", or should not,
# "N", be brought up at system boot time.
#
# Multiple entries with the same $ORACLE_SID are not allowed.
#
#
+ASM:/oracle/orabin/product/11.1.0/db_1:N

test./sqlplus /nolog

SQL*Plus: Release 11.1.0.6.0 - Production on Fri Feb 26 12:25:32 2010

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

SQL> connect /as sysdba
Connected.
SQL> select name from v$asm_diskgroup;

no rows selected

SQL> select path from v$asm_disk;

PATH
--------------------------------------------------------------------------------
/dev/vx/rdsk/asmdg/asmvol

SQL> create diskgroup asm_dg external redundancy disk '/dev/vx/rdsk/asmdg/asmvol';
create diskgroup asm_dg external redundancy disk '/dev/vx/rdsk/asmdg/asmvol'
*
ERROR at line 1:
ORA-15018: diskgroup cannot be created
ORA-15201: disk /dev/vx/rdsk/asmdg/asmvol contains a valid RDBMS file


SQL> select name from v$asm_diskgroup;

no rows selected

SQL> create diskgroup asm_dg external redundancy disk '/dev/vx/rdsk/asmdg/asmvol' -f;
create diskgroup asm_dg external redundancy disk '/dev/vx/rdsk/asmdg/asmvol' -f
*
ERROR at line 1:
ORA-00933: SQL command not properly ended


SQL> create diskgroup asm_dg external redundancy disk '/dev/vx/rdsk/asmdg/asmvol' force;
create diskgroup asm_dg external redundancy disk '/dev/vx/rdsk/asmdg/asmvol' force
*
ERROR at line 1:
ORA-15018: diskgroup cannot be created
ORA-15080: synchronous I/O operation to a disk failed
ORA-15080: synchronous I/O operation to a disk failed
ORA-15080: synchronous I/O operation to a disk failed
ORA-15080: synchronous I/O operation to a disk failed


SQL> create diskgroup asm_dg external redundancy disk '/dev/vx/rdsk/asmdg/asmvol';
create diskgroup asm_dg external redundancy disk '/dev/vx/rdsk/asmdg/asmvol'
*
ERROR at line 1:
ORA-15018: diskgroup cannot be created
ORA-15201: disk /dev/vx/rdsk/asmdg/asmvol contains a valid RDBMS file


SQL> create diskgroup asm_dg external redundancy disk '/dev/vx/rdsk/asmdg/asmvol' force;
create diskgroup asm_dg external redundancy disk '/dev/vx/rdsk/asmdg/asmvol' force
*
ERROR at line 1:
ORA-15018: diskgroup cannot be created
ORA-15080: synchronous I/O operation to a disk failed
ORA-15080: synchronous I/O operation to a disk failed
ORA-15080: synchronous I/O operation to a disk failed
ORA-15080: synchronous I/O operation to a disk failed

SQL>

can some body help on this.

Also wanted to know the background process during ASM creation.

~Dhananjay

Edited by: user9075978 on Feb 26, 2010 4:18 AM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 31 2010
Added on Feb 26 2010
9 comments
1,840 views