A Licence Check Appears to Already Be Running

MikeDVB

Well-Known Member
PartnerNOC
Jun 4, 2008
220
6
68
Indiana, USA
I would check for processes related to UPCP and cpkeyclt.

Code:
ps aux | egrep -i "upcp|cpkeyclt"
If the UPCP is running I'd wait for it to finish. If you see the license check for more than a few minutes I'd kill the process and re-run it.

That said you may want to open a cPanel ticket on this to at least report the issue if perhaps you've found a bug or something.
 

cPanelLauren

Product Owner II
Staff member
Nov 14, 2017
13,266
1,300
363
Houston
Hi @Anouchka Minkoue Obame

You can change the hostname via SSH by running the following:

Code:
/usr/local/cpanel/bin/set_hostname <hostname>
As far as the licensing process - I would follow the advice provided by @MikeDVB as well as check
Code:
/usr/local/cpanel/logs/license_log
Any outputs from those would be helpful.

Thanks!