Tagged Questions

10
votes
6answers
2k views

Detect virtualized OS from an application?

I need to detect whether my application is running within a virtualized OS instance or not. I've found an article with some useful information on the topic. The same article appears in multiple …
6
votes
7answers
363 views

Java VMs that do not require an operating system?

I know that BEA was working on LiquidVM which didn't require an underlying operating system, but would like to know if anyone in the open source community is working on something similar. Ideally I …
4
votes
6answers
2k views

KVM, Xen comparison

I have the following comparison questions of KVM, and Xen: Security (how different are KVM and Xen here?) Speed(I'm a long time user of VMWare Workstation but there I'd think the loss is around 50 % …
3
votes
4answers
148 views

business model: selling virtual machine image

I have a software that is pretty complex in the sense that it uses a lot of interacting processes, os daemons, services, etc. So I think the most sensible way of distributing it would be as a virtual …
3
votes
4answers
2k views

XenServer vs VMware Infrastructure

Hi, Does anyone have experience of comparing Xen Server 5 and VMWare Infrastructure 3. I'm planning a virtualization project and looking at the Enterprise edition of both. They both seem to offer …
3
votes
2answers
418 views

Logging xm console output in xen?

Is there a way I can log the output of xm console in to some file? Can I set something in the domain configuration file which automatically does this for me when I issue xm create? I tried: xm …
3
votes
1answer
266 views

Which Hypervisors allow Raw PCI access?

I am trying to find out which Hypervisor will allow me to grant access to specialized PCI cards (such as a telephony card) to a virtual machine. So far I have tried out VMWare ESXi server and it …
2
votes
1answer
524 views

Simple iptables chain question

Hi, I'm writing a bash script to add simple firewalling for Xen. Here's the actual firewall configuration : Chain INPUT (policy ACCEPT) target prot opt source destination …
2
votes
4answers
496 views

How to benchmark virtual machines

I am trying to perform a fair comparison of XenServer vs ESX and one comparison I would like to make is performance with multiple VMs. Does anyone know how to go about benchmarking VM performance in a …
2
votes
6answers
306 views

Carrying and Working on an Entire Development Box from a USB Stick. Feasible ?

Lately I have been thinking about investing in a worthy USB pen drive (something along the lines of this), and install Operating Systems on Virtual Machines and start developing on them. What I have …
1
vote
1answer
64 views

Build a web console for Xen domU instances.

I want to build a service to provide console access (eg. xm console domain) via a web browser to Xen virtual machines. Does such a program already exist? If not, where should I start? Slicehost …
1
vote
5answers
2k views

What is the best Linux distribution as a Xen host?

I ordered a server for the home office and I would like to partition it with Xen. I think this will keep things clean and easier to maintain. I will be running things like MySQL, PostgreSQL, Tomcat …
0
votes
2answers
32 views

Cannot assign static IP for Xen VM [closed]

My server run CentOS 5.4 and use Xen 3.0. I've set static IP in VM, after reboot, everything OK. But if I shutdown VM and start it, VM's IP change to Dynamic IP. Please help me. I need static ip for …
0
votes
1answer
52 views

Virtual machine monitoring/optimization - what tools?

What are the tools available to place on the level on top of VMWare or Xen (or other VM managers) that would monitor the VMs? I know there are a few solutions like Netuitive, CA Infrastructure …
0
votes
3answers
142 views

What does %c mean in GCC inline assembly code?

I am trying to understand this inline assembly code which comes from _hypercall0 here. asm volatile ("call hypercall_page+%c[offset]" \ : "=r" (__res) \ : [offset] "i" …

1 2 3 next
15 30 50 per page