- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Console display
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
09-12-2005 06:09 AM
09-12-2005 06:09 AM
When I log in at the console, the login is successful, then then the screen fills with what appears to be previously run commands. TERM is set to vt220 and DISPLAY is not set. Is there a 'clear' command I can use or is there some other way I can set a variable differently to resolve this problem?
Your assistance is requested - thanks in advance.
Judy Halter
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2005 06:12 AM
09-12-2005 06:12 AM
Re: Console display
clear
This should clear the screen.
Alex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2005 06:13 AM
09-12-2005 06:13 AM
Solutionman clear
It appears your profile may be set incorrectly, or something has been setup to sho wthese commands.
One way to manually do this is issue the folowing (if you know your terminal type)
export TERM=vt100 (replace vt100 with your terminalt type)
tset
clear
Or I usually use:
eval `ttytype -s`
tset
clear
Note the single BACK quotes in the eval command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2005 06:13 AM
09-12-2005 06:13 AM
Re: Console display
export TERM=hpterm
clear
(zero to previous reply plz)
Alex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2005 06:14 AM
09-12-2005 06:14 AM
Re: Console display
the terminal capabilities have to match the terminal settings, e.g. if you are using a vt100 terminal emulation, the TERM have to set to vt100. Example:
server/ (rem) #ttytype
vt100
server/ (rem) #export TERM=vt100
server/ (rem) #
The "clear" command is named "clear" ;-))
Regards
Torsten
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2005 06:18 AM
09-12-2005 06:18 AM
Re: Console display
log in and
export TERM=hpterm
then execute
clear
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2005 06:18 AM
09-12-2005 06:18 AM
Re: Console display
When you log into the console, you are logging into an ASCII device. It will only display characters. The DISPLAY variable is for use with a graphics disply, and not necessary with the console. The most common type of console is hpterm. I would suggest setting your TERM variable to that, and see if it displays properly.
As other have mentioned clear will clear the screen
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2005 06:28 AM
09-12-2005 06:28 AM