Seth-Miller / 12c-rac-docker

Multiple node Oracle RAC cluster running in Docker containers
40 stars 20 forks source link

ls: cannot access /dev/sd[d-f]: No such file or directory #2

Open msavdert opened 7 years ago

msavdert commented 7 years ago

Hi @Seth-Miller,

I went through the manual process, proceed with your document. I guess the following command has the missing letter. Can you please check this? It should be "99-asm-disks.rules" instead of "99-asm-disk.rules".

docker exec rac1 ln -s /usr/lib/custom_services/99-asm-disk.rules /etc/udev/rules.d/

I also get the error when running the following command.

$ docker exec rac1 ls -l /dev/sd[d-f] ls: cannot access /dev/sd[d-f]: No such file or directory

$ docker exec rac1 ls -l /dev/sd* brw-rw---- 1 root disk 8, 0 Mar 25 22:44 /dev/sda brw-rw---- 1 root disk 8, 1 Mar 25 22:44 /dev/sda1 brw-rw---- 1 root disk 8, 16 Mar 25 22:44 /dev/sdb

Thank you for preparing this beautiful guide. Melih

Seth-Miller commented 7 years ago

Thanks @msavdert. I fixed the syntax error in the README.

If you don't see those devices in the containers, they either don't exist on the host or your ASM disks have been assigned different device names.