<?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: Cluster VG issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-vg-issue/m-p/5289165#M657882</link>
    <description>&lt;P&gt;It is not possible to fsck a logical volume when it's parent volume group is not activated.&lt;BR /&gt;Example:&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;# vgdisplay vg113&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vgdisplay: Volume group not activated.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vgdisplay: Cannot display volume group "vg113".&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;# ll /dev/vg113&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;total 0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;crw-rw-rw- 1 root sys 64 0x030000 Oct 21 2009 group&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;brw-r----- 1 root sys 64 0x030001 Oct 21 2009 lvol1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;crw-r----- 1 root sys 64 0x030001 Oct 21 2009 rlvol1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;# fsck -F vxfs /dev/vg113/lvol1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vxfs fsck: V-3-20003: Cannot open /dev/vg113/lvol1: &lt;FONT color="#ff0000"&gt;No such device or address&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;file system check failure, aborting ...&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;# vgchange -a e vg113&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Activated volume group in Exclusive Mode.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Volume group "vg113" has been successfully changed.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;# fsck -F vxfs /dev/vg113/lvol1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;file system is clean - log replay is not required&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Aug 2011 15:53:04 GMT</pubDate>
    <dc:creator>Stephen Doud</dc:creator>
    <dc:date>2011-08-02T15:53:04Z</dc:date>
    <item>
      <title>Cluster VG issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-vg-issue/m-p/4840899#M657878</link>
      <description>Hi Team, i am using mcsg 11.19 on hpux 11.31 .one of my volume group in package "vg01" is not activating automatically during package start..i need to manually activate the vg and start the package .package is having multiple vg ,but only one vg is having problem .i have added the vg cluster aware and added in cluster configuration file as well...looking quite strange .. UX:vxfs fsck: ERROR: V-3-20003: Cannot open /dev/vg02/rlvorabin: No such device or address file system check failure, aborting ... Once package started,during stopping the package ,it is not deactivating this VG alone ..not sure why it is not deactivating this vg ,entries are avl in package control file /cluster config file etc . any clues</description>
      <pubDate>Wed, 27 Jul 2011 07:47:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-vg-issue/m-p/4840899#M657878</guid>
      <dc:creator>Trng</dc:creator>
      <dc:date>2011-07-27T07:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster VG issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-vg-issue/m-p/4841089#M657879</link>
      <description>&lt;P&gt;If I understand you correctly: you have a package called "vg01" (That's an awful package name, by the way) which uses multiple volume groups. One of these volume groups is failing to be activated on package start, and failing to be deactivated on package stop. Is that correct?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think the reference to "/dev/vg02/rlvorabin﻿" is failing because one of package configuration files makes reference to it, but it doesn't exist. The only reason it's trying to activate it is because it's been told to do so by one of those files.&lt;/P&gt;&lt;P&gt;As for the deactivation, the most common reason is that the filesystem's in use (is any user cd'd into that mountpoint?), but have a look in the log files to see what's happening -- there will be an error message.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2011 09:29:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-vg-issue/m-p/4841089#M657879</guid>
      <dc:creator>jack challen_1</dc:creator>
      <dc:date>2011-07-27T09:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster VG issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-vg-issue/m-p/4841387#M657880</link>
      <description>The message 'Cannot open /dev/vg02/rlvorabin: No such device or address ' indicates that the fsck command cannot locate or access /dev/vg02/rlvorabin.&lt;BR /&gt;First, verify that file exists. If it does, then verify that the package log shows that /dev/vg02 activated before the fsck was attempted.&lt;BR /&gt;You mention vg01 at the top of your post, but vg02 in the error message... which VG is the real VG? Perhaps you loaded the package control script (legacy style package) or package configuration file (modular style package) with an incorrect parameter value?&lt;BR /&gt;If you are working with a legacy package control script, be mindful of the need to increment index values for VG[X] and LVOL[X] parameters.</description>
      <pubDate>Wed, 27 Jul 2011 12:20:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-vg-issue/m-p/4841387#M657880</guid>
      <dc:creator>Stephen Doud</dc:creator>
      <dc:date>2011-07-27T12:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster VG issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-vg-issue/m-p/5286697#M657881</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt; UX:vxfs fsck: ERROR: V-3-20003: Cannot open /dev/vg02/rlvorabin:&lt;/P&gt;&lt;P&gt;Try to run fsck on disk device file of vg02, then activate the volume group.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Deactivate the volume group and run below command&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# fsck /dev/rdsk/cXtXdX&amp;nbsp; (Do this for all PVs)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now Activate the volume group again if above command succeded.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;Cheers...&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jul 2011 08:19:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-vg-issue/m-p/5286697#M657881</guid>
      <dc:creator>Hiren N Dave</dc:creator>
      <dc:date>2011-07-31T08:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster VG issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-vg-issue/m-p/5289165#M657882</link>
      <description>&lt;P&gt;It is not possible to fsck a logical volume when it's parent volume group is not activated.&lt;BR /&gt;Example:&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;# vgdisplay vg113&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vgdisplay: Volume group not activated.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vgdisplay: Cannot display volume group "vg113".&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;# ll /dev/vg113&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;total 0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;crw-rw-rw- 1 root sys 64 0x030000 Oct 21 2009 group&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;brw-r----- 1 root sys 64 0x030001 Oct 21 2009 lvol1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;crw-r----- 1 root sys 64 0x030001 Oct 21 2009 rlvol1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;# fsck -F vxfs /dev/vg113/lvol1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vxfs fsck: V-3-20003: Cannot open /dev/vg113/lvol1: &lt;FONT color="#ff0000"&gt;No such device or address&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;file system check failure, aborting ...&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;# vgchange -a e vg113&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Activated volume group in Exclusive Mode.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Volume group "vg113" has been successfully changed.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;# fsck -F vxfs /dev/vg113/lvol1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;file system is clean - log replay is not required&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2011 15:53:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-vg-issue/m-p/5289165#M657882</guid>
      <dc:creator>Stephen Doud</dc:creator>
      <dc:date>2011-08-02T15:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster VG issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-vg-issue/m-p/5289741#M657883</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt; @Stephen: It is not possible to fsck a logical volume when it's parent volume group is not activated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have asked to fsck PVs....not LVs!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers...&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2011 07:21:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-vg-issue/m-p/5289741#M657883</guid>
      <dc:creator>Hiren N Dave</dc:creator>
      <dc:date>2011-08-03T07:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster VG issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-vg-issue/m-p/5290047#M657884</link>
      <description>&lt;P&gt;&amp;gt; I have asked to fsck PVs....not LVs!﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;# fsck -F vxfs /dev/vg113/lvol1&lt;/FONT&gt;﻿&amp;nbsp; -&amp;nbsp; &lt;FONT color="#FF0000"&gt;That's not a PV!!&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2011 11:46:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-vg-issue/m-p/5290047#M657884</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2011-08-03T11:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster VG issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-vg-issue/m-p/5290213#M657885</link>
      <description>&lt;P&gt;Hi Pete,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate your contribution to the community...but you have mis-read my answer. It is actually...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;# fsck /dev/rdsk/cXtXdX (Do this for all PVs)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;HD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2011 13:38:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-vg-issue/m-p/5290213#M657885</guid>
      <dc:creator>Hiren N Dave</dc:creator>
      <dc:date>2011-08-03T13:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster VG issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-vg-issue/m-p/5294743#M657886</link>
      <description>&lt;P&gt;Unless you created a whole-disk file system outside of LVM, you cannot fsck a PV.&lt;/P&gt;&lt;P&gt;The person who opened this thread used LVM references in their initial query so I have to assume the disks have LVM metadata on them..&amp;nbsp; That being the case, it is not possible to fsck an LVM&amp;nbsp;PV when&amp;nbsp;LVM metadata is at the front of the disk - before any file system metadata.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;To demonstrate this::&lt;/P&gt;&lt;P&gt;# vgdisplay vg113&lt;BR /&gt;vgdisplay: Volume group not activated.&lt;BR /&gt;vgdisplay: Cannot display volume group "vg113".&lt;BR /&gt;&lt;BR /&gt;lvmtab shows only one disk for vg113 on my test system:&lt;BR /&gt;/dev/vg113&lt;BR /&gt;/dev/disk/disk113&lt;BR /&gt;&lt;BR /&gt;# fsck -F vxfs /dev/disk/113&lt;BR /&gt;vxfs fsck: V-3-20945: cannot stat /dev/disk/113&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # (as I expected).&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2011 23:12:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-vg-issue/m-p/5294743#M657886</guid>
      <dc:creator>Stephen Doud</dc:creator>
      <dc:date>2011-08-08T23:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster VG issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-vg-issue/m-p/5296195#M657887</link>
      <description>&lt;P&gt;hi trng,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;could you please post output as follow&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;vgchange -a y vg01&lt;/P&gt;&lt;P&gt;vgdisplay -v vg01&lt;/P&gt;&lt;P&gt;and also your cluster packge control file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2011 08:39:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-vg-issue/m-p/5296195#M657887</guid>
      <dc:creator>Khairy</dc:creator>
      <dc:date>2011-08-10T08:39:33Z</dc:date>
    </item>
  </channel>
</rss>

