- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HPTerm & vt220
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
Discussions
Discussions
Discussions
Forums
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
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
тАО11-21-2003 04:43 AM
тАО11-21-2003 04:43 AM
HPTerm & vt220
Thanks
Dan Skrove
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-21-2003 04:56 AM
тАО11-21-2003 04:56 AM
Re: HPTerm & vt220
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-21-2003 05:01 AM
тАО11-21-2003 05:01 AM
Re: HPTerm & vt220
Start the TUI (not the X version) with swinstall -i. Find your bundle in the Specify Source screen, enter OK. The next screen will be SD Install - Software Selection. Go to View -> Change Software View -> Start with Products. Then go to Actions -> Manage Patch Selection. It's the Manage Patch Selection screen that is garbled.
I cannot seem to get the last screen to display properly. The 9000 is set to TERM=vt200 and the terminal server is set for vt220.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-21-2003 05:16 AM
тАО11-21-2003 05:16 AM
Re: HPTerm & vt220
On the other hand, even with terminal settings matching, it's possible that you may still have problems because there are terminal emulators and there are terminal emulators.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-21-2003 05:25 AM
тАО11-21-2003 05:25 AM
Re: HPTerm & vt220
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-21-2003 06:36 AM
тАО11-21-2003 06:36 AM
Re: HPTerm & vt220
However, there is a bug in the ttytype code (first reported in the mid 1990's) for VT terminals. The bug is that the returned character string for identifying the number of lines is off by 20 for a real VT220 and you'll get LINES=4 from ttytype -s. This bug affects the real VT200 (and other similar models) and also affects Reflection terminal emulators set to VT220-8 mode. (the bug goes away if you use VT220-7 in Reflection terminal settings).
So, to answer the question, the ideal support for HP menuing programs such as SAM and swinstall is an HP smart terminal such as the 700/92 (700/9x family) or the 239x family. These terminals have full 2-line function keys and video enhancements that make the CUI version much easier (and faster) to use than the GUI versions.
For menuing features that don't work quite right for a specific model, the terminfo database may have a wrong or missing element. If you use the command: untic vt220 you'll see what the Curses library expects a VT220 to support and the codes that correspond to the feature (man terminfo). One workaround may be to override $TERM to a lower level of implementation such as TERM=vt100 versus TERM=vt220. If this works, check the patch databse for curses patches.
Bill Hassell, sysadmin