Greetings;
Head on over to
http://www.sistina.com/products_lvm.htm
and you can get everything you need to install LVM.
I did it a few months ago and it was a fairly easy install and
the people there were very helpful with the couple of minor
problems I had.
Good Luck!
Dennis
Alan Cox <[EMAIL PROTECTED]> on 01/17/2002 11:43:54 AM
Please respond to Linux on 390 Port <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
cc: (bcc: Dennis Wicks/infosvcs/CDG)
Subject: Re: RedHat 7.2 and LVM
> Major bummer. I was hoping to replace a PC mailserver, but need much
more
> than 2GB (1 DASD) for /var.
> Trying to allocate more DASD volumes to different mountpoints within /var
> would be a nightmare.
LVM and md (the multidisk layer) are two things. lvm deals with dynamic
reassignment of space which is a nice thing to have. The md layer deals
with raid 0 1 and 5. With md you can concatenate and stripe volumes. You
can also do raid 1 and 5 although on S/390 I find it hard to see why you
would do that at the Linux level
Alan