Re: ORACLE on E420 + SorEdge A1000: How it can be installed??
Date: Fri, 17 Aug 2001 11:47:28 +0200
Message-ID: <3B7CE830.33C8059A_at_mytoys.de>
> > RAID 1+0
>
> To install Oracle on a single machine (even with 5 internal disks) is
> not a problem to me.
> However my problem is How to distribute my databases (data, control
> files, redo-log, etc) on the StorEdge A1000 (10*36Go disks)+ the
> second internal disk of E420. And, if I install Solaris 8, Oracle core
> on the first internal disk, what to do with the second internal disk?
I can't give you a complete volume layout and what to put where, just some hints:
- Put as many disks as possible in a RAID group
- RAID 1+0 is best for safety/performance reasons but if you [Quoted] have only 10 disks and you need mirroring, RAID 5 might be acceptable too.
- Redo logs should have their own disks, if not possible, they should have the fastest disks. Remember, everytime you write something into the DB it is also written to the redo logs.
> second internal disk of E420. And, if I install Solaris 8, Oracle core
> on the first internal disk, what to do with the second internal disk?
On a production system you should also mirror your internal disk.
Regards,
Knut Received on Fri Aug 17 2001 - 11:47:28 CEST