- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Help with configuring HP-UX Dumb terminal ...
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
08-04-2003 08:31 AM
08-04-2003 08:31 AM
I'm trying to configure hp-ux dumb terminal. I've mistakenly used vt100 and can't get back to hpterm. The background is black, I can't use f10 then f8 to get back to configuring mode. Is a way to get back hpterm? Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2003 08:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2003 08:38 AM
08-04-2003 08:38 AM
Re: Help with configuring HP-UX Dumb terminal ...
I've figured it out, I reset it to factory default. It's set to hpterm, but it's still not displaying properly. Any suggestion on configuring it, so I could be on my merry way, installing hp-ux11i would be appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2003 08:39 AM
08-04-2003 08:39 AM
Re: Help with configuring HP-UX Dumb terminal ...
The
Menu
User System
config keys
datacomm config
terminal configuration
TermMode HP
This does not apply to dumb terminals.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2003 08:44 AM
08-04-2003 08:44 AM
Re: Help with configuring HP-UX Dumb terminal ...
Check this thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xa01036e69499d611abdb0090277a778c,00.html
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2003 11:28 AM
08-04-2003 11:28 AM
Re: Help with configuring HP-UX Dumb terminal ...
Do you see at least the boot-up messages ?
Or do you get no messages at all ?
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2003 03:35 PM
08-04-2003 03:35 PM
Re: Help with configuring HP-UX Dumb terminal ...
eval $(ttytype -s)
What the above does is to take the output from ttytype -s and execute each line as if it was typed into the shell. Run the command yourself to see the results:
ttytype -s
TERM='70092'; export TERM;
LINES=24; export LINES;
COLUMNS=80; export COLUMNS;
ERASE='^H'; export ERASE;
In the default /etc/profile, there is an extensive if statement that bypasses the automatic setting for $TERM...take it out! Always run ttytype for every login so the TERM value matches the terminal. It turns out that telnet has a hidden method to set $TERM without regard to the real terminal.
BTW: HP terminals are only dumb when placed into the EM100 (EMulate vt100) mode. Using the HP mode makes SAM and swinstall significantly easier to navigate.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2003 03:58 PM
08-04-2003 03:58 PM
Re: Help with configuring HP-UX Dumb terminal ...
11.11 requires EM100 mode.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2003 06:52 AM
08-06-2003 06:52 AM