Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
litespeed_wiki:admin:command-reference [2016/07/14 13:27] Jackson Zhang [Control Commands] |
litespeed_wiki:admin:command-reference [2020/11/18 15:35] (current) Lisa Clarke Redirect to new Documentation Site |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ======Commands Reference====== | + | ~~REDIRECT>https://docs.litespeedtech.com/products/lsadc/commands/~~ |
- | This reference lists all the commands for LSWS and LSLB. | + | |
- | * 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". | + | |
- | + | ||
- | =====Control Commands===== | + | |
- | * For LSLB, the command is "lslbctrl" | + | |
- | <code> | + | |
- | /usr/local/lsws/bin/lswsctrl help -- will list the below options | + | |
- | Usage: ./lswsctrl {start|stop|restart|reload|condrestrt|try-restart|status|help} | + | |
- | + | ||
- | start - start web server | + | |
- | stop - stop web server | + | |
- | restart - gracefully restart web server with zero down time | + | |
- | reload - same as restart | + | |
- | condrestart - gracefully restart web server if server is running | + | |
- | try-restart - same as condrestart | + | |
- | status - show service status | + | |
- | help - this screen | + | |
- | + | ||
- | </code> | + | |
- | + | ||
- | ./lswsctrl start will force communication with LiteSpeed licensing server immediately. | + | |
- | + | ||
- | <code> | + | |
- | service lsws {start|restart|stop|reload|condrestart|try-restart|status|help} | + | |
- | + | ||
- | start - start web server | + | |
- | stop - stop web server | + | |
- | restart - gracefully restart web server with zero down time | + | |
- | reload - same as restart | + | |
- | condrestart - gracefully restart web server if server is running | + | |
- | try-restart - same as condrestart | + | |
- | status - show service status | + | |
- | help - this screen | + | |
- | + | ||
- | </code> | + | |
- | <code> chkconfig lsws {on|off} </code> | + | |
- | + | ||
- | =====License Commands===== | + | |
- | + | ||
- | cd /usr/local/lsws | + | |
- | + | ||
- | * Register a new license key (-r) | + | |
- | + | ||
- | bin/lshttpd -r | + | |
- | + | ||
- | * Test current license locally (-t) | + | |
- | + | ||
- | bin/lshttpd -t | + | |
- | + | ||
- | * Verify current license against license server (-V). This Command will force communication with LiteSpeed licensing server immediately. | + | |
- | + | ||
- | bin/lshttpd -V | + | |
- | + | ||
- | * Migrate current license (-m) | + | |
- | + | ||
- | bin/lshttpd -m | + | |
- | + | ||
- | + | ||
- | + | ||
- | =====Misc Commands===== | + | |
- | * If you forgot your admin web console login, you can reset your password from command line | + | |
- | + | ||
- | /usr/local/lsws/admin/misc/admpass.sh | + | |
- | + | ||
- | * Check version | + | |
- | + | ||
- | /usr/local/lsws/bin/lshttpd -v | + | |
- | + | ||
- | * Switch version | + | |
- | + | ||
- | /usr/local/lsws/admin/misc/mgr_ver.sh <version> | + | |
- | + | ||
- | * Force re-install/update | + | |
- | + | ||
- | /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 | + |