8.0

Table Of Contents
Deactivate Support for Non-ASCII Characters in Virtual Machine File
and Directory Names
By default, ESXi supports the use of non-ASCII characters for virtual machine file and directory
names. You can deactivate this support by modifying the /etc/vmware/hostd/config.xml file.
After you deactivate this support, you can still enter non-ASCII characters for virtual machine
names. vSphere user interfaces display the virtual machine names in the non-ASCII characters, but
ESXi converts the actual file and directory names to ASCII strings.
Procedure
1 Using a text editor, open the /etc/vmware/hostd/config.xml file for the ESXi host.
2 Within the <config></config> tag, add the following code.
<g11nSupport>false</g11nSupport>
3 Save and close the file.
4 Reboot the host.
Reset the System Configuration
If you are having trouble determining the source of a problem with your ESXi host, you can reset
the system configuration.
Changes in the system configuration can be related to various problems, including problems with
connectivity to the network and devices. Resetting the system configuration might solve such
problems. If resetting the system configuration does not solve the problem, it can still rule out
configuration changes made since the initial setup as the source of the problem.
When you reset the configuration, the software overrides all your configuration changes, deletes
the password for the administrator account (root), and reboots the host. Configuration changes
made by your hardware vendor, such as IP address settings and license configuration, might also
be deleted.
Resetting the configuration does not remove virtual machines on the ESXi host. After you reset
the configuration defaults, the virtual machines are not visible, but you make them visible again by
reconfiguring storage and reregistering the virtual machines.
Caution When you reset the configuration defaults, users accessing the host lose connectivity.
Prerequisites
Before resetting the configuration, back up your ESXi configuration in case you want to restore
your configuration.
Procedure
1 Back up the configuration by using the Get-VMHostFirmware PowerCLI cmdlet.
2 From the direct console, select Reset System Configuration and press Enter.
VMware ESXi Installation and Setup
VMware, Inc. 249