==================
Install Winpower 
==================
        1.  Enter /AIX 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 Winpower(which is set in /etc/profile).
        4.  Check whether the LIBPATH environment variablethe correctly pointed to shared library path /opt/MonitorSoftware/lib,
            #! bin/sh
            echo $LIBPATH
            if not, you must set it manually.
            #! bin/sh
            LIBPATH=/opt/MonitorSoftware/lib:$LIBPATH
            export LIBPATH


            
===============        
Run Winpower
===============
        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 Winpower
================
        1.  Close Manager.
        2.  Open the Terminal, enter "/opt/MonitorSoftware" directory:
            and execute command:
            ./agent stop
            
===================
Uninstall Winpower	
===================
	Open the Terminal, enter "/opt/MonitorSoftware" directory:
        and execute command:

       ./Uninstall
