<?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: problem with vgscan in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vgscan/m-p/2844214#M635537</link>
    <description>I had a system that had /dev/vgroot instead of /dev/vg00 (not sure how it got that way). Make sure vg00 exists ("ll /dev", look for vg00).&lt;BR /&gt;&lt;BR /&gt;I used ignite to change /dev/vgroot to /dev/vg00.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
    <pubDate>Wed, 13 Nov 2002 19:32:27 GMT</pubDate>
    <dc:creator>Martin Johnson</dc:creator>
    <dc:date>2002-11-13T19:32:27Z</dc:date>
    <item>
      <title>problem with vgscan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vgscan/m-p/2844210#M635533</link>
      <description>I made :&lt;BR /&gt;vgdisplay /dev/vg01&lt;BR /&gt;&lt;BR /&gt;--- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c11t1d3&lt;BR /&gt;vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c13t1d3":&lt;BR /&gt;The specified path does not correspond to physical volume attached to &lt;BR /&gt;this volume group&lt;BR /&gt;vgdisplay: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;&lt;BR /&gt;I checked with ioscan -fnC disk and I saw the new device is /dev/dsk/c22t1d3.&lt;BR /&gt;&lt;BR /&gt;I made:&lt;BR /&gt;  mv /etc/lvmtab /etc/lvmtab.old&lt;BR /&gt;  &lt;BR /&gt;  vgscan -a&lt;BR /&gt;&lt;BR /&gt; and I disovered the vg01 now is correct, but the /etc/lvmtab doesn't have the VG00&lt;BR /&gt;&lt;BR /&gt;I retured the /etc/lvmtab.old to /etc/lvmtab becouse I dont want to lost the Vg00, what can I do??&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Nov 2002 19:07:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vgscan/m-p/2844210#M635533</guid>
      <dc:creator>Carlos Vanegas</dc:creator>
      <dc:date>2002-11-13T19:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: problem with vgscan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vgscan/m-p/2844211#M635534</link>
      <description>Recreate lvmtab file again by running ..&lt;BR /&gt;# vgscan -av&lt;BR /&gt;instead so that we can see what error does vgscan report (if any). Post the output here.</description>
      <pubDate>Wed, 13 Nov 2002 19:22:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vgscan/m-p/2844211#M635534</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-11-13T19:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: problem with vgscan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vgscan/m-p/2844212#M635535</link>
      <description>You might try to make a copy of /etc/lvmtab then run vgscan -v -p which will not do anything (-v verbose -p preview mode) but will let you see if it finds the problem and looks like it will correct it. If you like what you see then try to run it for real letting it correct the /etc/lvmtab file as opposed to recreating it. &lt;BR /&gt;&lt;BR /&gt;I would suggest that you man vgscan to see what the issues are with running vgscan on a system while it is running in production mode. Nothing serious, it just hints that it might not complete on a busy system. Anyway you can always run it in single user mode next time you reboot.</description>
      <pubDate>Wed, 13 Nov 2002 19:30:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vgscan/m-p/2844212#M635535</guid>
      <dc:creator>John Dvorchak</dc:creator>
      <dc:date>2002-11-13T19:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: problem with vgscan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vgscan/m-p/2844213#M635536</link>
      <description>Hi Carlos,&lt;BR /&gt;&lt;BR /&gt;First determine what PVs are in vg00 from the lvmtab file.&lt;BR /&gt;Then do&lt;BR /&gt;pvdisplay /dev/dsk/cxtydz&lt;BR /&gt;on them &amp;amp; verify that indeed the VG name is /dev/vg00.&lt;BR /&gt;It's possible to alter that name - usually by a misstep in LV maint mode in the past.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 13 Nov 2002 19:30:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vgscan/m-p/2844213#M635536</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-11-13T19:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: problem with vgscan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vgscan/m-p/2844214#M635537</link>
      <description>I had a system that had /dev/vgroot instead of /dev/vg00 (not sure how it got that way). Make sure vg00 exists ("ll /dev", look for vg00).&lt;BR /&gt;&lt;BR /&gt;I used ignite to change /dev/vgroot to /dev/vg00.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
      <pubDate>Wed, 13 Nov 2002 19:32:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vgscan/m-p/2844214#M635537</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2002-11-13T19:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: problem with vgscan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vgscan/m-p/2844215#M635538</link>
      <description>???????&lt;BR /&gt;&lt;BR /&gt;?? ???? ???? ???????? ??? ?? ??? ??? ??????? ??????? ???? ??????? ?? ????????? ??? ?? ???? ?? ?? ?? ???????? ??? ????? ?????? ??? ?????? ???? ??? ??????????? ???? ??? ???????? ?????&lt;BR /&gt;&lt;BR /&gt;???? ?????? ???????? ??? ??????? ??? ???? ?? ??? ?????? ?&lt;BR /&gt;&lt;BR /&gt;???????&lt;BR /&gt;&lt;BR /&gt;???????</description>
      <pubDate>Wed, 13 Nov 2002 22:22:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vgscan/m-p/2844215#M635538</guid>
      <dc:creator>Joseph A Benaiah_1</dc:creator>
      <dc:date>2002-11-13T22:22:56Z</dc:date>
    </item>
  </channel>
</rss>

