You can use a desktop tool that resides on your local client system to view the text configuration embedded in the system configuration file. You need to copy the system configuration file to your client system and run the desktop tool to view the uncompressed text configuration. This tool uses an executable to decompress the output of the show configuration command in the system configuration file. This executable is generated using the freely available GNU gcc compiler, which is platform-specific. The tool generates a temporary file in the directory where the Perl script is being run during the process of execution.
The desktop tool does not perform any CRC checking of the system configuration file before decompressing it. If the compressed data in the system configuration file is corrupt, a compression failure message is displayed. You must configure execute permisions for the files and executables that you install from the JUNOSe Software CD.
The desktop tool has the following prerequisites for the installation of necessary executables, depending on the operating system that is running on your client system:
The desktop tool has the following requirements for client systems running on Microsoft Windows platform:
This compiler is required to run the tool on all Windows platforms.
If Perl libraries are not available on your Windows XP and Windows Vista platforms, you must install Active Perl from the following site:
The desktop tool has the following requirements for client systems running on Sun Solaris platforms. You must have execute permissions for the files.
For example, type /usr/sbin/pkgadd -d gcc-3.4.6-sol10-x86-local.
For example, type/usr/sbin/pkgadd -d libiconv-1.11-sol10-x86-local.
export LD_LIBRARY_PATH = "/usr/local/bin"
where /user/local/bin is the directory in which the libraries are bundled.
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.
Issue the following command from the directory in which Perl is installed on your system:
perl_install_dir extractScrFromCnf.pl combinedCnf File
where
We recommend that you copy the combinedCnf File to the directory in which the extractScrFromCnf.pl script is stored.