UNIKIX            (Environment)

DESCRIPTION
The "UNIKIX" environment variable identifies the directory location of a Sun MTP 
installation. There may be multiple versions of Sun MTP on a single machine.
The value of "UNIKIX" identifies the Sun MTP software running the current Sun MTP
system.


VALUES
The value of "UNIKIX" is the full pathname of the system directory that holds
a Sun MTP software installation.


INTERPRETATION
Sun MTP uses the value of "UNIKIX" to access requisite files, tables, libraries, 
commands, utilities, . . . etc.


CONCLUSIONS
In order to access the executables for a particular Sun MTP system, you must
include $UNIKIX/bin in your PATH. This component should come before any other
entry for another Sun MTP system. The easiest way to accomplish this is as
follows:

$ PATH=$UNIKIX/bin:$PATH; export PATH

Sun MTPScan displays the value of "UNIKIX" as it is being used by a Sun MTP system.
Even with the system up and running, it does not mean that the value of the
environment variable is correct. If the system exhibits strange behavior,
examine the values of all environment variables on Sun MTPScan's Environment Screen
to ensure that the Sun MTP system has been told correctly where to look for the
components needed to execute a system.
