How to force start an openVZ container?


vzctl start CTID --force

Replace CTID with the actual CTID of the VPS.


CTID shows up as VM ID in solusVM.

I.E:

 

vzctl start 170 --force


  • 5 Users Found This Useful
Was this answer helpful?

Related Articles

When trying to reboot/restart openVZ VPS it won't start/ says "Container start disabled"

Please login via SSH to the main node. Then run: vzctl start CTID --force Replace CTID with the...

FTP Backup Configuration on an openVZ node

A complete details about autoftpbackup can be found from --...