<?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: hostname length in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hostname-length/m-p/3162668#M903073</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The max lenght of the hostname should be 8 characters.&lt;BR /&gt;&lt;BR /&gt;Robert-Jan</description>
    <pubDate>Tue, 13 Jan 2004 04:17:41 GMT</pubDate>
    <dc:creator>Robert-Jan Goossens</dc:creator>
    <dc:date>2004-01-13T04:17:41Z</dc:date>
    <item>
      <title>hostname length</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hostname-length/m-p/3162667#M903072</link>
      <description>Hi all, could You explain to me if there is any limit to hostname lenght?&lt;BR /&gt;Which problem types can I find using a long hostname?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank You&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Jan 2004 04:13:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hostname-length/m-p/3162667#M903072</guid>
      <dc:creator>Mauro Gatti</dc:creator>
      <dc:date>2004-01-13T04:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: hostname length</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hostname-length/m-p/3162668#M903073</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The max lenght of the hostname should be 8 characters.&lt;BR /&gt;&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Tue, 13 Jan 2004 04:17:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hostname-length/m-p/3162668#M903073</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-01-13T04:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: hostname length</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hostname-length/m-p/3162669#M903074</link>
      <description>8 characters is the standard maximum length. You will find problems attempting to make it longer.</description>
      <pubDate>Tue, 13 Jan 2004 04:22:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hostname-length/m-p/3162669#M903074</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-01-13T04:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: hostname length</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hostname-length/m-p/3162670#M903075</link>
      <description>The limit is 64 characters, although you can use a hostname up to 255 characters anything greater &amp;gt;64 characters may cause problems so its advisable to stick to &amp;lt;=64. &lt;BR /&gt;&lt;BR /&gt;Check out this detailed question and answers;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=301546" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=301546&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Jan 2004 04:25:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hostname-length/m-p/3162670#M903075</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2004-01-13T04:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: hostname length</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hostname-length/m-p/3162671#M903076</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;8 characters is the maxumum standard length, you can also set the name longer the 8 characters, but it gives problem while executing problems like, swlist etc.&lt;BR /&gt;&lt;BR /&gt;In such case set the hostname from command line&lt;BR /&gt;&lt;BR /&gt;#hostname &lt;HOSTNAME&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Tue, 13 Jan 2004 04:31:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hostname-length/m-p/3162671#M903076</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2004-01-13T04:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: hostname length</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hostname-length/m-p/3162672#M903077</link>
      <description>Ciao Mauro,&lt;BR /&gt;&lt;BR /&gt;you could have problems with long hostname; they are about resolution names, using uname or something else. Just another example: I know a lot of cases about problem of systems with long hostname working on Omniback (now Data Protector).&lt;BR /&gt;&lt;BR /&gt;From the hostname(1) man page:&lt;BR /&gt;&lt;BR /&gt;The name_of_host argument is restricted to&lt;BR /&gt;MAXHOSTNAMELEN characters as defined in .&lt;BR /&gt;&lt;BR /&gt;Running grep MAXHOSTNAMELEN /usr/include/sys/param.h shows:&lt;BR /&gt;&lt;BR /&gt;#define MAXHOSTNAMELEN 64       /* max length of hostname */&lt;BR /&gt;&lt;BR /&gt;So, the hostname can be 64 characters but the uname nodename can only be 8.&lt;BR /&gt;&lt;BR /&gt;I hope this helps you.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Ettore</description>
      <pubDate>Tue, 13 Jan 2004 04:31:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hostname-length/m-p/3162672#M903077</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2004-01-13T04:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: hostname length</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hostname-length/m-p/3162673#M903078</link>
      <description>Ettore is on the button: while you can set hostname to more than 8 chars, other routines have a fit or just truncate this down to 8 anyway.&lt;BR /&gt;&lt;BR /&gt;This would be, among others, DNS, NIS/YP, and so on.&lt;BR /&gt;Some of the sub-routines like gethostent and so on do not check the name length, but assume 8 chars, I suppose.&lt;BR /&gt;&lt;BR /&gt;Funny how UNIX works, eh?</description>
      <pubDate>Wed, 14 Jan 2004 02:34:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hostname-length/m-p/3162673#M903078</guid>
      <dc:creator>Jakes Louw</dc:creator>
      <dc:date>2004-01-14T02:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: hostname length</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hostname-length/m-p/3162674#M903079</link>
      <description>Did anybody in HP Labs think to plant the increasing of nodename length ?&lt;BR /&gt;&lt;BR /&gt;The nodename is set for UUCP connections but... who uses UUCP connections today ?&lt;BR /&gt;Have you ever used a similar command to this:&lt;BR /&gt;&lt;BR /&gt;uucp myfile.txt sys2!sys3!sys4!/home/joe&lt;BR /&gt;&lt;BR /&gt;?</description>
      <pubDate>Wed, 14 Jan 2004 09:52:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hostname-length/m-p/3162674#M903079</guid>
      <dc:creator>Jdamian</dc:creator>
      <dc:date>2004-01-14T09:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: hostname length</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hostname-length/m-p/3162675#M903080</link>
      <description>&lt;BR /&gt;I use uucp.&lt;BR /&gt;&lt;BR /&gt;1. Unlike ftp UUCP does handle failed transfers and retries. &lt;BR /&gt;2. UUCP notifies the sysadmin when transfers fails&lt;BR /&gt;&lt;BR /&gt;3. UUCP works for dailup and tcp transfers&lt;BR /&gt;&lt;BR /&gt;4. You can restrict commands and directory locations for transfers.  (Permissions)&lt;BR /&gt;&lt;BR /&gt;5. UUCP provideds sane notification of arriving data files.&lt;BR /&gt;6. You can use scripting with UUCP&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rory</description>
      <pubDate>Wed, 14 Jan 2004 19:59:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hostname-length/m-p/3162675#M903080</guid>
      <dc:creator>Rory R Hammond</dc:creator>
      <dc:date>2004-01-14T19:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: hostname length</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hostname-length/m-p/3162676#M903081</link>
      <description>HP-UX is a standards-based system and uname must remain consistent with the standards. uname is defined as an 8-character (max) name as stated in the man page for hostname. Once a standard is changed, all sorts of problems with compatibility start showing up (can you say Windows?). Each man page documents the applicable standard(s) at the bottom.&lt;BR /&gt; &lt;BR /&gt;Now hostname is limited to 64 characters but nodename (the value reported by uname) is limited to 8 characters. BOTH can be set by editing the /etc/rc.conig.d/netconf file and entering separate values for HOSTNAME and NODENAME.</description>
      <pubDate>Thu, 15 Jan 2004 00:01:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hostname-length/m-p/3162676#M903081</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-01-15T00:01:35Z</dc:date>
    </item>
  </channel>
</rss>

