Penguins Unbound
Penguins Unbound > Past Meetings > 20070929 Virtualization > 1 - OpenVZ > 1.4 Working with VZs

1.4 Working with VZs

Page last modified 16:18, 21 Dec 2011 by goeko
    Table of contents
    No headers

    Start 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

    Powered by MindTouch Core