<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Question about patching kernel for LVM in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/question-about-patching-kernel-for-lvm/m-p/2719951#M78489</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Since 2.4.1, LVM is built in the Linux kernel. Therefore, you no more need to apply any patch coming from Sistina.&lt;BR /&gt;&lt;BR /&gt;Recompile your kernel again : when choosing options (make menuconfig or make xconfig), go to "Multi-device support", then enable LVM.&lt;BR /&gt;&lt;BR /&gt;One more thing : you need user-space utils (vgscan, lvchange, etc...). Therefore, you can find a RPM on &lt;A href="http://rpmfind.net." target="_blank"&gt;http://rpmfind.net.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Last remark : don't forget to activate your LVM volumes early during the boot process. If your distro is a RedHat or Mandrake, edit /etc/rc.d/rc.sysinit. Before the swap device activation, insert someting like :&lt;BR /&gt;&lt;BR /&gt;# Start Logical Volume Manager (LVM)&lt;BR /&gt;action $"Starting Logical Volume Manager: " vgscan &amp;amp;&amp;amp; vgchange -a y&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;</description>
    <pubDate>Wed, 08 May 2002 23:10:33 GMT</pubDate>
    <dc:creator>Kodjo Agbenu</dc:creator>
    <dc:date>2002-05-08T23:10:33Z</dc:date>
    <item>
      <title>Question about patching kernel for LVM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/question-about-patching-kernel-for-lvm/m-p/2719950#M78488</link>
      <description>Hi everyone,&lt;BR /&gt;&lt;BR /&gt;I'm trying to install Sistina's LVM onto Redhat 6.2.&lt;BR /&gt;I've upgraded my kernel to 2.4.18, and built the LVM patch from the instructions on Sistina's website, but there's a bit that I need some help with.&lt;BR /&gt;&lt;BR /&gt;From &lt;A href="http://www.sistina.com/lvm_howtos/lvm_howto/Building_the_kernel_modul.html#SECTION00081000000000000000" target="_blank"&gt;http://www.sistina.com/lvm_howtos/lvm_howto/Building_the_kernel_modul.html#SECTION00081000000000000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I'm having some trouble understanding step 6:&lt;BR /&gt;&lt;BR /&gt;# cd /usr/src/linux ; patch -pX &amp;lt; /directory/lvm-1.0.3-${KERNELVERSION}.patch &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The question is, what value should I put in for 'X'?  The patch path is:&lt;BR /&gt;&lt;BR /&gt;/home/lvm/LVM/1.0.4/PATCHES/lvm-1.0.4-2.4.18.patch&lt;BR /&gt;&lt;BR /&gt;The other thing that isn't clear, is how to activate LVM - is the vgscan and vgchange -ay all that is needed? Will this convert my current filesystems to LVM?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for the help :)&lt;BR /&gt;&lt;BR /&gt;cx2&lt;BR /&gt;</description>
      <pubDate>Wed, 08 May 2002 20:16:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/question-about-patching-kernel-for-lvm/m-p/2719950#M78488</guid>
      <dc:creator>cx2</dc:creator>
      <dc:date>2002-05-08T20:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Question about patching kernel for LVM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/question-about-patching-kernel-for-lvm/m-p/2719951#M78489</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Since 2.4.1, LVM is built in the Linux kernel. Therefore, you no more need to apply any patch coming from Sistina.&lt;BR /&gt;&lt;BR /&gt;Recompile your kernel again : when choosing options (make menuconfig or make xconfig), go to "Multi-device support", then enable LVM.&lt;BR /&gt;&lt;BR /&gt;One more thing : you need user-space utils (vgscan, lvchange, etc...). Therefore, you can find a RPM on &lt;A href="http://rpmfind.net." target="_blank"&gt;http://rpmfind.net.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Last remark : don't forget to activate your LVM volumes early during the boot process. If your distro is a RedHat or Mandrake, edit /etc/rc.d/rc.sysinit. Before the swap device activation, insert someting like :&lt;BR /&gt;&lt;BR /&gt;# Start Logical Volume Manager (LVM)&lt;BR /&gt;action $"Starting Logical Volume Manager: " vgscan &amp;amp;&amp;amp; vgchange -a y&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;</description>
      <pubDate>Wed, 08 May 2002 23:10:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/question-about-patching-kernel-for-lvm/m-p/2719951#M78489</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2002-05-08T23:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Question about patching kernel for LVM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/question-about-patching-kernel-for-lvm/m-p/2719952#M78490</link>
      <description>Thanks Kodjo,&lt;BR /&gt;&lt;BR /&gt;I'd already compiled my kernel with the LVM option, but this seems to be an older version (1.01), so I was thinking of upgrading it to 1.04.  Is there any advantage to doing this?&lt;BR /&gt;&lt;BR /&gt;Thanks for the help with the other bits too :)&lt;BR /&gt;&lt;BR /&gt;cxtwo&lt;BR /&gt;</description>
      <pubDate>Sun, 12 May 2002 09:37:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/question-about-patching-kernel-for-lvm/m-p/2719952#M78490</guid>
      <dc:creator>cx2</dc:creator>
      <dc:date>2002-05-12T09:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Question about patching kernel for LVM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/question-about-patching-kernel-for-lvm/m-p/2719953#M78491</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;In my opinion, no benefit should be expected from upgrading the LVM from 1.0.1 to 1.0.4, except some minor bug fixes.&lt;BR /&gt;&lt;BR /&gt;Personnally, I recently re-installed my PC with RedHat 7.3, with lvm-1.0.3. Formerly, I was using SuSE 7.2 with lvm 1.0.1 without any problem. Of course, all on-disk structures are compatible accross 1.x versions. Even, I guess 0.x lvm data disks can be read with new lvm implementations, but I'm not sure.&lt;BR /&gt;&lt;BR /&gt;For detailed list of changes, I would suggest the documentation generally located in /usr/share/doc/lvm...&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;</description>
      <pubDate>Sun, 12 May 2002 12:57:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/question-about-patching-kernel-for-lvm/m-p/2719953#M78491</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2002-05-12T12:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Question about patching kernel for LVM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/question-about-patching-kernel-for-lvm/m-p/2719954#M78492</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&amp;gt;The question is, what value should I put in for 'X'? The patch path is: &lt;BR /&gt;&lt;BR /&gt;Assuming your kernel source is on /usr/src/linux. &lt;BR /&gt;And you have the lvm-patch-file in the same directory.&lt;BR /&gt;&lt;BR /&gt;In the top of the patch file, you find something like this.&lt;BR /&gt;&lt;BR /&gt;diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.19p4/Docume&lt;BR /&gt;ntation/Changes linux.19pre4-ac2/Documentation/Changes&lt;BR /&gt;&lt;BR /&gt;This patch file expect to find linux.19pre4-ac2/Documentation/Changes.&lt;BR /&gt;But in your filesystem, no such directory name under /usr/src.&lt;BR /&gt;So you specify "-p1" to remove linux.19pre4-ac2 from the path.&lt;BR /&gt;&lt;BR /&gt;In the online manual, you may find more detail.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 13 May 2002 02:39:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/question-about-patching-kernel-for-lvm/m-p/2719954#M78492</guid>
      <dc:creator>I_M</dc:creator>
      <dc:date>2002-05-13T02:39:05Z</dc:date>
    </item>
  </channel>
</rss>

