Print

Configuring Japanese on Avaya Enterprise Linux

Procedure

  1. Log on to Linux on the Experience Portal Primary EPM server.
    • If you are an Avaya Services representative, and use Avaya Enterprise Linux, or if the Avaya Service accounts are installed on this server, log on to the local Linux console as root.

    • Otherwise, log on remotely as a non-root user, and then change the user to root by entering the su - root command.

  2. Navigate to the Linux font directory by entering the cd /usr/share/fonts command.
    noteNote:

    If the font directory does not already exist, create the directory by entering the mkdir /usr/share/fonts command, then navigate to the directory you just created.

  3. Copy the Japanese font file to the font directory by entering the cp $AVAYA_HOME/Support/fonts/ja/TTja.tar . command.
    importantImportant:

    Make sure you include the . (period) at the end of the cp command to indicate that you want Linux to copy the files to the current directory.

  4. Extract the font file by entering the tar -xvf TTja.tar command.
  5. Copy the system language file to the Linux system configuration directory by entering the cp $AVAYA_HOME/Support/fonts/ja/i18n /etc/sysconfig/ command.
  6. Navigate to the Java fonts directory by entering the cd $JAVA_HOME/jre/lib/fonts command.
    noteNote:

    If the fonts directory does not already exist, create the directory by entering the mkdir $JAVA_HOME/jre/lib/fonts command, then navigate to the directory that you just created.

  7. Create the fallback directory by entering the mkdir fallback command.
  8. Navigate to the fallback directory by entering the cd fallback command.
  9. Copy the Japanese font files to the fallback directory by entering the cp /usr/share/fonts/ja/TrueType/*.ttf . command.
    importantImportant:

    Make sure you include the . (period) at the end of the cp command to indicate that you want Linux to copy the files to the current directory.

  10. Reboot the EPM server machine by entering the reboot command.