<?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: Missing volume groups in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-volume-groups/m-p/2569682#M872879</link>
    <description>&lt;BR /&gt;Terry,&lt;BR /&gt;&lt;BR /&gt;seems to me your volume groups are not activated. You have to activate VG's at boot time in /etc/lvmrc. &lt;BR /&gt;Put your VG in there; reboot and you will see your missing groups.&lt;BR /&gt;&lt;BR /&gt;to activate the VG not permanently at boot time issue the command &lt;BR /&gt;vgchange -a /dev/vgxx&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rainer&lt;BR /&gt;</description>
    <pubDate>Fri, 24 Aug 2001 07:52:15 GMT</pubDate>
    <dc:creator>Rainer von Bongartz</dc:creator>
    <dc:date>2001-08-24T07:52:15Z</dc:date>
    <item>
      <title>Missing volume groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-volume-groups/m-p/2569681#M872878</link>
      <description>Hi folks&lt;BR /&gt;&lt;BR /&gt;My server crashed and upon reboot it appears some of the volume groups are missing (spanning different disks).&lt;BR /&gt;&lt;BR /&gt;I tried renaming lvmtab and running vgscan -v.&lt;BR /&gt;It listed the missing volume groups as "The volume group /dev/vgxx/group was not matched with any Physical Volumes."&lt;BR /&gt;&lt;BR /&gt;Any help is greatly appreciated</description>
      <pubDate>Fri, 24 Aug 2001 07:28:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-volume-groups/m-p/2569681#M872878</guid>
      <dc:creator>TMcB</dc:creator>
      <dc:date>2001-08-24T07:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Missing volume groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-volume-groups/m-p/2569682#M872879</link>
      <description>&lt;BR /&gt;Terry,&lt;BR /&gt;&lt;BR /&gt;seems to me your volume groups are not activated. You have to activate VG's at boot time in /etc/lvmrc. &lt;BR /&gt;Put your VG in there; reboot and you will see your missing groups.&lt;BR /&gt;&lt;BR /&gt;to activate the VG not permanently at boot time issue the command &lt;BR /&gt;vgchange -a /dev/vgxx&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rainer&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Aug 2001 07:52:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-volume-groups/m-p/2569682#M872879</guid>
      <dc:creator>Rainer von Bongartz</dc:creator>
      <dc:date>2001-08-24T07:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Missing volume groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-volume-groups/m-p/2569683#M872880</link>
      <description>Thanks for your help&lt;BR /&gt;I was able to get it sorted.</description>
      <pubDate>Fri, 24 Aug 2001 07:58:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-volume-groups/m-p/2569683#M872880</guid>
      <dc:creator>TMcB</dc:creator>
      <dc:date>2001-08-24T07:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Missing volume groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-volume-groups/m-p/2569684#M872881</link>
      <description>Move back your lvmtab to the original position or else the vgchange won't work.&lt;BR /&gt;&lt;BR /&gt;vgchange -a y vgname&lt;BR /&gt;&lt;BR /&gt;ll /etc/lvmconf/&lt;BR /&gt;and look for vgname.conf&lt;BR /&gt;&lt;BR /&gt;vgcfgrestore -n /dev/vgname -l&lt;BR /&gt;to list what pvs are associated to the vgname and recorded in the /etc/lvmconf/vgname.conf&lt;BR /&gt;&lt;BR /&gt;strings /etc/lvmtab to verify they are the same&lt;BR /&gt;&lt;BR /&gt;From the device file for the vgname pv&lt;BR /&gt;issue and ioscan -fnkCdisk&lt;BR /&gt;and verify that the device for the PV is showing up as CLAIMED.&lt;BR /&gt;If it is not there, the hardware has probably failed and you should interrogate via ioscan -fnk exactly what has gone missing.&lt;BR /&gt;If it is claimed, the h/w has not failed and you probably have a vg not activating for some reason or other.. /etc/lvmrc customised activation is one reason.&lt;BR /&gt;&lt;BR /&gt;vgchange -a y vgname &lt;BR /&gt;will manually activate.&lt;BR /&gt;Note any warnings.&lt;BR /&gt;&lt;BR /&gt;Quorum errors mean that less than 51% of the disks are available in the vg, you can force activation to see what remains with&lt;BR /&gt;vgchange -a y -q n vgname&lt;BR /&gt;vgdisplay -v vgname&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v vgname will give you much information about the health of the vg, once it activates that is.&lt;BR /&gt;&lt;BR /&gt;Have a look in your&lt;BR /&gt;/etc/shutdownlog&lt;BR /&gt;and&lt;BR /&gt;/var/adm/syslog/syslog.log&lt;BR /&gt;and OLDsyslog to see what happened prior to and after shutdown.&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Fri, 24 Aug 2001 08:06:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-volume-groups/m-p/2569684#M872881</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-08-24T08:06:33Z</dc:date>
    </item>
  </channel>
</rss>

