<?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: NFS Mounts Backgrounding in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/nfs-mounts-backgrounding/m-p/3546097#M87171</link>
    <description>Mark --&lt;BR /&gt;&lt;BR /&gt;Thanks for your input. I'll experiment with that approach.</description>
    <pubDate>Wed, 18 May 2005 11:29:54 GMT</pubDate>
    <dc:creator>Andrew Kaplan</dc:creator>
    <dc:date>2005-05-18T11:29:54Z</dc:date>
    <item>
      <title>NFS Mounts Backgrounding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mounts-backgrounding/m-p/3546092#M87166</link>
      <description>Hi there --&lt;BR /&gt;&lt;BR /&gt;I am attempting to mount several NFS filesystems on a Fedora Core 2 workstation. The server that is exporting the filesystems is an HP-UX 11.00 system. I went through the motions of adding the workstation in question to the appropriate lines on the server's exports file and then ran the exportfs -a command for the changes to go into effect.&lt;BR /&gt;&lt;BR /&gt;I then modified the fstab file on the workstation and then ran the mount -a command. The following message appeared on screen:&lt;BR /&gt;&lt;BR /&gt;mount: backgrounding "&lt;SERVER&gt;:/diskarray/stripe3/photon_common_clinical"&lt;BR /&gt;&lt;BR /&gt;mount: backgrounding "&lt;SERVER&gt;:/diskarray/stripe10/photon_data2/cases/adult-general"&lt;BR /&gt;&lt;BR /&gt;I ran the df command and saw the NFS filesystems in question had not been mounted. What else do I need to do to correct this? Thanks.&lt;/SERVER&gt;&lt;/SERVER&gt;</description>
      <pubDate>Tue, 17 May 2005 08:43:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mounts-backgrounding/m-p/3546092#M87166</guid>
      <dc:creator>Andrew Kaplan</dc:creator>
      <dc:date>2005-05-17T08:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Mounts Backgrounding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mounts-backgrounding/m-p/3546093#M87167</link>
      <description>If you have access to the hpux box as root:&lt;BR /&gt;&lt;BR /&gt;tail -f /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;Then do the mount -av on the Linux box. The v gets you verbose output, which may point out a networking issue.&lt;BR /&gt;&lt;BR /&gt;In this case backgrounding probably means the mount is never going to happen, because it should not take very long for an NFS mount.&lt;BR /&gt;&lt;BR /&gt;If there is a configuration issue on the HP-UX side and a connection attempt it will be logged in syslog.&lt;BR /&gt;&lt;BR /&gt;You may need to enhance logging on the hpux machine to get good diagnostics. inetd -l&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 17 May 2005 09:57:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mounts-backgrounding/m-p/3546093#M87167</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-05-17T09:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Mounts Backgrounding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mounts-backgrounding/m-p/3546094#M87168</link>
      <description>&lt;BR /&gt;few things to ensure:&lt;BR /&gt;&lt;BR /&gt;* ensure you can mount the share from another machine. simple way to do this to do NFS mount within HP-UX box itself. This will ensure that file system is actually exported&lt;BR /&gt;&lt;BR /&gt;before actually addding it to workstation fstab file, try it manually from command line. see whether it is hanging.&lt;BR /&gt;&lt;BR /&gt;The most likely reason could be that portmap service is not running on ur fedora box. run service portmap start and then try. if it works make sure you enable portmap service to start in system startup&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gopi</description>
      <pubDate>Tue, 17 May 2005 10:16:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mounts-backgrounding/m-p/3546094#M87168</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-05-17T10:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Mounts Backgrounding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mounts-backgrounding/m-p/3546095#M87169</link>
      <description>Hi there --&lt;BR /&gt;&lt;BR /&gt;I rechecked the fstab file and I discovered the problem was a typo error on my part. Once I made the correction, the NFS mounts were successfully loaded. Thanks for the help.</description>
      <pubDate>Tue, 17 May 2005 11:46:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mounts-backgrounding/m-p/3546095#M87169</guid>
      <dc:creator>Andrew Kaplan</dc:creator>
      <dc:date>2005-05-17T11:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Mounts Backgrounding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mounts-backgrounding/m-p/3546096#M87170</link>
      <description>Andrew,&lt;BR /&gt;&lt;BR /&gt;I'm not sure it's a good idea to put NFS mounts in your fstab.  I've experienced hangs if the remote NFS server is not up.&lt;BR /&gt;&lt;BR /&gt;I put all my NFS mounts in /etc/auto* files and let automountd handle all the details.  That way if the remote server is down, the local server doesn't care.&lt;BR /&gt;&lt;BR /&gt;Just my 2cts,&lt;BR /&gt;Mark</description>
      <pubDate>Wed, 18 May 2005 09:40:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mounts-backgrounding/m-p/3546096#M87170</guid>
      <dc:creator>Mark Ellzey</dc:creator>
      <dc:date>2005-05-18T09:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Mounts Backgrounding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mounts-backgrounding/m-p/3546097#M87171</link>
      <description>Mark --&lt;BR /&gt;&lt;BR /&gt;Thanks for your input. I'll experiment with that approach.</description>
      <pubDate>Wed, 18 May 2005 11:29:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mounts-backgrounding/m-p/3546097#M87171</guid>
      <dc:creator>Andrew Kaplan</dc:creator>
      <dc:date>2005-05-18T11:29:54Z</dc:date>
    </item>
  </channel>
</rss>

