<?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:  Automounter: Running using /etc/auto_master in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/automounter-running-using-etc-auto-master/m-p/5134064#M450795</link>
    <description>If this relates to your other thread about a hung "ll" in / then your automounter is hung.  Reboot.&lt;BR /&gt;&lt;BR /&gt;IMHO, do NOT use automounter.&lt;BR /&gt;</description>
    <pubDate>Mon, 06 Oct 2008 20:16:20 GMT</pubDate>
    <dc:creator>Tim Nelson</dc:creator>
    <dc:date>2008-10-06T20:16:20Z</dc:date>
    <item>
      <title>Automounter: Running using /etc/auto_master</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automounter-running-using-etc-auto-master/m-p/5134063#M450794</link>
      <description>Hi, i need stop the auto_mount in the server, but i can't, then i execute kill to process ID and no stop, the process still running:&lt;BR /&gt;&lt;BR /&gt;# ps -ef|grep auto&lt;BR /&gt;    root   704     1  0  Sep  5  ?         0:02 /usr/lib/netsvc/fs/automount/automount -f /etc/auto_master&lt;BR /&gt;&lt;BR /&gt;# kill -9 704&lt;BR /&gt;# ps -ef|grep auto&lt;BR /&gt;    root   704     1  0  Sep  5  ?         0:02 /usr/lib/netsvc/fs/automount/automount -f /etc/auto_master&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What i need to do?, reboot?&lt;BR /&gt;I tryed stop using SAM and the problem continue.&lt;BR /&gt;&lt;BR /&gt;Help please.&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Mon, 06 Oct 2008 20:12:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automounter-running-using-etc-auto-master/m-p/5134063#M450794</guid>
      <dc:creator>Porthos</dc:creator>
      <dc:date>2008-10-06T20:12:52Z</dc:date>
    </item>
    <item>
      <title>Re:  Automounter: Running using /etc/auto_master</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automounter-running-using-etc-auto-master/m-p/5134064#M450795</link>
      <description>If this relates to your other thread about a hung "ll" in / then your automounter is hung.  Reboot.&lt;BR /&gt;&lt;BR /&gt;IMHO, do NOT use automounter.&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Oct 2008 20:16:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automounter-running-using-etc-auto-master/m-p/5134064#M450795</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-10-06T20:16:20Z</dc:date>
    </item>
    <item>
      <title>Re:  Automounter: Running using /etc/auto_master</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automounter-running-using-etc-auto-master/m-p/5134065#M450796</link>
      <description>Tim, this is my nfsconf file, is correcto the configuration?&lt;BR /&gt;&lt;BR /&gt;# more nfsconf&lt;BR /&gt;#**********************  NFSCONF  ******************************&lt;BR /&gt;&lt;BR /&gt;# NFS configuration.  See nfsd(1m), mount(1m), pcnfsd(1m)&lt;BR /&gt;#&lt;BR /&gt;# @(#)B.11.11_LR&lt;BR /&gt;#&lt;BR /&gt;# NFS_CLIENT:   1 if this node is an NFS client, 0 if not&lt;BR /&gt;# NFS_SERVER:   1 if this node is an NFS server, 0 if not&lt;BR /&gt;#               Note: it is possible for one host to be a client, a server,&lt;BR /&gt;#               both or neither!  This system is an NFS client if you will&lt;BR /&gt;#               be NFS mounting remote file systems; this system is a server&lt;BR /&gt;#               if you will be exporting file systems to remote hosts.&lt;BR /&gt;#               See Also:  nfsd(1M), mount(1M).&lt;BR /&gt;# NUM_NFSD:     Number of NFS deamons (nfsd) to start on an NFS server.  Four&lt;BR /&gt;#               has been chosen as optimal.&lt;BR /&gt;# NUM_NFSIOD:   Number of NFS BIO daemons (biod) to start on an NFS client.&lt;BR /&gt;#               Four has been chosen as optimal.&lt;BR /&gt;# PCNFS_SERVER: 1 if this node is a server for PC-NFS requests.  This&lt;BR /&gt;#               variable controls the startup of the pcnfsd(1M) server.&lt;BR /&gt;#               See Also:  pcnfsd(1M).&lt;BR /&gt;#&lt;BR /&gt;NFS_CLIENT=1&lt;BR /&gt;NFS_SERVER=1&lt;BR /&gt;NUM_NFSD=16&lt;BR /&gt;NUM_NFSIOD=16&lt;BR /&gt;PCNFS_SERVER=0&lt;BR /&gt;# export feature does not work in this file since files are being&lt;BR /&gt;# sourced into another file rc.config and this file is being sourced&lt;BR /&gt;# into the startup scripts.&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# DAEMON OPTIONS&lt;BR /&gt;#&lt;BR /&gt;# LOCKD_OPTIONS:   options to be passed to rpc.lockd  when it is started.&lt;BR /&gt;# STATD_OPTIONS:   options to be passed to rpc.statd  when it is started.&lt;BR /&gt;# MOUNTD_OPTIONS:  options to be passed to rpc.mountd when it is started.&lt;BR /&gt;#&lt;BR /&gt;LOCKD_OPTIONS=""&lt;BR /&gt;STATD_OPTIONS=""&lt;BR /&gt;MOUNTD_OPTIONS=""&lt;BR /&gt;#&lt;BR /&gt;# automount configuration&lt;BR /&gt;#&lt;BR /&gt;# AUTOMOUNT = 0 Do not start automount&lt;BR /&gt;# AUTOMOUNT = 1 Start Automount.&lt;BR /&gt;# AUTO_MASTER = filename of the master file passed to automount&lt;BR /&gt;# AUTO_OPTIONS = options passed to automount&lt;BR /&gt;#&lt;BR /&gt;AUTOMOUNT=0&lt;BR /&gt;AUTO_MASTER="/etc/auto_master"&lt;BR /&gt;AUTO_OPTIONS="-f $AUTO_MASTER"&lt;BR /&gt;#&lt;BR /&gt;# rpc.mountd configuration.  See mountd(1m)&lt;BR /&gt;#&lt;BR /&gt;# START_MOUNTD: 1 if rpc.mountd should be started by a system startup script.&lt;BR /&gt;#               0 if /etc/inetd.conf has an entry for mountd.&lt;BR /&gt;#       Note: rpc.mountd should be started from a system startup script,&lt;BR /&gt;#       however, it can be started from either nfs.server or inetd, and&lt;BR /&gt;#       MUST only be configured in one place.&lt;BR /&gt;#&lt;BR /&gt;START_MOUNTD=1&lt;BR /&gt;#&lt;BR /&gt;#autofs configuration.  See autofs(1m)&lt;BR /&gt;#&lt;BR /&gt;#For the 11.0 Release line both AUTOFS and the old Automount&lt;BR /&gt;#are delivered.  In order to invoke the AUTOFS instead of&lt;BR /&gt;#you must set the AUTOFS flag to 1.&lt;BR /&gt;#&lt;BR /&gt;#/usr/sbin/automount is now a script that sources in this file&lt;BR /&gt;#Depending on the variable AUTOFS, either AUTOFS or the old&lt;BR /&gt;#automount process will execute.  The nfs.client start script&lt;BR /&gt;#will also use this variable to start the appropriate process&lt;BR /&gt;#during the boot sequence.&lt;BR /&gt;#AUTOFS=  0 - use the old automount process.&lt;BR /&gt;#         1 - use the new AutoFS.&lt;BR /&gt;#AUTOMOUNT_OPTIONS=  - options to the AutoFS automount command&lt;BR /&gt;#AUTOMOUNTD_OPTIONS= - options to the AutoFS automountd daemon&lt;BR /&gt;#&lt;BR /&gt;#The AUTOMOUNT flag still needs to be set for either the old&lt;BR /&gt;#automount or new AutoFS to be started by the nfs.client script.&lt;BR /&gt;#&lt;BR /&gt;AUTOFS=0&lt;BR /&gt;AUTOMOUNT_OPTIONS=""&lt;BR /&gt;AUTOMOUNTD_OPTIONS=""&lt;BR /&gt;#&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Oct 2008 21:02:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automounter-running-using-etc-auto-master/m-p/5134065#M450796</guid>
      <dc:creator>Porthos</dc:creator>
      <dc:date>2008-10-06T21:02:37Z</dc:date>
    </item>
    <item>
      <title>Re:  Automounter: Running using /etc/auto_master</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automounter-running-using-etc-auto-master/m-p/5134066#M450797</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If this relates to your other thread, you should post this there!  &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1275765" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1275765&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;As you will note from my comment therein, I thought that you might hava an NFS mountpoint that was hung.  Apparently you do.&lt;BR /&gt;&lt;BR /&gt;If a 'kill -9' doesn't stop a process it's because the process is waiting on a higher priority, kernel event.  Usually this is an I/O that hasn't completed.  Unfortunately, when a 'kill -9' doesn't work and you have run out of patience, a reboot is  your next choice.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Oct 2008 21:11:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automounter-running-using-etc-auto-master/m-p/5134066#M450797</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-10-06T21:11:36Z</dc:date>
    </item>
    <item>
      <title>Re:  Automounter: Running using /etc/auto_master</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automounter-running-using-etc-auto-master/m-p/5134067#M450798</link>
      <description>&amp;gt;Tim: IMHO, do NOT use automounter. &lt;BR /&gt;&lt;BR /&gt;Dave suggests you use the enhanced autofs.&lt;BR /&gt;/usr/lib/netsvc/fs/enh_autofs/automountd</description>
      <pubDate>Tue, 07 Oct 2008 05:59:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automounter-running-using-etc-auto-master/m-p/5134067#M450798</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-10-07T05:59:48Z</dc:date>
    </item>
    <item>
      <title>Re:  Automounter: Running using /etc/auto_master</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automounter-running-using-etc-auto-master/m-p/5134068#M450799</link>
      <description>Ok, thanks, i will programate a next reboot.</description>
      <pubDate>Wed, 08 Oct 2008 13:58:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automounter-running-using-etc-auto-master/m-p/5134068#M450799</guid>
      <dc:creator>Porthos</dc:creator>
      <dc:date>2008-10-08T13:58:04Z</dc:date>
    </item>
  </channel>
</rss>

