- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Console Problem - Function Keys
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
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
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
тАО06-12-2008 08:33 AM
тАО06-12-2008 08:33 AM
Tommy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-12-2008 09:41 AM
тАО06-12-2008 09:41 AM
SolutionTry em100 emulation instead of hp, that might help.
Really though, that system has a network console that is much more secure and lets you telnet in. We use a special secure network to isolate console traffic thereby letting us get away with using telnet.
Network configurable, reliable and accessible without a KVM, its the way to go, GSP/iLo
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-12-2008 09:57 AM
тАО06-12-2008 09:57 AM
Re: Console Problem - Function Keys
Thanks for the info on the network card. As for the emulation, we are currently stuck at the function key label screen, unable to get out. I am unable to change the emulation.
Tommy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-12-2008 10:12 AM
тАО06-12-2008 10:12 AM
Re: Console Problem - Function Keys
also, if this server is on the network, try accessing it via ssh (or god forbid telnet) and you can kill the getty process attached to the console. if your system is properly configured, it must launch a new getty process, freeing up the console connection for a new login.
to check proper console configuration, run
grep console /etc/inittab
you should see a line like this
cons:123456:respawn:/usr/sbin/getty console console
the important keyword is 'respawn' if it is there, you can kill the getty process attached to the console and your console should go back to login prompt.
hope this helps. Sorry not much cn be said without knowing your exact configuration. I am having hard time understanding how a KVM switch can play a role in the serial connection to the console port, or are you referring to a terminal server as a kvn switch. In either case, the model of the switch and the terminal emulation you are using to access to the console might help.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-12-2008 12:33 PM
тАО06-12-2008 12:33 PM
Re: Console Problem - Function Keys
Are you sure this is a KVM switch, one that has a PC monitor and mouse and keyboard along with a selector to connect to multiple systems? The keys you are referring to (ie, F7 Display Function) will never appear on a video card interface that a KVM switch would support. These labels belong to a standard HP terminal such as a 700/92 or 700/94 with serial (RS-232) cable, or possibly you are really looking at a PC screen that is running Reflection for HP. If you are really looking at a PC screen, press F9 to turn off the function key labels. Or you can turn off the labels with the following HP-UX command:
echo "$(tput rmln)$(tput sgr0)\c"
Until we know what type of display you are looking at, it will be hard to help.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-12-2008 12:50 PM
тАО06-12-2008 12:50 PM
Re: Console Problem - Function Keys
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-12-2008 02:13 PM
тАО06-12-2008 02:13 PM
Re: Console Problem - Function Keys
The MP/ILO connection typically has two options. 9pin serial or ethernet.
I could be wrong here. Non of my servers use graphics adapters on servers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-12-2008 05:16 PM
тАО06-12-2008 05:16 PM
Re: Console Problem - Function Keys
Instead, you need to start Xwindows to display a desktop interface onto the video card for a more Linux-like interface. This will make the rx4640 look more like a single user workstation. This document will help:
http://docs.hp.com/en/5991-7583/index.html
Bill Hassell, sysadmin