cPanel & WHM

cPanel hostname is still running

Sometimes inside WHM when clicking the “change hostname” link or by running /usr/local/cpanel/bin/set_hostname yourhostname.first2host.co.uk. You may get presented with the following error message:

cPanel Hostname is still running

Your previous attempt to change the hostname is still running. Please wait until it completes

This happens when the server has attempted to change the hostname but the result has not completed correctly. This could be because the cPanel Server rebooted or your server’s Kernel might be outdated.

Check Kernel Version

You should first check your Kernel version and update the kernel to the latest version. Next, cPanel stored a “lock” file in the application-locks folder. Remove it with the below command:

rm -rf /var/cpanel/.application-locks/UpdateHostname

If you updated your Kernel now is the time to reboot your system. But if you made no changes to the Kernel you can now try to set the hostname from WHM. By clicking the “change hostname” link or from an ssh console whilst logged in as the root user using the below command:

/usr/local/cpanel/bin/set_hostname yourhostname.first2host.co.uk

Remember, your hostname needs to be an FQDM which means it should have two “.” in it. for example, server.yoursite.com would be acceptable but just server would not be.

If you have changed your hostname you will need to get a new SSL certificate from the cPanel store. You can do this from an ssh console with the below command:

/usr/local/cpanel/bin/checkallsslcerts

Assuming your hostname is an FQDM and your domain name resolves correctly to your cPanel server you will be granted an SSL certificate and any security warnings will disappear.

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button