Server Management Blog
Welcome to Our Blog
At iServerSupport, we understand the challenges that come with managing servers, whether they’re in the cloud, virtualized, or self-hosted. Our blog is here to provide you with practical insights, expert advice, and the latest trends in server management.
From troubleshooting server performance issues to optimizing cloud resources and ensuring top-notch security, our goal is to empower businesses and developers to navigate the complexities of server environments with confidence.
Whether you’re looking for quick fixes, detailed guides, or industry news, you’ll find valuable content tailored to your needs. Dive in, explore, and let us help you keep your servers running smoothly, securely, and efficiently.
Your servers, simplified – the iServerSupport way.
How to Migrate Reseller account on cPanel server
Here is the easiest way to migrate Reseller accounts on cPanel server First create list of accounts to be transferred using the following command cat /etc/trueuserowners | grep resellername |cut -d: -f1 > /home/resellerlist.txt No it will create list of [...]
Migrating vm on Solusvm kvm
Migrating vm on Solusvm kvm: For transferring KVM virtual servers between nodes you can follow the steps mentioned below, Step 1. At first we need to find the correct LV that needs backed up for [...]
cPanel Database Missing
cPanel Database Missing In case MySQL database is showing fine under /var/lib/mysql but mission under cpanel database, its because of issue with database mapping. Run these command from shell to fix it /scripts/update_db_cache /usr/local/cpanel/bin/setupdbmap [...]
Run multiple demoapppython apps with nginx and uwsgi
Run multiple demoapppython apps with nginx and uwsgi You can use this config if you would like to run multiple python app,s. This config is to run an app under domain.com and domain.com/user server { listen 80; [...]
How to install yum
How to install yum: Follow these steps to install yum on the server. Most openvz vps comes without yum wget http://mirror.centos.org/centos/6/os/x86_64/Packages/gpgme-1.1.8-3.el6.x86_64.rpm wget http://mirror.centos.org/centos/6/os/x86_64/Packages/python-iniparse-0.3.1-2.1.el6.noarch.rpm wget http://mirror.centos.org/centos/6/os/x86_64/Packages/python-pycurl-7.19.0-8.el6.x86_64.rpm wget http://mirror.centos.org/centos/6/os/x86_64/Packages/python-urlgrabber-3.9.1-9.el6.noarch.rpm wget http://mirror.centos.org/centos/6/os/x86_64/Packages/rpm-4.8.0-37.el6.x86_64.rpm wget http://mirror.centos.org/centos/6/os/x86_64/Packages/rpm-libs-4.8.0-37.el6.x86_64.rpm wget http://mirror.centos.org/centos/6/os/x86_64/Packages/rpm-python-4.8.0-37.el6.x86_64.rpm wget [...]
system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure
How to fix the error happening when MySQL system tables got crashed? 2014-10-26 07:59:49 7fb4cc396700 InnoDB: Error: Table "mysql"."innodb_table_stats" not found. 2014-10-26 07:59:49 7fb4cc396700 InnoDB: Error: Fetch of persistent statistics requested for table "dbname_info"."wp_term_relationships" but [...]
Plesk backup not working
Stop worrying about your server. cPanel/Plesk Server Management for just $59/mo with Unlimited tickets, Unlimited admin hours, Security audits, 24x7 monitoring and lot more cPanel Server Management $59/mo Click here Plesk Server Management $59/mo Click here Plesk backup mainly stop working because [...]
What is the difference between parked domain and addon domain ?
What is the difference between parked domain and addon domain ? Addon Domain: The domain which points to another domains ( primary domains ) document root and seen as a separate website with different content [...]