If one use vzdump to backup OpenVZ VPS, VPS may get suspended during the process (vzdump parameter --suspend means "suspend/resume VM when running")
If admin cancel operation after VM suspension, manual unsuspending/resume might be required (vzctl start 860 will not work, it is already running)
so example:vzctl chkpnt VEID --resume
another thing to try:vzctl chkpnt 860 --resume
so example:vzctl resume VEID
vzctl resume 860
Bookmarks