How to increase my KVM account disk space

If you have a KVM plan, by default, the space is 20GB, if you get bigger space, you will need to resize it via one of the 2 options below:

1. Reinstall it via ISO via web control panel - see https://www.rentpbx.com/support/knowledgebase/82/How-reinstall-from-ISO-on-64-bit-plan.html

2. Resize it manually via SSH, assuming you have Ubuntu with 1 big LVM partition, you do below commands:

NOTE: You may first need to Stop VPS then Start VPS via web panel.

- find out which vda you need to resize

fdisk -l /dev/vda | grep ^/dev

- assuming it is vda1 and called /dev/mapper/ubuntu--vg-root (you can find it via command df)

parted /dev/vda
resizepart 1 100%
quit

pvresize /dev/vda1

lvresize --size +20G --resizefs /dev/mapper/ubuntu--vg-root

Kas see vastus oli kasulik?

 Prindi artikkel

Loe veel

I cannot SSH to new server after the move

This usually happens on older system like "PBX in a Flash SILVER 1.7 (dahdi, asterisk 1.4)" so...

How to fix disk in Emergency mode

On FreePBX system, when you force rebooted a server, it may go into Emergency mode with error...

I use knockd and not working after move to new system

If you're moved to new system with web control panel, your knockd may not be working so via...

OpenVZ and VPN/TUN/OpenSwan

If you're having issues with your VPN/OpenSwan not working, try ssh as root to the server and do...

How reinstall from ISO on 64-bit plan

To reinstall from ISO, first go to your client area and Product Details pageThere, you will see...