Showing posts with label cPanel License. Show all posts
Showing posts with label cPanel License. Show all posts

Saturday, 21 July 2012

cpanel license update logs

/usr/local/cpanel/logs/license_log

Friday, 1 June 2012

License server hostnames could not be resolved to IP addresses

If you are getting below error while updating cPanel license with /usr/local/cpanel/cpkeyclt
==================================================
Updating cPanel license...Done. Update Failed!
Error message:
License server hostnames could not be resolved to IP addresses

Building global cache for cpanel...Done


==================================================


In order to fix this issue you need to check /etc/resolv.conf make sure the name servers are correctly mentioned there as well needs to check /etc/hosts if the entry for localhost is correct?


You can easily find on net how the entries in /etc/hosts should be.
cheers :)



Tuesday, 2 August 2011

Your license could not be activated because:

Your license could not be activated because:
Unactivated License File
1. First, go to http://verify.cpanel.net/ and enter the public IP address of this server to make sure it is licensed.
2. If licensed, try running /usr/local/cpanel/cpkeyclt from the command line as root.
3. You'll also need to make sure that port 80 is open to contact our license server and that your server's hostname is a FQDN.

Resolution :

1 ) /usr/local/cpanel/cpkeyclt

if no luck then

2) Check with your Data Center if your IP/subnet that you are using for each IP is correct ?

Hopefully this will help to get the issue resolved.

Your license could not be activated

Sometime you may face the error for cpanel licence as below:

==============================
Your license could not be activated because:
License File Expired: LTD: 1305026419 NOW: 1136141342 FUT!
==============================

In order to get this issue resolve follow the steps :

1)  /usr/local/cpanel/cpkeyclt

Still the issue persisits

2) Check the date of the server if it is set incorrectly (old one)

3 ) You need to synced the date with the below command:

rdate -s rdate.cpanel.net

then update cPanel with :

/usr/local/cpanel/cpkeyclt

The issue must be resolved :) 

Saturday, 16 July 2011

How To Resolve : Updating cPanel license...Done. Update Failed!

If you are getting this error while updating cPanel license then you need to open a support ticket to cPanel.

-----------------------------------------------------
root@server [~]# /usr/local/cpanel/cpkeyclt
Updating cPanel license...Done. Update Failed!
Building global cache for cpanel...Done
root@server[~]#
-----------------------------------------------------

Friday, 15 July 2011

Your license could not be activated - License File Expired

I had a issue with cPanel license as I was getting the error "Your license could not be activated"

Solution >>

I tried

/usr/local/cpanel/cpkeyclt
but the issue didn't get resolve. then I cheked the date on the sever and found that very old date was set on the server. Simply I sync the date with the command :


rdate -s rdate.cpanel.net


The issue got resolved.