Creating rawdevices on ES4 (2.6 kernel) [message #256568] |
Mon, 06 August 2007 00:52 |
raj75
Messages: 11 Registered: August 2007
|
Junior Member |
|
|
Hi All,
I'm unable to create rawdevices on ES4 using 2.6 kernel.
Infact I created a directory raw under /dev and used 'mknod' command to create rawfiles under /dev/raw, so that I can bind them to the block devices, but on reboot the entire 'raw' directory is stripped.
So I checked to ensure that /etc/udev/permissions.d/50-udev.permissions I added in the below lines,
# raw devices
ram*:root:disk:0660
/dev/raw:root:disk:0766
/dev/raw/raw*:oracle:dba:0660
but it did not fix the problem.
Kindly advice as how to workaround this issue, so that I can go ahead to setup the CRS for Oracle10g.
Thanks
|
|
|