Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
litespeed_wiki:license:command_reference [2015/03/09 15:38]
Jackson Zhang [Control Commands]
litespeed_wiki:license:command_reference [2015/04/27 17:51]
Jackson Zhang
Line 1: Line 1:
 ======Commands Reference====== ======Commands Reference======
-This reference lists all the commands for LSWS and LSLB. Since most of them are license related, so we put in the license section.+This reference lists all the commands for LSWS and LSLB. 
      * For LSWS, assume it's installed under /​usr/​local/​lsws/​      * For LSWS, assume it's installed under /​usr/​local/​lsws/​
      * For LSLB, assume it's installed under /​usr/​local/​lslb/,​ the commands are same as LSWS, you can just replace "​lshttpd"​ with "​lslbd"​.      * For LSLB, assume it's installed under /​usr/​local/​lslb/,​ the commands are same as LSWS, you can just replace "​lshttpd"​ with "​lslbd"​.
Line 22: Line 22:
 </​code>​ </​code>​
  
 +./lswsctrl start will force communication with LiteSpeed licensing server immediately.
    
 <​code>​ <​code>​
Line 50: Line 51:
   bin/lshttpd -t   bin/lshttpd -t
  
-   * Verify current license against license server (-V)+   * Verify current license against license server (-V). This Command will force communication with LiteSpeed licensing server immediately.
  
   bin/lshttpd -V   bin/lshttpd -V
Line 76: Line 77:
  
     /​usr/​local/​lsws/​admin/​misc/​lsup.sh -f -v <​version>​     /​usr/​local/​lsws/​admin/​misc/​lsup.sh -f -v <​version>​
 +
 +  * Install/​Uninstall startup script
 +
 +    /​usr/​local/​lsws/​admin/​misc/​rc-inst.sh
 +    /​usr/​local/​lsws/​admin/​misc/​rc-uninst.sh ​   ​