Stuff…

I know I will forget.

Stuff… header image 4

Entries Tagged as 'Virtualisation'

pci_add_option_rom: failed to find romfile “pxe-rtl8139.bin”

January 7th, 2011 · 1 Comment

Was having two small issues with starting a KVM virtual server on Ubuntu 10.04 LTS: pci_add_option_rom: failed to find romfile “pxe-rtl8139.bin” inet_parse: ipv4 parse error (1) root@hostname:~/qemu-test# qemu -m 256 -vnc 1 -hda linux.small.img -cdrom dsl-n-01RC4.iso -boot d pci_add_option_rom: failed to find romfile “pxe-rtl8139.bin” inet_parse: ipv4 parse error (1) root@hostname:~/qemu-test# apt-get install kvm-pxe Reading package [...]

[Read more →]

Tags: Operating System · Virtualisation

Change linux virtuozzo VE/CT quota via command line

January 13th, 2010 · No Comments

~]# 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, [...]

[Read more →]

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 [...]

[Read more →]

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.

[Read more →]

Tags: Operating System · Virtualisation