Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Getting started with OpenVZ live CD

26 bytes added, 21:46, 27 May 2007
m
Starting VE
o Note: In the LiveCD environment, you may have to increase SHMPAGES for the VE or you will run out of "disk space" when trying to install software. You can do this "on the fly" by issuing:
<pre>
' vzctl set 101 --shmpages $((8192*8)):$((8192*8)) --save '
</pre>
o This will give VE 101 64MB of shmpages; you may wish to give it more if you're planning on doing more than just basic openvz testing.
o You can verify the change in-VE by issuing:
<pre>
' vzctl exec 101 cat /proc/user_beancounters '
</pre>
== Executing commands in VE ==
24
edits