Manually Migrate a KVM VPS to another node where both source and destination nodes are running SolusVM

If for some reason SolusVM automated migration is failing or if you just want make your hands dirty and wants to manually migrate a KVM VPS to another VPS Node, just follow these simple steps:

Run following commands on Source VPS Node:

Assuming your KVM ID for your VPS is “kvm5368”

# lvdisplay | grep kvm5368
LV Path /dev/vg_node10/kvm5368_img
LV Name kvm5368_img

Now lets shutdown the Source VPS:

# virsh shutdown kvm5368

Now once it’s shutdown lets create an image of the VPS Disk:

#dd if=/dev/vg_node10/kvm5368_img | gzip | dd of=/root/kvm5368_backup.gz bs=4096

Now lets create a Logical Volume on the destination node, so run following commands on the destination node:

# lvcreate -n kvm5368_img –size 30G /dev/vg_node

Now transfer the VPS image file created earlier from source to destination node:

# scp -C /root/kvm454_backup.gz root@destinationvpsnode:/root/

Once it’s transferred then run following command on destination vps node to restore the VPS Image:

dd if=/root/kvm5368_backup.gz | gzip -d | dd of=/dev/vg_node/kvm5368_img bs=4096

Once it’s restored run following command on your SolusVM Master:

/scripts/vm-migrate <vserverid> <newnodeid>

Now you should be able to boot the new migrated VM from SolusVM

MARCH Madness – RECURRING 20% OFF on OpenVZ and KVM VPS

Coupon Code: MARCH20

This coupon will give RECURRING 20% OFF on our KVM as well as OpenVZ VPS on following packages

KVM VPS – LA and NY Both Locations:

Packages: VPS 1 to VPS 7

OpenVZ VPS – LA:

Packages: OVZ 1 to OVZ 7

Not applicable on 256 MB or 512 MB OpenVZ VPS also not applicable on 256 MB KVM VPS.

Offer Expires on 31st March 2019

Order now from https://hosteons.com/vps.php to avail this offer

Now KVM VPS Available in New York along with Los Angeles

We at hosteons are constantly working to provide better services and give more and more options to our clients.

Until now we were offering KVM VPS only in Los Angeles, but today we are glad to announce launch of our KVM VPS service even in New York. We are offering exactly same packages in New York as our Los Angeles Location.

For now we are offering only KVM VPS in New York but soon we will even provide OpenVZ based VPS in NY just like Los Angeles.

You just need to select the location on https://hosteons.com/vps.php at the time of placing order. Under the ORDER Field click on LA to get VPS in Los Angeles, and click on NY to get VPS in New York

Test IP for New York are:

IPv4: 91.189.187.10

IPv6: 2402:d0c0:3:2::9423

Our NY VPS Nodes are hosted with InterNAP

If you have any queries feel free to submit a support ticket at https://my.hosteons.com

Setup OpenVPN on a KVM Based VPS like hosteons

install openvpn on lvm based vps

Just run following command as root on a CentOS / Ubuntu / Debian based VPS or Dedicated Server and follow the prompts to install OpenVPN:

wget https://git.io/vpn -O openvpn-install.sh && bash openvpn-install.sh

Once it ends, you can run it again to add more users, remove some of them or even completely uninstall OpenVPN.

It works even on the cheapest VPS Package provided by hosteons.com