<?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: problem with nfs mount in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nfs-mount/m-p/2520626#M877804</link>
    <description>Eran,&lt;BR /&gt;&lt;BR /&gt;This is a known bug recently reported to HP, which is Service Request #8606194648 Change Reqest #JAGad63856, reported against 11.0 and 11i.  The workaround for now, is to edit the /etc/fstab as you noted.&lt;BR /&gt;&lt;BR /&gt;Regards, &lt;BR /&gt;-&amp;gt; Brian Hackley&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 24 Apr 2001 14:00:14 GMT</pubDate>
    <dc:creator>Brian Hackley</dc:creator>
    <dc:date>2001-04-24T14:00:14Z</dc:date>
    <item>
      <title>problem with nfs mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nfs-mount/m-p/2520625#M877803</link>
      <description>Seems that the 'mount -p' on HP-UX 11.0, with NFSv3 mounted disks, produce&lt;BR /&gt;invalid results, i.e. - it adds the string ",NFSv3" which is invalid:&lt;BR /&gt;&lt;BR /&gt;itsth104 [614]#umount /mnt&lt;BR /&gt;itsth104 [615]#mount infs001:/disk01/sysmgr /mnt&lt;BR /&gt;itsth104 [616]# mount -p | grep nfs &amp;gt;&amp;gt; /etc/fstab&lt;BR /&gt;itsth104 [617]#umount /mnt&lt;BR /&gt;itsth104 [618]#mount /mnt&lt;BR /&gt;nfs mount: illegal file system specific option: NFSv3&lt;BR /&gt;&lt;BR /&gt;usage:  mount [-l][-v|-p]&lt;BR /&gt;        mount [-F FStype][-eQ] -a&lt;BR /&gt;        mount [-F FStype][-eQrV][-o specific_options]&lt;BR /&gt;                { special | directory }&lt;BR /&gt;        mount [-F FStype][-eQrV][-o specific_options]&lt;BR /&gt;                special directory&lt;BR /&gt;itsth104 [619]#grep nfs /etc/fstab&lt;BR /&gt;iln001:/usr/sysmgr                     /usr/sysmgr              nfs&lt;BR /&gt;defaults         0 0&lt;BR /&gt;iln001:/usr/common                     /usr/common              nfs&lt;BR /&gt;defaults         0 0&lt;BR /&gt;iln001:/usr/sysmgr      /usr/sysmgr   nfs   defaults         0 0&lt;BR /&gt;iln001:/usr/common      /usr/common   nfs   defaults         0 0&lt;BR /&gt;infs001:/disk01/sysmgr  /mnt          nfs   defaults,NFSv3   0 0&lt;BR /&gt;itsth104 [620]#sed 's/,NFSv3//' /etc/fstab&lt;BR /&gt;# System /etc/fstab file.  Static information about the file systems&lt;BR /&gt;# See fstab(4) and sam(1M) for further details on configuring devices.&lt;BR /&gt;/dev/vg00/lvol4 / vxfs delaylog 0 1&lt;BR /&gt;/dev/vg00/lvol1 /stand hfs defaults 0 1&lt;BR /&gt;/dev/vg00/lvol3      ...             swap   defaults  0 0&lt;BR /&gt;/dev/vg00/lvol5 /afs_cache hfs defaults 0 2&lt;BR /&gt;/dev/vg00/lvol6 /home vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol7 /netbatch vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol8 /opt vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol9 /tmp vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol10 /usr vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol11 /var vxfs delaylog 0 2&lt;BR /&gt;iln001:/usr/sysmgr                     /usr/sysmgr              nfs&lt;BR /&gt;defaults         0 0&lt;BR /&gt;iln001:/usr/common                     /usr/common              nfs&lt;BR /&gt;defaults         0 0&lt;BR /&gt;/dev/vg01/lvol1 /ignite_area vxfs rw,suid,largefiles,delaylog,datainlog 0 2&lt;BR /&gt;iln001:/usr/sysmgr      /usr/sysmgr   nfs   defaults         0 0&lt;BR /&gt;iln001:/usr/common      /usr/common   nfs   defaults         0 0&lt;BR /&gt;infs001:/disk01/sysmgr  /mnt          nfs   defaults   0 0&lt;BR /&gt;itsth104 [621]#grep nfs /etc/fstab&lt;BR /&gt;iln001:/usr/sysmgr                     /usr/sysmgr              nfs&lt;BR /&gt;defaults         0 0&lt;BR /&gt;iln001:/usr/common                     /usr/common              nfs&lt;BR /&gt;defaults         0 0&lt;BR /&gt;iln001:/usr/sysmgr      /usr/sysmgr   nfs   defaults         0 0&lt;BR /&gt;iln001:/usr/common      /usr/common   nfs   defaults         0 0&lt;BR /&gt;infs001:/disk01/sysmgr  /mnt          nfs   defaults,NFSv3   0 0&lt;BR /&gt;itsth104 [622]#sed 's/,NFSv3//' /etc/fstab &amp;gt; /tmp/fstab&lt;BR /&gt;itsth104 [623]#cp -f /tmp/fstab /etc/fstab&lt;BR /&gt;itsth104 [624]#grep nfs /etc/fstab&lt;BR /&gt;iln001:/usr/sysmgr                     /usr/sysmgr              nfs&lt;BR /&gt;defaults         0 0&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Apr 2001 09:51:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nfs-mount/m-p/2520625#M877803</guid>
      <dc:creator>eran maor</dc:creator>
      <dc:date>2001-04-24T09:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: problem with nfs mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nfs-mount/m-p/2520626#M877804</link>
      <description>Eran,&lt;BR /&gt;&lt;BR /&gt;This is a known bug recently reported to HP, which is Service Request #8606194648 Change Reqest #JAGad63856, reported against 11.0 and 11i.  The workaround for now, is to edit the /etc/fstab as you noted.&lt;BR /&gt;&lt;BR /&gt;Regards, &lt;BR /&gt;-&amp;gt; Brian Hackley&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Apr 2001 14:00:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nfs-mount/m-p/2520626#M877804</guid>
      <dc:creator>Brian Hackley</dc:creator>
      <dc:date>2001-04-24T14:00:14Z</dc:date>
    </item>
  </channel>
</rss>

