S semprot Well-Known Member Apr 28, 2016 #1 Apr 28, 2016 #1 Hello. Now i am migrating my cpanel accounts to another server. What should i do to migrate the owned litespeed license between 2 servers? Should i stop litespeed from running in old server first before using it on my new server? Thank you.
Hello. Now i am migrating my cpanel accounts to another server. What should i do to migrate the owned litespeed license between 2 servers? Should i stop litespeed from running in old server first before using it on my new server? Thank you.
N NiteWave Administrator Apr 29, 2016 #2 Apr 29, 2016 #2 please refer: https://www.litespeedtech.com/suppo...d_wiki:licenses:transfer-or-release-a-license should answer your questions with details.
please refer: https://www.litespeedtech.com/suppo...d_wiki:licenses:transfer-or-release-a-license should answer your questions with details.
S semprot Well-Known Member Apr 29, 2016 #3 Apr 29, 2016 #3 NiteWave said: please refer: https://www.litespeedtech.com/suppo...d_wiki:licenses:transfer-or-release-a-license should answer your questions with details. Click to expand... I am still a little bit confused with the 5th step In your new server, or the same server after hardware upgrade, register a new license. Assume you already copied over the same directory over. Click to expand... So in my new server, i do this? Code: wget http://www.litespeedtech.com/packages/cpanel/lsws_whm_autoinstaller.sh chmod a+x lsws_whm_autoinstaller.sh ./lsws_whm_autoinstaller.sh MY_SERIAL_NO 2 1000 admin a1234567 root@localhost 1 0 and after installation, and making sure there is no "trial.key" / "license.key" in new server, i finally run this command? Code: lsws/bin/lshttpd -r
NiteWave said: please refer: https://www.litespeedtech.com/suppo...d_wiki:licenses:transfer-or-release-a-license should answer your questions with details. Click to expand... I am still a little bit confused with the 5th step In your new server, or the same server after hardware upgrade, register a new license. Assume you already copied over the same directory over. Click to expand... So in my new server, i do this? Code: wget http://www.litespeedtech.com/packages/cpanel/lsws_whm_autoinstaller.sh chmod a+x lsws_whm_autoinstaller.sh ./lsws_whm_autoinstaller.sh MY_SERIAL_NO 2 1000 admin a1234567 root@localhost 1 0 and after installation, and making sure there is no "trial.key" / "license.key" in new server, i finally run this command? Code: lsws/bin/lshttpd -r
N NiteWave Administrator Apr 29, 2016 #4 Apr 29, 2016 #4 yes. but remember 1) before above operation on new server, run Code: lsws/bin/lshttpd -m to release the license first. 2) replace above MY_SERIAL_NO with your actual lsws serial number. Last edited by a moderator: Apr 23, 2018
yes. but remember 1) before above operation on new server, run Code: lsws/bin/lshttpd -m to release the license first. 2) replace above MY_SERIAL_NO with your actual lsws serial number.
S semprot Well-Known Member May 3, 2016 #5 May 3, 2016 #5 Finally i successfully migrated the license. Very easy