<?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: Error in remote mounting.... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-remote-mounting/m-p/2637362#M42707</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&amp;lt;&amp;lt;&amp;gt;apps2:/d00      /mntd00 &amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;The filesystems type needs to be mentioned.&lt;BR /&gt;here it should be "nfs".  You would also need to specify nfs related options in the entries.&lt;BR /&gt;(eg:  -ro  for read only ).&lt;BR /&gt;&lt;BR /&gt;In addition, at the  NFS server end (nedsrv and apps2), you will need to export the filesystems (/etcs and /d00 )  using the exportfs command or adding the entries in the /etc/exports file.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;raj&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 02 Jan 2002 16:33:28 GMT</pubDate>
    <dc:creator>Roger Baptiste</dc:creator>
    <dc:date>2002-01-02T16:33:28Z</dc:date>
    <item>
      <title>Error in remote mounting....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-remote-mounting/m-p/2637358#M42703</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We have a hp server named "apps1" and another sun server "nedsrv". I have exported a directory on sun server as "/etcs" and mounting it on hp server. I want this tobe done automatically while hp server reboots. I have placed the entry for the same in /etc/fstab...but it's not working....attaching my "/etcs/fstab" filew herewith...pl have a lokk and suggest about...</description>
      <pubDate>Wed, 02 Jan 2002 09:13:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-remote-mounting/m-p/2637358#M42703</guid>
      <dc:creator>SSP_1</dc:creator>
      <dc:date>2002-01-02T09:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error in remote mounting....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-remote-mounting/m-p/2637359#M42704</link>
      <description>Hi Shripad,&lt;BR /&gt;&lt;BR /&gt;Just adding and entry like the one you have made in /etc/fstab will not mount a nfs filesystem. You have to mention the filesystem type that it is nfs (like vxfs for local file systems) and mention the nfs mount options. An easy way to do this is to add the nfs mount option through SAM. Go to sam --&amp;gt; networking and communication and there you should find and option of mounting nfs filesystem under some nfs option.&lt;BR /&gt;&lt;BR /&gt;Try this link on how to configure your system as nfs client and how to mount a nfs filesystem,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90048/B1031-90048_top.html&amp;amp;con=/hpux/onlinedocs/B1031-90048/00/00/9-con.html&amp;amp;toc=/hpux/onlinedocs/B1031-90048/00/00/9-toc.html&amp;amp;searchterms=nfs%20client&amp;amp;queryid=20020102-013213" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90048/B1031-90048_top.html&amp;amp;con=/hpux/onlinedocs/B1031-90048/00/00/9-con.html&amp;amp;toc=/hpux/onlinedocs/B1031-90048/00/00/9-toc.html&amp;amp;searchterms=nfs%20client&amp;amp;queryid=20020102-013213&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jan 2002 09:27:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-remote-mounting/m-p/2637359#M42704</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-01-02T09:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error in remote mounting....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-remote-mounting/m-p/2637360#M42705</link>
      <description>Hi Shripad,&lt;BR /&gt;&lt;BR /&gt;Your last two lines should look something like this:&lt;BR /&gt;&lt;BR /&gt;nedsrv:/etcs    /d00 nfs rw,hard 0 0&lt;BR /&gt;apps2:/d00      /mntd00 nfs rw,hard 0 0&lt;BR /&gt;&lt;BR /&gt;although you may want different mount options.&lt;BR /&gt;&lt;BR /&gt;Rgds, Robin.</description>
      <pubDate>Wed, 02 Jan 2002 09:42:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-remote-mounting/m-p/2637360#M42705</guid>
      <dc:creator>Robin Wakefield</dc:creator>
      <dc:date>2002-01-02T09:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error in remote mounting....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-remote-mounting/m-p/2637361#M42706</link>
      <description>A good rule to follow (to avoid unnecessary reboots) is to test fstab BEFORE you reboot. To do this, you place the needed entries into fstab. Then mount the disk (or remote disk) by just using the mountpoint's name as in:&lt;BR /&gt;&lt;BR /&gt;# mount /d00&lt;BR /&gt;# mount /mntd00&lt;BR /&gt;&lt;BR /&gt;If you get errors, you can fix them and continue testing. Once it mounts correctly, then a reboot will return the mounts again.</description>
      <pubDate>Wed, 02 Jan 2002 13:20:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-remote-mounting/m-p/2637361#M42706</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-01-02T13:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error in remote mounting....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-remote-mounting/m-p/2637362#M42707</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&amp;lt;&amp;lt;&amp;gt;apps2:/d00      /mntd00 &amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;The filesystems type needs to be mentioned.&lt;BR /&gt;here it should be "nfs".  You would also need to specify nfs related options in the entries.&lt;BR /&gt;(eg:  -ro  for read only ).&lt;BR /&gt;&lt;BR /&gt;In addition, at the  NFS server end (nedsrv and apps2), you will need to export the filesystems (/etcs and /d00 )  using the exportfs command or adding the entries in the /etc/exports file.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;raj&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jan 2002 16:33:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-remote-mounting/m-p/2637362#M42707</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2002-01-02T16:33:28Z</dc:date>
    </item>
  </channel>
</rss>

