- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Remote Server Management
- >
- iLO2 keyboard corrupt - special characters
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
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
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
08-27-2013 11:32 PM - edited 08-27-2013 11:34 PM
08-27-2013 11:32 PM - edited 08-27-2013 11:34 PM
Hi,
we have some trouble with iLO2 and special characters.
If I press ... --> the following character is written
SHIFT + 1 --> !
SHIFT + 2 --> Ä
SHIFT + 4 --> $
SHIFT + 5 --> %
SHIFT + 6 --> /
SHIFT + 7 --> -
SHIFT + 8 --> )
SHIFT + 9 --> =
SHIFT + 0 --> '
ALT + STRG + Q --> "
Last shortcut should write "@". I tried to set hot keys in iLO, but it's the same fault.
iLO2 Fw version 2.15 (01/17/2013)
Does s.o. know this problem?
regards
Danny
Solved! Go to Solution.
- Tags:
- Keyboard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2013 01:11 AM
08-28-2013 01:11 AM
Re: iLO2 keyboard corrupt - special characters
As far as I've understood, iLO2 remote console functionality inserts the remote keyboard input into the server's PS2 keyboard controller data path.
On your workstation, a PS2 keyboard produces scan codes, which are basically keyboard layout independent (they just identify the location of the physical key on the standard PS2 keyboard). The scan codes are then translated into characters by the OS (USB keyboards use a different terminology and a more complex protocol). Because of this, the OS must be configured with the correct keyboard layout or the output won't match what is printed on the top of the keys.
When the iLO2 console is used, iLO2 receives already-mapped characters over the network. It needs to "reverse-map" these characters back into PS2 scan codes in order to successfully insert them into the data path of the local keyboard. That's why iLO2 has a keyboard layout setting: if it does not match the keyboard layout settings of the remote workstation, the character-to-scancode mapping will be wrong and you will get unexpected characters. Then there is still the matter of scancode-to-character translation in the server OS: if that is not configured as you expect, it can add even more confusion.
So, there are three pieces of information you will need in order to resolve this issue:
- the keyboard layout setting of your workstation OS
- the keyboard layout setting of iLO2 (this is probably the primary cause of your problems)
- the keyboard layout setting of the server OS
In an ideal situation, all three should be in agreement. But I think iLO2 had a somewhat restricted selection of keyboard layouts: if you are using some national keyboard layout that is not included in the iLO2's list, you may have to study the various keyboard layouts (try Wikipedia, or google for keyboard layout descriptions) and find one that is the closest match to what you're using.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2013 04:42 AM
09-04-2013 04:42 AM
Re: iLO2 keyboard corrupt - special characters
Hi Danny,
iLO 2 has two consoles - Integarted Remote Console and Remote console. Could you please specify which console were you using when you saw this issue?
Thanks
Utkarsh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2013 01:23 AM - edited 09-30-2013 01:27 AM
09-30-2013 01:23 AM - edited 09-30-2013 01:27 AM
Re: iLO2 keyboard corrupt - special characters
sorry for this late response:
We are using Remote Console (JAVA App), 'cause the integrated Remote Console (.Net Frameswork) does not work (iLO 2).
@ Matti Kurkela
There are no changes if I set UC characters or Latin characters @iLO2. The special character failures are the same.
OS language is English US, Keyboard is German.
/Danny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2013 11:25 PM
09-30-2013 11:25 PM
SolutionIn the old iLO (version 1), there was a "Remote Keyboard Type" setting in the iLO Global Settings, and that had to be set correctly or else keyboard corruption did happen, pretty much exactly as you're experiencing.
On iLO2, the same setting does not seem to exist any more, at least not in the iLO web GUI.
But the actual Java Remote Console window should have a Locale drop-down menu. Make sure it is set correctly.
HP actually has published a document with quite detailed instructions on iLO2 keyboard troubleshooting:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2013 02:04 AM
10-10-2013 02:04 AM
Re: iLO2 keyboard corrupt - special characters
Thanks for the informations.