[Oracleasm-users] Cannot create diskgroup
alan.baldo at bull.com.br
alan.baldo at bull.com.br
Thu Jul 29 18:36:23 CDT 2004
Okay...
I have created the diskgroup, then I create my database successfully, but
after a system reboot, the ASM disk does not exist anymore...
[root at spoang002lx root]# /etc/init.d/oracleasm status
Checking if ASM is loaded: [ OK ]
Checking if /dev/oracleasm is mounted: [ OK ]
[root at spoang002lx root]# /etc/init.d/oracleasm listdisks
[root at spoang002lx root]# /etc/init.d/oracleasm querydisk ASMDISK01
asmtool: Unable to open ASM disk "ASMDISK01": No such file or directory
[root at spoang002lx root]#
When I try to startup the +ASM instance:
[oracle at spoang002lx oracle]$ export ORACLE_SID=+ASM
[oracle at spoang002lx oracle]$ sqlplus /nolog
SQL*Plus: Release 10.1.0.2.0 - Production on Thu Jul 29 17:14:25 2004
Copyright (c) 1982, 2004, Oracle. All rights reserved.
SQL> conn sys as sysdba
Enter password:
Connected to an idle instance.
SQL> startup
ASM instance started
Total System Global Area 100663296 bytes
Fixed Size 777616 bytes
Variable Size 99885680 bytes
Database Buffers 0 bytes
Redo Buffers 0 bytes
ORA-15032: not all alterations performed
ORA-15063: diskgroup "ORADGTMDLX01" lacks quorum of 2 PST disks; 0 found
The alert.log:
Thu Jul 29 17:14:35 2004
Starting ORACLE instance (normal)
LICENSE_MAX_SESSION = 0
LICENSE_SESSIONS_WARNING = 0
Picked latch-free SCN scheme 2
KCCDEBUG_LEVEL = 0
Using LOG_ARCHIVE_DEST_1 parameter default value as
/u01/app/oracle/product/10g/dbs/arch
Autotune of undo retention is turned off.
LICENSE_MAX_USERS = 0
SYS auditing is disabled
Starting up ORACLE RDBMS Version: 10.1.0.2.0.
System parameters with non-default values:
large_pool_size = 12582912
instance_type = asm
remote_login_passwordfile= SHARED
background_dump_dest = /u01/app/oracle/admin/+ASM/bdump
user_dump_dest = /u01/app/oracle/admin/+ASM/udump
core_dump_dest = /u01/app/oracle/admin/+ASM/cdump
asm_diskstring = ORCL:*
asm_diskgroups = ORADGTMDLX01
PMON started with pid=2, OS id=4012
MMAN started with pid=3, OS id=4014
DBW0 started with pid=4, OS id=4016
LGWR started with pid=5, OS id=4018
CKPT started with pid=6, OS id=4020
SMON started with pid=7, OS id=4022
RBAL started with pid=8, OS id=4024
Thu Jul 29 17:14:37 2004
SQL> ALTER DISKGROUP ALL MOUNT
Loaded ASM Library - Generic Linux, version 1.0.0 library for asmlib
interface
Thu Jul 29 17:14:37 2004
NOTE: cache registered group ORADGTMDLX01 number=1 incarn=0xea118e1c
NOTE: cache dismounting group 1/0xEA118E1C (ORADGTMDLX01)
NOTE: dbwr not being msg'd to dismount
ERROR: diskgroup ORADGTMDLX01 was not mounted
There is some persistence parameter or configuration needed by ASMLib?
More information about the Oracleasm-users
mailing list