- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HandHeld Problem
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
12-11-2001 01:42 PM
12-11-2001 01:42 PM
HandHeld Problem
Best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2001 01:56 PM
12-11-2001 01:56 PM
Re: HandHeld Problem
A handheld terminal is still just a terminal. Is TERM set correctly? Has the application been changed recently? Do you have other Trakker24xx devices that are working correctly? Is it a specific loginid or any that has the problem? Can you login on the handheld as a non-application user (perhaps your loginid)?
Just some thoughts.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2001 07:25 AM
12-12-2001 07:25 AM
Re: HandHeld Problem
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2001 08:45 AM
12-12-2001 08:45 AM
Re: HandHeld Problem
What happens if you login on a regular terminal (or emulator window)? I'm assuming the handheld screen is a limited number of lines and columns. Maybe if you try it on a 80x24 vt220 (or vt100) you'll see what's happening.
We use handhelds where an in-house menu is displayed aftrer logging in. At times we've mistakenly made the menu too large for the handheld screen and have had to modify it.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2001 09:06 AM
12-12-2001 09:06 AM
Re: HandHeld Problem
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2001 09:18 AM
12-12-2001 09:18 AM
Re: HandHeld Problem
Telnet already is verified. Perhaps you can telnet again and run vi to see if that works.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2001 09:27 AM
12-12-2001 09:27 AM
Re: HandHeld Problem
My advice would be to check two things:
1) export TERM=vt220
infocmp > /tmp/vt220
Do this on both 10.20 and 11x and then run diff to compare the terminfo differences. If you like, you can copy the file to the 11x box and do tic < /tmp/vt220 to create a new /usr/lib/terminfo/v/vt220 entry.
2) stty -a < /dev/ttyxxx and make sure that setting match especially values like cs8 istrip iexten opost. Do this on both versions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2001 09:36 AM
12-12-2001 09:36 AM
Re: HandHeld Problem
If you were using vt220 on hpux10.20, you might want to untic vt220 from the 10.20 system and then tic that on your 11.00 system as your new vt220.
It is possible their may be some peculiar escape codes for the handheld that make it not quite vt220 compatible.
-- Rod Hills