Java Mailing List Archive

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

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

AW: [suse-oracle] oracle rac and rawdevices

Clemens Bleile

2006-09-04

Replies:


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

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