Dear Members,
When starting a VPS on a OpenVZ node, you might receive an error as below.
Quotevzquota : (error) Quota file check sum is invalid for id ; file is broken
It is due to incorrect quota assigned to your VPS. You will have to drop the quota parameter and restart your VPS. Below are the steps using which you can fix the error.
Quote#vzctl stop vpsid
#vzquota drop vpsid
#vzctl start vpsid
I hope this helps in starting your VPS 8)