Administration Guide > Installation > New Installation > Installing Utilities (UNIX)

Installing Utilities (UNIX)

This document guides you through the new installation of the utilities for UNIX.

A three-figure code has been supplied for each supported UNIX platform because the utilities for UNIX are available for different platforms. The codes are described in the Terminology. This document replaces the specific codes with the characters "???."

Automic strongly recommends installing the utilities in a separate directory (such as /opt/uc4/utilities).

Requirements

Supplied Files

Utility files are supplied in compressed tar-file format (util???.tar.gz), and can be found in subdirectories of IMAGE:UTILITIES\UNIX. The subdirectory names indicate the supported platforms.

*.sh: normal utility start
without file ending: programs for batch call

As of version 8.0, the file names of all utilities have been changed to lowercase letters. For compatibility reasons, binary links are supplied for UNIX utilities of version 8.0. They link the program calls from old file names to the new ones. These links are only supplied in version 8.0 and no longer appear in later versions.

Procedure

1. Installing the Java Runtime Environment (JRE)

This installation step can be ignored if the required version of JRE is already installed.

2. Unpacking theTAR file and setting up the system environment
3. Adjusting the INI Files to the System Environment


4. Starting the Utilities

Note that starting this utility's graphical interface on the platform HP Itanium requires the library "libstdc++.so.6" to be loaded with the environment variable LD_PRELOAD. 

Example of a command loading the library:

export LD_PRELOAD=/uc4/utility/bin/libstdc++.so.6

You can insert this command in the Shell scripts. The library will then automatically be loaded whenever a utility's GUI is opened.

Shell-script example "ucybdbld.sh" for opening the graphical user inferface of the utility AE DB Load:

export LD_PRELOAD=./libstd++.so.6

java -jar ucybdbld.jar