A SERVICE OF

logo

VMware, Inc. 95
Chapter 7 Installing VMware ESX Server Software
To install the language pack
1 DownloadtheVMwareESXlangpack<version><build>.zipfilefromthe
downloadsite.
2ExtractthecontentsoftheZIPfileintoatemporarydirectory.
3Copythefilesfromtheesx/hostd/directorytothehostdinstallationdirectoryon
yourESXServerhost(usuallyusr/lib/vmware/hostd/).
cp -pr esx/hostd/locale /usr/lib/vmware/hostd
4Copythefilesfromtheesx/webAccess/directorytotheVIWebAccessinstallation
directoryonyourESXServerhost(usually
/usr/lib/vmware/webAccess/tomcat/apachetomcat<version>/webapps/).
cp -pr esx/webAccess/webapps/ui
/usr/lib/vmware/webAccess/tomcat/apache-tomcat-<version>/
webapps/
cp -pr esx/webAccess/webapps/WEB-INF
/usr/lib/vmware/webAccess/tomcat/apache-tomcat-<version>/
webapps/ui/
cp -pr esx/docroot /usr/lib/vmware/hostd/
5Editthe/etc/vmware/hostd/config.xmlfiletoenablethecorrectdefaultlanguage:
ForGerman,addthefollowinglinestotheconfig.xmlfile:
<locale>
<DefaultLocale>de_DE</DefaultLocale>
</locale>
ForJapanese,addthefollowinglinestotheconfig.xmlfile:
<locale>
<DefaultLocale>ja_JP</DefaultLocale>
</locale>
ForSimplifiedChinese,addthefollowinglinestotheconfig.xmlfile:
<locale>
<DefaultLocale>zh_CN</DefaultLocale>
</locale>
6TypethefollowingcommandstorestartVIWebAccessandhostagentservices:
service mgmt-vmware restart
service vmware-webAccess restart