RE: Grid asmca does not find disks, while oracleasm lists correctly.
Date: Tue, 20 Sep 2011 16:54:47 +0200
Message-ID: <4814386347E41145AAE79139EAA398981511B67D48_at_ws03-exch07.iconos.be>
Do you see them in asm itself (v$asm_disk)
show parameter asm_diskstring
set pages 999
set linesize 200
column library format a15
column path format a70
column os_mb format 999G999G999
select name, header_status, state, library, os_mb, path from v$asm_disk;
regards,
Freek D'Hooge
Uptime
Oracle Database Administrator
email: freek.dhooge_at_uptime.be
tel +32(0)3 451 23 82
http://www.uptime.be
disclaimer: www.uptime.be/disclaimer
-----Original Message-----
From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Dhimant Patel
Sent: dinsdag 20 september 2011 16:37
To: oracle-l
Subject: Grid asmca does not find disks, while oracleasm lists correctly.
Hi All,
I have a critical issue on configuring Grid asm instances.
CRS installed correctly.
I have created 2 disks with "dd ..." on NFS mounted mount point. Both files and directory holding them has oracle:
1> crsctl stat res ora.asm lists 2 oracle asm resources, with possible
(cluster has 2 nodes) +ASM1 and +ASM2 as instances.
2> crs_stat -t lists them offline.
3> /etc/init.d/oracleasm listsdisks successfully lists 2 disks I have
created for asm.
Now I want to configure diskgroup, I start asmca and do not see any disks
listed.
I change asm_diskstring to the directory where these files are located, but
asmca does not seem to see them.
What am I missing here?
Thanks,
DP.
--
http://www.freelists.org/webpage/oracle-l
--
http://www.freelists.org/webpage/oracle-l
Received on Tue Sep 20 2011 - 09:54:47 CDT