This procedure is required only if you are installing the N1 System Manager in the Chinese locale
Ensure your locale is set to Simplified Chinese.
In a terminal window, type echo $LANG to display the system locale setting. For example:
# echo $LANG zh_CN.gb18030 |
If the language locale is not zh_CN.gb18030, set the locale by typing export LANG=zh_CN.gb18030.
Open a web browser and go to http://search.cpan.org/~autrijus/Encode-HanExtra-0.10.
The browser displays the Encode-HanExtra-0.10 download page.
Click Download and save the Encode-HanExtra-0.10.tar.gz file to a directory on the management server.
In a terminal window, change directory to the location where you saved the Encode-HanExtra-0.10.tar.gz file.
Unpack the Encode-HanExtra-0.10.tar.gz file.
Change directory to Encode-HanExtra-0.10.
To update the system Encode.pm database with the Simplified Chinese encoding, type the following commands in sequence.
Wait for each command to complete before typing the next command in the sequence.
# perl Makefile.PL # make # make test # make install |
If you plan to manage SPARC-based provisionable servers, enable FTP as described by Enabling FTP on the Management Server.
If you do not plan to manage SPARC-based provisionable servers, update the /etc/hosts file as described by Updating the /etc/hosts File.