<?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: 1 more question today I promise. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/1-more-question-today-i-promise/m-p/2645552#M44757</link>
    <description>Hi Robert:&lt;BR /&gt;&lt;BR /&gt;On K-servers, if you have a hung internal modem, you generally end up rebooting to clear it. Sorry.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Tue, 15 Jan 2002 19:39:57 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2002-01-15T19:39:57Z</dc:date>
    <item>
      <title>1 more question today I promise.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/1-more-question-today-i-promise/m-p/2645551#M44756</link>
      <description>Anyone know how to reset an internal modem on a K class? On my N class I use MR. Can't find similar method on the K.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Bob</description>
      <pubDate>Tue, 15 Jan 2002 19:33:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/1-more-question-today-i-promise/m-p/2645551#M44756</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2002-01-15T19:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: 1 more question today I promise.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/1-more-question-today-i-promise/m-p/2645552#M44757</link>
      <description>Hi Robert:&lt;BR /&gt;&lt;BR /&gt;On K-servers, if you have a hung internal modem, you generally end up rebooting to clear it. Sorry.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 15 Jan 2002 19:39:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/1-more-question-today-i-promise/m-p/2645552#M44757</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-01-15T19:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: 1 more question today I promise.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/1-more-question-today-i-promise/m-p/2645553#M44758</link>
      <description>CTRL-B to get to CM&amp;gt; prompt&lt;BR /&gt;&lt;BR /&gt;CM&amp;gt; ur &lt;RETURN&gt;&lt;BR /&gt;CM&amp;gt; dr &lt;RETURN&gt;&lt;BR /&gt;CM&amp;gt; co &lt;RETURN&gt; &lt;RETURN&gt;&lt;/RETURN&gt;&lt;/RETURN&gt;&lt;/RETURN&gt;&lt;/RETURN&gt;</description>
      <pubDate>Tue, 15 Jan 2002 19:40:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/1-more-question-today-i-promise/m-p/2645553#M44758</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-01-15T19:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: 1 more question today I promise.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/1-more-question-today-i-promise/m-p/2645554#M44759</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Use this method&lt;BR /&gt;&lt;BR /&gt;1. Vi /etc/inittab and turn the getty from respawn to off for the device you are looking for example if the device is ttyd0p7 then &lt;BR /&gt;&lt;BR /&gt;     a0:3:respawn:/usr/lbin/uucp/uugetty -r -t 60 -h ttyd0p7 19200&lt;BR /&gt;&lt;BR /&gt;   to:&lt;BR /&gt;&lt;BR /&gt;     a0:3:off:/usr/lbin/uucp/uugetty -r -t 60 -h ttyd0p7 19200&lt;BR /&gt;&lt;BR /&gt;2. ps -ef|grep ttyd0p7&lt;BR /&gt;&lt;BR /&gt;     root   632     1  0  Nov  9  ?  0:00 /usr/lbin/uucp/uugetty&lt;BR /&gt;     -r -t 60 -h ttyd0p7 19200&lt;BR /&gt;&lt;BR /&gt;3. kill -9 pid  # kill the pid of the uugetty&lt;BR /&gt;&lt;BR /&gt;Or If you can use Kermit then &lt;BR /&gt;Run kermit; then execute the following:&lt;BR /&gt;&lt;BR /&gt;     a. [/dev] C-Kermit&amp;gt;set line /dev/tty0p7&lt;BR /&gt;&lt;BR /&gt;     b. [/dev] C-Kermit&amp;gt;set speed 19200&lt;BR /&gt;          /dev/tty0p7, 19200 bps&lt;BR /&gt;&lt;BR /&gt;     c. [/dev] C-Kermit&amp;gt;connect&lt;BR /&gt;          Connecting to /dev/tty0p7, speed 19200.&lt;BR /&gt;&lt;BR /&gt;7. This is where you can break into a busy line:&lt;BR /&gt;&lt;BR /&gt;     a. +++ATZ&lt;BR /&gt;&lt;BR /&gt;   Enters an escape on a busy line by using the three&lt;BR /&gt;   pluses; the ATZ resets the modem.&lt;BR /&gt;&lt;BR /&gt;     b. AT&amp;amp;D3&lt;BR /&gt;&lt;BR /&gt;   Resets the modem to default values.&lt;BR /&gt;&lt;BR /&gt;     c. Quit kermit:&lt;BR /&gt;&lt;BR /&gt;     [/dev] C-Kermit&amp;gt;quit&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-USA..</description>
      <pubDate>Tue, 15 Jan 2002 19:45:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/1-more-question-today-i-promise/m-p/2645554#M44759</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2002-01-15T19:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: 1 more question today I promise.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/1-more-question-today-i-promise/m-p/2645555#M44760</link>
      <description>Hi Bob,&lt;BR /&gt;&lt;BR /&gt;You may get lucky with some of the methods suggested but with the internal modem on a K, if it is hung you will have to power off the K to reset the modem (been there, down that).&lt;BR /&gt;&lt;BR /&gt;My K had an internal modem.  Since powering off the K was not a good option, I had HP replace it with an external modem.  You should pressure HP to do the same.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Tue, 15 Jan 2002 19:56:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/1-more-question-today-i-promise/m-p/2645555#M44760</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-01-15T19:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: 1 more question today I promise.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/1-more-question-today-i-promise/m-p/2645556#M44761</link>
      <description>Hi Bob,&lt;BR /&gt;&lt;BR /&gt;Here's the thread from my experience with a hung internal modem on a K:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x165e87dc4d7dd5118ff00090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x165e87dc4d7dd5118ff00090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Internal modem on a server is not a good design.  Insist on an external to replace it.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Tue, 15 Jan 2002 20:10:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/1-more-question-today-i-promise/m-p/2645556#M44761</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-01-15T20:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: 1 more question today I promise.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/1-more-question-today-i-promise/m-p/2645557#M44762</link>
      <description>Thanks all,&lt;BR /&gt;c.k.chan's resolution worked fine. Thanks to everyone.</description>
      <pubDate>Tue, 15 Jan 2002 20:39:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/1-more-question-today-i-promise/m-p/2645557#M44762</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2002-01-15T20:39:42Z</dc:date>
    </item>
  </channel>
</rss>

