- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem in set TERM=vt100
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-16-2008 02:44 PM
09-16-2008 02:44 PM
Problem in set TERM=vt100
I am spacing one problem in hp-ux B.11.11 U 9000/800 server version. I couldn't able set a console at vt100 format. I had tried set TERMS=vt100. Please help me out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2008 02:52 PM
09-16-2008 02:52 PM
Re: Problem in set TERM=vt100
# export TERM=vt100
...you wrote TERMS with an "S". It is as I have shown.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2008 02:58 PM
09-16-2008 02:58 PM
Re: Problem in set TERM=vt100
Thanks
SKR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2008 05:21 PM
09-16-2008 05:21 PM
Re: Problem in set TERM=vt100
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2008 08:19 PM
09-16-2008 08:19 PM
Re: Problem in set TERM=vt100
Shell Command
csh or tcsh setenv TERM vt100
sh TERM=vt100; export TERM
ksh, bash, or zsh export TERM=vt100
Regards,
Gokul Chandola
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2008 08:19 PM
09-16-2008 08:19 PM
Re: Problem in set TERM=vt100
Shell Command
************************************
csh or tcsh setenv TERM vt100
sh TERM=vt100; export TERM
ksh, bash, or zsh export TERM=vt100
Regards,
Gokul Chandola
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2008 08:25 PM
09-16-2008 08:25 PM
Re: Problem in set TERM=vt100
add this to ur .profile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2008 08:53 PM
09-16-2008 08:53 PM
Re: Problem in set TERM=vt100
After setting the term export it like this
TERM=vt100
export $TERM
or
export TERM=vt100
Suraj