Sometime while accessing WHM, some links are giving below error. =============================================== Unknown License File Version (has = 23, needed = 22, length=1554). This means that the system failed to get a new license, or part of the update process failed. If you are the server admin, =============================================== To resolve this issue follow the below …
Category: CPanel / WHM
How To: Find Symlink under UNIX / Linux
How To: Find Symlink under UNIX / Linux Now, a days sym/root hacking is famous and hacker can create a sym/root folder by using script. How do I find symlink(s) under UNIX and Linux operating systems? Use the below command to find symlink directory find /path/to/dir -lname /path/to/file OR If you want to search sym/root …
mysql is disabled by sys admin while restarting mysql service
Sometimes it may happen that while restarting mysql service on server you are getting below error. mysql is disabled by sys admin Try running below script to bring mysql up again /scripts/mysqlup If it’s Up then ok, but sometime it will give below error Updates for mysql /etc/mysql disabled If it is not working then …
Log folder contents deleted getting error mails
Log folder contents deleted getting cron mails and getting below error. Cannot open /var/log/sa/sa03: No such file or directory Login to server via SSH Go insideĀ /var/log/ folder cd /var/log/ Check for sa folder, if it is not present then create it manually using below command. Files will be generated automatically inside that folder mkdir …
IP remove from Brute Force Attack database by SSH
Sometimes, because of the Brute Force Attack we are unable to login to WHM if we are using correct details also. Then at that time try using below method. Login to server via SSH. Connect with mysql database using mysql command. It will show below output. [email protected] [/var/log]# mysql Welcome to the MySQL monitor. …
How to Uninstall MySQL Governor
How to Uninstall MySQL Governor Run the below commands to uninstall MySQL Governor /usr/share/lve/dbgovernor/install-mysql.py –delete yum erase db-governor db-governor-mysql
Upgrading MySQL Governor on CPanel, Plesk and DirectAdmin server
Upgrading MySQL Governor on CPanel, Plesk and DirectAdmin server Run the below command to update MySQL Governor yum update db-governor db-governor-mysql –enablerepo=cloudlinux-updates-testing Run the below command to restart the service service db_governor restart
How to install MySQL Governor on CPanel, Plesk and DirectAdmin
How to install MySQL Governor on CPanel, Plesk andĀ DirectAdmin MySQL governor is set of utilities to monitor and restrict MySQL usage in shared hosting environment. The monitoring is done via USER_STATISTICS table that is available in CloudLinux version of MySQL as well as via tracking of slow queries. To install MySQL governor on cPanel server …
Exim causing load on server
Exim causing load on server Login to server via SSH. Once login then login to mysql [email protected] [~]# mysql Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 1851 Server version: 5.1.65-cll MySQL Community Server (GPL) Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved. …
Error: rpmdb open failed
Error: rpmdb open failed If you are running easyapache and getting the below error or while updating any package using yum and getting the error: TypeError: rpmdb open failed TypeError: rpmdb open failed Solution: Go to the below folder cd /dev/ Rename unrandom file. mv urandom urandom-bak Recreate the file using below command …