Home » Cloud Servers » Contents of the "cPanel" Category

Subcategories of the "Cloud Servers" Category

Sort by:

Restart IP Pool

Category: cPanel

If you have additional IPs added in WHM/Cpanel it may not bring them up after network restart. In order to fix this behavior run the following command: /scripts/restartsrv_ipaliases to make aliases available on network interface again.

Increase /tmp partition size in cPanel and secure it

Category: cPanel

1. Stop cpanel, apache (litespeed), mysql services: /etc/init.d/cpanel stop /etc/init.d/httpd stop /etc/init.d/lsws stop /etc/init.d/mysql stop 2. Umount /tmp and /var/tmp: umount -l /tmp umount -l /var/tmp 3. Move /usr/tmpDSK file to another location (just in case you’ll need to mount it somewhere else to preserve data): mv /usr/tmpDSK /usr/tmpDSK_back 4. Modify /scripts/securetmp to set tmpdsksize …

Cpanel log rotation

Category: cPanel

cPanel/WHM Initial Installation Errors: /var/log/cpanel*install* – These log files contain verbose logs of the cPanel installation, and should be the first point of reference for any issues which might occur ‘out of the box’ with new cPanel installations. cPanel/WHM Requests and Errors: /usr/local/cpanel/logs/error_log – cPanel logs any error it incurs here. This should always be …

How to fix ‘Problem with DNS setup on …’ issue

Category: cPanel

If you are getting this warning email Subject: [ipcheck] Problem with DNS setup on server.domain.com This means your hostname (server.domain.com) cannot be resolved to an IP address. Usually, this means that /etc/hosts is not set up correctly, and/or there is no DNS entry for server.domain.com Make sure that /etc/hosts is configured correctly, and also that …