<?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: Where does syslog get the hostname in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/where-does-syslog-get-the-hostname/m-p/2525925#M24348</link>
    <description>It may even get it from the `hostname` command. Try executing that to see if you get the same results.</description>
    <pubDate>Tue, 08 May 2001 17:44:00 GMT</pubDate>
    <dc:creator>Jim Moffitt_1</dc:creator>
    <dc:date>2001-05-08T17:44:00Z</dc:date>
    <item>
      <title>Where does syslog get the hostname</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-does-syslog-get-the-hostname/m-p/2525923#M24346</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This is bugging me, when I get log messages from syslog they only show the first section of my FQDN, eg. abc.def.xyz.com and I will only get abc in the log.  My problem is that I have the same name abc for a number of def.xyz.com domains so this is making troubleshooting more difficult.  I thought syslog used hostname, but my hostname is the FQDN.  Possibly it was using NodeName, but when changing the NodeName and restarting syslog it still not correct.  I am testing using the logger command.  Also does anyone know if NodeName will expand past 9 characters.  This is on HPUX 11, if anyone can helpme thanks in advanced.&lt;BR /&gt;&lt;BR /&gt;Stan</description>
      <pubDate>Tue, 08 May 2001 01:56:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-does-syslog-get-the-hostname/m-p/2525923#M24346</guid>
      <dc:creator>Stanley Kurasaki</dc:creator>
      <dc:date>2001-05-08T01:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Where does syslog get the hostname</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-does-syslog-get-the-hostname/m-p/2525924#M24347</link>
      <description>Don't know for sure, but the&lt;BR /&gt;only other places I can think&lt;BR /&gt;of are uname -n and a reverse&lt;BR /&gt;DNS/hosts lookup on the&lt;BR /&gt;originating IP address&lt;BR /&gt;(remember that syslog is a&lt;BR /&gt;network service).&lt;BR /&gt;&lt;BR /&gt;Then again, perhaps it&lt;BR /&gt;truncates the domain name off even if it knows it...</description>
      <pubDate>Tue, 08 May 2001 17:35:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-does-syslog-get-the-hostname/m-p/2525924#M24347</guid>
      <dc:creator>Chris Calabrese</dc:creator>
      <dc:date>2001-05-08T17:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Where does syslog get the hostname</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-does-syslog-get-the-hostname/m-p/2525925#M24348</link>
      <description>It may even get it from the `hostname` command. Try executing that to see if you get the same results.</description>
      <pubDate>Tue, 08 May 2001 17:44:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-does-syslog-get-the-hostname/m-p/2525925#M24348</guid>
      <dc:creator>Jim Moffitt_1</dc:creator>
      <dc:date>2001-05-08T17:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Where does syslog get the hostname</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-does-syslog-get-the-hostname/m-p/2525926#M24349</link>
      <description>I thought it was the uname -n = nodename, but when I tried to do a uname -S abcdef, I still only get abc in the syslog.  I have restarted syslog.  My hostname is correct the command hostname gives me abc.def.xyz.com.</description>
      <pubDate>Tue, 08 May 2001 18:24:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-does-syslog-get-the-hostname/m-p/2525926#M24349</guid>
      <dc:creator>Stanley Kurasaki</dc:creator>
      <dc:date>2001-05-08T18:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Where does syslog get the hostname</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-does-syslog-get-the-hostname/m-p/2525927#M24350</link>
      <description>the place it gets the hostname is /etc/rc.config.d/netconf.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Tue, 08 May 2001 19:54:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-does-syslog-get-the-hostname/m-p/2525927#M24350</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2001-05-08T19:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Where does syslog get the hostname</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-does-syslog-get-the-hostname/m-p/2525928#M24351</link>
      <description>My netconf file has the FQDN, so that isn't where it is set completely.  It seems that the S320hostname file parses the netconf file and only grabs the part of the name before the period.  I guess I'm going to have to reset the hostname and reboot my server.  Does anyone know how I can do this without rebooting.</description>
      <pubDate>Tue, 08 May 2001 22:50:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-does-syslog-get-the-hostname/m-p/2525928#M24351</guid>
      <dc:creator>Stanley Kurasaki</dc:creator>
      <dc:date>2001-05-08T22:50:54Z</dc:date>
    </item>
  </channel>
</rss>

