<?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: RPC: Unkown host in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-unkown-host/m-p/3378165#M566565</link>
    <description>Hi Tom,&lt;BR /&gt;&lt;BR /&gt;Ok, it looks like /net -hosts is really the only AutoFS mount point on your system.  Let's see if the debug trace picks up anything else useful.&lt;BR /&gt;&lt;BR /&gt;By the way, doing the SIGUSR2 is different than starting automountd with a -T.  The SIGUSR2 logging is much more verbose than -T logging.  &lt;BR /&gt;&lt;BR /&gt;Let me know if you get a debug automountd log file that captures an instance of the "phooey" error message.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
    <pubDate>Mon, 13 Sep 2004 21:58:52 GMT</pubDate>
    <dc:creator>Dave Olker</dc:creator>
    <dc:date>2004-09-13T21:58:52Z</dc:date>
    <item>
      <title>RPC: Unkown host</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-unkown-host/m-p/3378159#M566559</link>
      <description>I getting lots of messages:&lt;BR /&gt;&lt;BR /&gt;Sep 13 11:53:01 MYSYSTEM automountd[1094]: phooey : RPC: Unknown host&lt;BR /&gt;Sep 13 12:01:16 MYSYSTEM automountd[1094]: phooey : RPC: Unknown host&lt;BR /&gt;Sep 13 12:02:13 MYSYSTM automountd[1094]: phooey : RPC: Unknown host&lt;BR /&gt;Sep 13 12:15:18 MYSYSTEM automountd[1094]: phooey : RPC: Unknown host&lt;BR /&gt;&lt;BR /&gt;in Syslog, but don't know what is host named: PHOOEY" ??&lt;BR /&gt;&lt;BR /&gt;How can I delete this entry to PHOOEY ??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Sep 2004 16:41:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-unkown-host/m-p/3378159#M566559</guid>
      <dc:creator>D Block 2</dc:creator>
      <dc:date>2004-09-13T16:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: RPC: Unkown host</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-unkown-host/m-p/3378160#M566560</link>
      <description>Hi Tom,&lt;BR /&gt;&lt;BR /&gt;Look at your /etc/auto_master file and the files pointed to by it. There should be entries corresponding to this host.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 13 Sep 2004 17:02:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-unkown-host/m-p/3378160#M566560</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-09-13T17:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: RPC: Unkown host</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-unkown-host/m-p/3378161#M566561</link>
      <description>Hi Tom,&lt;BR /&gt;&lt;BR /&gt;As Sridhar wrote, /etc/auto_master might tell you where to look next.  However, if you're using NIS or NIS+ to distribute your AutoFS maps, you may need to use either ypcat or niscat to get the contents of your auto_master map.  Once you have the full auto_master map contents, from which ever repository holds them, you can determine which direct or indirect maps contain the reference to server "phooey".  &lt;BR /&gt;&lt;BR /&gt;However, it is easily possible to see this error message in syslog even if your AutoFS maps do not contain any reference to a server named "phooey".  If you are using the standard AutoFS map entry:&lt;BR /&gt;&lt;BR /&gt;/net -hosts&lt;BR /&gt;&lt;BR /&gt;then all someone on the client has to do is issue the command:&lt;BR /&gt;&lt;BR /&gt;# ls /net/phooey&lt;BR /&gt;&lt;BR /&gt;and you'll get this error message, or something very similar to it.  &lt;BR /&gt;&lt;BR /&gt;In fact, any reference to /net/phooey will likely generate this message (i.e. not just an ls of the directory) regardless of whether your AutoFS maps directly contain a reference to a server named "phooey".  Perhaps some script on your system is referencing the path "/net/phooey"?&lt;BR /&gt;&lt;BR /&gt;Just something else to consider in case your AutoFS maps don't contain a server named "phooey".&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Mon, 13 Sep 2004 17:16:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-unkown-host/m-p/3378161#M566561</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2004-09-13T17:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: RPC: Unkown host</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-unkown-host/m-p/3378162#M566562</link>
      <description>Sri &amp;amp; Dave,&lt;BR /&gt;&lt;BR /&gt;thanks for your inputs...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cat /etc/auto_master&lt;BR /&gt;/net -hosts nosuid,soft,rsize=32768,wsize=32768&lt;BR /&gt;&lt;BR /&gt;ls /net/phooey&lt;BR /&gt;did reproduce the error in syslog, great!!&lt;BR /&gt;&lt;BR /&gt;Is there something else I should be looking for ?  The last 2 messages are from me below..&lt;BR /&gt;&lt;BR /&gt;Sep 13 06:04:25 MYSYSTEM automountd[1094]: phooey : RPC: Unknown host&lt;BR /&gt;Sep 13 06:05:21 MYSYSTEM automountd[1094]: phooey : RPC: Unknown host&lt;BR /&gt;Sep 13 06:07:32 MYSYSTEM automountd[1094]: phooey : RPC: Unknown host&lt;BR /&gt;Sep 13 06:08:28 MYSYSTEM automountd[1094]: phooey : RPC: Unknown host&lt;BR /&gt;Sep 13 07:41:12 MYSYSTEM automountd[1094]: phooey : RPC: Unknown host&lt;BR /&gt;Sep 13 07:42:08 MYSYSTEM automountd[1094]: phooey : RPC: Unknown host&lt;BR /&gt;Sep 13 07:43:40 MYSYSTEM automountd[1094]: phooey : RPC: Unknown host&lt;BR /&gt;Sep 13 07:44:37 MYSYSTEM automountd[1094]: phooey : RPC: Unknown host&lt;BR /&gt;Sep 13 09:52:43 MYSYSTEM automountd[1094]: phooey : RPC: Unknown host&lt;BR /&gt;Sep 13 09:53:40 MYSYSTEM automountd[1094]: phooey : RPC: Unknown host&lt;BR /&gt;Sep 13 11:52:04 MYSYSTEM automountd[1094]: phooey : RPC: Unknown host&lt;BR /&gt;Sep 13 11:53:01 MYSYSTEM automountd[1094]: phooey : RPC: Unknown host&lt;BR /&gt;Sep 13 12:01:16 MYSYSTEM automountd[1094]: phooey : RPC: Unknown host&lt;BR /&gt;Sep 13 12:02:13 MYSYSTEM automountd[1094]: phooey : RPC: Unknown host&lt;BR /&gt;Sep 13 12:15:18 MYSYSTEM automountd[1094]: phooey : RPC: Unknown host&lt;BR /&gt;Sep 13 12:16:15 MYSYSTEM automountd[1094]: phooey : RPC: Unknown host&lt;BR /&gt;Sep 13 14:05:25 MYSYSTEM automountd[1094]: phooey : RPC: Unknown host&lt;BR /&gt;Sep 13 14:06:22 MYSYSTEM automountd[1094]: phooey : RPC: Unknown host&lt;BR /&gt;Sep 13 14:23:40 MYSYSTEM automountd[1094]: phooey : RPC: Unknown host&lt;BR /&gt;Sep 13 14:24:37 MYSYSTEM automountd[1094]: phooey : RPC: Unknown host&lt;BR /&gt;Sep 13 14:30:52 MYSYSTEM automountd[1094]: phooey : RPC: Unknown host&lt;BR /&gt;Sep 13 14:31:49 MYSYSTEM automountd[1094]: phooey : RPC: Unknown host&lt;BR /&gt;Sep 13 16:31:52 MYSYSTEM automountd[1094]: phooey : RPC: Unknown host&lt;BR /&gt;Sep 13 20:41:40 MYSYSTEM automountd[1094]: phooey : RPC: Unknown host&lt;BR /&gt;Sep 13 20:44:41 MYSYSTEM automountd[1094]: phooey : RPC: Unknown host&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Sep 2004 19:47:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-unkown-host/m-p/3378162#M566562</guid>
      <dc:creator>D Block 2</dc:creator>
      <dc:date>2004-09-13T19:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: RPC: Unkown host</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-unkown-host/m-p/3378163#M566563</link>
      <description>Hi Tom,&lt;BR /&gt;&lt;BR /&gt;What does your /etc/nsswitch.conf file look like, specifically the entry for automount?  Does it only look at "files" - i.e. local files in /etc, or does it look at any other repository, like NIS or NIS+?&lt;BR /&gt;&lt;BR /&gt;Also, can you cut/paste a copy of your /etc/mnttab file so I can see if there are any other "autofs" type entries in your /etc/mnttab file, as that will indicate that there are other maps being used other than the /net entry from your local auto_master file.&lt;BR /&gt;&lt;BR /&gt;If your investigation still only shows the /net entry in /etc/auto_master then you're stuck trying to find out where these references to /net/phooey are coming from.  Again, I'd start looking at scripts that run on the system at the same time as the entries are logged in /var/adm/syslog/syslog.log.  &lt;BR /&gt;&lt;BR /&gt;One other trick that might yield some additional information would be to send a SIGUSR2 signal to the running automountd process (i.e. kill -17 &lt;AUTOMOUNTD pid=""&gt;).  That will enable full debug logging into the file /var/adm/automount.log.  Then monitor the /var/adm/syslog/syslog.log file and wait for another of these "phooey" errors to appear.  &lt;BR /&gt;&lt;BR /&gt;When you see another "phooey" entry added to syslog then send another SIGUSR2 signal to the running automountd pid to disable debug logging.  Then either analyze the log file yourself or post it here and I can take a look at the log file to potentially tell you more about where the phooey reference is coming from.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave&lt;/AUTOMOUNTD&gt;</description>
      <pubDate>Mon, 13 Sep 2004 21:37:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-unkown-host/m-p/3378163#M566563</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2004-09-13T21:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: RPC: Unkown host</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-unkown-host/m-p/3378164#M566564</link>
      <description>Dave,&lt;BR /&gt;&lt;BR /&gt;thx for the reply...&lt;BR /&gt;&lt;BR /&gt;I've included the requested files..&lt;BR /&gt;nsswitch.conf &amp;amp; mnttab (see below).&lt;BR /&gt;&lt;BR /&gt;I also run (before), a while ago:&lt;BR /&gt;/usr/lib/netsvc/fs/autofs/automountd -T&lt;BR /&gt; [[ not sure, if this is like sending a SIGUSR2 kill to the automountd process ]]&lt;BR /&gt;&lt;BR /&gt;but, thx, I'll try the SIGUSR2 to automountD.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cat /etc/nsswitch.conf&lt;BR /&gt;hosts: files   [NOTFOUND=continue UNAVAIL=continue TRYAGAIN=continue] dns [NOTFOUND=return UNAVAIL=continue TRYAGAIN=return]&lt;BR /&gt;&lt;BR /&gt;sendmailvars: files     [NOTFOUND=continue UNAVAIL=continue TRYAGAIN=continue] dns   [NOTFOUND=return UNAVAIL=continue TRYAGAIN=return]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cat -v /etc/mnttab&lt;BR /&gt;/dev/vx/dsk/rootdg/rootvol / vxfs log 0 1 1094951990&lt;BR /&gt;/dev/vx/dsk/rootdg/standvol /stand hfs defaults 0 0 1094951992&lt;BR /&gt;/dev/work/work /work vxfs delaylog,largefiles 0 0 1094952003&lt;BR /&gt;/dev/csgbill/csgbill /work/csgbillimages vxfs delaylog,largefiles 0 0 1094952003&lt;BR /&gt;/dev/vx/dsk/rootdg/varvol /var vxfs delaylog 0 0 1094952004&lt;BR /&gt;/dev/vx/dsk/rootdg/crashvol /var/adm/crash vxfs delaylog 0 0 1094952005&lt;BR /&gt;/dev/vx/dsk/rootdg/usrvol /usr vxfs delaylog 0 0 1094952005&lt;BR /&gt;/dev/veritas/veritas /usr/openv vxfs delaylog,largefiles 0 0 1094952005&lt;BR /&gt;/dev/vx/dsk/rootdg/tmpvol /tmp vxfs delaylog 0 0 1094952006&lt;BR /&gt;/dev/vx/dsk/rootdg/syslog /syslog vxfs delaylog 0 0 1094952006&lt;BR /&gt;/dev/orahome/orahome /oracle vxfs delaylog,largefiles 0 0 1094952006&lt;BR /&gt;/dev/vx/dsk/rootdg/optvol /opt vxfs delaylog 0 0 1094952007&lt;BR /&gt;/dev/data/data /data vxfs delaylog,largefiles 0 0 1094952007&lt;BR /&gt;/dev/apps/apps /apps vxfs delaylog,largefiles 0 0 1094952007&lt;BR /&gt;-hosts /net autofs ignore,indirect,nosuid,soft,rsize=32768,wsize=32768 0 0 1094952065&lt;BR /&gt;nas02server:/webbills04 /webbills/04 nfs rsize=32768,wsize=32768,NFSv3 0 0 1094952066&lt;BR /&gt;nas02server:/prodbill/03 /webbills/03 nfs rsize=32768,wsize=32768,NFSv3 0 0 1094952066&lt;BR /&gt;nas02server:/devbill /devwebbills nfs rsize=32768,wsize=32768,NFSv3 0 0 1094952066&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Sep 2004 21:53:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-unkown-host/m-p/3378164#M566564</guid>
      <dc:creator>D Block 2</dc:creator>
      <dc:date>2004-09-13T21:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: RPC: Unkown host</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-unkown-host/m-p/3378165#M566565</link>
      <description>Hi Tom,&lt;BR /&gt;&lt;BR /&gt;Ok, it looks like /net -hosts is really the only AutoFS mount point on your system.  Let's see if the debug trace picks up anything else useful.&lt;BR /&gt;&lt;BR /&gt;By the way, doing the SIGUSR2 is different than starting automountd with a -T.  The SIGUSR2 logging is much more verbose than -T logging.  &lt;BR /&gt;&lt;BR /&gt;Let me know if you get a debug automountd log file that captures an instance of the "phooey" error message.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Mon, 13 Sep 2004 21:58:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-unkown-host/m-p/3378165#M566565</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2004-09-13T21:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: RPC: Unkown host</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-unkown-host/m-p/3378166#M566566</link>
      <description>4 grins &amp;amp; giggles.. I did the -17 kill to automountd, then followed w/ a:  ls /net/phooey and noticed this in the syslog.log(file):  could it be, that there is a listener process, see below called popper??&lt;BR /&gt;&lt;BR /&gt;Sep 13 23:07:06 &lt;MYSYSTEM&gt; automountd[1094]: phooey : RPC: Unknown host&lt;BR /&gt;&lt;BR /&gt;&amp;lt;&amp;lt;  this I have seen before as above: tom &amp;gt;&amp;gt;&lt;BR /&gt;&amp;lt;&amp;lt; note:  arrow brackets used for substitution &amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Sep 13 23:07:16 &lt;MYSYSTEM&gt; popper[14998]: (v2.3) Unable to get canonical name of client, err = 239&lt;BR /&gt;Sep 13 23:07:16 v1 popper[14998]: Stats: &lt;BR /&gt;&lt;LOGINUSER&gt; 0 0 0 0&lt;BR /&gt;&lt;/LOGINUSER&gt;&lt;/MYSYSTEM&gt;&lt;/MYSYSTEM&gt;</description>
      <pubDate>Mon, 13 Sep 2004 22:08:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-unkown-host/m-p/3378166#M566566</guid>
      <dc:creator>D Block 2</dc:creator>
      <dc:date>2004-09-13T22:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: RPC: Unkown host</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-unkown-host/m-p/3378167#M566567</link>
      <description>Hi Tom,&lt;BR /&gt;&lt;BR /&gt;Um, actually I was expecting you to turn on debug logging via "kill -17" and then sit back and wait for some other process to cause a syslog entry to happen, not for you to do an "ls /net/phooey".  I already *know* that will cause an entry to happen.  :)&lt;BR /&gt;&lt;BR /&gt;The popper program is as good a candidate as any other for causing this problem.  Is there some popper configuration file that has a reference to "phooey" or "/net/phooey" in it?&lt;BR /&gt;&lt;BR /&gt;However, an errno of 239 indicates an ECONNREFUSED, which typically means that an application is trying to connect to a service on a working system and getting denied.  I would expect that whatever application is causing this error would log an RPC_UNKNOWNHOST error or some similar type of error indicating the hostname could not be resolved.&lt;BR /&gt;&lt;BR /&gt;If you enable debug AutoFS logging and then wait for the offending application to cause a "phooey" syslog entry to happen then the debug log file will hopefully be more meaningful than generating the message yourself.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Mon, 13 Sep 2004 22:21:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-unkown-host/m-p/3378167#M566567</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2004-09-13T22:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: RPC: Unkown host</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-unkown-host/m-p/3378168#M566568</link>
      <description>Dave,&lt;BR /&gt;&lt;BR /&gt;I'm in monitor mode for awhile...  will keep you posted if I catch something in this log file... &lt;BR /&gt;&lt;BR /&gt;really appreicate your help here...&lt;BR /&gt;&lt;BR /&gt;thx so much,&lt;BR /&gt;&lt;BR /&gt;Tom</description>
      <pubDate>Mon, 13 Sep 2004 22:36:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-unkown-host/m-p/3378168#M566568</guid>
      <dc:creator>D Block 2</dc:creator>
      <dc:date>2004-09-13T22:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: RPC: Unkown host</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-unkown-host/m-p/3378169#M566569</link>
      <description>Tom,&lt;BR /&gt;&lt;BR /&gt;Happy to help.  One other thing to do - as soon as you see an entry in the syslog.log file for "phooey", collect a "ps -ef" output to a file so that you'll have some idea what processes were running when the log entry was made.  &lt;BR /&gt;&lt;BR /&gt;Of course, if the offending process is a short-lived one, or one that exits because it can't find "phooey" then the ps output might not catch it, but it's worth collecting anyway.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Mon, 13 Sep 2004 23:10:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-unkown-host/m-p/3378169#M566569</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2004-09-13T23:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: RPC: Unkown host</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-unkown-host/m-p/3378170#M566570</link>
      <description>great news, I have a lead on debugging phooey messages, but haven't been able to run: ps -ef.  H'mm, I also now realize that the 'automount' is threaded.  That is, the automount.log(file) shows threadIDs.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;here's the automount.log results:&lt;BR /&gt;Sep 14 09:13:35 (thread 32)     LOOKUP REQUEST  : name=phooey map=-hosts opts=no&lt;BR /&gt;suid,soft,rsize=32768,wsize=32768 path=/net&lt;BR /&gt;Sep 14 09:14:31 (thread 32)     LOOKUP REPLY    : status=2&lt;BR /&gt;Sep 14 09:15:11 (thread 1)      LOOKUP REQUEST  : name=phooey map=-hosts opts=no&lt;BR /&gt;suid,soft,rsize=32768,wsize=32768 path=/net&lt;BR /&gt;Sep 14 09:16:08 (thread 1)      LOOKUP REPLY    : status=2&lt;BR /&gt;Sep 14 09:16:08 (thread 33)     LOOKUP REQUEST  : name=phooey map=-hosts opts=no&lt;BR /&gt;suid,soft,rsize=32768,wsize=32768 path=/net&lt;BR /&gt;Sep 14 09:17:05 (thread 33)     LOOKUP REPLY    : status=2&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Sep 2004 09:52:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-unkown-host/m-p/3378170#M566570</guid>
      <dc:creator>D Block 2</dc:creator>
      <dc:date>2004-09-14T09:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: RPC: Unkown host</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-unkown-host/m-p/3378171#M566571</link>
      <description>Hi Tom,&lt;BR /&gt;&lt;BR /&gt;Yes, our AutoFS daemon is multi-threaded.  I don't see anything in the debug output that gives me any indication where these "phooey" references are coming from.  All they confirm is that the map entry being hit is "/net", which we pretty much already knew from looking at your maps and /etc/mnttab contents.&lt;BR /&gt;&lt;BR /&gt;The only other information this debug logfile provides is the timestamps of when the offending application caused a lookup of "phooey", which you may be able to use to reconcile against the "ps -ef" output to help determine where these "phooey" references are coming from.&lt;BR /&gt;&lt;BR /&gt;When you say you have a lead on debugging the phooey messages, do you mean you think you know which application is referencing the /net/phooey directory?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Tue, 14 Sep 2004 23:06:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-unkown-host/m-p/3378171#M566571</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2004-09-14T23:06:40Z</dc:date>
    </item>
  </channel>
</rss>

