<?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: Terminal settings for textbased GUI in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/terminal-settings-for-textbased-gui/m-p/2917886#M929192</link>
    <description>If you are using an HP terminal, then you can reset to the default by turning the terminal off, then holding Ctrl-d and turning it back on.  continue to hold Ctrl-d.  The terminal will beep as you power it on, and then about 3-5 seconds later, it will make a different sounding beep.  release the key at this point.  The Terminal should come on and display a message in the lower left hand corner of the screen indicating that the default settings were used.&lt;BR /&gt;&lt;BR /&gt;This may not solve the problem, but 9 times out of 10 this will fix terminal errors &amp;amp; display corruptions.&lt;BR /&gt;&lt;BR /&gt;Hope this helps your problem.</description>
    <pubDate>Wed, 05 Mar 2003 14:09:18 GMT</pubDate>
    <dc:creator>Joshua Scott</dc:creator>
    <dc:date>2003-03-05T14:09:18Z</dc:date>
    <item>
      <title>Terminal settings for textbased GUI</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/terminal-settings-for-textbased-gui/m-p/2917882#M929188</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have an L2000 with HP OpenCall SS7 software installed.  I'm only telnetting to the machine and I would like to access the text-base version of ss7RMonStart which is HPSS7RMON.  WHen I ran HPSS7RMON, I always get garbage displayed for the borders of the shell and the menus are not outline correctly which almost makes it impossible to use the tool.  When I run SAM though, the SAM shell is displayed correctly.  Setting TERM=vt100 does not help.  Any suggestions?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Kenneth</description>
      <pubDate>Tue, 04 Mar 2003 01:42:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/terminal-settings-for-textbased-gui/m-p/2917882#M929188</guid>
      <dc:creator>Kenneth_18</dc:creator>
      <dc:date>2003-03-04T01:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal settings for textbased GUI</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/terminal-settings-for-textbased-gui/m-p/2917883#M929189</link>
      <description>Try this:&lt;BR /&gt;&lt;BR /&gt;export TERM=`ttytype -a`&lt;BR /&gt;&lt;BR /&gt;and then try your program.</description>
      <pubDate>Tue, 04 Mar 2003 01:46:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/terminal-settings-for-textbased-gui/m-p/2917883#M929189</guid>
      <dc:creator>James A. Donovan</dc:creator>
      <dc:date>2003-03-04T01:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal settings for textbased GUI</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/terminal-settings-for-textbased-gui/m-p/2917884#M929190</link>
      <description>Thanks,  just tried your suggestion but it still does not work.</description>
      <pubDate>Tue, 04 Mar 2003 01:51:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/terminal-settings-for-textbased-gui/m-p/2917884#M929190</guid>
      <dc:creator>Kenneth_18</dc:creator>
      <dc:date>2003-03-04T01:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal settings for textbased GUI</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/terminal-settings-for-textbased-gui/m-p/2917885#M929191</link>
      <description>Terminals can be a real challenge now that there are so many imitators (ie, emulators). What are you typing on? Is it a PC? If so, what terminal emulator program are you using (a PC is NOT a terminal--you need a special program to accomplish this). Or is it a 'real' HP terminal such as the 700/9x or a C1099? Changing TERM to some random value accomplishes nothing if the value does not reflect the terminal's capability.&lt;BR /&gt;&lt;BR /&gt;Start with:&lt;BR /&gt;&lt;BR /&gt;echo $TERM&lt;BR /&gt;&lt;BR /&gt;just after you login. Is it an HP terminal? And if so, when you run SAM, are the f1-f8 sioftkeys functional? If so, then the SS7 program was not written to use typical Unix terminal handling standards like the Curses library. Most likely, the SS7 documentation says something like: must use a vt100 terminal or similar. HP terminals have the ability to have their smart terminal capability lobotomized but then SAM (and swinstall, etc) will be difficult to navigate.&lt;BR /&gt;&lt;BR /&gt;So try using a PC with a true dumb terminal emulator like Hyperterminal (although it is a poor imitation of a 'real' vt100). If that works better, then the SS7 program has apparently hardcoded dumb terminal code into the program, in which case, you'll have to switch terminals to use the program.&lt;BR /&gt;&lt;BR /&gt;The Curses library is a very sophisticated library of routines that handle common terminal features (see man terminfo) and as long as TERM matches the terminal's capabilities, a program using the Curses library will run unchanged on hundreds of different terminals (see: ll -R /usr/lib/terminfo)&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Mar 2003 02:55:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/terminal-settings-for-textbased-gui/m-p/2917885#M929191</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-03-04T02:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal settings for textbased GUI</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/terminal-settings-for-textbased-gui/m-p/2917886#M929192</link>
      <description>If you are using an HP terminal, then you can reset to the default by turning the terminal off, then holding Ctrl-d and turning it back on.  continue to hold Ctrl-d.  The terminal will beep as you power it on, and then about 3-5 seconds later, it will make a different sounding beep.  release the key at this point.  The Terminal should come on and display a message in the lower left hand corner of the screen indicating that the default settings were used.&lt;BR /&gt;&lt;BR /&gt;This may not solve the problem, but 9 times out of 10 this will fix terminal errors &amp;amp; display corruptions.&lt;BR /&gt;&lt;BR /&gt;Hope this helps your problem.</description>
      <pubDate>Wed, 05 Mar 2003 14:09:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/terminal-settings-for-textbased-gui/m-p/2917886#M929192</guid>
      <dc:creator>Joshua Scott</dc:creator>
      <dc:date>2003-03-05T14:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal settings for textbased GUI</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/terminal-settings-for-textbased-gui/m-p/2917887#M929193</link>
      <description>export TERM=HP</description>
      <pubDate>Wed, 05 Mar 2003 14:16:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/terminal-settings-for-textbased-gui/m-p/2917887#M929193</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-03-05T14:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal settings for textbased GUI</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/terminal-settings-for-textbased-gui/m-p/2917888#M929194</link>
      <description>Thanks all,&lt;BR /&gt;&lt;BR /&gt;Unfortunately, I still cant get it to work.  Even on an hpterm console directly connected to the server, the display is not properly displayed for HPSS7RMON.</description>
      <pubDate>Fri, 28 Mar 2003 03:22:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/terminal-settings-for-textbased-gui/m-p/2917888#M929194</guid>
      <dc:creator>Kenneth_18</dc:creator>
      <dc:date>2003-03-28T03:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal settings for textbased GUI</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/terminal-settings-for-textbased-gui/m-p/2917889#M929195</link>
      <description>ss7MgrStart starts the ss7 monitor automatically.&lt;BR /&gt;&lt;BR /&gt;how is the display when you do a ss7MgrStart.</description>
      <pubDate>Fri, 28 Mar 2003 05:50:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/terminal-settings-for-textbased-gui/m-p/2917889#M929195</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-03-28T05:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal settings for textbased GUI</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/terminal-settings-for-textbased-gui/m-p/2917890#M929196</link>
      <description>Yes you are right.  But HP OC also has this commandline version of ss7MgrStart or ss7RMonStart which is HPSS7RMON which I want to use to configure SS7 when I dont have a GUI.  The problem is the display is somewhat garbled as in the supposed to be borders of the shell are displayed as garbage text.  Executing sam displays the menu shell  correctly but with HPSS7RMON, it is not displayed correctly.&lt;BR /&gt;&lt;BR /&gt;Thanks for your inpputs.</description>
      <pubDate>Fri, 28 Mar 2003 06:00:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/terminal-settings-for-textbased-gui/m-p/2917890#M929196</guid>
      <dc:creator>Kenneth_18</dc:creator>
      <dc:date>2003-03-28T06:00:40Z</dc:date>
    </item>
  </channel>
</rss>

