<?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: Host name lost during session in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/host-name-lost-during-session/m-p/4051811#M736722</link>
    <description>Exactly.</description>
    <pubDate>Wed, 08 Aug 2007 11:06:08 GMT</pubDate>
    <dc:creator>John Dorak</dc:creator>
    <dc:date>2007-08-08T11:06:08Z</dc:date>
    <item>
      <title>Host name lost during session</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/host-name-lost-during-session/m-p/4051805#M736716</link>
      <description>Our HP Itanium system: HP-UX ia64bld1 B.11.23 looses its host name after running some build scripts.  The scripts do use the hostname command but no changes to the host name are done.  I checked file:  /etc/rc.config.d/netconf  and it has not been changed.&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;Thanks,&lt;BR /&gt;JJD</description>
      <pubDate>Wed, 08 Aug 2007 08:52:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/host-name-lost-during-session/m-p/4051805#M736716</guid>
      <dc:creator>John Dorak</dc:creator>
      <dc:date>2007-08-08T08:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Host name lost during session</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/host-name-lost-during-session/m-p/4051806#M736717</link>
      <description>Hi John:&lt;BR /&gt;&lt;BR /&gt;I suggest you examine the use of the 'hostname' command in the scripts you run.  Executing 'hostname name' will change the hostname but not modify the 'netconf' file.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 08 Aug 2007 08:57:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/host-name-lost-during-session/m-p/4051806#M736717</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-08-08T08:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Host name lost during session</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/host-name-lost-during-session/m-p/4051807#M736718</link>
      <description>Given the circumstances as you state them, I can only suggest that it must be divine intervention.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 08 Aug 2007 09:00:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/host-name-lost-during-session/m-p/4051807#M736718</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2007-08-08T09:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Host name lost during session</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/host-name-lost-during-session/m-p/4051808#M736719</link>
      <description>What did your hostname become? Was it null or was it something like -v or -h or similar? HP-UX hostname command (unlike Linux and other flavors) has no options whatsoever and takes whatever is supplied on the command line as the new hostname (the hostname man page is helpful here). Either your build scripts were not designed/tested for HP-UX or some novice sysadmin logged in as root and played with the hostname command assuming that all Unix commands are the same.</description>
      <pubDate>Wed, 08 Aug 2007 09:12:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/host-name-lost-during-session/m-p/4051808#M736719</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-08-08T09:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Host name lost during session</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/host-name-lost-during-session/m-p/4051809#M736720</link>
      <description>Just found the culprit, this script of course is used on multiple Unix systems and an error path we don't normally go down had a hostname -s in it.&lt;BR /&gt;&lt;BR /&gt;Thanks for the pointers.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;JJD</description>
      <pubDate>Wed, 08 Aug 2007 09:33:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/host-name-lost-during-session/m-p/4051809#M736720</guid>
      <dc:creator>John Dorak</dc:creator>
      <dc:date>2007-08-08T09:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Host name lost during session</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/host-name-lost-during-session/m-p/4051810#M736721</link>
      <description>I guess someone intended to use uname -s to get the hostname.</description>
      <pubDate>Wed, 08 Aug 2007 10:33:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/host-name-lost-during-session/m-p/4051810#M736721</guid>
      <dc:creator>Juan M Leon</dc:creator>
      <dc:date>2007-08-08T10:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Host name lost during session</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/host-name-lost-during-session/m-p/4051811#M736722</link>
      <description>Exactly.</description>
      <pubDate>Wed, 08 Aug 2007 11:06:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/host-name-lost-during-session/m-p/4051811#M736722</guid>
      <dc:creator>John Dorak</dc:creator>
      <dc:date>2007-08-08T11:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: Host name lost during session</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/host-name-lost-during-session/m-p/4051812#M736723</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;$ uname -a&lt;BR /&gt;&lt;BR /&gt;rgs,&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Aug 2007 05:56:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/host-name-lost-during-session/m-p/4051812#M736723</guid>
      <dc:creator>rariasn</dc:creator>
      <dc:date>2007-08-09T05:56:37Z</dc:date>
    </item>
  </channel>
</rss>

