Sun N1 System Manager 1.2 Release Notes

Non-ASCII Objects Display Random Characters if the N1 System Manager Is Running in a Non-UTF8 Locale (6231209)

Non-ASCII objects created using the N1 System Manager display random characters if you start N1 System Manager in following ways:

Workaround: Use either of the two following methods.

  1. Temporary solution: set the LANG environment variable to the UTF8 locale on the management server and restart the N1 System Manager. For example:


    # export LANG en_US.UTF-8
    # /etc/init.d/n1sminit stop
    # /etc/init.d/n1sminit start
    
  2. Permanent solution:

    • On a Solaris based management server:

      Edit the file /etc/default/init and change the LANG value to en_US.UTF-8.

    • On a Linux based management server:

      Edit the file /etc/sysconfig/i18n and change the LANG value to en_US.UTF-8.