Users Guide
Configuring the Management Station 71
certain functions/letters. For more details on how to use localized keyboards
in these situations, see "Using the Video Viewer" on page 226. Use of other
keyboards is not supported and may cause unexpected problems.
NOTE: See the browser documentation on how to configure or setup different
languages and view localized versions of iDRAC6 Web interface.
Setting the Locale in Linux
The Virtual Console viewer requires a UTF-8 character set to display
correctly. If your display is garbled, check your locale and reset the character
set if needed.
To set the character set on a Linux client with a Simplified Chinese GUI:
1
Open a command terminal.
2
Enter
locale
and press <Enter>. Output similar to the following
output is displayed:
LANG=zh_CN.UTF-8
LC_CTYPE="zh_CN.UTF-8"
LC_NUMERIC="zh_CN.UTF-8"
LC_TIME="zh_CN.UTF-8"
LC_COLLATE="zh_CN.UTF-8"
LC_MONETARY="zh_CN.UTF-8"
LC_MESSAGES="zh_CN.UTF-8"
LC_PAPER="zh_CN.UTF-8"
LC_NAME="zh_CN.UTF-8"
LC_ADDRESS="zh_CN.UTF-8"
LC_TELEPHONE="zh_CN.UTF-8"
LC_MEASUREMENT="zh_CN.UTF-8"
LC_IDENTIFICATION="zh_CN.UTF-8"
LC_ALL=
3
If the values include
zh_CN.UTF-8
, no changes are required. If the
values do not include
zh_CN.UTF-8
, go to step 4.
4
Edit the
/etc/sysconfig/i18n
file with a text editor.