Sponsored Content
Full Discussion: RedHat Xen vs VMware
Operating Systems Linux Red Hat RedHat Xen vs VMware Post 302202269 by mariusp on Wednesday 4th of June 2008 11:42:20 AM
Old 06-04-2008
RedHat / Xen do a very poor job of virtualizing windows and probably netware, among others, as well. It is in this regard that I need to look at alternatives.

So far VirtualIron which is based on Xen with Sles10 PV Drivers is the only real alternative to VMware.

I read that RHEL5.2 will include updated PV drivers but I expect that it will be a few more years untill we see any real advances in virtualization from RedHat Xen for proprietary systems. For linux guests it is a very good solution but we need windows.
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Network Issue between Linux and RedHat (both on VMWare)

Hi All My first post so I hope it's ok. I have VMware workstation 5.0.0 build-13124 on an XP professional box. Within the VMware environment I have two virtual systems. The first is a Red Hat Linux (3.2.2-5) box and the second is an XP Home (sp2) box. When setting up both virtual boxes I set... (1 Reply)
Discussion started by: The_Lo_King
1 Replies

2. Red Hat

redhat xen will not boot winXP cdrom image

I'm running redhat linux: 2.6.18-128.1.6.el5xen #1 SMP Tue Mar 24 12:28:27 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux as my Dom0. I have several other DomU's running on this system, but for this test I've shut them down. I'm attempting to boot winXP from an image. Here is my config file: #... (3 Replies)
Discussion started by: willjw1
3 Replies

3. UNIX for Dummies Questions & Answers

Screen Resolution Issue Of RedHat Linux In VMWARE

Hi , I Have Installed Red Hat Linux 5 (Guest) In VMWARE And Host Is Windows The Screen Resolution Of Linux Is Less And How To Increase Resolution , When I Am Trying To Install VMWARE Tool It's Just Showing The Below Message Installing the VMware Tools package will greatly... (4 Replies)
Discussion started by: anudeepkumar123
4 Replies

4. Homework & Coursework Questions

Redhat LINUX 5 setting In VMWARE

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: I have installed Redhat Linux 5 in VMWARE and would need to access through putty form the same desktop or... (2 Replies)
Discussion started by: SasiWipro
2 Replies

5. Virtualization and Cloud Computing

Redhat Linux 5 settings in VMWARE

I have installed Redhat Linux 5 in VMWARE and would need to access through putty form the same desktop or other desktop, Please help me what are the config setting needs to be modified We could connect through Router (Wifi) or network, also Without network since the server hosted on same... (0 Replies)
Discussion started by: SasiWipro
0 Replies

6. Emergency UNIX and Linux Support

How to configure in redhat linux on vmware?

Hi All, I installed Red-hat linux(64bit-x86) os on vmware 8,configure IP address and services but it is unable to come in to network.it is production server. please provide solution to me , it is very urgent... (3 Replies)
Discussion started by: Rajesh_Apple
3 Replies

7. Red Hat

How to configure redhat clusters on VMWARE?

I'm using redhat 5.1 installed on VMware work station9. Can you guys help me to configure redhat clusters. (1 Reply)
Discussion started by: karthik9358
1 Replies

8. Red Hat

Redhat 7.2 on vmware issue

I have Dell laptop having windows 8 vmware workstation 9 redhat 7.2 After installation it only get me into text mode instead f GUI Please help (4 Replies)
Discussion started by: hananabbas
4 Replies
ImVirt(3pm)						User Contributed Perl Documentation					       ImVirt(3pm)

NAME
ImVirt - detects several virtualizations SYNOPSIS
use ImVirt; print imv_get(IMV_PROB_DEFAULT, imv_detect())," "; DESCRIPTION
The "ImVirt" package tries to detect if it is run in a virtualization container. At least the following container should be detected: ARAnyM KVM lguest LXC OpenVZ QEMU UML VirtualBox Virtual PC/Server VMware Xen DETECTION HEURISTIC
The detection is based on a heuristic - you should not trust the result at all. ImVirt probes for different well-known characteristics of different virtualization containers. Any characteristics found or not found are weighted by their significance. The result of the heuristic is a weighted tree. The leaves are the (not) detected containers. FUNCTIONS
The following functions should be used to retrieve the detected virtualization containers: imv_get($prob) Returns exactly one string describing the detected container. If the detected container has a smaller match probability than $prob the string 'Unknown' is returned. imv_get_all() Returns a hash any positive detected containers as keys and their corresponding match probability as value. imv_get_pos_results() Returns a list of all possible results which might be returned by all detection modules. The list entries might be appended by some additional data like version numbers etc. perl v5.14.2 2012-09-01 ImVirt(3pm)
All times are GMT -4. The time now is 04:11 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy