<?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: Very new techie in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/very-new-techie/m-p/3312426#M876337</link>
    <description>You might find it handy to explore netconf under /etc/rc.config.d.&lt;BR /&gt;&lt;BR /&gt;This contains network information. You may find some entries labled "IP_ADDRESS" that may point to NICs that were removed (assuming you got someone's hand me down machine) HP-UX grinding to a halt may be that it's trying to initialize a card that isn't there anymore? I don't really know. Just a wild guess. &lt;BR /&gt;&lt;BR /&gt;If you aren't going to use network, find the entries that say "INTERFACE_STATE" and set them to "down". That will keep the system from trying to initialize them. I know that some routers won't initialize the port if nothing is plugged into it. Could be something similar here.&lt;BR /&gt;&lt;BR /&gt;-Good Luck</description>
    <pubDate>Thu, 24 Jun 2004 07:53:50 GMT</pubDate>
    <dc:creator>R. Allan Hicks</dc:creator>
    <dc:date>2004-06-24T07:53:50Z</dc:date>
    <item>
      <title>Very new techie</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/very-new-techie/m-p/3312422#M876333</link>
      <description>I'm very new to the hp-ux environment, however I have much experience with other *nix OS's.  My excellent boss gave me a little HP712/100 complete with HP-UX 11.11.  I am not afraid to admit I am a bit lost as to where to begin.  I have noticed HP-UX grinds to a halt when it does not detect a network.  CDE won't start because it's complaining about the Desktop Messaging Service.  Anyone care to point me in the right direction here?</description>
      <pubDate>Tue, 22 Jun 2004 18:02:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/very-new-techie/m-p/3312422#M876333</guid>
      <dc:creator>synack</dc:creator>
      <dc:date>2004-06-22T18:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Very new techie</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/very-new-techie/m-p/3312423#M876334</link>
      <description>well you could shut off everything thing that needs a network.  Then only run things from run level 2 and below.  That is going to take quite a bit of work to identify things and go into single user mode to make modifications and reboot again.  even after that your going to yourself servely restricted in what your able to do.&lt;BR /&gt;&lt;BR /&gt;you'll be alot better of getting a cheap hub to plug your network.  I'm sure a 10mhz 4 port hub is pretty cheap and easy to get from ebay or whereever.</description>
      <pubDate>Tue, 22 Jun 2004 18:15:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/very-new-techie/m-p/3312423#M876334</guid>
      <dc:creator>curt larson_1</dc:creator>
      <dc:date>2004-06-22T18:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Very new techie</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/very-new-techie/m-p/3312424#M876335</link>
      <description>Thanks for the quick reply.  I do have it connected to a network and it boots up ok now.  However I am still stuck with the desktop messaging service error when I launch CDE.  I don't even know what the desktop messaging service is, so not real sure where to go to fix this.</description>
      <pubDate>Tue, 22 Jun 2004 18:27:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/very-new-techie/m-p/3312424#M876335</guid>
      <dc:creator>synack</dc:creator>
      <dc:date>2004-06-22T18:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Very new techie</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/very-new-techie/m-p/3312425#M876336</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;  CDE is particularly sensitive about hostname resolution.&lt;BR /&gt;&lt;BR /&gt;  Add your hostname and IP address to /etc/hosts file. Are you using any DNS server? If yes, ensure you have them listed in /etc/resolv.conf also take care of /etc/nsswitch.conf.&lt;BR /&gt; &lt;BR /&gt;   Make sure you are able to ping using the hostname.&lt;BR /&gt;&lt;BR /&gt;   # ping &lt;HOSTNAME&gt;&lt;BR /&gt; &lt;BR /&gt;   Now try launching CDE.&lt;BR /&gt;&lt;BR /&gt;Sundar&lt;/HOSTNAME&gt;</description>
      <pubDate>Tue, 22 Jun 2004 18:34:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/very-new-techie/m-p/3312425#M876336</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-06-22T18:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Very new techie</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/very-new-techie/m-p/3312426#M876337</link>
      <description>You might find it handy to explore netconf under /etc/rc.config.d.&lt;BR /&gt;&lt;BR /&gt;This contains network information. You may find some entries labled "IP_ADDRESS" that may point to NICs that were removed (assuming you got someone's hand me down machine) HP-UX grinding to a halt may be that it's trying to initialize a card that isn't there anymore? I don't really know. Just a wild guess. &lt;BR /&gt;&lt;BR /&gt;If you aren't going to use network, find the entries that say "INTERFACE_STATE" and set them to "down". That will keep the system from trying to initialize them. I know that some routers won't initialize the port if nothing is plugged into it. Could be something similar here.&lt;BR /&gt;&lt;BR /&gt;-Good Luck</description>
      <pubDate>Thu, 24 Jun 2004 07:53:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/very-new-techie/m-p/3312426#M876337</guid>
      <dc:creator>R. Allan Hicks</dc:creator>
      <dc:date>2004-06-24T07:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Very new techie</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/very-new-techie/m-p/3312427#M876338</link>
      <description>Thanks for the tip.  Now that I've had more time to get my hooks into this machine, I've explored these files.  Things are working nicely now, at least until I find a new way to break it :)</description>
      <pubDate>Thu, 24 Jun 2004 08:25:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/very-new-techie/m-p/3312427#M876338</guid>
      <dc:creator>synack</dc:creator>
      <dc:date>2004-06-24T08:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Very new techie</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/very-new-techie/m-p/3312428#M876339</link>
      <description>Check our 'sam'.  It will do most things for you via a GUI.</description>
      <pubDate>Thu, 24 Jun 2004 09:52:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/very-new-techie/m-p/3312428#M876339</guid>
      <dc:creator>Ted Buis</dc:creator>
      <dc:date>2004-06-24T09:52:10Z</dc:date>
    </item>
  </channel>
</rss>

