- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Terminal emulation VT100 not perfect
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
тАО08-04-2002 11:12 PM
тАО08-04-2002 11:12 PM
Terminal emulation VT100 not perfect
The VT100 terminal emulation seems incomplete when used with semi-graphic application like osiadmin or sam.
Strange behaviour, functions key unavailable (F1, F4, F8).
Are there somewhere patches or new termcap?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-04-2002 11:31 PM
тАО08-04-2002 11:31 PM
Re: Terminal emulation VT100 not perfect
For VT100, where \E = ESC
Function key F1 : \EOP
Function key F2 : \EOQ
Function key F3 : \EOR
Function key F4 : \EOS
Function key F5 : \EOT
Function key F6 : \E[17~
Function key F7 : \E[18~
Function key F8 : \E[19~
Function key F9 : \E[20~
Function key F10: \E[21~
Function key F11: \E[23~
Function key F12: \E[24~
Arrow Key UP : \E[A
Arrow Key DOWN : \E[B
Arrow Key RIGHT : \E[C
Arrow Key LEFT : \E[D
Next Page Key : \E[F
Prev. Page Key : \E[E
Succes,
Ceesjan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-05-2002 04:36 AM
тАО08-05-2002 04:36 AM
Re: Terminal emulation VT100 not perfect
when I enter osidamin, the menu provides information for functions as:
^F1-Help
^F2-Main Menu
^F3-Shell
^F4-Select Item ^F8-Previous Menu
and I suppose that means I need to strike control/F1 ?
Am I right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-05-2002 06:25 AM
тАО08-05-2002 06:25 AM
Re: Terminal emulation VT100 not perfect
why don't you try some supported emulation. Try hpterm for a change and see if it helps.
How the TERM setting works also depends on the type of emulator login you are trying to the server. A simple telnet login, hpterm might not be of much help.
I use remsh using exceed and set my emulation to hpterm. It works for me.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-05-2002 08:12 AM
тАО08-05-2002 08:12 AM
Re: Terminal emulation VT100 not perfect
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-05-2002 11:23 AM
тАО08-05-2002 11:23 AM
Re: Terminal emulation VT100 not perfect
Do you refer to the EM100 emulation of a HP-terminal like the 700/96 ??
In this case you should look at the diffrent keyboard-layouts according to the manual.
As EM100 does not have the usual keys F1-F8 but uses the vt100 keys PF1-PF4 (vt100 does not have 8 function keys!). These PF1-PF4 keys are located right above the numpad!
The numpad itself is reprogrammable in vt100 to compensate lack of function keys, so if your application uses special function keys, you will probably find them directed to the numpad! I had to deal with ADABAS/D on Hp-UX and it was a real mess to figure out those keys! Better go for a PC-emulation based on vt220 or higher (vt220 has at least 8 function keys).
Hope this helps
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-05-2002 02:00 PM
тАО08-05-2002 02:00 PM
Re: Terminal emulation VT100 not perfect
It proposes vt220, vt100, linux etc but not hpterm...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-05-2002 06:21 PM
тАО08-05-2002 06:21 PM
Re: Terminal emulation VT100 not perfect
To visit (revisit) the old VT100, here is an excellent archive: http://www.cs.utk.edu/~shuford/terminal/dec.html
SAM (and other HP utilities are much easier to use with a smart terminal (a terminal that has defined or loadable softkeys). Get an emulator that has at least VT220 emulation as a start. The ability of an emulator (using the Curses or terminfo library) is first defined by the TERM value picked by ttytype (in /etc/profile) and must be then matched with an appropriate entry in /usr/lib/terminfo. To see the capabilities available with a particular TERM value, type the command:
untic $TERM
Some emulators actually document what they will do, but most don't. As mentioned, an HP terminal emulator such as WRQ's Reflection for HP (not Reflection/X) will make SAM and swinstall very easy to use.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-06-2002 01:41 AM
тАО08-06-2002 01:41 AM
Re: Terminal emulation VT100 not perfect
vt220 works fine with sam.
I still have a problem with OTS otsadmin which does not support vt220 (it seems to support only hpterm (correctly) and vt100(badly) )...
Anyway thanx again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-10-2004 04:30 AM
тАО11-10-2004 04:30 AM
Re: Terminal emulation VT100 not perfect
This works for me
Martin