1. By default, the GCC compiler is not available on Solaris 9 and Solaris 10 platforms,
but is required to run the desktop tool on Solaris platforms. Install the compiler
from the following site:
http://www.sunfreeware.com/
For example, type /usr/sbin/pkgadd -d gcc-3.4.6-sol10-x86-local.
2. If the Solaris patch is not available by default on your client system, install it
from the following site:
http://www.sunfreeware.com/
For example, type/usr/sbin/pkgadd -d libiconv-1.11-sol10-x86-local.
3. Set the LD_LIBRARY_PATH environment variable by issuing the following
command:
export LD_LIBRARY_PATH = "/usr/local/bin"
where /user/local/bin is the directory in which the libraries are bundled.
Requirements for Linux Systems
The GCC compiler is available with Linux 5.0 and Linux 5.1 platforms. If the GCC
compiler is not installed on your Linux system, install the required RPMs from the
Linux installation disk. Perl is also available with Linux 5.0 and Linux 5.1 installation.
Usage Notes for the Perl Script
Issue the following command from the directory in which Perl is installed on your
system:
perl_install_dir extractScrFromCnf.pl combinedCnf File
where
â– perl_install_dir is the directory in which Perl is installed. You can find this
directory by issuing the which perl command from the command prompt.
â– extractScrFromCnf.pl is the Perl script that extracts the text configuration portion
from the system configuration file.
â– combinedCnf File is the .cnf file generated in compressed format that includes
the text configuration.
We recommend that you copy the combinedCnf File to the directory in which the
extractScrFromCnf.pl script is stored.
Customizing the User Interface
You can access the CLI through a console connected directly to the system or through
a Telnet session. This section describes how you can customize the user interface.
Some commands apply to the console, and some commands apply to vty lines that
support Telnet sessions.
Customizing the User Interface â– 281
Chapter 5: Managing the System