This section provides the procedures for installing additional RPMs required by the Sun N1 System Manager. The following topics are discussed:
To Download and Install the Internationally Compliant Perl Module
To Download, Make, and Install the Simplified Chinese Perl Module
Open a web browser and find a site that provides the perl-5.8.3-16.i386.rpm file for download.
Download the perl-5.8.0-88.4.i386.rpm file to a directory on the management server.
In a terminal window, change directory to the location where you saved the RPM file.
Type rpm -i perl-5.8.3–16.i386.rpm to install the Perl module.
If you are installing in the Simplified Chinese locale, then download, make, and install the Simplified Chinese Perl Module as described in To Download, Make, and Install the Simplified Chinese Perl Module.
If you are not installing in the Simplified Chinese locale, go to Enabling FTP on the Management Server.
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.