Server Management Blog2024-12-31T13:00:39+00:00

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

December 17th, 2014|

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

December 15th, 2014|

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

November 15th, 2014|

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

October 28th, 2014|

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

October 27th, 2014|

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 [...]

Plesk backup not working

October 19th, 2014|

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 [...]

Go to Top