<?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: lvlnboot in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvlnboot/m-p/4104068#M312293</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The lvlnboot prepares a LVM logical volume to be root, boot, primary swap, or dump volume.&lt;BR /&gt;&lt;BR /&gt;Have a look at the following documentation.&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B9106-90008/lvlnboot.1M.html" target="_blank"&gt;http://docs.hp.com/en/B9106-90008/lvlnboot.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The lvlnboot command must be used to identify the boot, root, swap or dump volume.&lt;BR /&gt;&lt;BR /&gt;Other utilities that I can think of is&lt;BR /&gt;backing up LVM configuration information.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Increaing primary swap as given below&lt;BR /&gt;-------------------------------------&lt;BR /&gt;1) lvcreate -C y -L 240 /dev/vg00 &lt;BR /&gt;The name of this new logical volume will be displayed on the &lt;BR /&gt;screen, note it, it will be needed later. (let say it &lt;BR /&gt;is /dev/vg00/lvol8) &lt;BR /&gt;Note: This new logical volume has to be in vg00 &lt;BR /&gt;2) lvlnboot -v /dev/vg00 &lt;BR /&gt;This will display the current root and swap volumes &lt;BR /&gt;Note: lvol2 is the default primary swap. &lt;BR /&gt;3) lvlnboot -s /dev/vg00/lvol8 /dev/vg00 &lt;BR /&gt;Note: use the logical volume name from step 1 &lt;BR /&gt;4) lvlnboot -R /dev/vg00 &lt;BR /&gt;Recover any missing links to all of the logical volumes specified &lt;BR /&gt;in the BDRA and update the BDRA of each bootable physical volume in &lt;BR /&gt;the volume group &lt;BR /&gt;5) reboot the system &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Srikanth</description>
    <pubDate>Fri, 16 Nov 2007 07:46:36 GMT</pubDate>
    <dc:creator>Srikanth Arunachalam</dc:creator>
    <dc:date>2007-11-16T07:46:36Z</dc:date>
    <item>
      <title>lvlnboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvlnboot/m-p/4104066#M312291</link>
      <description>Hi Gurus,&lt;BR /&gt;&lt;BR /&gt;                 What is the use of lvlnboot command in HP with all arguments.&lt;BR /&gt;&lt;BR /&gt;Thanx&lt;BR /&gt;Bhushan</description>
      <pubDate>Fri, 16 Nov 2007 07:31:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvlnboot/m-p/4104066#M312291</guid>
      <dc:creator>Bhushi</dc:creator>
      <dc:date>2007-11-16T07:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: lvlnboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvlnboot/m-p/4104067#M312292</link>
      <description>lvlnboot -&lt;BR /&gt;&lt;BR /&gt;The lvlnboot command updates all physical volumes in the volume group so that the logical volume becomes the root, boot, primary swap, or a dump volume when the system is next booted on the volume group.  If a nonexistent logical volume is specified, this command fails.  If a      different logical volume is already linked to the root or primary swap, the command fails.&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Nov 2007 07:39:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvlnboot/m-p/4104067#M312292</guid>
      <dc:creator>Amit Parui</dc:creator>
      <dc:date>2007-11-16T07:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: lvlnboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvlnboot/m-p/4104068#M312293</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The lvlnboot prepares a LVM logical volume to be root, boot, primary swap, or dump volume.&lt;BR /&gt;&lt;BR /&gt;Have a look at the following documentation.&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B9106-90008/lvlnboot.1M.html" target="_blank"&gt;http://docs.hp.com/en/B9106-90008/lvlnboot.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The lvlnboot command must be used to identify the boot, root, swap or dump volume.&lt;BR /&gt;&lt;BR /&gt;Other utilities that I can think of is&lt;BR /&gt;backing up LVM configuration information.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Increaing primary swap as given below&lt;BR /&gt;-------------------------------------&lt;BR /&gt;1) lvcreate -C y -L 240 /dev/vg00 &lt;BR /&gt;The name of this new logical volume will be displayed on the &lt;BR /&gt;screen, note it, it will be needed later. (let say it &lt;BR /&gt;is /dev/vg00/lvol8) &lt;BR /&gt;Note: This new logical volume has to be in vg00 &lt;BR /&gt;2) lvlnboot -v /dev/vg00 &lt;BR /&gt;This will display the current root and swap volumes &lt;BR /&gt;Note: lvol2 is the default primary swap. &lt;BR /&gt;3) lvlnboot -s /dev/vg00/lvol8 /dev/vg00 &lt;BR /&gt;Note: use the logical volume name from step 1 &lt;BR /&gt;4) lvlnboot -R /dev/vg00 &lt;BR /&gt;Recover any missing links to all of the logical volumes specified &lt;BR /&gt;in the BDRA and update the BDRA of each bootable physical volume in &lt;BR /&gt;the volume group &lt;BR /&gt;5) reboot the system &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Srikanth</description>
      <pubDate>Fri, 16 Nov 2007 07:46:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvlnboot/m-p/4104068#M312293</guid>
      <dc:creator>Srikanth Arunachalam</dc:creator>
      <dc:date>2007-11-16T07:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: lvlnboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvlnboot/m-p/4104069#M312294</link>
      <description>&lt;BR /&gt;Hope this helps!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Update the root volume group information:&lt;BR /&gt;# lvlnboot -R /dev/vg00&lt;BR /&gt;7. Verify that the mirrored disk is displayed as a boot disk and that the boot, root, and swap logical volumes appear to be on both disks:&lt;BR /&gt;# lvlnboot â  v&lt;BR /&gt;8. Specify the mirror disk as the alternate boot path in nonvolatile memory:&lt;BR /&gt;# setboot â  a 2/0/7.15.0&lt;BR /&gt;9. Add a line to /stand/bootconf for the new boot disk using vi or another text editor:&lt;BR /&gt;# vi /stand/bootconf&lt;BR /&gt;l /dev/dsk/c#t#d0&lt;BR /&gt;where l denotes LVM. 25&lt;BR /&gt;&lt;BR /&gt;sp,</description>
      <pubDate>Fri, 16 Nov 2007 09:25:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvlnboot/m-p/4104069#M312294</guid>
      <dc:creator>Sp4admin</dc:creator>
      <dc:date>2007-11-16T09:25:16Z</dc:date>
    </item>
  </channel>
</rss>

