Support > Knowledge Base
Knowledge Base

Search the Knowledge Base: |
Search the Knowledge Base: |
Customizing vMA for Non-English Environments
Details
Customizing vMA for non-English environments requires some experience with Linux. This KB article explains how to change the keyboard and the time zone. For all other customization questions, view the Linux documentation.
Solution
You can change the time zone from the vMA Linux console, as follows:
1. Remove the existing localtime file.
# sudo rm /etc/localtime
2. Make a symbolic link for the time zone that you want to use. For example, for Tokyo time:
# sudo ln -s /usr/share/zoneinfo/Asia/Tokyo /etc/localtime
You can change the keyboard table for vMA as follows:
1. From the vMA console, open the /etc/sysconfig/keyboard file in the vi editor.
# sudo vi /etc/sysconfig/keyboard
2. Using vi, change KEYTABLES=”us” to use the keyboard you have, for example:
KEYTABLES="jp106"
Feedback
Actions
- KB Article: 1007551
- Updated: Aug 14, 2009
- Products:
VMware Infrastructure Management Assistant
VMware vSphere Management Assistant - Product Versions:
VMware Infrastructure Management Assistant 1.0
VMware vSphere Management Assistant 4.0.x

