Table of contents
No headersStart VZ's
vzctl start 1002
Stop VZ's
vzctrl stop 1002
Working with VZ's
Two work in the VZ
vzctl enter 1002
To run a command (as root) in the vz
vzctl exec 1003 date
Managing VZ's
Had to up the limit on privvmpages, was causing a forking failure!
You can view the limits in /proc/user_beancounter
sudo more user_beancounters
And you can change them with this command
sudo vzctl set 1003 --privvmpages 107150