- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Recompile the kernel for the default 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
04-27-2001 07:36 AM
04-27-2001 07:36 AM
I am haveing problems with terminals and serial printers in a new L2000 800 Box.
HP-UX 11 In the man pages for getty I stumbled accrosed "The default terminal is none; i.e., any crt or normal terminal unknown to the system." and ", for terminal
type to have any meaning, the virtual terminal
handlers must be compiled into the operating system" but where?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2001 07:44 AM
04-27-2001 07:44 AM
Re: Recompile the kernel for the default terminal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2001 08:00 AM
04-27-2001 08:00 AM
Re: Recompile the kernel for the default terminal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2001 08:00 AM
04-27-2001 08:00 AM
Re: Recompile the kernel for the default terminal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2001 01:21 PM
04-27-2001 01:21 PM
SolutionTwo things:
On your old box run untic fro each terminal type ($TERM) you need. Send this information via ftp to your new box and run tic. Man tic, terminfo.
/etc/profile is where you will find tset for each login. Override it on /etc/profile or userprofiles as needed (export TERM=myterm).
About printers i am sure that the interfaces will run conrrectly ( /etc/lp/interface/*). Create new printers and override the interface file.
Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2001 06:09 PM
04-27-2001 06:09 PM
Re: Recompile the kernel for the default terminal
This occurs only on the Superdome, N-class, L-class and A400/A500 computers and is caused by the default settings in the Guardian Service Processor (processor ROMs). The code for tytype was changed (but never documented) in PHCO_18332. Rather than query the actual terminal attached to the system (serial or web console), the GSP replies to a special system call from ttytype , effectively bypassing the terminal ID request.
The standard solution in the past has been to reconfigure your terminal from HP emulation to VT100 emulation but this has the undesirable side effect of losing softkey (programmable key) capability, which is standard for tools such as SAM and swinstall, and makes using the character mode version of these tools very cumbersome.
There is a much easier way. Just change the terminal setting in the GSP. The command is: ca
Here is a summary on how to change it along with a sample dialog:
1. Get to the Guardian Service Processor prompt by:
a. CTRL-B on the console
b. telnet to the GSP LAN console.
For the LAN console, you may have to type CTRL-Ecf to pull control from another user that has telnetted to that port.
2. After logging in - there may not be any login or password, just press Return/Enter a couple of times - type the command: ca
You will see the options that can be set. Answer Y to the Terminal Type question, then type hpterm as the new type and Y to confirm the new setting. Exit the GSP by typing: co
Now this fixes problems with SAM and swinstall where the terminal type on the console (serial or web-based) defaults to VT100 (aka, EM100 on HP terminals such as the 700/9x series). However, the INSTALL program may or may not like the hpterm setting. So if you need to reinstall HP-UX on one of these systems, you may need to change the GSP back to VT100 temporarily.
Bill Hassell, sysadmin