Cpanel

How-to-Resize-tmp-Partition

How to Resize /tmp Partition

Step by step instructions on how to resize /tmp partition on the server. This is required only when you have less space alloted for /tmp partition causing problems with webserver showing errors or mysql database connect errors. Please follow the below procedure with commands specified to free some resources on /tmp partition. First stop the following services on the server. service chkservd stop service httpd stop service mysql stop service postgresql stop After all the services are stopped, Immediately try to unmount the tmp partition. umount /tmp If [...]

Read more...
DNS-Overview

DNS Overview: A-Records / CNAMES / MX / TEXT

A Record Section: Most records will be A records. This allows the greatest versatility in pointing your domain names where you want them go. Each record consists of a host name and an IP address. Host field: The host name for that particular A record. The host name should be what precedes the .domain.com in your FQDN (fully qualified domain name). For instance, on www.domain.com, “www” is the host (without the quotation marks). Whatever is listed here, the lookup will automatically [...]

Read more...