=================
Install Winpower 
=================
        1.  Enter the /Solaris directory,
            1)For Solaris(sparc) system: If system is running in GUI mode, double click setup_sparc.bin to start the installation. If system is running in Text mode, execute ./setup_sparc_console.bin to start the installation.
            2)For Solaris(x86) system: If system is running in GUI mode, double click setup_x86.bin to start the installation. If system is running in Text mode, execute ./setup_x86_console.bin to start the installation.
        2.  Read the information provided, then press ENTER to continue. 
        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 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 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 install directory:
        and execute command:

       ./Uninstall	


