<?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 and other netconf parms corrupt in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hostname-and-other-netconf-parms-corrupt/m-p/3720705#M787992</link>
    <description>Of course that should have been....&lt;BR /&gt;&lt;BR /&gt;grep -l HOSTNAME /sbin/init.d/*&lt;BR /&gt;and&lt;BR /&gt;gerp -l HOSTNAME /etc/rc.config.d/*&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Jeff&lt;BR /&gt;</description>
    <pubDate>Tue, 31 Jan 2006 14:55:51 GMT</pubDate>
    <dc:creator>Jeff Schussele</dc:creator>
    <dc:date>2006-01-31T14:55:51Z</dc:date>
    <item>
      <title>Hostname and other netconf parms corrupt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hostname-and-other-netconf-parms-corrupt/m-p/3720694#M787981</link>
      <description>Hello:&lt;BR /&gt;&lt;BR /&gt;I am trying to get a 11.11 system onto a network and I am running into some strange behavior.   &lt;BR /&gt;I have validated all the network setting are correct (ie. hostname, ip, gw, ..). I have tried using &lt;BR /&gt;sam, set_parms and even copying the netconf, hosts and resolv.conf files over from another machine.  &lt;BR /&gt;&lt;BR /&gt;The end result is I can't get CDE to load.  Trying to see if hostname loaded from the netconf file &lt;BR /&gt;I tried the $hostname command and in comes back unknown.  I then noticed that the OPERATING_SYSTEM parm&lt;BR /&gt;in the netconf file was set to -t.  I am not sure how that got changes.  So I changed it back to &lt;BR /&gt;HP-UX.   I then reboot and it gets set back to -t again.  &lt;BR /&gt;&lt;BR /&gt;I am not sure what could be causing this but it is preventing me from getting the workstation onto the &lt;BR /&gt;network.&lt;BR /&gt;&lt;BR /&gt;I have included the /etc/rc.log file as well.&lt;BR /&gt;&lt;BR /&gt;One other thing I noticed when comparing the HOSTNAME accorss several of my 11.11 systems is some have the hostname parm&lt;BR /&gt;in "" and some don't.  I am not sure if that makes any differnce.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# IMPORTANT:  for 9.x-to-10.0 transition, do not put blank lines between&lt;BR /&gt;# the next set of statements&lt;BR /&gt;&lt;BR /&gt;HOSTNAME="mtvhp08"&lt;BR /&gt;OPERATING_SYSTEM=-t&lt;BR /&gt;LOOPBACK_ADDRESS=127.0.0.1&lt;BR /&gt; &lt;BR /&gt;Any help you can provide I would appreiate.&lt;BR /&gt;&lt;BR /&gt;-Scott &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jan 2006 18:30:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hostname-and-other-netconf-parms-corrupt/m-p/3720694#M787981</guid>
      <dc:creator>Scott McDade</dc:creator>
      <dc:date>2006-01-30T18:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Hostname and other netconf parms corrupt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hostname-and-other-netconf-parms-corrupt/m-p/3720695#M787982</link>
      <description>Shalom Scott,&lt;BR /&gt;&lt;BR /&gt;1) Make sure the root fs is not near or at capacity. If this is teh case it can cause problems with the configuration files.&lt;BR /&gt;&lt;BR /&gt;2) If the files are really corrupt, they probably should be restored from backup or set_parms scripts should be used to re-create them. &lt;BR /&gt;&lt;BR /&gt;3) Note that hostnames can not exceed 8 characters unless you are running 11.23 with a special enhancement installed.&lt;BR /&gt;&lt;BR /&gt;I don't think the quotes make any difference.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 30 Jan 2006 18:38:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hostname-and-other-netconf-parms-corrupt/m-p/3720695#M787982</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-01-30T18:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Hostname and other netconf parms corrupt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hostname-and-other-netconf-parms-corrupt/m-p/3720696#M787983</link>
      <description>SEP:&lt;BR /&gt;&lt;BR /&gt;I have restored them from both backup via set_parms.   The problem is once I restore them and reboot something is is overwritting the netconf file.  I am not sure if it is kept in memory and overwritten up reboot.  &lt;BR /&gt;&lt;BR /&gt;I have even gone in single user mode and replaced the netconf, resolv.conf and hosts files via and then rebooted and the OPERATING_SYSTEM parm still gets changed back to -t.&lt;BR /&gt;&lt;BR /&gt;Has anyone ever seen this happen?</description>
      <pubDate>Mon, 30 Jan 2006 20:33:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hostname-and-other-netconf-parms-corrupt/m-p/3720696#M787983</guid>
      <dc:creator>Scott McDade</dc:creator>
      <dc:date>2006-01-30T20:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Hostname and other netconf parms corrupt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hostname-and-other-netconf-parms-corrupt/m-p/3720697#M787984</link>
      <description>Hey all,  I have included the rc.log file as well just in case there is something in there that I missed.&lt;BR /&gt;&lt;BR /&gt;-Scott</description>
      <pubDate>Mon, 30 Jan 2006 21:44:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hostname-and-other-netconf-parms-corrupt/m-p/3720697#M787984</guid>
      <dc:creator>Scott McDade</dc:creator>
      <dc:date>2006-01-30T21:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hostname and other netconf parms corrupt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hostname-and-other-netconf-parms-corrupt/m-p/3720698#M787985</link>
      <description>Check if you any multiple files for netconf, such as netconf.bak, netconf.orig etc. The /etc/rc.config.d/ directory shoyld have only the configuration files and nothing else.</description>
      <pubDate>Mon, 30 Jan 2006 21:52:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hostname-and-other-netconf-parms-corrupt/m-p/3720698#M787985</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-01-30T21:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Hostname and other netconf parms corrupt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hostname-and-other-netconf-parms-corrupt/m-p/3720699#M787986</link>
      <description>RAC:&lt;BR /&gt;&lt;BR /&gt;Thanks, I will take a look,  I know I have a home.netconf file in the /etc/rc.config.d/ path.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jan 2006 21:57:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hostname-and-other-netconf-parms-corrupt/m-p/3720699#M787986</guid>
      <dc:creator>Scott McDade</dc:creator>
      <dc:date>2006-01-30T21:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Hostname and other netconf parms corrupt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hostname-and-other-netconf-parms-corrupt/m-p/3720700#M787987</link>
      <description>Cleaned out /etc/rc.config.d of all reduntant files (ie. .. home.hosts or bkup.netconf).  &lt;BR /&gt;&lt;BR /&gt;Made sure that the netconf file setting for OPERATING_SYSTEM=HP-UX and rebooted.   &lt;BR /&gt;&lt;BR /&gt;Came up in single user mode and checked it.  Everything looked fine,  &lt;BR /&gt;&lt;BR /&gt;Init level 1 the OPERATING_SYSTEM parmeter was overwritten to -t in the netconf file.&lt;BR /&gt;&lt;BR /&gt;Can anyone explain this or has anyone seen this?  PLEASE????? &lt;BR /&gt;&lt;BR /&gt;Where could it be getting this parm from?</description>
      <pubDate>Tue, 31 Jan 2006 11:10:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hostname-and-other-netconf-parms-corrupt/m-p/3720700#M787987</guid>
      <dc:creator>Scott McDade</dc:creator>
      <dc:date>2006-01-31T11:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Hostname and other netconf parms corrupt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hostname-and-other-netconf-parms-corrupt/m-p/3720701#M787988</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Can you check if this command shows HP-UX ?&lt;BR /&gt;# uname -s&lt;BR /&gt;&lt;BR /&gt;Also check # uname -a</description>
      <pubDate>Tue, 31 Jan 2006 13:46:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hostname-and-other-netconf-parms-corrupt/m-p/3720701#M787988</guid>
      <dc:creator>Sameer_Nirmal</dc:creator>
      <dc:date>2006-01-31T13:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Hostname and other netconf parms corrupt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hostname-and-other-netconf-parms-corrupt/m-p/3720702#M787989</link>
      <description>Thanks...for the reply.&lt;BR /&gt;&lt;BR /&gt;When I do the uname -s gives me the -t.  And the uname -a returns -t unknown then some lic info...&lt;BR /&gt;&lt;BR /&gt;Atleast it is consistant.&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Jan 2006 14:11:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hostname-and-other-netconf-parms-corrupt/m-p/3720702#M787989</guid>
      <dc:creator>Scott McDade</dc:creator>
      <dc:date>2006-01-31T14:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Hostname and other netconf parms corrupt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hostname-and-other-netconf-parms-corrupt/m-p/3720703#M787990</link>
      <description>Scott:&lt;BR /&gt;&lt;BR /&gt;One thing to try is to 'vi' the '/etc/rc.config.d/netconf' file.  Make sure that 'vi' doesn't "complain" about the file format in any way.&lt;BR /&gt;&lt;BR /&gt;You can also start with a virgin copy of the file and manually configure your hostname and network:&lt;BR /&gt;&lt;BR /&gt;# cp -p /usr/newconfig/etc/rc.config.d/netconf /etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;Having done this copy, either manually edit the file or try running '/sbin/set_parms' again.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 31 Jan 2006 14:50:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hostname-and-other-netconf-parms-corrupt/m-p/3720703#M787990</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-01-31T14:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Hostname and other netconf parms corrupt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hostname-and-other-netconf-parms-corrupt/m-p/3720704#M787991</link>
      <description>Hi Scott,&lt;BR /&gt;&lt;BR /&gt;I've seen this before.&lt;BR /&gt;It's not the netconf that's causing this.&lt;BR /&gt;It's either another conf file or a startup script.&lt;BR /&gt;So do this&lt;BR /&gt;&lt;BR /&gt;grep -l HOSTNAME /sbin/init.d&lt;BR /&gt;and&lt;BR /&gt;gerp -l HOSTNAME /etc/rc.config.d&lt;BR /&gt;&lt;BR /&gt;Then check all the returned filename.&lt;BR /&gt;You'll find your culprit.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Jan 2006 14:52:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hostname-and-other-netconf-parms-corrupt/m-p/3720704#M787991</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2006-01-31T14:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Hostname and other netconf parms corrupt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hostname-and-other-netconf-parms-corrupt/m-p/3720705#M787992</link>
      <description>Of course that should have been....&lt;BR /&gt;&lt;BR /&gt;grep -l HOSTNAME /sbin/init.d/*&lt;BR /&gt;and&lt;BR /&gt;gerp -l HOSTNAME /etc/rc.config.d/*&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Jeff&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Jan 2006 14:55:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hostname-and-other-netconf-parms-corrupt/m-p/3720705#M787992</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2006-01-31T14:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Hostname and other netconf parms corrupt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hostname-and-other-netconf-parms-corrupt/m-p/3720706#M787993</link>
      <description>Hi Jeff:&lt;BR /&gt;&lt;BR /&gt;"gerp" = dyslexic "grep" ? :-))&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 31 Jan 2006 14:58:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hostname-and-other-netconf-parms-corrupt/m-p/3720706#M787993</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-01-31T14:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Hostname and other netconf parms corrupt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hostname-and-other-netconf-parms-corrupt/m-p/3720707#M787994</link>
      <description>Hi JRF,&lt;BR /&gt;&lt;BR /&gt;LOL!!!!&lt;BR /&gt;Well at least I was consistent.&lt;BR /&gt;Actually, I was lazy.&lt;BR /&gt;I copy/pasted from my first post.&lt;BR /&gt;Funny thing is that's probably the most frequent typo I make.....&lt;BR /&gt;&lt;BR /&gt;Cheers my friend,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 31 Jan 2006 15:03:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hostname-and-other-netconf-parms-corrupt/m-p/3720707#M787994</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2006-01-31T15:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hostname and other netconf parms corrupt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hostname-and-other-netconf-parms-corrupt/m-p/3720708#M787995</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;As per the "uname" output you said, it seems that the hostname is "unknown" besides "-t" for OS name.&lt;BR /&gt;Set using&lt;BR /&gt;#setuname -s HP-UX -n &lt;HOSTNAME&gt;&lt;BR /&gt;&lt;BR /&gt;Ensure you have OPERATING_SYSTEM=HP-UX in&lt;BR /&gt;"netconf" file.&lt;BR /&gt;&lt;BR /&gt;Start the net service using&lt;BR /&gt;# /sbin/init.d/net start &lt;BR /&gt;If you face problem starting net service, yo may have to reboot the system.&lt;BR /&gt;&lt;BR /&gt;Be aware that only script /sbin/init.d/hostname assigns system names. Ensure you don't have any other script which alters these names.&lt;/HOSTNAME&gt;</description>
      <pubDate>Tue, 31 Jan 2006 15:05:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hostname-and-other-netconf-parms-corrupt/m-p/3720708#M787995</guid>
      <dc:creator>Sameer_Nirmal</dc:creator>
      <dc:date>2006-01-31T15:05:21Z</dc:date>
    </item>
  </channel>
</rss>

