Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle Linux Cluster File System

Re: Oracle Linux Cluster File System

From: Norbert Vossiek <skipthis.norbert.vossiek_at_gmx.li>
Date: Fri, 19 Jul 2002 12:05:39 +0200
Message-ID: <ah8ok2$aro$03$1@news.t-online.com>


Since you mentioned "sales":

I would be pleased to get some helping hand with regard to raw devices then:

(see RE: RAC on Linux Cluster, Message-ID: <ah6tgd$spt$04$1_at_news.t-online.com>)

Please comment the suggested prodecure (I start with two nodes)

The following tablespaces are needed:

system (10GB)

indx (50GB)
temp (10GB)
user (50GB)

tools (10GB)
undo_nodeX (10GB)
control1 (10GB)
control2 (10GB)
control3 (10GB)

redo1_nodeX (10GB)
redo2_nodeX (10GB)

(that's 8 tablespaces on-off, 3 per node, 2 nodes make 6+8 = 14 tablespaces, size = 160 GB + 2 * 3 * 10 GB = 220 GB)

I would do it like:

on node1:

fdisk /dev/sda

create first 4 partitions primary
then one big extended
then therein 14-4 logical partitions

(this creates devices /dev/sda1 ... /dev/sda14

on every node:

create special files for every tablespace

mknod /dev/system.dbf c 162 1
...

bind the block device to the raw device

e.g.:

raw /dev/system.dbf /dev/sda/sda1

instead, write the config file (suse, package rawio)

system.dbf:sda1
indx.dbf:sda2
...

edit /etc/rc.config

ACTIVATE_RAW_DEV=yes

chown oracle /dev/system.dbf

etc.

Thanks in advance,

Norbert

"Pete Sharman" <peter.sharman_at_oracle.com> schrieb im Newsbeitrag news:ah76nq02q45_at_drn.newsguy.com...
> In article <3D371161.13DD_at_yahoo.com>, Connor says...
> >
> >Pete Sharman wrote:
> >>
> >> In article <ah6tk1$elf$01$1_at_news.t-online.com>, "Norbert says...
> >> >
> >> >At OracleWorld Copenhagen Oracle said they will release a CFS for
linux this
> >> >month.
> >> >
> >> >Does anybody know something about actual release date?
> >> >
> >> >Thanks,
> >> >
> >> >Norbert
> >> >
> >> >
> >> Yes. Can I tell you? No.
> >>
> >> Sorry, couldn't resist! :)
> >>
> >> HTH. Additions and corrections welcome.
> >>
> >> Pete
> >>
> >> SELECT standard_disclaimer, witty_remark FROM company_requirements;
> >
> >(and since you're an Oracle employee...)
> >
> >even if you did tell us - would be it correct tomorrow ? No!
> >
> >:-)

>

> Oohhh, cutting, cutting! Do you see the word "Sales" in my title? :)
>

> Pete
> >
> >--
> >==============================
> >Connor McDonald
> >
> >http://www.oracledba.co.uk
> >
> >"Some days you're the pigeon, some days you're the statue..."
>

> HTH. Additions and corrections welcome.
>

> Pete
>

> SELECT standard_disclaimer, witty_remark FROM company_requirements;
> Received on Fri Jul 19 2002 - 05:05:39 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US