Hi,
I came through till the point of installing the Grid Infrastructure by following the steps given in
http://www.oracle-base.com/articles/11g ... ualbox.phpBut during the ASM disk group creation step, the disks(DISK1...DISK5) dont come up as candidates.
Using # /usr/sbin/oracleasm listdisks shows all the disks.
I tried to change the ownership of the disks to 'dba' using #chown -R oracle:dba /dev/sd* and #chmod -R 777 /dev/sd*
I even tried #dd if=/dev/zero of=/dev/sdb1 bs=1024 count=100 (and /sdc1,/sdd1,sde1,sdf1)
[root@rac1 ~]# ls -ltr /dev/oracleasm/disks
total 0
brw-rw---- 1 oracle dba 8, 17 Aug 9 20:54 DISK1
brw-rw---- 1 oracle dba 8, 33 Aug 9 20:54 DISK2
brw-rw---- 1 oracle dba 8, 49 Aug 9 20:54 DISK3
brw-rw---- 1 oracle dba 8, 65 Aug 9 20:54 DISK4
brw-rw---- 1 oracle dba 8, 81 Aug 9 20:54 DISK5
how can i overcome this problem...im almost there..final stages...
Thanks.
Vivek