Hi Pierre,
I would suggest using the ASMLIB directly on block-devices as e.g. mentioned in step 2b on
http://www.oracle.com/technology/tech/linux/vmware/cookbook/stage7_asm.html
When running "/etc/init.d/oracleasm configure" you can specify to fix permissions during boot-time:
Fix permissions of Oracle ASM disks on boot (y/n) [y]: y
Ciao
Clemens
--- Originalnachricht ---
> 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
>
--
To unsubscribe, email: suse-oracle-unsubscribe@(protected)
For additional commands, email: suse-oracle-help@(protected)
Please see http://www.suse.com/oracle/ before posting