- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Terminal settings for textbased GUI
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2003 05:42 PM
03-03-2003 05:42 PM
Terminal settings for textbased GUI
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?
Thanks,
Kenneth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2003 05:46 PM
03-03-2003 05:46 PM
Re: Terminal settings for textbased GUI
export TERM=`ttytype -a`
and then try your program.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2003 05:51 PM
03-03-2003 05:51 PM
Re: Terminal settings for textbased GUI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2003 06:55 PM
03-03-2003 06:55 PM
Re: Terminal settings for textbased GUI
Start with:
echo $TERM
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.
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.
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)
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 06:09 AM
03-05-2003 06:09 AM
Re: Terminal settings for textbased GUI
This may not solve the problem, but 9 times out of 10 this will fix terminal errors & display corruptions.
Hope this helps your problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 06:16 AM
03-05-2003 06:16 AM
Re: Terminal settings for textbased GUI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2003 07:22 PM
03-27-2003 07:22 PM
Re: Terminal settings for textbased GUI
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2003 09:50 PM
03-27-2003 09:50 PM
Re: Terminal settings for textbased GUI
how is the display when you do a ss7MgrStart.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2003 10:00 PM
03-27-2003 10:00 PM
Re: Terminal settings for textbased GUI
Thanks for your inpputs.