The only supported operating system locale definition for DPOD isĀ en_US.UTF-8
.
For appliance installation, this locale is configured automatically.
Non-Appliance installation should be configured to the supported locale using the following steps.:
...
To identify the current locale
...
, login to the
...
DPOD 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
...
server is configured with a different locale
...
- Set the
, set the new locale using the following command:
Code Block language bashtheme RDark localectl set-locale LANG=en_US.UTF-8
Use the same steps as before to identify the current locale:
Code Block language bash theme RDark localectl status System Locale: LANG=en_US.UTF-8 VC Keymap: us X11 Layout: us
- Restart the server
Verify the locale again using the command in step 1 above.
Restart the server:
Code Block reboot