I am running into a problem where I have created some ASM disks under linux, they show up when I run oracleasm listdisks, but they are invisible when I use dbca and try to Configure Automatic Storage Management.
I am running into a problem where I have created some ASM disks under linux, they show up when I run oracleasm listdisks, but they are invisible when I use dbca and try to Configure Automatic Storage Management.
Turned out to be a a missing rpm package. Next time I'll be a little more careful to verify that rpm does install everything I ask it to install.
pardon my ignorance, but why would you want to use ASMLib anyway? you can use raw devices, be it block or character, even without the ASMLib. ASMLib requires kernel drivers and that is something that I don't like. Kernel drivers must be compiled for the kernel, they taint kernel and can potentially cause problem with Red Hat support. Why not use disk partitions directly?