Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

/dev/raw/raw* change root

581585Jul 29 2009 — edited Jul 31 2009
Hi, I have an oracle rac of two nodes on vmware server. My nodes have Suse Linux Enterprise Server 10 (SLES 10). I have 5 raw devices (1 for OCR, 1 for votingdisk, and 3 for ASM) in /dev/raw/raw1....5

Ok, the own of that devices is root and the permission is
$ l
crw-rw---- oracle disk .... /dev/raw/raw1
crw-rw---- oracle disk .... /dev/raw/raw2
crw-rw---- oracle disk .... /dev/raw/raw3
crw-rw---- oracle disk .... /dev/raw/raw4
crw-rw---- oracle disk .... /dev/raw/raw5

I know that if I change the own of these devices and I add the rw to others, then all is ok and works it. then I put these sentences in /etc/rc.d/boot.local
chown oracle:oinstall /dev/raw/raw1
chown oracle:oinstall /dev/raw/raw2
chown oracle:oinstall /dev/raw/raw3
chown oracle:oinstall /dev/raw/raw4
chown oracle:oinstall /dev/raw/raw5

chmod a+rw oracle:oinstall /dev/raw/raw1
chmod a+rw oracle:oinstall /dev/raw/raw2
chmod a+rw oracle:oinstall /dev/raw/raw3
chmod a+rw oracle:oinstall /dev/raw/raw4
chmod a+rw oracle:oinstall /dev/raw/raw5
but it does not work, Anyone can help me?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 28 2009
Added on Jul 29 2009
8 comments
5,434 views