<?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 server name in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/server-name/m-p/2428065#M2019</link>
    <description>What will be the suggestion if I have a server name longer than 8 characters?&lt;BR /&gt;Does hpux 11.x support a server name longer&lt;BR /&gt;than 8 characters? Why only 8 characters!!</description>
    <pubDate>Wed, 28 Jun 2000 14:17:25 GMT</pubDate>
    <dc:creator>David Lin_1</dc:creator>
    <dc:date>2000-06-28T14:17:25Z</dc:date>
    <item>
      <title>server name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-name/m-p/2428065#M2019</link>
      <description>What will be the suggestion if I have a server name longer than 8 characters?&lt;BR /&gt;Does hpux 11.x support a server name longer&lt;BR /&gt;than 8 characters? Why only 8 characters!!</description>
      <pubDate>Wed, 28 Jun 2000 14:17:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-name/m-p/2428065#M2019</guid>
      <dc:creator>David Lin_1</dc:creator>
      <dc:date>2000-06-28T14:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: server name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-name/m-p/2428066#M2020</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;have a look at /usr/include/sys/param.h&lt;BR /&gt;There is a line:&lt;BR /&gt;#define MAXHOSTNAMELEN 64 /* ... */&lt;BR /&gt;So you can see that of course you can have a hostname longer than 8 characters.&lt;BR /&gt;&lt;BR /&gt;Greetings&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
      <pubDate>Wed, 28 Jun 2000 14:24:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-name/m-p/2428066#M2020</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-06-28T14:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: server name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-name/m-p/2428067#M2021</link>
      <description>You could encounter the following problems if your hostname exceeds eight&lt;BR /&gt;characters:&lt;BR /&gt;&lt;BR /&gt;     1. UUCP: If a remote system calls an HP-UX system that has&lt;BR /&gt;        a hostname greater than eight characters, uucico(1M) reports&lt;BR /&gt;        that system as 'unknown'.&lt;BR /&gt;&lt;BR /&gt;     2. CDE: The CDE ToolTalk component uses the uname system&lt;BR /&gt;        call, while the remainder of the system uses gethostname.  You&lt;BR /&gt;        must specify a UUCP nodename.&lt;BR /&gt;&lt;BR /&gt;        The UUCP nodename is automatically set to the value of the&lt;BR /&gt;        hostname.  However, eight characters is the maximum length for a&lt;BR /&gt;        UUCP nodename.  If a hostname exceeds eight characters, you must&lt;BR /&gt;        separately specify a shorter UUCP nodename.&lt;BR /&gt;&lt;BR /&gt;     3. SD-tools: 'swinstall' returns an error indicating the&lt;BR /&gt;        'host can't be found'.&lt;BR /&gt;&lt;BR /&gt;     4. Ignite: When clients are booted directly from the&lt;BR /&gt;        BOOT_ADMIN&amp;gt; prompt (on the Ignite server), everything runs&lt;BR /&gt;        fine until you get to the hostname confirmation screen.&lt;BR /&gt;&lt;BR /&gt;        At this point, one of two things could happen:&lt;BR /&gt;&lt;BR /&gt;        A. You will get a hostname that you did not specify.&lt;BR /&gt;&lt;BR /&gt;           --OR--&lt;BR /&gt;&lt;BR /&gt;        B. You will get the 'unknown_35' error.  This error indicates&lt;BR /&gt;           that the hostname is too long.&lt;BR /&gt;&lt;BR /&gt;     5. set_parms: When using set_parms to set the system name&lt;BR /&gt;        after an installation, though HP-UX 10.20 allows a long&lt;BR /&gt;        hostname, you will receive a warning about uname using a&lt;BR /&gt;        NODENAME of the first eight characters of the name.&lt;BR /&gt;&lt;BR /&gt;        You will not have any problems until you reboot your system.&lt;BR /&gt;        When you reboot, the hostname is not set, and most of the&lt;BR /&gt;        networking products (such as NFS client) do not start.&lt;BR /&gt;&lt;BR /&gt;     6. OpenMail: There is a scenario at the unix.out process&lt;BR /&gt;        whereby a FROM address is produced with a hostname.  This address&lt;BR /&gt;        is limited to eight characters.  E-mail relies heavily on the&lt;BR /&gt;        correct system name.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jun 2000 14:33:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-name/m-p/2428067#M2021</guid>
      <dc:creator>Terry Gibbar</dc:creator>
      <dc:date>2000-06-28T14:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: server name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-name/m-p/2428068#M2022</link>
      <description>I also find in /usr/include/sys/utsname.h there's a line&lt;BR /&gt;# define _SYS_MNLN 9 /*length of strings&lt;BR /&gt;returned by name(OS) */&lt;BR /&gt;I guess I just cannot have a server name &lt;BR /&gt;longer than 8 characters.&lt;BR /&gt;Thanks for all yor reply.</description>
      <pubDate>Wed, 28 Jun 2000 14:42:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-name/m-p/2428068#M2022</guid>
      <dc:creator>David Lin_1</dc:creator>
      <dc:date>2000-06-28T14:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: server name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-name/m-p/2428069#M2023</link>
      <description>We have several lexmark printers attached to the network via small axis boxes&lt;BR /&gt;These need IP configuring on them and then all you have to do is&lt;BR /&gt;1. ensure you can see it from the HPUX Server&lt;BR /&gt;2. Add ip and alias to hosts file&lt;BR /&gt;2. cd /tmp&lt;BR /&gt;3. ftp &lt;IP_AXISBOX&gt;&lt;BR /&gt;4. get axinstall&lt;BR /&gt;5. On HPUX server  sh axinstall&lt;BR /&gt;6. Answer prompts (Self explanitory)&lt;BR /&gt;The printer should then be configured.&lt;BR /&gt;&lt;BR /&gt;Sorry don't know the price of axis-boxes&lt;BR /&gt;&lt;/IP_AXISBOX&gt;</description>
      <pubDate>Thu, 29 Jun 2000 07:20:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-name/m-p/2428069#M2023</guid>
      <dc:creator>Neale Machin</dc:creator>
      <dc:date>2000-06-29T07:20:54Z</dc:date>
    </item>
  </channel>
</rss>

