<?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 problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem/m-p/3115590#M149718</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;i donot find a entry for vg00. i am attaching the lvmrc file. please look in to it.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 11 Nov 2003 01:53:00 GMT</pubDate>
    <dc:creator>M. Tariq Ayub</dc:creator>
    <dc:date>2003-11-11T01:53:00Z</dc:date>
    <item>
      <title>mount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem/m-p/3115585#M149713</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have two rp8400 in a clustered configuration. recently i created one mount point in one server that is not cluster aware and i have also entered its entry to /etc/fstab. but when i rebooted the system the file system was not mounted. What could be the reason?</description>
      <pubDate>Tue, 11 Nov 2003 01:09:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem/m-p/3115585#M149713</guid>
      <dc:creator>M. Tariq Ayub</dc:creator>
      <dc:date>2003-11-11T01:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: mount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem/m-p/3115586#M149714</link>
      <description>One thing, If you reboot the NFS server then remember to export the filesystem.&lt;BR /&gt;But if just the NFS client is rebooted then the mount point should comeup by itself if correctly defined in /etc/fstab,&lt;BR /&gt;&lt;BR /&gt;Are you able to mount it manually?&lt;BR /&gt;Have a look in /etc/rc.log do you see any error in nfs client startup&lt;BR /&gt;&lt;BR /&gt;Also can we have a look at the entry you have put in /etc/fstab on nfs client (where you are mounting the filesystem)</description>
      <pubDate>Tue, 11 Nov 2003 01:19:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem/m-p/3115586#M149714</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2003-11-11T01:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: mount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem/m-p/3115587#M149715</link>
      <description>If this is a volume group that the cluster does not start up and /etc/lvmrc has the variable "AUTO_VG_ACTIVATE" set to 0, then you wil need to add the "vgchange -a y" commnad for this volume group to the custom_vg_activation() function within /etc/lvmrc.  Otherwise the volume group will not be activated on boot and the file system can not be mounted.&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Tue, 11 Nov 2003 01:21:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem/m-p/3115587#M149715</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-11-11T01:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: mount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem/m-p/3115588#M149716</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The AUTO_VG_ACTIVATE is set to 0. and i need to activate that volume groum manually. now if i chage that variable to 1  then will it effect cluster environment. because at that time all the volume group of that server will be activated.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Nov 2003 01:26:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem/m-p/3115588#M149716</guid>
      <dc:creator>M. Tariq Ayub</dc:creator>
      <dc:date>2003-11-11T01:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: mount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem/m-p/3115589#M149717</link>
      <description>Don't change it to 1.  If you do, then your cluster volume groups will not be activated when you next boot the machine.&lt;BR /&gt; &lt;BR /&gt;Look further down /etc/lvmrc and you'll see something like this.&lt;BR /&gt; &lt;BR /&gt;custom_vg_activation()&lt;BR /&gt;{                     &lt;BR /&gt;        # e.g. /sbin/vgchange -a y -s&lt;BR /&gt;        #      parallel_vg_sync "/dev/vg00 /dev/vg01"&lt;BR /&gt;        #      parallel_vg_sync "/dev/vg02 /dev/vg03"&lt;BR /&gt;                                                     &lt;BR /&gt;        /sbin/vgchange -a y /dev/vg00             &lt;BR /&gt; &lt;BR /&gt;From here you can see that "vg00" is activated from within this file.  Just add a new entry under here for your new volume group.</description>
      <pubDate>Tue, 11 Nov 2003 01:34:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem/m-p/3115589#M149717</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-11-11T01:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: mount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem/m-p/3115590#M149718</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;i donot find a entry for vg00. i am attaching the lvmrc file. please look in to it.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Nov 2003 01:53:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem/m-p/3115590#M149718</guid>
      <dc:creator>M. Tariq Ayub</dc:creator>
      <dc:date>2003-11-11T01:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: mount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem/m-p/3115591#M149719</link>
      <description>I am surprised vg00 isn't there.  Just to confirm that we are on the right track though, look in /etc/rc.log.  Somewhere in there I am expecting to see an error when trying to mount your file system saying something like the volume group has not been activated.&lt;BR /&gt; &lt;BR /&gt;If this is the case just add the following to your /etc/lvmrc file in the section we have been looking at&lt;BR /&gt; &lt;BR /&gt;vgchange -a y -s /dev/vgwhatever  for the volume group containing your filesystem.</description>
      <pubDate>Tue, 11 Nov 2003 02:09:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem/m-p/3115591#M149719</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-11-11T02:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: mount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem/m-p/3115592#M149720</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;i found the entry in rc.log. it shows &lt;BR /&gt;mountall: cannot mount /dev/billprnvg/lvol01&lt;BR /&gt;mountall: diagnostics from mount&lt;BR /&gt;vxfs mount: Cannot open /dev/billprnvg/lvol01: No such device or address&lt;BR /&gt;checking quotas&lt;BR /&gt;&lt;BR /&gt;It because of the vg is not activated.&lt;BR /&gt;&lt;BR /&gt;Should i put the entry in&lt;BR /&gt;custom_vg_activation()&lt;BR /&gt;{&lt;BR /&gt;# e.g. /sbin/vgchange -a y -s&lt;BR /&gt;/sbin/vgchange -a y -s billprnvg        &lt;BR /&gt;#      parallel_vg_sync "/dev/vg00 /dev/vg01"&lt;BR /&gt;#      parallel_vg_sync "/dev/vg02 /dev/vg03"&lt;BR /&gt;        return 0&lt;BR /&gt;} &lt;BR /&gt;&lt;BR /&gt;In the second line. My vg name is billprnvg</description>
      <pubDate>Tue, 11 Nov 2003 03:00:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem/m-p/3115592#M149720</guid>
      <dc:creator>M. Tariq Ayub</dc:creator>
      <dc:date>2003-11-11T03:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: mount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem/m-p/3115593#M149721</link>
      <description>Can you try these steps first (assuming that the filesystem is not already mounted)&lt;BR /&gt; &lt;BR /&gt;This will confirm that the volume group is not already activated.  You should get a message something like "volume group now activated"&lt;BR /&gt; &lt;BR /&gt;vgchange -a y billprnvg&lt;BR /&gt; &lt;BR /&gt;Now lets check that we can really mount the logical volume on a mount point&lt;BR /&gt; &lt;BR /&gt;mount /dev/billprnvg /mnt&lt;BR /&gt; &lt;BR /&gt;IF this works and you can see it mounted on /mnt in "bdf" then change /etc/lvmrc as discussed and as you have mentioned in your last post.&lt;BR /&gt; &lt;BR /&gt;If the mount hasn't worked, I suspect that you haven't made the volume group correctly in the first place.  But let me know how the above goes first.&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Tue, 11 Nov 2003 03:08:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem/m-p/3115593#M149721</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-11-11T03:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: mount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem/m-p/3115594#M149722</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I can mount manually. I will change the entry in that file&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Nov 2003 00:41:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem/m-p/3115594#M149722</guid>
      <dc:creator>M. Tariq Ayub</dc:creator>
      <dc:date>2003-11-12T00:41:12Z</dc:date>
    </item>
  </channel>
</rss>

