<?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 Automount Problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/automount-problem/m-p/2548652#M593459</link>
    <description>Hi Admins&lt;BR /&gt;&lt;BR /&gt; I have problem when accessing automount directories.We sun as our NIS master and slave servers.And the master has a map file auot.software which contains directories of all softwares installed for different flavour of unix(sgi,sun,hpuc,linux..).Say when a user wants to run his jobs on hp server,he logs on to one of our hp server and he cd's into the software directory.And the software directory will be automounted.  &lt;BR /&gt;                                                                                                           we are unable to see the directories under software when log in thru' hp machines.But  were able to cd into the directories by giving the full directory.Sametime when logged in thru' sun machines i am able to see the directories.&lt;BR /&gt;&lt;BR /&gt;It's a L-class server running hpux 11.00 and we have some c-class workstations which runs 10.20&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;my auto_master contains&lt;BR /&gt;+auto.home&lt;BR /&gt;+auto.software&lt;BR /&gt;&lt;BR /&gt;Can anybody shed some light on this..?&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 04 Jul 2001 06:35:15 GMT</pubDate>
    <dc:creator>pugal</dc:creator>
    <dc:date>2001-07-04T06:35:15Z</dc:date>
    <item>
      <title>Automount Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automount-problem/m-p/2548652#M593459</link>
      <description>Hi Admins&lt;BR /&gt;&lt;BR /&gt; I have problem when accessing automount directories.We sun as our NIS master and slave servers.And the master has a map file auot.software which contains directories of all softwares installed for different flavour of unix(sgi,sun,hpuc,linux..).Say when a user wants to run his jobs on hp server,he logs on to one of our hp server and he cd's into the software directory.And the software directory will be automounted.  &lt;BR /&gt;                                                                                                           we are unable to see the directories under software when log in thru' hp machines.But  were able to cd into the directories by giving the full directory.Sametime when logged in thru' sun machines i am able to see the directories.&lt;BR /&gt;&lt;BR /&gt;It's a L-class server running hpux 11.00 and we have some c-class workstations which runs 10.20&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;my auto_master contains&lt;BR /&gt;+auto.home&lt;BR /&gt;+auto.software&lt;BR /&gt;&lt;BR /&gt;Can anybody shed some light on this..?&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Jul 2001 06:35:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automount-problem/m-p/2548652#M593459</guid>
      <dc:creator>pugal</dc:creator>
      <dc:date>2001-07-04T06:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Automount Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automount-problem/m-p/2548653#M593460</link>
      <description>Pugal,&lt;BR /&gt;&lt;BR /&gt;Without getting into patches, etc, it would be helpful to know the following:&lt;BR /&gt;1.  Do ANY of your automount maps work at all?&lt;BR /&gt;2.  If not, are they actually being managed by the automount/AutoFS?  Check /etc/mnttab for entries similar to:&lt;BR /&gt;klyde:(pid957) /net ignore ro,intr,port=708,map=-hosts,indirect,dev=0000 &amp;lt;-- If using Legacy Automount -hosts /net autofs ignore,indirect,nosuid,soft &amp;lt;-- If using AutoFS&lt;BR /&gt;...if you don't see your mount points being managed by automount you need to fix your configuration causing the problem.  For example if using NIS, ensure the /etc/nsswitch.conf  automount entry is present and configured as desired.  For example:&lt;BR /&gt;automount:  files nis&lt;BR /&gt;3.  Otherwise, you may want to put automount / automountd PID into debug mode with a kill -17 and check /var/adm/automount.log while you try to cd /directory-with-problem etc.&lt;BR /&gt;Each kill -17 turns on/off/on/off etc.&lt;BR /&gt;4.  Also test to ensure that a "straight" NFS mount works and that you can access the files from the L2000.  e.g. mount -F nfs server:/exported-dir /local-dir-not-managed-by-automount&lt;BR /&gt;Hope all this helps you get this problem solved,&lt;BR /&gt;-&amp;gt; Brian Hackley&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Jul 2001 12:00:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automount-problem/m-p/2548653#M593460</guid>
      <dc:creator>Brian Hackley</dc:creator>
      <dc:date>2001-07-04T12:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Automount Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automount-problem/m-p/2548654#M593461</link>
      <description>This may have just happened to me, but on your HP, check your /etc/nsswitch.conf file.&lt;BR /&gt;&lt;BR /&gt;I found that SAM under 11i set the entry to:&lt;BR /&gt;&lt;BR /&gt;automounter: nis files&lt;BR /&gt;&lt;BR /&gt;...when it should be...&lt;BR /&gt;&lt;BR /&gt;automount: nis files&lt;BR /&gt;&lt;BR /&gt;If it is automounter instead of automount, you'll experience hours of frustration.  :)  After the change, be sure to reboot (or restart all related services).</description>
      <pubDate>Fri, 06 Jul 2001 13:59:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automount-problem/m-p/2548654#M593461</guid>
      <dc:creator>Aaron Caine</dc:creator>
      <dc:date>2001-07-06T13:59:34Z</dc:date>
    </item>
  </channel>
</rss>

