Difference between revisions of "Open VZ Basic"

From MS Computech
Jump to: navigation, search
Line 8: Line 8:
 
</pre><pre>#vzctl set 100 --userpasswd root:password --save
 
</pre><pre>#vzctl set 100 --userpasswd root:password --save
 
</pre><pre>#vzctl set 100 --nameserver 10.0.0.1 --save
 
</pre><pre>#vzctl set 100 --nameserver 10.0.0.1 --save
</pre>
+
</pre>  
 
+
Memory Adjust<br>  
 
 
Memory Adjust<br>
 
  
/etc/vz/conf/xxx.conf
+
/etc/vz/conf/xxx.conf  
 
<pre>VMGUARPAGES="32768:2147483647" // 128MB Guaranteed
 
<pre>VMGUARPAGES="32768:2147483647" // 128MB Guaranteed
 
PRIVVMPAGES="64000:65536" // 256MB Burst
 
PRIVVMPAGES="64000:65536" // 256MB Burst
Line 26: Line 24:
 
PRIVVMPAGES="384000:393212" // 1,5GB Burst
 
PRIVVMPAGES="384000:393212" // 1,5GB Burst
 
</pre>
 
</pre>
<br>
+
 
 +
Openvz Reboot Activation
 +
<pre>
 +
#/etc/crontab
 +
5 * * * * /usr/share/vzctl/scripts/vpsreboot</pre>

Revision as of 17:00, 16 November 2008

After Installation Openvz

Put Template inside

  1. /vz/template/cache
#vzctl create 100 --ostemplate name_of_template
#vzctl set 100 --ipadd 10.0.0.111 --save
#vzctl set 100 --userpasswd root:password --save
#vzctl set 100 --nameserver 10.0.0.1 --save

Memory Adjust

/etc/vz/conf/xxx.conf

VMGUARPAGES="32768:2147483647" // 128MB Guaranteed
PRIVVMPAGES="64000:65536" // 256MB Burst

VMGUARPAGES="65536:2147483647" // 256MB Guaranteed
PRIVVMPAGES="128000:131072" // 512MB Burst

VMGUARPAGES="131072:2147483647" // 512MB Guaranteed
PRIVVMPAGES="256000:262140" // 1024MB Burst

VMGUARPAGES="262144:2147483647" // 1GB Guaranteed
PRIVVMPAGES="384000:393212" // 1,5GB Burst

Openvz Reboot Activation

#/etc/crontab
5 * * * * /usr/share/vzctl/scripts/vpsreboot