Non-ASCII objects created using the N1 System Manager display random characters if you start N1 System Manager in following ways:
Running the /etc/init.d/n1sminit command in a non-UTF8 locale
Rebooting the management server in a non-UTF8 locale
Workaround: Use either of the two following methods.
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 |
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.