<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">


<META content="MSHTML 5.50.4522.1800" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=090145919-24042001><FONT face=Arial color=#0000ff 
size=2>Opposed to RAID-0 or Linear, the LVM allows you to grow both your 
physical and logical storage dynamically. Without (very) alpha patches, md 
drivers won't permit you to do this. Also, Mandrake 8.0 permits you to create 
PV's and LV's at installation time (no / in rootvg yet, though; also, no 
ext2resize installed per default nor 2.4.3-20mdk supports 
ext2online).</FONT></SPAN></DIV>
<DIV><SPAN class=090145919-24042001><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=090145919-24042001><FONT face=Arial color=#0000ff size=2>Also, 
I work on an IDC, and here we have EMC equipment. I've found that md (at least 
that of kernel 2.2.18-linus) refuses to work with direct attachment (Emulex 
LP8000 FCAL board), and thus it's impossible to join multiple 50 GB volumes in 
one (for database storage, for example). So, I am researching LVM to do this 
noble task.</FONT></SPAN></DIV>
<DIV><SPAN class=090145919-24042001><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=090145919-24042001><FONT face=Arial color=#0000ff size=2>(I 
know, I know, I could use QLogic that has built-in kernels and the like, 
but people here hate QLogic for a number of reasons. And here in Brazil, FCAL 
boards have tag prices of multiple thousand dollars.)</FONT></SPAN></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><SPAN class=090145919-24042001><FONT face=Arial color=#0000ff 
size=2>HugZ,</FONT></SPAN></DIV>
<DIV><SPAN class=090145919-24042001><FONT face=Arial color=#0000ff 
size=2>Paulo</FONT></SPAN></DIV>
<P><B><FONT face=Arial size=1>Paulo Afonso Graner Fessel</FONT></B> <BR><FONT 
face=Arial size=1>Suporte de Sistemas</FONT> <BR><FONT face=Arial 
size=1>OptiGlobe Telecom, Ltda. - </FONT><FONT face=Arial color=#008000 
size=1>The Internet Lives Here</FONT> <BR><FONT face=Arial size=1>R.Bento Branco 
de Andrade Filho, 621</FONT> <BR><FONT face=Arial size=1>São Paulo, SP, 
04757-000</FONT> <BR><FONT face=Arial size=1>Brasil</FONT> <BR><FONT face=Arial 
size=1><A target=_blank 
href="http://www.optiglobe.com.br/">http://www.optiglobe.com.br</A></FONT> </P>
<P><FONT face=Arial size=1>Tel.:+55 11 3365-4478</FONT> <BR><FONT face=Arial 
size=1>Fax:+55 11 3365-4445</FONT> <BR><FONT face=Arial size=1>Cel.:+55 11 
9198-9985</FONT> <BR><FONT face=Arial size=1>E-mail:<U> </U></FONT><U><FONT 
face=Arial color=#0000ff size=1>paulo_fessel@optiglobe.com.br</FONT></U> </P>
<BLOCKQUOTE 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid">
  <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
  size=2>-----Original Message-----<BR><B>From:</B> Medi Montaseri 
  [mailto:medi@sc.prepass.com]<BR><B>Sent:</B> Tuesday, April 24, 2001 9:09 
  AM<BR><B>To:</B> linux-lvm@sistina.com<BR><B>Subject:</B> Re: [linux-lvm] Need 
  help with LVM on RedHat 7.1<BR><BR></FONT></DIV>I appreciate your support on 
  this... 
  <P>What is your opinion on RAID-0 or Linear vs LVM. <BR>In my application, I 
  was simply trying to concatnate four 75Gig disks to create <BR>one large disk 
  for a backup server. I decided on RAID-0. 
  <P>Carlo Marcelo Arenas Belon wrote: 
  <BLOCKQUOTE TYPE="CITE">> Thanks, but I usually don't use Beta on a 
    production box and <BR>> also RedHat 7.1 comes with a rather old version 
    of lvm, I think 0.8final. 
    <P>sorry, i think i didn't make myself clear. 
    <P>RedHat 7.1 DOESN'T come with lvm enabled, because the lvm that is inside 
    <BR>the kernel (not RedHat's but the one from Linus) and that they ship 
    <BR>(2.4.2-2) is a broken one (0.9.1beta2) 
    <P>they didn't package the lvm userland utilities neither, i guess because 
    of <BR>that. 
    <P>BUT, you can make it work easily if you download the kernel module and 
    <BR>userland utilities and patch your kernel as explained on sistina's 
    <BR>documentation. 
    <P>i just happened to make it work this way on a Red Hat 7.1 beta system 
    <BR>using the 0.9.1beta6 tar from sistina, so i think this should work on a 
    <BR>Red Hat 7.1 final system. 
    <P>> But the compile errors I'm getting are two basics to have passed QA 
    of <BR>> any distributor...I just recompiled again with only LVM enabled 
    and not RAID <BR>> and MD <BR>> and was getting syntactical errors 
    (compile errors) leaving to belive that <BR>> some .h <BR>> file is 
    missing. 
    <P>i guess just because noone even QA this kind of configuration ;) 
    <P>> I will try the 'make mrproprer', maybe that'll fix it... 
    <P>i hope so, as the kernel should compile, after all, RedHat need to 
    compile <BR>it in order to package. 
    <P>but as i explained before, having an lvm module on your kernel is just 
    one <BR>step on having an lvm working system, you are going to need the lvm 
    <BR>userland utilities, and the ones that match your kernel module. 
    <P>that is why i sugested to better download a new kernel module/userland 
    and <BR>patch your kernel before even compiling. 
    <P>also don't forget to change your /etc/init.d/halt script as explained on 
    <BR>the sistina's documentation. 
    <P>and as for running "betas" on production, don't forget that the 0.9.1lvm 
    <BR>is still on beta. 
    <P>best regards, 
    <P>Carlo 
    <P>_______________________________________________ <BR>linux-lvm mailing 
    list <BR>linux-lvm@sistina.com <BR><A 
    href="http://lists.sistina.com/mailman/listinfo/linux-lvm">http://lists.sistina.com/mailman/listinfo/linux-lvm</A></P></BLOCKQUOTE><PRE>-- 
=======================================================================
Medi Montaseri, medi@prepass.com, 408-450-7114
Prepass Inc, IT/Operations, Software Eng.
=======================================================================</PRE>  
</BLOCKQUOTE></BODY></HTML>