<?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: Automount in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/automount/m-p/2492049#M596820</link>
    <description>Jose, &lt;BR /&gt;What I always do is cat /etc/mnttab and look to see what filesystems the automounter thinks it is really managing.  For example:&lt;BR /&gt;If you are using the "user space" automounter (e.g. the process "automount" is running, not "automountd"), then you will usually see entries like:&lt;BR /&gt;lumpy:(pid1273) /net ignore ro,intr,port=601,map=-hosts,indirect,dev=0000 0 0 980818520&lt;BR /&gt;lumpy:(pid1273) /home/punk ignore ro,intr,port=601,map=/etc/auto.direct,direct 0&lt;BR /&gt; 0 980818520&lt;BR /&gt;&lt;BR /&gt;If you are using Autofs (e.g. automountd is running), then /etc/mnttab entries will look like:&lt;BR /&gt;-hosts /net autofs gnore,indirect,soft,suid,rw 0 0 981800328&lt;BR /&gt;auto_ive /ive autofs ignore,indirect, 0 0 981800329&lt;BR /&gt;&lt;BR /&gt;So if you don't see ANY entries like those, then the automounter is not managing those filesystem points.  You might want to check /etc/auto_master or whatever the AUTO_MASTER is that you specified in /etc/rc.config.d/nfsconf, and also the /etc/nsswitch.conf entry for automount.  Typically it is set up to look at "files" first, and then NIS for the automount maps.  &lt;BR /&gt;For example:&lt;BR /&gt;automount: files nis&lt;BR /&gt;Note, you can't find automount maps in DNS!&lt;BR /&gt;&lt;BR /&gt;Good luck in resolving this, please let us know how you fare with this issue.&lt;BR /&gt;Brian</description>
    <pubDate>Mon, 12 Feb 2001 18:20:34 GMT</pubDate>
    <dc:creator>Brian Hackley</dc:creator>
    <dc:date>2001-02-12T18:20:34Z</dc:date>
    <item>
      <title>Automount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automount/m-p/2492046#M596817</link>
      <description>We are having problems with automount. The current config is 10.20 and runs automount fine however after igniting to hpux 11 automount starts but is not finding file systems that it did at 10.20. To my knowledge all config files are correct. The ignite image is from an actual ignite that worked on one B class wksttn. We are really having trouble getting another B class's automount to work correctly.</description>
      <pubDate>Fri, 09 Feb 2001 22:01:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automount/m-p/2492046#M596817</guid>
      <dc:creator>Jose Cruz</dc:creator>
      <dc:date>2001-02-09T22:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Automount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automount/m-p/2492047#M596818</link>
      <description>Can you show the nfs setting on both client and server?&lt;BR /&gt;</description>
      <pubDate>Sat, 10 Feb 2001 12:36:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automount/m-p/2492047#M596818</guid>
      <dc:creator>Edward Lu</dc:creator>
      <dc:date>2001-02-10T12:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Automount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automount/m-p/2492048#M596819</link>
      <description>Hopefully you either have a backup or another working system.  What you need to look at is /etc/auto_master, which is the default control mechanism.  Is this the same?  Are all maps referenced in auto_master their?&lt;BR /&gt;Also, are you running compatable versions?  Check rc.config.d and make sure that version 3 is specified on both hosts, or version 2. (The NFS Server can downgrade NFS versions, but may require the version mount option)&lt;BR /&gt;&lt;BR /&gt;The beauty of NFS is at most levels it is not so complex :)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Mon, 12 Feb 2001 17:37:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automount/m-p/2492048#M596819</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2001-02-12T17:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: Automount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automount/m-p/2492049#M596820</link>
      <description>Jose, &lt;BR /&gt;What I always do is cat /etc/mnttab and look to see what filesystems the automounter thinks it is really managing.  For example:&lt;BR /&gt;If you are using the "user space" automounter (e.g. the process "automount" is running, not "automountd"), then you will usually see entries like:&lt;BR /&gt;lumpy:(pid1273) /net ignore ro,intr,port=601,map=-hosts,indirect,dev=0000 0 0 980818520&lt;BR /&gt;lumpy:(pid1273) /home/punk ignore ro,intr,port=601,map=/etc/auto.direct,direct 0&lt;BR /&gt; 0 980818520&lt;BR /&gt;&lt;BR /&gt;If you are using Autofs (e.g. automountd is running), then /etc/mnttab entries will look like:&lt;BR /&gt;-hosts /net autofs gnore,indirect,soft,suid,rw 0 0 981800328&lt;BR /&gt;auto_ive /ive autofs ignore,indirect, 0 0 981800329&lt;BR /&gt;&lt;BR /&gt;So if you don't see ANY entries like those, then the automounter is not managing those filesystem points.  You might want to check /etc/auto_master or whatever the AUTO_MASTER is that you specified in /etc/rc.config.d/nfsconf, and also the /etc/nsswitch.conf entry for automount.  Typically it is set up to look at "files" first, and then NIS for the automount maps.  &lt;BR /&gt;For example:&lt;BR /&gt;automount: files nis&lt;BR /&gt;Note, you can't find automount maps in DNS!&lt;BR /&gt;&lt;BR /&gt;Good luck in resolving this, please let us know how you fare with this issue.&lt;BR /&gt;Brian</description>
      <pubDate>Mon, 12 Feb 2001 18:20:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automount/m-p/2492049#M596820</guid>
      <dc:creator>Brian Hackley</dc:creator>
      <dc:date>2001-02-12T18:20:34Z</dc:date>
    </item>
  </channel>
</rss>

