- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Simple TERM 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
07-24-2001 06:08 AM
07-24-2001 06:08 AM
Simple TERM Problem
I have what I think is an easy problem to fix, but I've been unable to find the info needed to do so. I have multiple HP-UX 10.20/11.0 boxes that I telnet into from a RH Linux workstation. The problem I'm having is in regards to my TERM settings. I'm using KDE with their default terminal and telnetting into the HP-UX boxes and issuing:
stty erase "^?"
To take care of my backspace problem. For some reason I can't seem to keep the default stty erase "^H" as well as my new "^?" on the same command line.
Now my problem occurs when I'm trying to do a 'more' on a simple text file. I see the percentage status at the bottom of the screen, but I don't see any text. I unset the TERM variable and set it to 'ansi' or 'vt100' or even 'vt220', with no difference.
What should TERM be set to when telnetting in from a Linux box running KDE? Any ideas? I have having to edit files with 'pico' just to view their contents :) Thanks.
- Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 06:27 AM
07-24-2001 06:27 AM
Re: Simple TERM Problem
set the TERM value to defualt hp
#export TERM=hp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 06:30 AM
07-24-2001 06:30 AM
Re: Simple TERM Problem
I do most of my work from a Linux desktop machine. I run Gnome and telnet to all my HP boxes, and my term is set to 'xterm'. It gets set when I telnet in. Maybe there is a problem in your .profile?
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 06:46 AM
07-24-2001 06:46 AM
Re: Simple TERM Problem
eval `ttytype -s`
... or stick it into your .profile . ttytype appears to try to detect the terminal type and the -s option will make it print appropriate values for environment variables for that term. It should do things like set TERM, ERASE etc...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 11:43 PM
07-24-2001 11:43 PM
Re: Simple TERM Problem
U can set TERM variable and erase charecter in /etc/profile file. set like this
TERM=vt220;export TERM
ERASE="^H";export ERASE
Best of luck
Shahul