<?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: lan interface stops responding in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-stops-responding/m-p/6505342#M487218</link>
    <description>&lt;P&gt;Check the baud rate on the terminal. It may have changed to 2400.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, there is no reason to use a serial terminal for your console. The rp2470 has a LAN console built in. Once you can get the terminal working, you need to add a LAN cable to that port and configure it so you can talk to the console over the network.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: rebooting will not affect the console connection. It is a separate computer that is always on. I assume that you know about CTRL-B which gets the attention of the service processor (GSP). If CTRL-B doesn't work, the baud rate must be set to 9600 (and 8bit, no parity).&amp;nbsp; Did someone change the serial cable? There are two cables, one always works, the other will never work. Pins 2 and 3 (transmit/receive) are reversed between the two cables and other than a null-modem adapter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a red flashing light on the front? If so, you may have a hardware failure that will need repair.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Jun 2014 15:43:54 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2014-06-10T15:43:54Z</dc:date>
    <item>
      <title>lan interface stops responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-stops-responding/m-p/6503996#M487195</link>
      <description>&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm facing a strange&amp;nbsp;behavior with my HP box. It is responsible for backups and without any intervention it just cuts his connections on the main interface. I can't connect via telnet and for that nobody can reach him, no ping respond.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i reboot the server it solves and works for 3 sometimes and other just 1 day and just stop responding.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What could be the problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nelson Chamba\&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jun 2014 14:21:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-stops-responding/m-p/6503996#M487195</guid>
      <dc:creator>Nelson Chamba</dc:creator>
      <dc:date>2014-06-09T14:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: lan interface stops responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-stops-responding/m-p/6504264#M487199</link>
      <description>&lt;P&gt;The first place to check for any problem is /var/adm/syslog/syslog.log.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would use grep like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;grep -i gateway /var/adm/syslog/syslog.log&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;If you see "dead gateway", you have a notorious default setting in your HP-UX box that disables routes when the gateway misses to a ping test. This is an old default setting that should never have existed. The network code regularly pings routers to see if they are alive (even though ping is a primitive and almost useless test). When the router fails to respond, the network code assumes that the router is dead and stops using that route (an even more useless response). It is not unusual for network security to disable ICMP response (ie, ping) but with this setting in HP-UX, all routed traffic is halted because of a missed ping.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, you need to set the dead gateway detect to off on *every* HP-UX server you have.&lt;/P&gt;&lt;P&gt;To make the change permanent, edit the nddconf file in&lt;STRONG&gt; /etc/rc.config.d&lt;/STRONG&gt; and add this:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;TRANSPORT_NAME[0]=ip
NDD_NAME[0]=ip_ire_gw_probe
NDD_VALUE[0]=0&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The above assumes that there are no [0] entries already.&lt;/P&gt;&lt;P&gt;If there are, use the next available array reference such as [1] or [2].&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then run: &lt;STRONG&gt;ndd -c&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;which reads the file and performs the settings.&lt;/P&gt;&lt;P&gt;This sets the value to 0 and validates that the file is of the proper format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Did I mention that *&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;every&lt;/STRONG&gt;&lt;/FONT&gt;* HP-UX server needs this fix?)&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jun 2014 18:14:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-stops-responding/m-p/6504264#M487199</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2014-06-09T18:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: lan interface stops responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-stops-responding/m-p/6504930#M487210</link>
      <description>&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the help but now i´m facing a serious problem because i can´t even login to try these commands. My box is connected to the console but it´s not responding al all.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The console just shows me the LINE MODIFY - MODIFY ALL- BLOCK MODE - REMOTE MODE * - SMOOTH SCROOL * - MEMORY LOCK - DISPLAY FUNCTNS - AUTO LF *&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tried the CTRL+B but no nothing changed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I already restarted the server but this is not changing anything.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;What can I do?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;nelson&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jun 2014 09:44:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-stops-responding/m-p/6504930#M487210</guid>
      <dc:creator>Nelson Chamba</dc:creator>
      <dc:date>2014-06-10T09:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: lan interface stops responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-stops-responding/m-p/6504934#M487211</link>
      <description>&lt;P&gt;One more detail is that the LEADs are like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;RUN ----------- Blinking (Green)&lt;/P&gt;&lt;P&gt;ATTERNTION - Blinking (Orange)&lt;/P&gt;&lt;P&gt;FAULT -------- OFF&lt;/P&gt;&lt;P&gt;REMOTE ------ ON (Orange)&lt;/P&gt;&lt;P&gt;POWER ------- ON (Green)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does it means something?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nelson Chamba\&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jun 2014 09:47:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-stops-responding/m-p/6504934#M487211</guid>
      <dc:creator>Nelson Chamba</dc:creator>
      <dc:date>2014-06-10T09:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: lan interface stops responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-stops-responding/m-p/6504974#M487212</link>
      <description>&lt;P&gt;&amp;gt;REMOTE MODE * - SMOOTH SCROOL * - MEMORY LOCK - DISPLAY FUNCTNS - AUTO LF *&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Remote mode is on, that's good.&amp;nbsp; Auto LF probably shouldn't be on but that might only affect output.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jun 2014 10:10:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-stops-responding/m-p/6504974#M487212</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2014-06-10T10:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: lan interface stops responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-stops-responding/m-p/6504988#M487213</link>
      <description>Yes, but what´s next, what do I do, i need to put this machine up, the backups are not running all over the server room.&lt;BR /&gt;&lt;BR /&gt;please advice.&lt;BR /&gt;&lt;BR /&gt;nelson chamba\</description>
      <pubDate>Tue, 10 Jun 2014 10:18:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-stops-responding/m-p/6504988#M487213</guid>
      <dc:creator>Nelson Chamba</dc:creator>
      <dc:date>2014-06-10T10:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: lan interface stops responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-stops-responding/m-p/6505054#M487214</link>
      <description>&lt;P&gt;&amp;gt;but what's next&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What model server is it?&amp;nbsp; What HP-UX version?&amp;nbsp;&amp;nbsp; Can you reboot it?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jun 2014 10:58:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-stops-responding/m-p/6505054#M487214</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2014-06-10T10:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: lan interface stops responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-stops-responding/m-p/6505124#M487215</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It´s an rp2470 running&amp;nbsp;HP-UX 10.20 or 11.0 operating system.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes i can reboot but nothing changes after the reboot the terminal screen just displays nothing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What do I do?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nelson Chamba\&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jun 2014 13:26:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-stops-responding/m-p/6505124#M487215</guid>
      <dc:creator>Nelson Chamba</dc:creator>
      <dc:date>2014-06-10T13:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: lan interface stops responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-stops-responding/m-p/6505342#M487218</link>
      <description>&lt;P&gt;Check the baud rate on the terminal. It may have changed to 2400.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, there is no reason to use a serial terminal for your console. The rp2470 has a LAN console built in. Once you can get the terminal working, you need to add a LAN cable to that port and configure it so you can talk to the console over the network.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: rebooting will not affect the console connection. It is a separate computer that is always on. I assume that you know about CTRL-B which gets the attention of the service processor (GSP). If CTRL-B doesn't work, the baud rate must be set to 9600 (and 8bit, no parity).&amp;nbsp; Did someone change the serial cable? There are two cables, one always works, the other will never work. Pins 2 and 3 (transmit/receive) are reversed between the two cables and other than a null-modem adapter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a red flashing light on the front? If so, you may have a hardware failure that will need repair.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jun 2014 15:43:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-stops-responding/m-p/6505342#M487218</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2014-06-10T15:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: lan interface stops responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-stops-responding/m-p/6505446#M487221</link>
      <description>&lt;P&gt;The rp2470 also has one of the W or M cables (or octopus cable) that has 3 9-pin connectors on it.&amp;nbsp; One is for the console, one a UPS and one is labeled remote.&amp;nbsp; Make sure you are plugged into the one labeled CONSOLE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, you need to make sure REMOTE MODE is enabled on the console.&amp;nbsp; It is done via one of the function keys, though I don't remember which one.&amp;nbsp; If REMOTE MODE is not turned on, then your console will appear to not work.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jun 2014 17:06:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-stops-responding/m-p/6505446#M487221</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2014-06-10T17:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: lan interface stops responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-stops-responding/m-p/6506044#M487224</link>
      <description>&lt;P&gt;&amp;gt;you need to make sure REMOTE MODE is enabled on the console.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, Nelson provided that in post 3 and the "*" is there.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2014 07:00:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-stops-responding/m-p/6506044#M487224</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2014-06-11T07:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: lan interface stops responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-stops-responding/m-p/6506462#M487226</link>
      <description>Hi Patrick, thanks i was using the M cable of 3 pins and the console was connected to the UPS cable. Now i have console and ISL prompt. Now need to boot the OS.</description>
      <pubDate>Wed, 11 Jun 2014 14:14:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-stops-responding/m-p/6506462#M487226</guid>
      <dc:creator>Nelson Chamba</dc:creator>
      <dc:date>2014-06-11T14:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: lan interface stops responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-stops-responding/m-p/6506554#M487227</link>
      <description>Boot the system now.&lt;BR /&gt;If you see errors during boot, check the rc.log file.&lt;BR /&gt;Once the system is up, do a "lanscan".</description>
      <pubDate>Wed, 11 Jun 2014 14:58:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-interface-stops-responding/m-p/6506554#M487227</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2014-06-11T14:58:58Z</dc:date>
    </item>
  </channel>
</rss>

