ASM disks mount failure at system startup
Hello,
I installed Grid Infrastructure on a VMware configuration with Oracle Linux 7.
I associated 3 filesystems (/u02, /u03, /u04) with my ASM disk group using following instructions:
oracleasm createdisk DISK1 /dev/sdc1
oracleasm createdisk DISK2 /dev/sdd1
oracleasm createdisk DISK3 /dev/sde1
ASM configuration and Grid Infrastructure installation worked fine.
here's /etc/fstab content:
...
/dev/sdb1 /u01/app/grid ext4 defaults 1 2
/dev/sdb2 /u01/app/oracle ext4 defaults 1 2
/dev/sdc1 /u02 ext4 defaults 1 2
/dev/sdd1 /u03 ext4 defaults 1 2
/dev/sde1 /u04 ext4 defaults 1 2
/dev/sdc1 is associated with a sdc virtual disk.
/dev/sdd1 is associated with a sdd virtual disk.