OpenVZ

OpenVZ Snippet Note

This guide will help you how to operate basic commands for Openvz container server. This only applicable for servers that installed on Openvz kernel server only. For example: Signetique servers.

Basic command you should know :

This command used for start vps.

vzctl start   <CT_ID>

This command used for stop vps forcely.

vzctl stop    <CT_ID>

This command used for restarting vps.

vzctl restart <CT_ID>

This command used for see status vps.

vzctl status  <CT_ID>

This ccommand used for listing all vps (both active and does not).

vzlist -a

This command used for execute command particular vps from host node.

vzctl exec CT_ID your-command-here

Many more command here…

Leave a Reply

Your email address will not be published. Required fields are marked *