Import software raid
You better disable all the REMI repos that exist on your /etc/yum.repos.d/ folder. Or add the below line in /etc/yum.conf file. exclude=php* or Try this command with yum update. yum…
Let's imagine, you have a node with /dev/sda drive that consists of a boot partition, root partition and swap and /dev/sd drives that compose the volume group with LVM images…
Connect to your Master server over SSH. Access SolusVM database: # curl -o solusvmdb.sh https://raw.githubusercontent.com/solusvm-support/helpers/master/solusvmdb.sh && sh solusvmdb.sh Set status to migration as completed using the following queries: # update migrations set…
As you might know the system allocates memory on a server by contiguous memory blocks of different size. And there may be a situation where the system does not have…