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