Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Virtualization questions [SOLVED!!!!!!!!]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
dtjohnst
Apprentice
Apprentice


Joined: 23 Apr 2006
Posts: 178

PostPosted: Wed Nov 18, 2009 2:48 pm    Post subject: Virtualization questions [SOLVED!!!!!!!!] Reply with quote

I've been running VMWare Server for awhile now, and unfortunately it's few small bugs have annoyed me to the point that I'm contemplating making a switch to KVM (and I'm open to other suggestions). The problem is I have a few specific requirements. If KVM can't meet them, I won't be able to swap over. So without further ado, here's what I need:

1) Direct access to disks. Basically, one of my VM's will be a Windows-based fileserver that needs to be able to mount drives and treat them as it's own. No filesystem within a filesystem type stuff. I need to maintain the ability to physically disconnect the drives from the host, plug them into a non-Virtualized window's box and have it recognized 100% without the need to install anything extra. This applies to USB drives as well.

2) No X. I need to be able to accomplish everything with a combination of VNC with SSH (for the Linux VM's) and RDP (for the Windows ones). This includes installing. If I understand it correctly, I can use VNC to do the install. I'm not sure how, but I'm hoping it's obvious and easy to figure out.

3) It needs to run on an Intel i5. So VT but not VT-d.

4) Bridged networking (wired).

5) It needs to run on 64-bit Gentoo host.

6) It needs to support Server 2008 as a guest.

From everything I've read so far, most of this is a no-brainer. Server 08 is supported in Xen and KVM, they both run on 64-bit Gentoo, the both have no issues with wired bridged networks. Also, I believe they both run without any issues without VT-d as long as VT is available. I believe I can use VNC to install Windows guests without having X on the host with KVM, I'm not sure how/if this can be done with Xen. Direct access to disks I couldn't find information on. And that would be a deal breaker. It is absolutely imperative that I be able to shut down the host, remove the drives, plug them into any other windows machine and have them work.

To clarify that further... These are separate drives in the Guest as well. For example, I have my host and all guests installed on 2 mirrored 500GB drives. Those drives would NOT be required to work if transplanted to a windows-only machine. I do have some 1TB internal SATA II drives, a couple of 250GB IDE drives, and a few external USB drives that were partitioned in a Windows-only system and are formatted with NTFS. Those "data" drives contain no operating system information, just data. But they need to work in the VM as if they were native windows drives, directly connected to that machine's hardware.

All this works in VMware Server for me. The reasons I would like to switch:

1) Performance is less than stellar.

2) The web interface is buggy. VERY buggy. To the point sometimes it just won't load (blank page titled "Loading...") which Google finds thousands of pages of people complaining about without any working solutions. Sometimes it works with Firefox, sometimes with IE, sometimes with either one, sometimes with neither, sometimes it won't work for a week then suddenly work as if nothing were wrong, etc. It is the biggest pain, usually because when I want to do something it doesn't work. I have no problem SSH'ing in to the host to configure stuff via command line, but VMWare Server 2 CLI support is less than ideal as well. At first I thought, "Wow, web interface! Awesome!" After a few hours of that, you realize it may look impressive to the crowd who love GUI's and amaze all your friend, but isn't really any more powerful or useable than a CLI...especially with it only works maybe 20% of the time.

So, I'm hoping someone can either tell me how to get KVM or Xen to do what I want. Paravirtualized would be best, obviously. I like fast. Some sites I've found says KVM supports paravirtualization, others say no. I'm hoping it's a question of it didn't used to but now it does so some sites are just out of date. I dunno. But I'm sure someone here does, and I'd appreciate their input.

And as I said, if there's another option, or if there's a reason I should look at Xen or KVM in your opinion, I'm all ears. Thanks for your time.


Last edited by dtjohnst on Tue Dec 08, 2009 1:52 pm; edited 1 time in total
Back to top
View user's profile Send private message
jormartr
Apprentice
Apprentice


Joined: 02 Jan 2008
Posts: 174

PostPosted: Wed Nov 18, 2009 3:20 pm    Post subject: Reply with quote

I have not used 2008, but I am trying KVM on a hosted machine.

I can attach the output of the console machine to the terminal, that way I can operate directly into the vm console with ssh at the host. This is posible only if the output of the vm console is text, if it gets into graphics (example: windows, linux framebuffer or X) you see a beauty text saying that you are into VGA mode, and that's all.

I have a windows installed (not 2008), and network configuration is done with VNC, after that, I just use RDP (with the posibility to acces via VNC to the vm console, any problem can hit...).

There are para-virtualized drivers (i am trying net and disk now).

One think I like about KVM is the posibility to work directly with vm console through ssh. It also gives you the posibility to attach with the machine running disks and netword cards (at least I tried that on linux, dunno how that works on windows).
Back to top
View user's profile Send private message
Ant P.
Watchman
Watchman


Joined: 18 Apr 2009
Posts: 6920

PostPosted: Wed Nov 18, 2009 9:51 pm    Post subject: Reply with quote

Quote:
Direct access to disks I couldn't find information on. And that would be a deal breaker. It is absolutely imperative that I be able to shut down the host, remove the drives, plug them into any other windows machine and have them work.

KVM will do that fine. Just tell it to use the disk device file like you'd use a loopback file.
Back to top
View user's profile Send private message
drescherjm
Advocate
Advocate


Joined: 05 Jun 2004
Posts: 2790
Location: Pittsburgh, PA, USA

PostPosted: Mon Nov 23, 2009 12:02 am    Post subject: Reply with quote

Quote:
1) Performance is less than stellar.


Agreed. Compiling large applications in a windows or linux container under vmware server takes 2 to 10 times as long as the same operation on the native machine.

Quote:

2) The web interface is buggy. VERY buggy. To the point sometimes it just won't load (blank page titled "Loading...") which Google finds thousands of pages of people complaining about without any working solutions. Sometimes it works with Firefox, sometimes with IE, sometimes with either one, sometimes with neither, sometimes it won't work for a week then suddenly work as if nothing were wrong, etc. It is the biggest pain, usually because when I want to do something it doesn't work. I have no problem SSH'ing in to the host to configure stuff via command line, but VMWare Server 2 CLI support is less than ideal as well. At first I thought, "Wow, web interface! Awesome!" After a few hours of that, you realize it may look impressive to the crowd who love GUI's and amaze all your friend, but isn't really any more powerful or useable than a CLI...especially with it only works maybe 20% of the time.


Been there done that. A few months ago I gave up on vmware server for virtualbox because of this issue and because virtualbox now has smp. This move has not been well. There have been numerous bugs with the SMP implementation in virtualbox causing guests to hang randomly. Each new release seems to reduce this chance but it appears to be still there. Graphics performance is much bettter with VB however. With VB disk performance / compiling seems to be a little slower than vmwareserver.

KVM is on my list of things to try before I just give up on wanting to run windows under linux and linux under windows and just use a seperate machine for this.
_________________
John

My gentoo overlay
Instructons for overlay
Back to top
View user's profile Send private message
dtjohnst
Apprentice
Apprentice


Joined: 23 Apr 2006
Posts: 178

PostPosted: Mon Nov 23, 2009 1:09 am    Post subject: Reply with quote

I'm waiting for a new power supply to be delivered, once that's done I'll let you know what my experience with KVM is like.
Back to top
View user's profile Send private message
drescherjm
Advocate
Advocate


Joined: 05 Jun 2004
Posts: 2790
Location: Pittsburgh, PA, USA

PostPosted: Mon Nov 23, 2009 1:13 am    Post subject: Reply with quote

Thanks. I would be very interested in that.
BTW, have you tried the version update to vmware-server-2.0.2.203138. I have not tried that version yet.
_________________
John

My gentoo overlay
Instructons for overlay
Back to top
View user's profile Send private message
born2chill
n00b
n00b


Joined: 14 Aug 2006
Posts: 10

PostPosted: Mon Nov 23, 2009 8:45 am    Post subject: Reply with quote

hi,

you might want to look into ESXi, its quite performant and allows direct access to disc iirc. Configurable via a windows-client or (with a little hack) or via ssh. It's free too. Downside: you can only run ESXi on the box, nothing else.

http://www.vmware.com/products/esxi
http://professionalvmware.com/2009/05/unsupported-console-and-ssh-on-esxi-4

br,
b2c
Back to top
View user's profile Send private message
dtjohnst
Apprentice
Apprentice


Joined: 23 Apr 2006
Posts: 178

PostPosted: Mon Nov 23, 2009 12:12 pm    Post subject: Reply with quote

drescherjm wrote:
Thanks. I would be very interested in that.
BTW, have you tried the version update to vmware-server-2.0.2.203138. I have not tried that version yet.


I have. Problems persisted. There is a comment in the release notes that a "known bug" is still the web console not loading "occasionally" with a remark about "just hit refresh", which solved nothing for me. I didn't notice any change in speed.

born2chill wrote:
hi,

you might want to look into ESXi, its quite performant and allows direct access to disc iirc. Configurable via a windows-client or (with a little hack) or via ssh. It's free too. Downside: you can only run ESXi on the box, nothing else.

http://www.vmware.com/products/esxi
http://professionalvmware.com/2009/05/unsupported-console-and-ssh-on-esxi-4

br,
b2c


From what I've read (after deciding to rethink VMware Server and doing research), KVM is faster than ESXi. Red Hat claimed that for every 3 servers VMWare ESXi can run without seeing a performance hit, KVM can run 5. Most of the reviews I read did mention that it felt "snappier" than ESXi as well. Given the 500MB RAM overhead of VMWare vs the minimal linux footprint for a KVM host, I wouldn't be surprised. Not to mention I'm rather miffed with VMWare for ignoring the dozens of posts requesting support with their non-working web console. I may give ESXi a try in the end as well if I'm not happy with the performance of KVM or Xen. We'll see how it goes. Thanks for the suggestion though.
Back to top
View user's profile Send private message
Dagger
Retired Dev
Retired Dev


Joined: 11 Jun 2003
Posts: 765
Location: UK

PostPosted: Mon Nov 23, 2009 3:07 pm    Post subject: Reply with quote

Personally I believe KVM is a way ahead. On my server I've got 23VMs running (from Fedora, Gentoo, BSD to Windows7 and Windows 2008R2). I moved my configuration from XEN to KVM/libvirt (3) and I really love it (1). Problem with XEN is - it's not in mainline, so if you need features from newer kernels, you're either screwed or use unofficial patches.

Configuration is easily handled by virt-manager (4) (or virsh from console) - you can use username/password or x509 certs for auth. libvirt allows you to use whatever you want as a storage backend (from file image - qcow2/iso/raw/lots lots others - to block device /dev/sdaxx, LVM2, iSCSI, NFS, Fiber - you name it - it's there). The only annoying thing for me was bridging - it was bridging all virtual interfaces (and not physical) and forwarded traffic to network via physical interface. I had to manually adjust it to bridge all interfaces - (physical and virtual - 2) to avoid extra routing. libvirt also supports other hypervisors backends - so if you want to play with XEN/VB/KVM - you just need to flip the switch and you're ready. VERY powerful tool.

Performance wise - everything is better then VMware server. It might be free, but when I reached 10VMs it was choking and CPU usage was over 40% when idle. From my personal experience, XEN and KVM work pretty much the same.

So from my personal experience (and I've been playing with virtualisation for the last three years), stick with libvirt.


1) 14:57:11 up 113 days, 23:01, 2 users, load average: 0.20, 0.31, 0.23
2)
Code:

bridge name     bridge id               STP enabled     interfaces
virbr0          8000.001e4f1f8b09       yes             eth0             <-- added manually
                                                        vnet0
                                                        vnet1
                                                        vnet10
                                                        vnet11
                                                        vnet12
                                                        vnet13
...

3) http://www.libvirt.org/
4) http://virt-manager.et.redhat.com/screenshots.html
_________________
95% of all computer errors occur between chair and keyboard (TM)
Join the FSF as an Associate Member!
Post under CC license.
Back to top
View user's profile Send private message
dtjohnst
Apprentice
Apprentice


Joined: 23 Apr 2006
Posts: 178

PostPosted: Thu Dec 03, 2009 2:21 am    Post subject: Reply with quote

Thanks for all the replies folks. Is there some way to start KVM VM's at boot in a specific order like VMWare had? I'm installing my VM's as we speak, headless through VNC, and it seems a little snappier so far, but we'll see how it works once they're up and running with RDP.

Also, is it possible to have more than 4 hard drives loaded with KVM? I noticed the qemu documentation says to use the flags "-hda -hdb -hdc -hdd", but says nothing about whether or not that can be carried on with -hde, hdf, etc as needed....

EDIT: Just tried it...no luck though. Also, I couldn't seem to mount a file as scsi. So...I'm not quite sure what else I can do. I have 5 drives that one of my VM's is supposed to access. I suppose I COULD, in theory, RAID0 3 of them that hold data and mount them as 1 drive, but that'd be less than ideal.
Back to top
View user's profile Send private message
dtjohnst
Apprentice
Apprentice


Joined: 23 Apr 2006
Posts: 178

PostPosted: Sat Dec 05, 2009 3:21 pm    Post subject: Reply with quote

Ok, so...KVM is blazing fast. It's like lightning. It almost feels like I'm running on bare metal, and I'm not even using the paravirtualized drivers. I've got direct disk access, and I work entirely with VNC/RDP/SSH so I don't miss the lack of a GUI at all. If anyone is considering trying KVM, GO FOR IT! It is way better than vmware-server. Networking was pretty straightforward as well, which is what people seem to normally complain about.

I'm still having issues mounting my SATA drives though. I need to mount more than 3 on one machine, which it won't allow (it cave have 4, but the OS image counts as 1 leaving 3). For now I'm mounting the extra drives to a different VM and them sharing them out to the one that needs them, but that's less than ideal.

I did try using them as scsi devices (created a disk .img file and mounted it) but qemu ended up not showing them as drives and I kept getting IO error messages on the host. Is SCSI broken, does it only work with real SCSI disks, or do I need some strange SCSI support included in my hosts kernel to do it?
Back to top
View user's profile Send private message
drescherjm
Advocate
Advocate


Joined: 05 Jun 2004
Posts: 2790
Location: Pittsburgh, PA, USA

PostPosted: Sat Dec 05, 2009 4:39 pm    Post subject: Reply with quote

Quote:
KVM is blazing fast. It's like lightning.


You have almost sold me on trying this. I have to free up some disk space on some drive first. My windows guest needs 80GB or so. If anyone is wondering I am developing software and the source code of all the libraries (ITK, VTK, QT, + my code) and supporting applications is over 3 million lines. After compiling all of this for debug and release with debug symbols each library takes over 5 GB of disk space.



BTW. Are you using SMP with your windows guests? I really need SMP to build my code since it takes forever on a single core even a 3+ GHz Intel core2 core.
_________________
John

My gentoo overlay
Instructons for overlay
Back to top
View user's profile Send private message
Anon-E-moose
Watchman
Watchman


Joined: 23 May 2008
Posts: 6102
Location: Dallas area

PostPosted: Sat Dec 05, 2009 6:10 pm    Post subject: Reply with quote

drescherjm wrote:

BTW. Are you using SMP with your windows guests? I really need SMP to build my code since it takes forever on a single core even a 3+ GHz Intel core2 core.


KVM allows you to tell it you have multiple cores available to guest

Quote:
-smp n set the number of CPUs to 'n' [default=1]

_________________
PRIME x570-pro, 3700x, 6.1 zen kernel
gcc 13, profile 17.0 (custom bare multilib), openrc, wayland
Back to top
View user's profile Send private message
drescherjm
Advocate
Advocate


Joined: 05 Jun 2004
Posts: 2790
Location: Pittsburgh, PA, USA

PostPosted: Sat Dec 05, 2009 6:14 pm    Post subject: Reply with quote

I should stated my reason for the question. SMP with windows guests in virtualbox has been problematic (slow at times with unusually high system load + random crashes) at best. I was wondering if it was the same under KVM.
_________________
John

My gentoo overlay
Instructons for overlay
Back to top
View user's profile Send private message
Anon-E-moose
Watchman
Watchman


Joined: 23 May 2008
Posts: 6102
Location: Dallas area

PostPosted: Sat Dec 05, 2009 6:24 pm    Post subject: Reply with quote

drescherjm wrote:
I should stated my reason for the question. SMP with windows guests in virtualbox has been problematic (slow at times with unusually high system load + random crashes) at best. I was wondering if it was the same under KVM.


That I don't know, as I've not done what you are doing.

But maybe someone will come along with a better answer.

Good luck
_________________
PRIME x570-pro, 3700x, 6.1 zen kernel
gcc 13, profile 17.0 (custom bare multilib), openrc, wayland
Back to top
View user's profile Send private message
drescherjm
Advocate
Advocate


Joined: 05 Jun 2004
Posts: 2790
Location: Pittsburgh, PA, USA

PostPosted: Sun Dec 06, 2009 6:12 am    Post subject: Reply with quote

I tried KVM and it does appear significantly faster than vmware and also virtualbox. I say appear because I have not been able to convert enough real data to kvm to fully test. Got to figure out how to convert .vdi and .vmdk files to kvm. Also I did give KVM an advantage in that I used a raw partition instead of a large fixed disk file on top of the ext4 fs.
_________________
John

My gentoo overlay
Instructons for overlay
Back to top
View user's profile Send private message
Anon-E-moose
Watchman
Watchman


Joined: 23 May 2008
Posts: 6102
Location: Dallas area

PostPosted: Sun Dec 06, 2009 11:58 am    Post subject: Reply with quote

# These lines convert a VirtualBox VDI disk image (disk.vdi) to a KVM disk image (disk.qcow).
# You need VirtualBox and KVM/QEmu installed on your system.

VBoxManage clonehd -format RAW disk.vdi disk.img
qemu-img convert -f raw disk.img -O qcow2 disk.qcow

---

If I remember correctly the qemu-img program should be able to convert .vmdk files directly to qcow2
_________________
PRIME x570-pro, 3700x, 6.1 zen kernel
gcc 13, profile 17.0 (custom bare multilib), openrc, wayland
Back to top
View user's profile Send private message
dtjohnst
Apprentice
Apprentice


Joined: 23 Apr 2006
Posts: 178

PostPosted: Sun Dec 06, 2009 1:15 pm    Post subject: Reply with quote

Ok, more problems.

Two USB hard drives I use for backups have the same vendor:device ID... so QEMU won't pass them to the guests if they're both connected.

So I can't connect all my hard drives, and I can't get at my backups.

As fast as KVM may be, it seems that it doesn't have the ability to give me access to all my storage requirements. :-(
Back to top
View user's profile Send private message
drescherjm
Advocate
Advocate


Joined: 05 Jun 2004
Posts: 2790
Location: Pittsburgh, PA, USA

PostPosted: Sun Dec 06, 2009 5:35 pm    Post subject: Reply with quote

Thanks about the .vdi to .raw.
Code:

jmd0 vbox # VBoxManage clonehd -format RAW WinXP64.vdi /auto/emulation/vbox/WinXP64.raw
VirtualBox Command Line Management Interface Version 3.1.0
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.

0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Clone hard disk created in format 'RAW'. UUID: e11e1a3f-9094-40ca-9a57-913fbabcbac3


I think using virtio and the SCSI driver will let you get around the 4 disk problem. I am not sure about the vendor ID problem.

http://www.linux-kvm.org/page/WindowsGuestDrivers/Download_Drivers

Here is what I have done
Code:
sudo qemu-system-x86_64  -smp 3 -m 3096 -drive file=/dev/vg_2t0/kvm_disk,boot=on -drive file=/auto/emulation/vbox/WinXP64.raw,if=virtio


The first drive shows up as IDE while the second shows up as SCSI.
_________________
John

My gentoo overlay
Instructons for overlay
Back to top
View user's profile Send private message
Anon-E-moose
Watchman
Watchman


Joined: 23 May 2008
Posts: 6102
Location: Dallas area

PostPosted: Sun Dec 06, 2009 6:22 pm    Post subject: Reply with quote

Instead of host:vendor_id:product_id you should be able to use host:bus.addr which should be unique for each device.

I am assuming that the command line takes multiple usbdevice paramaters.
_________________
PRIME x570-pro, 3700x, 6.1 zen kernel
gcc 13, profile 17.0 (custom bare multilib), openrc, wayland
Back to top
View user's profile Send private message
dtjohnst
Apprentice
Apprentice


Joined: 23 Apr 2006
Posts: 178

PostPosted: Mon Dec 07, 2009 6:23 am    Post subject: Reply with quote

drescherjm wrote:
Thanks about the .vdi to .raw.
Code:

jmd0 vbox # VBoxManage clonehd -format RAW WinXP64.vdi /auto/emulation/vbox/WinXP64.raw
VirtualBox Command Line Management Interface Version 3.1.0
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.

0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Clone hard disk created in format 'RAW'. UUID: e11e1a3f-9094-40ca-9a57-913fbabcbac3


I think using virtio and the SCSI driver will let you get around the 4 disk problem. I am not sure about the vendor ID problem.

http://www.linux-kvm.org/page/WindowsGuestDrivers/Download_Drivers

Here is what I have done
Code:
sudo qemu-system-x86_64  -smp 3 -m 3096 -drive file=/dev/vg_2t0/kvm_disk,boot=on -drive file=/auto/emulation/vbox/WinXP64.raw,if=virtio


The first drive shows up as IDE while the second shows up as SCSI.


Hmm, that kindof works. Right now I'm having driver problems. Windows doesn't want to install them, and if I reboot after trying, it fails to reboot, even with driver signing disabled. I'm looking into signing them, but I'm not sure if I can create a free insternal-only SPC with Server 2008 like I could with Server 2003, meaning I can't sign the drivers myself...and I'm not certainly not willing to pay huge cash for one.

The bright light here is that if I can get this SCSI working, my USB problems are solved. I only have 2 USB HDD's to attach with backup, so if I load everything else as SCSI I don't even have to worry about, I can just use their /dev/sdx nodes as IDE drives and that works flawlessly.

How did you get the virtio drivers installed? Or are you not using Server 2008?

EDIT: Nope, no dice. If you have it working on Server 08 I'd love to know how. If I use a test certificate and turn test signing on, the machine fails to boot. Won't even boot into safe mode, so every time I try it I have to start over. Tried it 3 different ways tonight. MS has made it virtually impossible to generate your own internal SPC. I noticed RHEL has signed drivers that came out last week, so I might have to wait for them to filter into CentOS.
Back to top
View user's profile Send private message
drescherjm
Advocate
Advocate


Joined: 05 Jun 2004
Posts: 2790
Location: Pittsburgh, PA, USA

PostPosted: Mon Dec 07, 2009 2:28 pm    Post subject: Reply with quote

Quote:
not using Server 2008?


Sorry. I only tried this on xp64.
_________________
John

My gentoo overlay
Instructons for overlay
Back to top
View user's profile Send private message
dtjohnst
Apprentice
Apprentice


Joined: 23 Apr 2006
Posts: 178

PostPosted: Tue Dec 08, 2009 12:22 am    Post subject: Reply with quote

drescherjm wrote:
Quote:
not using Server 2008?


Sorry. I only tried this on xp64.


Well, I think I can officially call the SCSI drivers broken. They may claim to be written for Server 2008, but they most definately aren't. I get any peice of Microsoft Software I want for free (from Microsoft, I'm not stealing it), so I was able to experiment. I have tried it on the following:

Server 2008 Standard (Full Install) both x86 and x64
Server 2008 Enterprise (Full Install) both x86 and x64
Server 2008 Standard (Core Install) both x86 and x64
Server 2008 Enterprise (Core Install) both x86 and x64
Server 2008 Standard SP2 both x86 and x64
Server 2008 Enterprise SP2 both x86 and x64
Server 2008 Standard R2 (only available in x64)
Server 2008 Enterprise R2 (only available in x64)

I attempted with TESTSIGNING on and test signed drivers in the 32 and 64-bit versions, I also tried just forcing the driver in. If it installs, on either x64 or x86, Disk Management simply reports either a disk offline and hangs when trying to bring the disk online or hangs at "connecting to virtual disk service). Trying to un-install the driver from either point causes Device Manager to hang. On reboot after hanged driver uninstall or not, the VM won't boot, but doesn't spit out on error either. It just hangs trying to load the block device driver for the SCSI drive. Restarting the Virtual Disk service fails as well. The service can't be stopped.

I also tried working without testsigning in 32-bit. The result was the same. I tried the drivers linked to at linux-kvm.org and I tried some older drivers as well. I even found some older ones that came with a certificate, but they produced the same result.

I think it's safe to say these drivers are bugged. Which is odd, because they're supposedly made for Windows Server 2008 specifically. I noticed RHEV has released their "new" version of the driver to paid subscribers only... I understand doing that with some fancy peice of software, but a device driver? That's just hitting below the belt.
Back to top
View user's profile Send private message
dtjohnst
Apprentice
Apprentice


Joined: 23 Apr 2006
Posts: 178

PostPosted: Tue Dec 08, 2009 2:11 pm    Post subject: Reply with quote

Ok, for the benefit of anyone who may come searching for answers, I'm going to explain how I made it work. For those who wanted a comparison, I set up a Xen system and KVM performed about the same once I had the paravirt drivers working. I didn't run specific benchmarks though, that was just from eyeballing it. Personally, I'm going to stick with KVM. The fact that it's in the kernel and allows me to run my beloved Gentoo underneath are enough reasons for me to side with it. Also, the network was trickier to set up if I was going to use virsh. I did get it working, but it was much trickier if I was using xml files for virsh instead of just passing parameters to qemu-system-x86_64.

I tried it using libvirt and virsh and I tried it with my own scripts. Personally, I like running it with my own scripts better. virsh was better at monitoring and it allows hot-swapping some hardware with certain guests. As the only guests I'd want to swap with are Server 2008R2 guests and hot-swapping doesn't work with them, that wasn't enough to keep me around. If you don't like scripting it would probably be easier to stick with virsh. The only thing I have left to do is to write a daemon. Once I do I'll see if there's enough interest and post my source and scripts.

As for hardware limitations: KVM will allow up to 4 IDE devices. Assuming you leave the drive image the OS is installed on as an IDE device, you're left with 3. If you ever want to mount a cd-rom (iso or direct access to /dev/cdrom) you're left with 2. That was a rather strict limitation. I had come up with 3 plans:

1) Find a way to mount all drives on my fileserver as they were with VMware.
2) Mount my 3 main storage drives on my fileserver, mount 2 less vital data drives to my Domain Controller and share them out then mount them on my fileserver, and lastly mount my USB backup drives on my e-mail server and share them out then mount them on my fileserver as well
3) Abandon KVM.

I don't quit easily so 3 was out. I determined 2 was my last resort. So I tried EVERYTHING I could think of. If I mounted my USB hard drives as direct-access usb devices using the DEVICEID:VENDORID trick, I could only use one at a time. I WAS able to mount them using the bus and device # method, but only using virsh. However, even getting them into the OS that way left me without any way to install "mass storage device" drivers. Apparently the virtualizing of the hardware bugs that up somewhere and it doesn't work on later 64-bit Windows OSes. So that option was out.

I also tried using if=scsi when I couldn't get the virtio block device drivers to work. The problem with that is that LSI never released a 64-bit driver, not any driver for that matter later then Windows 2000. In Linux that driver is accessible in the kernel, but in Windows you're apparently just hooped.

So I had to go back to virtio block device. The driver from linux-kvm.org didn't work. It caused my machines to crash and become unrepairable. I did download the exact same version of the drivers in an ISO from linux-kvm.com though, and those drivers I was able to load. I couldn't load them in test mode though, that still caused my machines to lock up, fail to boot and be unrepairable. If I disabled driver signing checking at boot (press F8), I was able to install them. Downside: I have to press F8 everytime I reboot the machine. However, now that the drivers are working, I'm going to use the Windows Logo Kit to sign my own drivers and that should be that. Also, it won't work if I use a disk img file. That also causes my Server 2008R2 to lock up. It only works if I pass the device's root node, so /dev/sdc for example.

So what I ended up doing was mounting OS image as IDE and then mounting my 3 main storage drives, my 2 supplementary storage drives and my 2 external USB hard drives as virtio SCSI block devices. And now everything works. Thanks to everyone who helped out.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum