Java Mailing List Archive

http://www.dba.5341.com/

Home » Home (12/2007) » suse oracle »

[suse-oracle] oracle rac and rawdevices

C'est Pierre

2006-09-04

Replies:

Hello,

Is there a way to force raw devices ownership to be that of oracle:dba ?
I had to hack to /etc/rc.d/raw and add the following:

for i in `egrep -v '^#' /etc/raw|cut -d : -f 1`;
do
  chown oracle:dba /dev/raw/$i
done

But I find it to be an ugly hack. altho oracleasm wouldn't mount
without it, because of ownership issues. Any other appropriate way of
accomplishing this? :-)

Pierre

--
To unsubscribe, email: suse-oracle-unsubscribe@(protected)
For additional commands, email: suse-oracle-help@(protected)
Please see http://www.suse.com/oracle/ before posting

©2008 dba.5341.com - Jax Systems, LLC, U.S.A.