This installer is for Unix platform like UnixWare, Tru64, Irix etc. Install the Java RunTime(jre1.3.1) in your platform before install software.
==================
Install software 
==================
        1.  Enter /GenericUnix directory. If system is running in GUI mode, double click setup.bin to start the installation. If system is running in Text mode, execute ./setup_console.bin to start the installation.
        2.  Read the information provided, then press ENTER to continue the installation. 
        3.  When the installation program is completed,reboot the system to set enviroment variables for software(which is set in /etc/profile).
        4.  Check whether the LD_LIBRARY_PATH environment variablethe correctly pointed to shared library path /opt/MonitorSoftware/lib,
            #! bin/sh
            echo $LD_LIBRARY_PATH 
            if not, you must set it manually.
            #! bin/sh
            LD_LIBRARY_PATH =/opt/MonitorSoftware/lib:$LD_LIBRARY_PATH 
            export LD_LIBRARY_PATH 


            
===============        
Run software
===============
        1.  Start Agent
            Open the Terminal,execute command:
            cd /opt/MonitorSoftware/
            ./agent start
            
        2.  Start Manager
            execute command:
            cd /opt/MonitorSoftware/
            ./monitor
            
        3.  Get Full Access
            In "System" menu, click "Act as Administrator" menu item to start the "Administrator" dialog, enter correct password to get full access.
            The default password is set to "Administrator".It can be changed in "Modify Administrator Password" dialog.

          
        4.  Communicate with UPS
            In "System" menu, click "Auto Search UPS" menu item to auto search the UPS connected with Computer.

================        
Stop software
================
        1.  Close Manager.
        2.  Open the Terminal, enter "/opt/MonitorSoftware" directory:
            and execute command:
            ./agent stop
            
===================
Uninstall software	
===================
	Open the Terminal, enter "/opt/MonitorSoftware" directory:
        and execute command:

       ./Uninstall
