<?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 vgdisplay: Cannot display volume group in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-cannot-display-volume-group/m-p/3681038#M245356</link>
    <description>Hi friends, could you help me with next?&lt;BR /&gt;i making a make_recovery and a have some warning's:&lt;BR /&gt;&lt;BR /&gt;root@hostname # make_recovery -Av                                          &lt;BR /&gt;      Option -A specified. Entire Core Volume Group/disk will be backed up&lt;BR /&gt;vgdisplay: Volume group not activated.                                    &lt;BR /&gt;vgdisplay: Cannot display volume group "/dev/vgp09xxx1".                  &lt;BR /&gt;vgdisplay: Volume group not activated.                                    &lt;BR /&gt;vgdisplay: Cannot display volume group "/dev/vgp09zzzz".                &lt;BR /&gt;vgdisplay: Volume group not activated.                                    &lt;BR /&gt;&lt;BR /&gt;why do i have this message: "Cannot display volume group "/--/---/" ?&lt;BR /&gt;why it say it isn't activated?&lt;BR /&gt;&lt;BR /&gt;Thanks, Manuales.</description>
    <pubDate>Tue, 29 Nov 2005 13:18:46 GMT</pubDate>
    <dc:creator>Manuales</dc:creator>
    <dc:date>2005-11-29T13:18:46Z</dc:date>
    <item>
      <title>vgdisplay: Cannot display volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-cannot-display-volume-group/m-p/3681038#M245356</link>
      <description>Hi friends, could you help me with next?&lt;BR /&gt;i making a make_recovery and a have some warning's:&lt;BR /&gt;&lt;BR /&gt;root@hostname # make_recovery -Av                                          &lt;BR /&gt;      Option -A specified. Entire Core Volume Group/disk will be backed up&lt;BR /&gt;vgdisplay: Volume group not activated.                                    &lt;BR /&gt;vgdisplay: Cannot display volume group "/dev/vgp09xxx1".                  &lt;BR /&gt;vgdisplay: Volume group not activated.                                    &lt;BR /&gt;vgdisplay: Cannot display volume group "/dev/vgp09zzzz".                &lt;BR /&gt;vgdisplay: Volume group not activated.                                    &lt;BR /&gt;&lt;BR /&gt;why do i have this message: "Cannot display volume group "/--/---/" ?&lt;BR /&gt;why it say it isn't activated?&lt;BR /&gt;&lt;BR /&gt;Thanks, Manuales.</description>
      <pubDate>Tue, 29 Nov 2005 13:18:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-cannot-display-volume-group/m-p/3681038#M245356</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2005-11-29T13:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: vgdisplay: Cannot display volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-cannot-display-volume-group/m-p/3681039#M245357</link>
      <description>Do you have volume groups /dev/vgp09xxx1 and /dev/vgp09zzzz?  If so, then try this:&lt;BR /&gt;&lt;BR /&gt;vgchange -a y /dev/vgp09xxx1 &lt;BR /&gt;vgchange -a y /dev/vgp09zzzz&lt;BR /&gt;&lt;BR /&gt;If you don't need them (and are sure of it), then you can remove them&lt;BR /&gt;&lt;BR /&gt;vgexport /dev/vgp09xxx1&lt;BR /&gt;vgexport /dev/vgp09zzzz</description>
      <pubDate>Tue, 29 Nov 2005 13:27:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-cannot-display-volume-group/m-p/3681039#M245357</guid>
      <dc:creator>Gary L. Paveza, Jr.</dc:creator>
      <dc:date>2005-11-29T13:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: vgdisplay: Cannot display volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-cannot-display-volume-group/m-p/3681040#M245358</link>
      <description>It isn't activated - that is all - must have been on the system - or you deactivated on purpose.&lt;BR /&gt;&lt;BR /&gt;Are they in /etc/fstab?&lt;BR /&gt;&lt;BR /&gt;If they are supposed to be active - then activate them...&lt;BR /&gt;&lt;BR /&gt;vgchange -a y /dev/vgXX&lt;BR /&gt;&lt;BR /&gt;Also check /etc/lvmrc is AUTO_VG_ACTIVATE=1&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Nov 2005 13:32:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-cannot-display-volume-group/m-p/3681040#M245358</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-11-29T13:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: vgdisplay: Cannot display volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-cannot-display-volume-group/m-p/3681041#M245359</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If the intention of the backup is to backup only vg00 then these messages can be ignored. An error will be faced if any of the LVOL of vg00 is unmounted and the backup will not proceed unless that is mounted. &lt;BR /&gt;&lt;BR /&gt;The case here is quite usual as these VG may be some shared VGs and could be active on other nodes.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Tue, 29 Nov 2005 13:44:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-cannot-display-volume-group/m-p/3681041#M245359</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-11-29T13:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: vgdisplay: Cannot display volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-cannot-display-volume-group/m-p/3681042#M245360</link>
      <description>hi friends!!&lt;BR /&gt;when i executed make_recovery, another message was shown:&lt;BR /&gt;&lt;BR /&gt;pax: ready for volume 2&lt;BR /&gt;Ready for volume to tape go when ready to proceed  (or quit to abort).&lt;BR /&gt;&lt;BR /&gt;what is the meaning of this??&lt;BR /&gt;&lt;BR /&gt;is correct to execute make_recover -Av if only i need an ignite (vg00) ??&lt;BR /&gt;&lt;BR /&gt;how is the recommended way to execute an ignite?&lt;BR /&gt;&lt;BR /&gt;Thanks, Manuales.</description>
      <pubDate>Tue, 29 Nov 2005 17:56:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-cannot-display-volume-group/m-p/3681042#M245360</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2005-11-29T17:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: vgdisplay: Cannot display volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-cannot-display-volume-group/m-p/3681043#M245361</link>
      <description>Yes, make_tape_recovery -Av is the correct way to make a bootable tape of the root vg00 - what is the size of vg00?  and what size is your tape s/tape drive?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Nov 2005 19:27:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-cannot-display-volume-group/m-p/3681043#M245361</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-11-29T19:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: vgdisplay: Cannot display volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-cannot-display-volume-group/m-p/3681044#M245362</link>
      <description>Hi Manuales&lt;BR /&gt;&lt;BR /&gt;I usually use this command to take a ignite backup tape (all vg00):&lt;BR /&gt;make_tape_recovery -v -A -I -x inc_entire=vg00 -a /dev/rmt/0mn&lt;BR /&gt;&lt;BR /&gt;You can try it!&lt;BR /&gt;Goodluck!&lt;BR /&gt;&lt;BR /&gt;Best and regard,&lt;BR /&gt;Hoang Chi Cong</description>
      <pubDate>Tue, 29 Nov 2005 21:37:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-cannot-display-volume-group/m-p/3681044#M245362</guid>
      <dc:creator>Hoang Chi Cong_1</dc:creator>
      <dc:date>2005-11-29T21:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: vgdisplay: Cannot display volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-cannot-display-volume-group/m-p/3681045#M245363</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This message means that the first media was full and second media was required in continuation to complete the backup. This is expected if your media size is less than the  data being backed up.&lt;BR /&gt;&lt;BR /&gt;However if that is not the case you should consider replacing media and test compression on the drive.&lt;BR /&gt;&lt;BR /&gt;This specially can be a case when you are not mentioning only vg00 to be backed up. In this event command will go for backing up other VGs as well and you will run short of space in the tape media. So follow the complete command to backup only vg00.&lt;BR /&gt;&lt;BR /&gt;#make_tape_recovery -Ava /dev/rmt/0mn -x inc_entire=vg00 -I&lt;BR /&gt;&lt;BR /&gt;Also the message can also come if you are trying second backup on the same tape in the event of failure of first backup at some stage in between. In that case you can simply  rewind tape or switch off and back on the drive.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Dec 2005 23:46:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-cannot-display-volume-group/m-p/3681045#M245363</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-12-01T23:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: vgdisplay: Cannot display volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-cannot-display-volume-group/m-p/3681046#M245364</link>
      <description>Shalom Manuales,&lt;BR /&gt;&lt;BR /&gt;Please stop using make_recovery. It's no longer supported.&lt;BR /&gt;&lt;BR /&gt;For your protection and the reliability of the backup Ignite is very strict on volume group information.&lt;BR /&gt;&lt;BR /&gt;Any inconsistency will make the backup stop, and not always at the beginning. You must resolve this problem and used a supported make_tape_recovery command (see above) to have any hope of this tool providing you good backups.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 02 Dec 2005 01:11:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgdisplay-cannot-display-volume-group/m-p/3681046#M245364</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-12-02T01:11:30Z</dc:date>
    </item>
  </channel>
</rss>

