~]# vzquota show 102
vzquota : (warning) Quota is running, so data reported from quota file may not reflect current values
resource usage softlimit hardlimit grace
1k-blocks 95325856 104857600 104857600
inodes 683893 2000000 2200000
~]# vzquota setlimit 102 -b 113246208 -B 113246208
~]# vzquota show 102
vzquota : (warning) Quota is running, so data reported from quota file may [...]
Entries Tagged as 'Virtualisation'
Change linux virtuozzo VE/CT quota via command line
January 13th, 2010 · No Comments
Tags: Linux · Operating System · Uncategorized · Virtualisation
Windows VE/CT EFD mount/check
February 1st, 2009 · No Comments
Was having a problem with a Windows Virtuozzo VE/CT and needed to check the VE/CT virtual disk for file system corruption.
URLs:
http://kb.parallels.com/en/1008
Commands issued to check the virtual disk file for errors:
C:\Documents and Settings\Administrator>vzcfgt get 100 GUID
{A88D866B-0382-47FC-9BFB-37056F286745}
C:\Documents and Settings\Administrator>vzdskctl mount d:\vz\private\100\root.ef
d {A88D866B-0382-47FC-9BFB-37056F286745}
SUCCESS
C:\Documents and Settings\Administrator>chkdsk /f \\?\Volume{A88D866B-0382-47FC-
9BFB-37056F286745}
C:\Documents and Settings\Administrator>vzdskctl umount {A88D866B-0382-47FC-9BFB
-37056F286745}
SUCCESS
Whilst the virtual disk is mounted you can [...]
Tags: Virtualisation · Windows
Virtuozzo for Linux VE/CT was locked for some reason and couldn’t start it
June 18th, 2008 · No Comments
A VE/CT on Linux started and then stopped mysteriously. I couldn’t manually restart it with vzctl start 101. The following URL showed how to determine which PID had locked the VE/CT:
http://faq.swsoft.com/article_133_655_en.html
In this case running cat /vz/lock/101.lck showed that vzquota was recalculating the quota for the virtual environment.
Tags: Operating System · Virtualisation