<?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: fstab, extra entry in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fstab-extra-entry/m-p/5028711#M430307</link>
    <description>Hi Fred:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; According to vgdisplay, there is no logical volume /dev/vg01/arch&lt;BR /&gt;&lt;BR /&gt;Do 'ls -l /dev/vg*/group'.  If you don't see a group file for vg01, then the volume group was eliminated.  The absence from a 'vgdisplay' may only mean that the volume group has not been activated.  Unless you are running a ServiceGuard environment, this is unlikely.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Assuming that there was a /dev/vg01/arch at one time, is this an indication that the volume was removed but fstab was not modified?&lt;BR /&gt;&lt;BR /&gt;Probably.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; There's no error in syslog about it not mounting&lt;BR /&gt;&lt;BR /&gt;You need to look at the startup log --- '/etc/rc.log'.  The script '/sbin/init.d/localmount' would log events in the 'rc.log' had it encountered errors.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; And, since I know that /dev/vg01/arch no longer exists, can I just delete the line from the fstab with 'vi', without harming anything?&lt;BR /&gt;&lt;BR /&gt;Yes, simply edit '/etc/fstab'.  Missing entries can always be added back --- missing entries simply aren't mounted at startup or when a 'mount -a' is performed.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
    <pubDate>Thu, 15 Feb 2007 16:32:03 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2007-02-15T16:32:03Z</dc:date>
    <item>
      <title>fstab, extra entry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fstab-extra-entry/m-p/5028708#M430304</link>
      <description>I was installing the HP-UX patch for daylight savings time, and swinstall complained that there was an entry in /etc/fstab which was not currently mounted.&lt;BR /&gt;&lt;BR /&gt;So I looked, and there is an extra line:&lt;BR /&gt;&lt;BR /&gt;/dev/vg01/arch /arch vxfs rw,suid,...etc...&lt;BR /&gt;&lt;BR /&gt;According to vgdisplay, there is no logical volume /dev/vg01/arch.&lt;BR /&gt;&lt;BR /&gt;Assuming that there was a /dev/vg01/arch at one time, is this an indication that the volume was removed but fstab was not modified?&lt;BR /&gt;&lt;BR /&gt;There's no error in syslog about it not mounting.  Would that mean that this server has not been booted since arch was removed?&lt;BR /&gt;&lt;BR /&gt;And, since I know that /dev/vg01/arch no longer exists, can I just delete the line from the fstab with 'vi', without harming anything?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Feb 2007 16:03:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fstab-extra-entry/m-p/5028708#M430304</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2007-02-15T16:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: fstab, extra entry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fstab-extra-entry/m-p/5028709#M430305</link>
      <description>include the -x mount_all_filesystems=false in your swinstall  command. &lt;BR /&gt; &lt;BR /&gt;# swinstall -x mount_all_filesystems=false -s /xxxxxxxx.depot&lt;BR /&gt;&lt;BR /&gt;then it will not look for the entries in your /etc/fstab file.&lt;BR /&gt;&lt;BR /&gt;rgds / James&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Feb 2007 16:05:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fstab-extra-entry/m-p/5028709#M430305</guid>
      <dc:creator>James George_1</dc:creator>
      <dc:date>2007-02-15T16:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: fstab, extra entry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fstab-extra-entry/m-p/5028710#M430306</link>
      <description>Thanks James.  That will get me through the patch install OK.  I'm still curious about the other stuff, if someone has any insight.&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Feb 2007 16:17:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fstab-extra-entry/m-p/5028710#M430306</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2007-02-15T16:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: fstab, extra entry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fstab-extra-entry/m-p/5028711#M430307</link>
      <description>Hi Fred:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; According to vgdisplay, there is no logical volume /dev/vg01/arch&lt;BR /&gt;&lt;BR /&gt;Do 'ls -l /dev/vg*/group'.  If you don't see a group file for vg01, then the volume group was eliminated.  The absence from a 'vgdisplay' may only mean that the volume group has not been activated.  Unless you are running a ServiceGuard environment, this is unlikely.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Assuming that there was a /dev/vg01/arch at one time, is this an indication that the volume was removed but fstab was not modified?&lt;BR /&gt;&lt;BR /&gt;Probably.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; There's no error in syslog about it not mounting&lt;BR /&gt;&lt;BR /&gt;You need to look at the startup log --- '/etc/rc.log'.  The script '/sbin/init.d/localmount' would log events in the 'rc.log' had it encountered errors.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; And, since I know that /dev/vg01/arch no longer exists, can I just delete the line from the fstab with 'vi', without harming anything?&lt;BR /&gt;&lt;BR /&gt;Yes, simply edit '/etc/fstab'.  Missing entries can always be added back --- missing entries simply aren't mounted at startup or when a 'mount -a' is performed.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Feb 2007 16:32:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fstab-extra-entry/m-p/5028711#M430307</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-02-15T16:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: fstab, extra entry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fstab-extra-entry/m-p/5028712#M430308</link>
      <description>James, thanks.  There it was, in the rc log:&lt;BR /&gt;&lt;BR /&gt;mountall: cannot mount /dev/vg01/arch  &lt;BR /&gt;mountall: diagnostics from mount       &lt;BR /&gt;mount: /arch: No such file or directory&lt;BR /&gt;&lt;BR /&gt;So evidently it's been missing a long while.&lt;BR /&gt;&lt;BR /&gt;I've removed it from fstab.&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Feb 2007 10:28:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fstab-extra-entry/m-p/5028712#M430308</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2007-02-16T10:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: fstab, extra entry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fstab-extra-entry/m-p/5028713#M430309</link>
      <description>nop&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Feb 2007 10:29:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fstab-extra-entry/m-p/5028713#M430309</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2007-02-16T10:29:39Z</dc:date>
    </item>
  </channel>
</rss>

