Next Previous Contents

2. Installation

2.1 How to obtain TMON UNIX CLIENT

Tar format source files can be extracted from TMON Software CD package or floppy diskette from your UPS dealer.

2.2 Requirements

A licensed, up and running TMON server software installed on Windows operating system based PC that has a UPS connected.

BSD compatible Unix or Linux box.

Minimum 80286 Pc that has TCP/IP installed.

2.3 Compilation and installation

First extract the package using unix tar command.

%tar xvfz upscommunication.tgz
%cd upscommunication

In order to compile and install TMON UNIX CLIENT on your system, type the following in the base directory of the TMON UNIX CLIENT distribution:

% ./configure
% make
% make install

Since TMON UNIX CLIENT uses

autoconf
you should have not trouble compiling it.

Bootup script is provided with the distribution. It is called tmon_unix_client and should be copied to the appropriate /etc/rc.d directory.

Example for caldera linux 3.1:

% cp upscommunication/tmon_unix_client /etc/rc.d/init.d
% chmod 777 /etc/rc.d/init.d/tmon_unix_client
% ln -s /etc/rc.d/init.d/tmon_unix_client /etc/rc.d/rc5.d/S99tmon_unix_client

Should you run into problems please report them to the the author at Murat Selim Ozturk


Next Previous Contents