Issue
Error during CloudLinux license activation:
com.cloudlinux.clos.domain.exceptions.xmlrpc.ClnXmlRpcException: (=_=) License not found for key/IP!
Environment
- CloudLinux OS
Solution
- To activate your license, make sure you have the correct key by logging into your CLN account.
- Run the following commands:
# yum install rhn-setup # /usr/sbin/rhnreg_ks --activationkey=<activation key> --force
Another Solution:
Check for CLN server URL in /etc/sysconfig/rhn/up2date file:
# grep -Ei "clnServerURL=" /etc/sysconfig/rhn/up2date
clnServerURL=None
The URL should be:
# grep -Ei "clnServerURL=" /etc/sysconfig/rhn/up2date
clnServerURL=http://cln.cloudlinux.com/clweb/xmlrpc
Comments
0 comments
Please sign in to leave a comment.