- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to set the proper TERM use in Single User Mode
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
11-03-2004 07:07 PM
11-03-2004 07:07 PM
How to set the proper TERM use in Single User Mode
Problem: When i try to change the network address of a HP WS. When booting to single user mode, try to modify the /etc/rc.config.d/netconf file. I can't set to the correct TERM.
Do you have any solution for this.
Or alternatives, do you have any other correct method to modify the network address (Ip address, subnet mask, gateway).
I also have try SAM, but failed too.
Pls. advise for a better solution for this case, thanks.
Regards
VN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2004 07:22 PM
11-03-2004 07:22 PM
Re: How to set the proper TERM use in Single User Mode
Have you tried TERM=hp ?
And, why not edit the file at the ordinary run level and reboot. I use this method regulary.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2004 07:34 PM
11-03-2004 07:34 PM
Re: How to set the proper TERM use in Single User Mode
# set_parms
Where
hostname
timezone
date_time
root_passwd
ip_address
addl_netwrk
or initial (for entire initial boot-time dialog sequence)
Or change the netconf file in the /etc/rc.config.d and reboot your server.
Best regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2004 07:46 PM
11-03-2004 07:46 PM
Re: How to set the proper TERM use in Single User Mode
I cannot boot to CDE environment, therefore i have no choice but to go to single user mode to modify the netconf file.
Regards
Vyn Ng
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2004 07:53 PM
11-03-2004 07:53 PM
Re: How to set the proper TERM use in Single User Mode
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2004 08:33 PM
11-03-2004 08:33 PM
Re: How to set the proper TERM use in Single User Mode
For example:
#TERM=hp
#export TERM
Pls. advise, thanks.
regards
VN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2004 08:39 PM
11-03-2004 08:39 PM
Re: How to set the proper TERM use in Single User Mode
# export TERM=hp
# tset
If it doesn't work, then try with vt100 (but it should)
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2004 12:03 PM
11-04-2004 12:03 PM
Re: How to set the proper TERM use in Single User Mode
Thanks, finally it work.
Regards
Vyn Ng
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2004 12:19 PM
11-04-2004 12:19 PM
Re: How to set the proper TERM use in Single User Mode
There is a binary that can automatically detect the terminal type.
# eval `/usr/sbin/ttytype -s -a`
This should automatically determine the terminal type.
- Sundar.