Re: Going from VxVM to SVM: Are soft partitions what I am looking for?
- From: JulianJ <julianj@xxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 28 Feb 2006 21:23:15 +0000 (UTC)
tonij67@xxxxxxxxxxx wrote:
Darren, I know exactly what you mean. I never use the GUI in VeritasYes
anymore either, but I admit that when I first started using it way back
when, I used the GUI until I realized that there is no WAY I am going
to click 20 times just to create a volume, then have to repeat the
process for 10 more volumes :D
So wouldnt you know it, I ditch the GUI, use the command line and it
appeared to work...I think. Here is what I did:
# Create the 2 disk stripe
metainit d2 1 2 c1t2d0s2 c1t3d0s2
Metastat output:
d2: Concat/Stripe
Size: 573356544 blocks (273 GB)
Stripe 0: (interlace: 32 blocks)
Device Start Block Dbase Reloc
c1t2d0s2 0 No Yes
c1t3d0s2 20352 No Yes
This looks to me like I now have a 2 disk stripe with which I can build
soft partitions on top of (correct?)
Create a 1gb soft partition on my newly created stripe:
metainit d22 -p d2 1g
Metastat output:
d22: Soft Partition
Device: d2
State: Okay
Size: 2097152 blocks (1.0 GB)
Extent Start Block Block count
0 20384 2097152
The soft partition was created on device d2...that leads me to believe
that it is a striped volume, yes?
You will get mirrored stripes. LVM gives the best option. It will mirror each disk and then stripe them. I know you will have created your stripes before you mirror the But LVM will treat them as two mirrors striped. This will give better error tolerance. You could loose 1 disk from each stripe and still have a working system. It would have to be the right disks!
If that worked (crosses fingers) the next thing I would like to do is
mirror the stripe. So I have a stripe+mirror "volume group" (for lack
of a better term) that I can build multiple soft partitions on.
I think... :DYes. You can grow soft partitions. You may want to do some more work if you want to rearrange your data to keep it within contiguous data areas within the mirror.
One more question...since this is such a dynamic environment I need to
be able to expand these volumes (ala vxassist resize). I realize I
cannot shrink them, but there is a greater need to add space as needed
anyway. Is this possible with these soft partitions?
.
- Follow-Ups:
- References:
- Prev by Date: Re: Sun Cluster + QFS or Sun Cluster + Veritas
- Next by Date: Re: Is it possible to frig VxVM to get it to boot off a disassociated boot mirror?
- Previous by thread: Re: Going from VxVM to SVM: Are soft partitions what I am looking for?
- Next by thread: Re: Going from VxVM to SVM: Are soft partitions what I am looking for?
- Index(es):
Relevant Pages
|