Skip to main content

Posts

The Virtuozzo CheatSheet

              The Ultimate Virtuozzo Guide  The Virtuozzo Ultimate Guide             1. Create a container with vid 101 ————- # vzctl create 101 –config vps.plesk7.fc2 –pkgset fedora-core-2 # vzpkgadd 101 psa-fc2 ############################################# 2. How do I validate configuration of VPSes on the hardware node? There is a set of utilities which can help you with a resources management. 1.  vzcfgvalidate : checks the resource’s cross-dependencies for a single VPS 2.  vzcheckovr : checks if the hardware node is overcommitted 3.  vzcpucheck : check the CPU utilization on the hardware node 4.  vzmemcheck : shows the current memory utilization 5.  vztop ,  vzstat : utilities which can be used for VPS monitoring ############################################# 3. How do I install APF firewall into the VPS...