The only supported operating system locale definition for DPOD is enis en_US.UTF-8.
This is the locale configuration for DPOD For appliance installation, this locale is configured automatically.
Non-Appliance installation should also be configured to the supported locale .Please follow the procedure to make sure the configuration is correctusing the following steps.
Identifying the current locale
login to the Non-Appliance server using SSH and run the following command:
Code Block | ||||
---|---|---|---|---|
| ||||
localectl status |
The
...
command
...
output
...
should
...
be
...
:
Code Block | ||||
---|---|---|---|---|
| ||||
System Locale: LANG=en_US.UTF-8 VC Keymap: us X11 Layout: us |
...
If the Non-Appliance server is configured with a different locale - configure the supported local locale:
Set the new locale using the following command:
Code Block language bash theme RDark localectl set-locale LANG=en_US.UTF-8
Validate the new configuration Use the same steps as before to identify the current locale:
Code Block language bash theme RDark localectl status output : System Locale: LANG=en_US.UTF-8 VC Keymap: us X11 Layout: us
- Restart the operating systemserver