<?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: Mount problems !!! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-problems/m-p/2928579#M111130</link>
    <description>Venky:&lt;BR /&gt;&lt;BR /&gt;As a work-around or just for testing, in lvmrc, set AUTO_VG_ACTIVATE to 0, and activate all your volume groups (especially that, that makes problems) explicitly within the custom_vg_activation subroutine, e.g.&lt;BR /&gt;custom_vg_activation()&lt;BR /&gt;{&lt;BR /&gt;/sbin/vgchange -a y /dev/vg01&lt;BR /&gt;/sbin/vgchange -a y /dev/vg02&lt;BR /&gt;return 0&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;Maybe, this will produce some valuable error messages, or hints to the problem solution.</description>
    <pubDate>Tue, 18 Mar 2003 10:51:29 GMT</pubDate>
    <dc:creator>Thomas Schler_1</dc:creator>
    <dc:date>2003-03-18T10:51:29Z</dc:date>
    <item>
      <title>Mount problems !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-problems/m-p/2928572#M111123</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;After some latest patches installation on HP-UX11i server, one of the volume group fails to get activated and the filesystems under this volume group are not mounted.&lt;BR /&gt;&lt;BR /&gt;After activating the volume group using vgchange -a y , problem was solved but with every reboot it occurs again.&lt;BR /&gt;&lt;BR /&gt;Any suggestions to get rid of this problem.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Venky</description>
      <pubDate>Mon, 17 Mar 2003 11:08:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-problems/m-p/2928572#M111123</guid>
      <dc:creator>Venky_1</dc:creator>
      <dc:date>2003-03-17T11:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Mount problems !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-problems/m-p/2928573#M111124</link>
      <description>check whether you have &lt;BR /&gt;&lt;BR /&gt;AUTO_VG_ACTIVATE=1&lt;BR /&gt;&lt;BR /&gt;in the /etc/lvmrc.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Mar 2003 11:26:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-problems/m-p/2928573#M111124</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-03-17T11:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Mount problems !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-problems/m-p/2928574#M111125</link>
      <description>Check /etc/lvmrc to see if AUTO_VG_ACTIVATE has been set to 0 and you've not specifically activated the VG in question.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Mon, 17 Mar 2003 11:27:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-problems/m-p/2928574#M111125</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2003-03-17T11:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Mount problems !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-problems/m-p/2928575#M111126</link>
      <description>With something like this the /etc/rc.log will record any boot up error.  Could you review this please?  And what does syslog.log say?  /var/adm/messages?  (* dmesg *)&lt;BR /&gt;&lt;BR /&gt;Could you attach the contents of the following, or review for completeness and accuracy:&lt;BR /&gt;&lt;BR /&gt;strings /etc/lvmtab&lt;BR /&gt;&lt;BR /&gt;vgcfgrestore -f /etc/lvmconf/vg##.conf -l&lt;BR /&gt;&lt;BR /&gt;strings /etc/mnttab | grep -i vg##&lt;BR /&gt;&lt;BR /&gt;cat /etc/fstab | grep -i vg##&lt;BR /&gt;&lt;BR /&gt;Finally, please check the LOGTOOL utility in STM.&lt;BR /&gt;&lt;BR /&gt;STM &amp;gt; TOOLS &amp;gt; UTILITY &amp;gt; RUN &amp;gt; LOGTOOL &amp;gt; FILE &amp;gt; VIEW &amp;gt; RAW SUMMARY. &lt;BR /&gt;&lt;BR /&gt;Note the first and last dates of transactions and calculate the difference. If the difference is short, like 4 hours, then this is important to note. Now read down the report of hardware addresses and observe the integer numbers in parenthesis. Anything over 150 in this 4 hour period should be called into HP for replacement.</description>
      <pubDate>Mon, 17 Mar 2003 11:33:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-problems/m-p/2928575#M111126</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-03-17T11:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Mount problems !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-problems/m-p/2928576#M111127</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;AUTO_VG_ACTIVATE is set to 1 in /etc/lvmrc file.&lt;BR /&gt;&lt;BR /&gt;Frederick : I have checked the outputs as mentioned in your reply and all the files have relevant entries for the problematic VG.&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;Venky</description>
      <pubDate>Mon, 17 Mar 2003 12:32:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-problems/m-p/2928576#M111127</guid>
      <dc:creator>Venky_1</dc:creator>
      <dc:date>2003-03-17T12:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Mount problems !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-problems/m-p/2928577#M111128</link>
      <description>check for &lt;BR /&gt;cat /etc/lvmtab &lt;BR /&gt;&lt;BR /&gt;check that with the vgdisplay -v &lt;VG-NAME&gt;&lt;BR /&gt;&lt;BR /&gt;check for the number of disks.&lt;BR /&gt;&lt;/VG-NAME&gt;</description>
      <pubDate>Mon, 17 Mar 2003 12:56:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-problems/m-p/2928577#M111128</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-03-17T12:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Mount problems !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-problems/m-p/2928578#M111129</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The VG would be activated via the /sbin/bcheckrc which checks /sbin/lvmrc exists and is executable. If the  AUTO_VG_ACTIVATE=1 is set then the VG should be activated on bootup.&lt;BR /&gt;Check both are readdable ane executable .&lt;BR /&gt;&lt;BR /&gt;If the VG has failed to activate and if /etc/fstab has an entry for the mount of the filesystem then I would expect an ERROR in the /etc/rc.log under:&lt;BR /&gt;Mount file systems&lt;BR /&gt;Output from "/sbin/rc1.d/S100localmount start":&lt;BR /&gt;----------------------------&lt;BR /&gt;Its a bit strange you don't see any messages in /etc/rc.log .&lt;BR /&gt;&lt;BR /&gt;Hope the above helps .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Mar 2003 10:26:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-problems/m-p/2928578#M111129</guid>
      <dc:creator>Daxa Patel</dc:creator>
      <dc:date>2003-03-18T10:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Mount problems !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-problems/m-p/2928579#M111130</link>
      <description>Venky:&lt;BR /&gt;&lt;BR /&gt;As a work-around or just for testing, in lvmrc, set AUTO_VG_ACTIVATE to 0, and activate all your volume groups (especially that, that makes problems) explicitly within the custom_vg_activation subroutine, e.g.&lt;BR /&gt;custom_vg_activation()&lt;BR /&gt;{&lt;BR /&gt;/sbin/vgchange -a y /dev/vg01&lt;BR /&gt;/sbin/vgchange -a y /dev/vg02&lt;BR /&gt;return 0&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;Maybe, this will produce some valuable error messages, or hints to the problem solution.</description>
      <pubDate>Tue, 18 Mar 2003 10:51:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-problems/m-p/2928579#M111130</guid>
      <dc:creator>Thomas Schler_1</dc:creator>
      <dc:date>2003-03-18T10:51:29Z</dc:date>
    </item>
  </channel>
</rss>

