<?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 on mount NFS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-on-mount-nfs/m-p/3860176#M276604</link>
    <description>Hi ian_zhao2006&lt;BR /&gt;&lt;BR /&gt;/net directory containing auto-mountable remote NFS file systems.&lt;BR /&gt;You may see the /net directory here if you have auto-mounter running.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 11 Sep 2006 04:28:07 GMT</pubDate>
    <dc:creator>Doru Iulian Barit</dc:creator>
    <dc:date>2006-09-11T04:28:07Z</dc:date>
    <item>
      <title>problem on mount NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-on-mount-nfs/m-p/3860175#M276603</link>
      <description>I use HP UNIX version 10.20,HP/C3600.&lt;BR /&gt;in root directory&lt;BR /&gt;drwxrwxrwx   2 root       root          1024 Sep 11 16:08 net&lt;BR /&gt;drwx------   2 root       sys             24 Sep 11 10:22 nsmail&lt;BR /&gt;dr-xr-xr-x  37 bin        bin           1024 Sep 11 13:13 opt&lt;BR /&gt;dr-xr-xr-x  12 bin        bin           2048 Sep 11 13:09 sbin&lt;BR /&gt;drwxr-xr-x   2 root       root          1024 Sep 11 15:18 stand&lt;BR /&gt;lrwxr-xr-x   1 root       sys              4 Sep 11 10:03 sys -&amp;gt; /net&lt;BR /&gt;&lt;BR /&gt;there is a directory net.&lt;BR /&gt;I use command&lt;BR /&gt;umount /net&lt;BR /&gt;to unmount net&lt;BR /&gt;then &lt;BR /&gt;cd /net&lt;BR /&gt;use command &lt;BR /&gt;mkdir to creat two directory&lt;BR /&gt;interlocking&lt;BR /&gt;pdb&lt;BR /&gt;then I edit tstab to add two line in the last.&lt;BR /&gt;&lt;BR /&gt;I58PO16(root)/etc:more 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/lvol3 / hfs defaults 0 1&lt;BR /&gt;/dev/vg00/lvol1 /stand hfs defaults 0 1&lt;BR /&gt;/dev/vg00/lvol4 /home hfs defaults 0 2&lt;BR /&gt;/dev/vg00/lvol5 /var hfs defaults 0 2&lt;BR /&gt;/dev/vg00/lvol7 /backup hfs defaults 0 2&lt;BR /&gt;/dev/vg00/lvol6 /var/hp3070/boards hfs defaults 0 2&lt;BR /&gt;pdb:/home/pdb/nfs /net/pdb nfs rw,hard,intr,suid,timeo=1,wsize=32786,rsize=32786&lt;BR /&gt;,vers=3 0 0&lt;BR /&gt;ser236:/home/pdb/interlocking_nfs /net/interlocking nfs rw,hard,intr,suid,timeo=&lt;BR /&gt;1,wsize=32786,rsize=32786,vers=3 0 0&lt;BR /&gt;&lt;BR /&gt;then I reboot the server.&lt;BR /&gt;when the server start,I login as root&lt;BR /&gt;then go to /net&lt;BR /&gt;and fond nothing.&lt;BR /&gt;when I user command &lt;BR /&gt;umount -a&lt;BR /&gt;and look in /net again.&lt;BR /&gt;the directory&lt;BR /&gt;interlocking&lt;BR /&gt;pdb &lt;BR /&gt;are there.&lt;BR /&gt;I don't know why?&lt;BR /&gt;I olny want to mount pdb:/home/pdb/nfs to /net/pdb&lt;BR /&gt;and &lt;BR /&gt;ser236:/home/pdb/interlocking_nfs /net/interlocking &lt;BR /&gt;</description>
      <pubDate>Mon, 11 Sep 2006 04:06:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-on-mount-nfs/m-p/3860175#M276603</guid>
      <dc:creator>ian_zhao2006</dc:creator>
      <dc:date>2006-09-11T04:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: problem on mount NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-on-mount-nfs/m-p/3860176#M276604</link>
      <description>Hi ian_zhao2006&lt;BR /&gt;&lt;BR /&gt;/net directory containing auto-mountable remote NFS file systems.&lt;BR /&gt;You may see the /net directory here if you have auto-mounter running.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Sep 2006 04:28:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-on-mount-nfs/m-p/3860176#M276604</guid>
      <dc:creator>Doru Iulian Barit</dc:creator>
      <dc:date>2006-09-11T04:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: problem on mount NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-on-mount-nfs/m-p/3860177#M276605</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;if you do not want to use the /net directory as the automount-rootdirectory for the -hosts map,&lt;BR /&gt;deactivate it in /etc/auto.master (I think, this was the pathname in 10.20, else look into /etc/auto_master).&lt;BR /&gt;If you use as NIS map auto.master, remove it on the NIS masterand create a new version of this map.&lt;BR /&gt;For automounted resources you don't have to create the directory they get mounted to.&lt;BR /&gt;&lt;BR /&gt;If the directory on pdb is already exported, you should get it mounted under&lt;BR /&gt;/net/pdb/home/pdb/nfs&lt;BR /&gt;if /net is mastered by the -hosts map with the current setting.&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
      <pubDate>Mon, 11 Sep 2006 05:04:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-on-mount-nfs/m-p/3860177#M276605</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2006-09-11T05:04:59Z</dc:date>
    </item>
  </channel>
</rss>

