<?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: Vgdisplay error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-error/m-p/3359510#M625686</link>
    <description>Things to check:&lt;BR /&gt;&lt;BR /&gt;- Does the directory /dev/vg01 exist?&lt;BR /&gt;&lt;BR /&gt;- Like the error message says, does the control file /dev/vg01/group exist?&lt;BR /&gt;&lt;BR /&gt;- Run a command: "strings /etc/lvmtab". There you should find the device name(s) where the system expects to find the vg01. Does that look correct? Are those disks visible in "ioscan -fnCdisk"?&lt;BR /&gt;&lt;BR /&gt;What kind of disk(s) the vg01 is located on? Internal disk in the server? External SCSI? External FibreChannel storage box? A large FibreChannel SAN fabric? Something else?</description>
    <pubDate>Wed, 18 Aug 2004 02:55:37 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2004-08-18T02:55:37Z</dc:date>
    <item>
      <title>Vgdisplay error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-error/m-p/3359502#M625678</link>
      <description>When i do a vgdisplay -v vg01, i get the following error..vgdisplay: Cannot open the control file "/dev/vg01/group":No such devicevgdisplay: Cannot display volume group "vg01"The only change that was done was a restart.This is new system and very less chances of a disk failure.Because of this i am not able to mount one of the filesystem located in vg01.the filesystem on vg01 was hfs..Kindly can someone let me know what can done.</description>
      <pubDate>Wed, 18 Aug 2004 00:37:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-error/m-p/3359502#M625678</guid>
      <dc:creator>Nagashankar</dc:creator>
      <dc:date>2004-08-18T00:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Vgdisplay error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-error/m-p/3359503#M625679</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;1. Check whether /dev/vg01/group exists and that the minor no. is correct. Check the timestamp for any recent modifications.&lt;BR /&gt;2. do # strings lvmtab&lt;BR /&gt;See whether it show vg01 and associated PV's&lt;BR /&gt;If it doesn't show then you have to do &lt;BR /&gt;  -- mv /etc/lvmtab to /etc/lvmtab.org&lt;BR /&gt;  -- vgscan -a&lt;BR /&gt;     Rebuilds lvmtab file.&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Aug 2004 01:01:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-error/m-p/3359503#M625679</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-08-18T01:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Vgdisplay error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-error/m-p/3359504#M625680</link>
      <description>Thanks for the reply.The below given is my old lvmtab entry.The Disk c2t0d0 is present.root@spec# strings /etc/lvmtab.org/dev/vg00=TrS@/dev/dsk/c2t1d0s2/dev/vg01=TrSA/dev/dsk/c2t0d0The output of vgscan is as followsUnable to match these Physical Volumes to a Volume Group.Use the vgimport command to complete the process./dev/dsk/c2t0d0The Volume Group /dev/vg01 was not matched with any Physical Volumes.I tried Vgimport it gives the following error.vgimport -v /dev/vg01Beginning the import process on Volume Group "/dev/vg01".vgimport: Cannot open the control file "/dev/vg01/group":No such device</description>
      <pubDate>Wed, 18 Aug 2004 01:12:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-error/m-p/3359504#M625680</guid>
      <dc:creator>Nagashankar</dc:creator>
      <dc:date>2004-08-18T01:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Vgdisplay error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-error/m-p/3359505#M625681</link>
      <description>&lt;BR /&gt;I hope the /etc/lvmtab file is not updated.&lt;BR /&gt;&lt;BR /&gt;Check us,&lt;BR /&gt;&lt;BR /&gt; vgscan -pv&lt;BR /&gt;&lt;BR /&gt; It will give the scan report to you with out updation.&lt;BR /&gt;&lt;BR /&gt; Try to back up the /etc/lvmtab to another location.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; Are you have the localtion of directory as,&lt;BR /&gt;&lt;BR /&gt; /dev/vg01/?&lt;BR /&gt;&lt;BR /&gt; Else copy /dev/vg00/ to /dev/vg01/&lt;BR /&gt;&lt;BR /&gt; Then check as like,&lt;BR /&gt;&lt;BR /&gt; vgimport -pv /dev/vg01&lt;BR /&gt;&lt;BR /&gt; Update the lvmtab file. It will not prompt &lt;BR /&gt;vgdisplay: Cannot open the control file "/dev/vg01/group":No such devicevgdisplay:&lt;BR /&gt;&lt;BR /&gt; Try as -pv for every action before doing it.</description>
      <pubDate>Wed, 18 Aug 2004 01:52:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-error/m-p/3359505#M625681</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-08-18T01:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Vgdisplay error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-error/m-p/3359506#M625682</link>
      <description>Oops.. Try to create vg with vgcreate to create vg01 volume group. &lt;BR /&gt;&lt;BR /&gt;see more on vgcreate man page</description>
      <pubDate>Wed, 18 Aug 2004 01:55:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-error/m-p/3359506#M625682</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-08-18T01:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Vgdisplay error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-error/m-p/3359507#M625683</link>
      <description>Do you have /dev/vg01/group file to begin with?&lt;BR /&gt;you may want to check that.&lt;BR /&gt;if not present , recretaethat wit mknod command...</description>
      <pubDate>Wed, 18 Aug 2004 01:56:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-error/m-p/3359507#M625683</guid>
      <dc:creator>monasingh_1</dc:creator>
      <dc:date>2004-08-18T01:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Vgdisplay error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-error/m-p/3359508#M625684</link>
      <description>Hi,&lt;BR /&gt;please check previous number 1 item, it's very likel that the /dev/vg01/group file is missing.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;TO check if it has been deleted, try this:&lt;BR /&gt;&lt;BR /&gt;cd /dev/vg01&lt;BR /&gt;strings .| more&lt;BR /&gt;&lt;BR /&gt;if the file was there, you will find a trace.&lt;BR /&gt;&lt;BR /&gt;YOu probably have to re-import the VG.&lt;BR /&gt;&lt;BR /&gt;BTW, wht's in your /etc/lvmtab ?&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;  Massimo&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Aug 2004 01:57:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-error/m-p/3359508#M625684</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2004-08-18T01:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Vgdisplay error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-error/m-p/3359509#M625685</link>
      <description>Hi,&lt;BR /&gt;another little thing: are you using and EVA ?&lt;BR /&gt;&lt;BR /&gt;In that case, at boot disks are not visible, due to a missing workaround.&lt;BR /&gt;&lt;BR /&gt;Try issuing a couple of IOSCAN&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ioscan -fn&lt;BR /&gt;&lt;BR /&gt;and then look if you have the disks.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;  Massimo</description>
      <pubDate>Wed, 18 Aug 2004 01:58:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-error/m-p/3359509#M625685</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2004-08-18T01:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Vgdisplay error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-error/m-p/3359510#M625686</link>
      <description>Things to check:&lt;BR /&gt;&lt;BR /&gt;- Does the directory /dev/vg01 exist?&lt;BR /&gt;&lt;BR /&gt;- Like the error message says, does the control file /dev/vg01/group exist?&lt;BR /&gt;&lt;BR /&gt;- Run a command: "strings /etc/lvmtab". There you should find the device name(s) where the system expects to find the vg01. Does that look correct? Are those disks visible in "ioscan -fnCdisk"?&lt;BR /&gt;&lt;BR /&gt;What kind of disk(s) the vg01 is located on? Internal disk in the server? External SCSI? External FibreChannel storage box? A large FibreChannel SAN fabric? Something else?</description>
      <pubDate>Wed, 18 Aug 2004 02:55:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-error/m-p/3359510#M625686</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2004-08-18T02:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Vgdisplay error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-error/m-p/3359511#M625687</link>
      <description>If I recall it correctly, then vgdisplay says:&lt;BR /&gt; &lt;BR /&gt;Cannot open the control file "/dev/vg01/group":&lt;BR /&gt;No such device&lt;BR /&gt; &lt;BR /&gt;This has nothing to do with lvmtab and typically means:&lt;BR /&gt;- /dev/vg01/group is present&lt;BR /&gt;- /dev/vg01/group is a character special file&lt;BR /&gt;- /dev/vg01/group has major 64&lt;BR /&gt; &lt;BR /&gt;But:&lt;BR /&gt;The VG number NN (minor 0xNNxxxx) may not be in the range 0...maxvgs-1.&lt;BR /&gt; &lt;BR /&gt;So please check the minor number and compare it with your maxvgs kernel tunable.&lt;BR /&gt; &lt;BR /&gt;Best regards...&lt;BR /&gt;Dietmar.</description>
      <pubDate>Wed, 18 Aug 2004 04:27:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-error/m-p/3359511#M625687</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2004-08-18T04:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Vgdisplay error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-error/m-p/3359512#M625688</link>
      <description>That was perfect,The minor (0xNNxxxx) was somehow wrong, just relialised it late.i have corrected the same to solve the problem, thanks for all those who replied.</description>
      <pubDate>Wed, 18 Aug 2004 09:21:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-error/m-p/3359512#M625688</guid>
      <dc:creator>Nagashankar</dc:creator>
      <dc:date>2004-08-18T09:21:44Z</dc:date>
    </item>
  </channel>
</rss>

