<?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/2598026#M855273</link>
    <description>Hi George,&lt;BR /&gt;Use SIGHUP to reread maps&lt;BR /&gt;#kill -SIGHUP pid_of_automountd&lt;BR /&gt;&lt;BR /&gt;paste: what is in your /etc/rc.config.d/nfsconf file?&lt;BR /&gt;AUTO_MASTER = ???&lt;BR /&gt;AUTO_OPTIONS = ???&lt;BR /&gt;&lt;BR /&gt;What is in /etc/auto_master file?&lt;BR /&gt;Somehow it is mounting to defalut location /tmp_mnt&lt;BR /&gt;&lt;BR /&gt;Once I see the content of auto_master and so I can tell what is wrong.&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
    <pubDate>Fri, 19 Oct 2001 15:25:51 GMT</pubDate>
    <dc:creator>Sachin Patel</dc:creator>
    <dc:date>2001-10-19T15:25:51Z</dc:date>
    <item>
      <title>automount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automount/m-p/2598024#M855271</link>
      <description>Automout only mount the remote directories to /tmp_mnt/mount_point instead of to /local_mount_point. &lt;BR /&gt;&lt;BR /&gt;Also, auomount process couldn't be killed by -SIGTERM (15). &lt;BR /&gt;&lt;BR /&gt;What's wrong and how to fix?&lt;BR /&gt;Any response is appreciated.</description>
      <pubDate>Fri, 19 Oct 2001 14:40:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automount/m-p/2598024#M855271</guid>
      <dc:creator>George Liu_2</dc:creator>
      <dc:date>2001-10-19T14:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: automount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automount/m-p/2598025#M855272</link>
      <description>George,&lt;BR /&gt;&lt;BR /&gt;Automount is not that difficult to administer.  Regarding your questions&lt;BR /&gt;&lt;BR /&gt;1) you need to look at direct and indirect maps of Automount depending on your requirement. Check this URL&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B1031-90048/B1031-90048.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B1031-90048/B1031-90048.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and see the section that describes "configuring Automounter"&lt;BR /&gt;&lt;BR /&gt;2) It is possible to kill automount without causing it to hang. You need to make sure that there are no mounted directories through automount. Do a bdf and unmount all nfs mounts. If you can't unmount, kill the processes that are active on these nfs mounts. You can use fuser command to find out the processes. Once it is cleared, you can use /sbin/init.d/nfs.client stop to stop the automounter.&lt;BR /&gt;&lt;BR /&gt;*** Do not attempt to kill automount when there are nfs mounts through automount****&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Fri, 19 Oct 2001 15:16:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automount/m-p/2598025#M855272</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-10-19T15:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: automount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automount/m-p/2598026#M855273</link>
      <description>Hi George,&lt;BR /&gt;Use SIGHUP to reread maps&lt;BR /&gt;#kill -SIGHUP pid_of_automountd&lt;BR /&gt;&lt;BR /&gt;paste: what is in your /etc/rc.config.d/nfsconf file?&lt;BR /&gt;AUTO_MASTER = ???&lt;BR /&gt;AUTO_OPTIONS = ???&lt;BR /&gt;&lt;BR /&gt;What is in /etc/auto_master file?&lt;BR /&gt;Somehow it is mounting to defalut location /tmp_mnt&lt;BR /&gt;&lt;BR /&gt;Once I see the content of auto_master and so I can tell what is wrong.&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Fri, 19 Oct 2001 15:25:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automount/m-p/2598026#M855273</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2001-10-19T15:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: automount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automount/m-p/2598027#M855274</link>
      <description>Hi George,&lt;BR /&gt;&lt;BR /&gt;if you are using HP-UX 11.xx try using the new AutoFS. It mounts the filesystems direct to the mountpoint. No more /tmp_mnt !!!&lt;BR /&gt;&lt;BR /&gt;Also you don't have to kill automount anymore. There is running an automountd-process. If have to configer it just start automount -f /etc/auto_master. That's it. Very cool!&lt;BR /&gt;&lt;BR /&gt;So how to change to AutoFS?&lt;BR /&gt;&lt;BR /&gt;1. Stop the NFS-Client:&lt;BR /&gt;   /sbin/init.d/nfs.client stop&lt;BR /&gt;2. Change to AutoFS:&lt;BR /&gt;   vi /etc/rc.config.d/nfsconf&lt;BR /&gt;   .&lt;BR /&gt;   .&lt;BR /&gt;   .&lt;BR /&gt;   AUTOFS=1&lt;BR /&gt;   .&lt;BR /&gt;   .&lt;BR /&gt;3. Start again:&lt;BR /&gt;   /sbin/init.d/nfs.client start&lt;BR /&gt;&lt;BR /&gt;Have a look at the mounttable: mount -v. And you will see your maps.&lt;BR /&gt;&lt;BR /&gt;Greetings&lt;BR /&gt;Frank&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Oct 2001 17:22:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automount/m-p/2598027#M855274</guid>
      <dc:creator>Frank Gilsdorf</dc:creator>
      <dc:date>2001-10-19T17:22:58Z</dc:date>
    </item>
  </channel>
</rss>

