Setting path and ld_library_path – 3Com CommWorks 5210 User Manual

Page 21

Advertising
background image

Installing IP Telephony Manager

21

8 From the command line prompt, type the following commands and press

Return after each:

TCMHOME=<installation directory> (for example, /opt/tcm)

export TCMHOME

mkdir -p $TCMHOME

cd cdrom/cdrom0/tcm_sol (for HP, tcm_ux)

./install

A message appears:

The script will make adjustments, only as needed, to

system files in /etc/imit.d, the crontab, /etc/services,

and /usr/lib/x11.

If TCM is later removed, these adjustments will be

undone to restore the original state.

Do you wish to continue [y/n]

9 Type y, and then press Return.

The installation proceeds, listing files as they are installed. The following
message appears to indicate the installation has completed successfully:

TCM installation is complete

You can now enable HP Overview autodiscovery on your system.

Setting PATH and

LD_LIBRARY_PATH

Before you can start IP Telephony Manager, you must add $TCMHOME to the
PATH statement and indicate the location of the IP Telephony Manager library
files as follows:

From the command line prompt, type the following commands and press
Return after each:

PATH=$PATH:$TCMHOME/bin

export PATH

LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$TCMHOME/lib

export LD_LIBRARY_PATH

Advertising