Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.:

...

  1. To identify the current locale

...

  1. , login to the

...

  1. DPOD server using SSH and run the following command:

    Code Block

...

...

  1. localectl status

    The command output should be:

    Code Block

...

  1. System Locale: LANG=en_US.UTF-8
           VC Keymap: us
          X11 Layout: us

...

  1. If the

...

  1. server is configured with a different locale

...

  1. Set the

    , set the new locale using the following command:

    bash
    Code Block
    language
    themeRDark
    localectl set-locale LANG=en_US.UTF-8

    Use the same steps as before to identify the current locale:

    Code Block
    languagebash
    themeRDark
    localectl status
    System Locale: LANG=en_US.UTF-8
           VC Keymap: us
          X11 Layout: us
  2. Restart the server

    Verify the locale again using the command in step 1 above.

  3. Restart the server:

    Code Block
    reboot