12c-rac-docker icon indicating copy to clipboard operation
12c-rac-docker copied to clipboard

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

Open msavdert opened this issue 8 years ago • 1 comments

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

msavdert avatar Mar 25 '17 23:03 msavdert

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.

Seth-Miller avatar Apr 10 '17 15:04 Seth-Miller