<?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: Query to VG in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/query-to-vg/m-p/2894755#M103752</link>
    <description>hi bharat,&lt;BR /&gt;iam ravi. i have send a mail to u. pl see that.&lt;BR /&gt;&lt;BR /&gt;1. Check to see if the /dev/slvmvg file exists:&lt;BR /&gt;&lt;BR /&gt;# ll /dev/slvmvg&lt;BR /&gt;&lt;BR /&gt;Note: If the file "does exist", then perform Steps&lt;BR /&gt;A, B, C, D, and E.&lt;BR /&gt;&lt;BR /&gt;If the file "does not exist", perform Steps B, C, D,&lt;BR /&gt;and E. (do not perform Step A).&lt;BR /&gt;&lt;BR /&gt;2. Perform the following commands:&lt;BR /&gt;&lt;BR /&gt;A. # mv /dev/slvmvg /tmp&lt;BR /&gt;&lt;BR /&gt;B. # mv /etc/lvmtab /etc/lvmtab.currentdate&lt;BR /&gt;&lt;BR /&gt;C. # vgscan -v&lt;BR /&gt;&lt;BR /&gt;D. # strings /etc/lvmtab&lt;BR /&gt;&lt;BR /&gt;Note: This command verifies that everything is correct.&lt;BR /&gt;&lt;BR /&gt;E. # vgdisplay -v /dev/vg00&lt;BR /&gt;&lt;BR /&gt;Note: This command tests the solution. &lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Ravi</description>
    <pubDate>Mon, 03 Feb 2003 08:05:55 GMT</pubDate>
    <dc:creator>V. V. Ravi Kumar_1</dc:creator>
    <dc:date>2003-02-03T08:05:55Z</dc:date>
    <item>
      <title>Query to VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/query-to-vg/m-p/2894749#M103746</link>
      <description>I trying to create backup recovery tape but received the following error :&lt;BR /&gt;Couldn't query VG, Possible error with minor numer.&lt;BR /&gt;I have checked for duplication of minor no. but didn't found any. Owner and group of VG00, group file are root:sys&lt;BR /&gt;Kindly suggest..</description>
      <pubDate>Mon, 03 Feb 2003 02:09:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/query-to-vg/m-p/2894749#M103746</guid>
      <dc:creator>bharat_1</dc:creator>
      <dc:date>2003-02-03T02:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Query to VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/query-to-vg/m-p/2894750#M103747</link>
      <description>Other than looking for duplicates, perhaps you could also look to see if there are any logical volumes that have a missing minor number. Look at the block and character files.&lt;BR /&gt;&lt;BR /&gt;Also you could look at doing a vgscan of your system.&lt;BR /&gt;&lt;BR /&gt;# cp /etc/lvmtab /et/lvmtab.save&lt;BR /&gt;# vgscan</description>
      <pubDate>Mon, 03 Feb 2003 02:41:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/query-to-vg/m-p/2894750#M103747</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-02-03T02:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Query to VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/query-to-vg/m-p/2894751#M103748</link>
      <description>Got some info from the FAQ&lt;BR /&gt;&lt;BR /&gt;//*&lt;BR /&gt;4-5 Why do I get the error: 'The minor number of the volume group exceeds the value Ignite-UX can support.'?&lt;BR /&gt;&lt;BR /&gt;Both make_recovery and make_net_recovery check to ensure that they do not back up a system that Ignite-UX will be unable to recreate.&lt;BR /&gt;&lt;BR /&gt;The A version of Ignite-UX can only create volume groups with group numbers in the range 0 to 10. This is due to the maxvgs kernel tunable being set to 10 in the INSTALL kernel. In order to continue to have Ignite-UX work on systems with 32 MB of memory, the kernel cannot have this parameter increased.&lt;BR /&gt;&lt;BR /&gt;The B version of Ignite-UX does not have this restriction due to reductions in the amount of memory LVM consumes.&lt;BR /&gt;&lt;BR /&gt;It is unusual for the root volume group to have a large volume group number, so it is uncommon to run into this with make_recovery. However, since make_net_recovery can operate on non-root volume groups it is more likely to see the error with that tool.&lt;BR /&gt;&lt;BR /&gt;Workarounds:&lt;BR /&gt;&lt;BR /&gt;If you got into this situation by manually recreating the LVM device files, then consider renumbering them to something less then 10.&lt;BR /&gt;&lt;BR /&gt;If using make_net_recovery, exclude that volume group from the archive.&lt;BR /&gt;&lt;BR /&gt;Use the B version of Ignite-UX which is only officially supported on 11.* releases. &lt;BR /&gt; */</description>
      <pubDate>Mon, 03 Feb 2003 03:37:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/query-to-vg/m-p/2894751#M103748</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-02-03T03:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Query to VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/query-to-vg/m-p/2894752#M103749</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Do you see any errors in vgdisplay -v ?. Try&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v &amp;gt; /tmp/vg.out 2&amp;gt;&amp;amp;1&lt;BR /&gt;&lt;BR /&gt;Look at vg.out file. Make sure each volume group that is defined in /etc/lvmtab is existing in /dev/. I remember to see this problem when one of our system administrators deleted /dev/vgxx instead of exporting it.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Feb 2003 04:47:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/query-to-vg/m-p/2894752#M103749</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-02-03T04:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Query to VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/query-to-vg/m-p/2894753#M103750</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Looks like corrupted lvmtab&lt;BR /&gt;&lt;BR /&gt;#mv /etc/lvmtba /etc/lvmtab.old&lt;BR /&gt;#vgscan&lt;BR /&gt;#make_tape_recovery</description>
      <pubDate>Mon, 03 Feb 2003 05:48:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/query-to-vg/m-p/2894753#M103750</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-02-03T05:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Query to VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/query-to-vg/m-p/2894754#M103751</link>
      <description>make_tape_recovery/make_recovery -optionsyouwant 2&amp;gt;&amp;amp;1|tee /tmp/recovery.log&lt;BR /&gt;&lt;BR /&gt;check recovery.log for errors.&lt;BR /&gt;&lt;BR /&gt;(this is not same as &amp;gt;2&amp;amp;1 &amp;gt; t.mp/somefile)</description>
      <pubDate>Mon, 03 Feb 2003 05:55:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/query-to-vg/m-p/2894754#M103751</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-02-03T05:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Query to VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/query-to-vg/m-p/2894755#M103752</link>
      <description>hi bharat,&lt;BR /&gt;iam ravi. i have send a mail to u. pl see that.&lt;BR /&gt;&lt;BR /&gt;1. Check to see if the /dev/slvmvg file exists:&lt;BR /&gt;&lt;BR /&gt;# ll /dev/slvmvg&lt;BR /&gt;&lt;BR /&gt;Note: If the file "does exist", then perform Steps&lt;BR /&gt;A, B, C, D, and E.&lt;BR /&gt;&lt;BR /&gt;If the file "does not exist", perform Steps B, C, D,&lt;BR /&gt;and E. (do not perform Step A).&lt;BR /&gt;&lt;BR /&gt;2. Perform the following commands:&lt;BR /&gt;&lt;BR /&gt;A. # mv /dev/slvmvg /tmp&lt;BR /&gt;&lt;BR /&gt;B. # mv /etc/lvmtab /etc/lvmtab.currentdate&lt;BR /&gt;&lt;BR /&gt;C. # vgscan -v&lt;BR /&gt;&lt;BR /&gt;D. # strings /etc/lvmtab&lt;BR /&gt;&lt;BR /&gt;Note: This command verifies that everything is correct.&lt;BR /&gt;&lt;BR /&gt;E. # vgdisplay -v /dev/vg00&lt;BR /&gt;&lt;BR /&gt;Note: This command tests the solution. &lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Ravi</description>
      <pubDate>Mon, 03 Feb 2003 08:05:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/query-to-vg/m-p/2894755#M103752</guid>
      <dc:creator>V. V. Ravi Kumar_1</dc:creator>
      <dc:date>2003-02-03T08:05:55Z</dc:date>
    </item>
  </channel>
</rss>

