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:

"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 server rebooted or your servers Kernel might be outdated.

You should first check your Kernel version and update 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 and 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 server you will be granted an SSL certificate and any security warnings will disappear.