Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

file partition on Raid5 disk

1 view
Skip to first unread message

swun...@gmail.com

unread,
Nov 26, 2007, 7:44:59 PM11/26/07
to
Hi,

I have setup Raid5 disk from 6 physical disks. the Raid5 disk is
located at /dev/md/dsk/d90.
Now I want to partition the disk into 3 file systems, /01 /02 and /03
for Oracle software.
How can I do that on a Raid5 disk (d90)?

Thanks

Richard B. Gilbert

unread,
Nov 26, 2007, 8:50:21 PM11/26/07
to

I have NO experience with this but I would try format to partition the
RAID5 disk and newfs to create the file systems.

jbt

unread,
Nov 26, 2007, 9:04:08 PM11/26/07
to

Hello,

Then you need as on what they called layering,like create soft
partition on top of your d90 metadevice:

d0{1,2,3} = soft partition name

metainit d01 -p d90 20G
metainit d02 -p d90 20G
metainit d03 -p d90 20G


P.S. working on 5.9 not sure with 5.8

Hth,

jbt

swun...@gmail.com

unread,
Nov 26, 2007, 9:04:56 PM11/26/07
to
On Nov 27, 12:50 pm, "Richard B. Gilbert" <rgilber...@comcast.net>
wrote:

the format command doesn't show the d90 raid disk.

Thanks

jbt

unread,
Nov 26, 2007, 9:32:12 PM11/26/07
to

Yes, it won't cause d90 is not a physical disk. If you follow my first
reply then you can do:

newfs softpartition
mount softpartion mountpoint or add it on /etc/vstab.

jbt

John Schmidt

unread,
Nov 26, 2007, 9:45:07 PM11/26/07
to

Format (under Solaris 8's SVM) only shows physical devices.

JS

Darren Dunham

unread,
Nov 27, 2007, 5:35:07 PM11/27/07
to
jbt <joseph.ma...@gmail.com> wrote:
> Then you need as on what they called layering,like create soft
> partition on top of your d90 metadevice:
>
> d0{1,2,3} = soft partition name
>
> metainit d01 -p d90 20G
> metainit d02 -p d90 20G
> metainit d03 -p d90 20G

By the way, Oracle running on 3 soft partitions on the same SVM Raid5
metadevice is going to give you *bad* performance. I hope this is just
a throwaway test for the OP.

--
Darren Dunham ddu...@taos.com
Senior Technical Consultant TAOS http://www.taos.com/
Got some Dr Pepper? San Francisco, CA bay area
< This line left intentionally blank to confuse you. >

swun...@gmail.com

unread,
Nov 29, 2007, 5:43:37 PM11/29/07
to
On Nov 28, 9:35 am, ddun...@taos.com (Darren Dunham) wrote:

> jbt <joseph.mailboxl...@gmail.com> wrote:
> > Then you need as on what they called layering,like create soft
> > partition on top of your d90 metadevice:
>
> > d0{1,2,3} = soft partition name
>
> > metainit d01 -p d90 20G
> > metainit d02 -p d90 20G
> > metainit d03 -p d90 20G
>
> By the way, Oracle running on 3 soft partitions on the same SVM Raid5
> metadevice is going to give you *bad* performance. I hope this is just
> a throwaway test for the OP.
>
Yeah, I also think the same as we you are.
But my manager prefer this way. :)
let the performance make him change his mind later on. It is very easy
for me to change back to use real drive.

Thanks

> --
> Darren Dunham ddun...@taos.com

0 new messages