Unix Technical Forum

SVM stripe set and soft partitions

This is a discussion on SVM stripe set and soft partitions within the Sun Solaris Administration forums, part of the Solaris Operating System category; --> All, is it possible to create a stripe set on say three disks and then divide that stripe set ...


Go Back   Unix Technical Forum > Unix Operating Systems > Solaris Operating System > Sun Solaris Administration

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-16-2008, 09:43 AM
p@p.com
 
Posts: n/a
Default SVM stripe set and soft partitions

All,

is it possible to create a stripe set on say three disks and then divide
that stripe set up using soft partitions ?

as I want to pull together a bunch of physical disks and then divide up
into multiple partitions/slices.

or is there another way of looking at this that I'm missing ?


cheers

Paul
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-16-2008, 09:43 AM
Germen
 
Posts: n/a
Default Re: SVM stripe set and soft partitions

Hi Paul, yes is posible, try in google: (soft partitions stripe) and
read this:

http://sysunconfig.net/unixtips/soft-partitions.html
and man metainit, metadb, metastat

Salu2

Mariano


p@p.com ha escrito:

> All,
>
> is it possible to create a stripe set on say three disks and then divide
> that stripe set up using soft partitions ?
>
> as I want to pull together a bunch of physical disks and then divide up
> into multiple partitions/slices.
>
> or is there another way of looking at this that I'm missing ?
>
>
> cheers
>
> Paul


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-16-2008, 09:43 AM
p@p.com
 
Posts: n/a
Default Re: SVM stripe set and soft partitions

Hi,

All I can find is to create equal soft partitions and then create a strip
set, I was hoping to do it the other way wrong, make one big strip set and
then carve up, which I don't think is possible.

Thanks for the reply.


"Germen" <mariano.obarrio@gmail.com> wrote in message
news:1155286223.400779.60360@74g2000cwt.googlegrou ps.com...
> Hi Paul, yes is posible, try in google: (soft partitions stripe) and
> read this:
>
> http://sysunconfig.net/unixtips/soft-partitions.html
> and man metainit, metadb, metastat
>
> Salu2
>
> Mariano
>
>
> p@p.com ha escrito:
>
>> All,
>>
>> is it possible to create a stripe set on say three disks and then divide
>> that stripe set up using soft partitions ?
>>
>> as I want to pull together a bunch of physical disks and then divide up
>> into multiple partitions/slices.
>>
>> or is there another way of looking at this that I'm missing ?
>>
>>
>> cheers
>>
>> Paul

>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-16-2008, 09:43 AM
ld kelley (larry)
 
Posts: n/a
Default Re: SVM stripe set and soft partitions

p@p.com wrote:
> Hi,
>
> All I can find is to create equal soft partitions and then create a strip
> set, I was hoping to do it the other way wrong, make one big strip set and
> then carve up, which I don't think is possible.
>
> Thanks for the reply.
>
>
> "Germen" <mariano.obarrio@gmail.com> wrote in message
> news:1155286223.400779.60360@74g2000cwt.googlegrou ps.com...
>> Hi Paul, yes is posible, try in google: (soft partitions stripe) and
>> read this:
>>
>> http://sysunconfig.net/unixtips/soft-partitions.html
>> and man metainit, metadb, metastat
>>
>> Salu2
>>
>> Mariano
>>
>>
>> p@p.com ha escrito:
>>
>>> All,
>>>
>>> is it possible to create a stripe set on say three disks and then divide
>>> that stripe set up using soft partitions ?
>>>
>>> as I want to pull together a bunch of physical disks and then divide up
>>> into multiple partitions/slices.
>>>
>>> or is there another way of looking at this that I'm missing ?
>>>
>>>
>>> cheers
>>>
>>> Paul

>
>


See the "Layering" section in the above mentioned document

--
-larry

Old age and treachery will always win out over youth and energy.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-16-2008, 09:43 AM
p@p.com
 
Posts: n/a
Default Re: SVM stripe set and soft partitions

Duh, Thanks for pointing out what I should of read myself.

Cheers

Paul

"ld kelley (larry)" <nojunk2@ldkelley.com> wrote in message
news:45FDg.3776$Qf.2067@newsread2.news.pas.earthli nk.net...
> p@p.com wrote:
>> Hi,
>>
>> All I can find is to create equal soft partitions and then create a strip
>> set, I was hoping to do it the other way wrong, make one big strip set
>> and then carve up, which I don't think is possible.
>>
>> Thanks for the reply.
>>
>>
>> "Germen" <mariano.obarrio@gmail.com> wrote in message
>> news:1155286223.400779.60360@74g2000cwt.googlegrou ps.com...
>>> Hi Paul, yes is posible, try in google: (soft partitions stripe) and
>>> read this:
>>>
>>> http://sysunconfig.net/unixtips/soft-partitions.html
>>> and man metainit, metadb, metastat
>>>
>>> Salu2
>>>
>>> Mariano
>>>
>>>
>>> p@p.com ha escrito:
>>>
>>>> All,
>>>>
>>>> is it possible to create a stripe set on say three disks and then
>>>> divide
>>>> that stripe set up using soft partitions ?
>>>>
>>>> as I want to pull together a bunch of physical disks and then divide up
>>>> into multiple partitions/slices.
>>>>
>>>> or is there another way of looking at this that I'm missing ?
>>>>
>>>>
>>>> cheers
>>>>
>>>> Paul

>>
>>

>
> See the "Layering" section in the above mentioned document
>
> --
> -larry
>
> Old age and treachery will always win out over youth and energy.



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-16-2008, 09:43 AM
jeffhigham@gmail.com
 
Posts: n/a
Default Re: SVM stripe set and soft partitions


Try something like this:

metainit d100 1 3 c0t1d0s0 c0t2d0s0 ct03d0s0
metainit d200 -p d100 2g
metainit d201 -p d100 2g
etc.

This will create a stripe metadevice out of c0t1d0s0 c0t2d0s0 ct03d0s0
and then two soft partitions d200 and d201 each 2g on top of the stripe
device.

If you wanted to grow the soft partitions in the future simply do
something like "metattach d200 2g" and then run growfs on the active
filesystem.


-Jeff

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-16-2008, 09:44 AM
Andre van Eyssen
 
Posts: n/a
Default Re: SVM stripe set and soft partitions

On 2006-08-10, p@p.com <p@p.com> wrote:

> is it possible to create a stripe set on say three disks and then divide
> that stripe set up using soft partitions ?


Yep. metainit your base stripe and then create soft partitions using
metainit. The man page provides examples.

--
Andre

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 06:37 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com