Tagged Questions
Xen is a virtualization technology for IA-32, x86-64, Itanium and ARM architectures.
19
votes
9answers
10k 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 ...
10
votes
9answers
948 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 ...
9
votes
9answers
10k views
Which Linux distribution should I use 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, ...
5
votes
1answer
500 views
The state of XEN vs KVM for inhouse virtual server farm like live farm
so we have a life server Farm, conventional stuff not virtualized. This is to stay that way for the time beeing. The servers we are talking about are: Loadbalancer, DB master, DB Slaves (2x), ...
5
votes
2answers
245 views
Is there an OS command I can run to determine if running inside a Xen based virtual machine
Is there an OS command I can run from within a Xen based virtual machine to tell me that it is a virtual box rather than a physical box - I heard that the kernel had some self awareness smarts about ...
4
votes
4answers
294 views
Problem executing script using Python and subprocces.call yet works in Bash
For the first time, I am asking a little bit of help over here as I am more of a ServerFault person.
I am doing some scripting in Python and I've been loving the language so far yet I have this ...
4
votes
5answers
7k views
XenServer vs VMware Infrastructure
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 very ...
3
votes
2answers
232 views
How to add DVD drive to VM in XenServer using Python
I want to add a DVD drive to VM on xenserver using Python. I created a VM using Python and now I want to add the DVD Drive attached to host to be accessible in VM also. So I need to create a VBD for ...
3
votes
4answers
1k views
CUDA / OpenCL within a Virtual Machine / Hypervisor
Anyone know of any virtualisation solutions that either allow CUDA/OpenCL access directly or implement CUDA/OpenCL abstraction.
UPDATE: Thank you those who commented. While classical 'desktop' ...
3
votes
1answer
584 views
ubuntu eucalyptus with XEN [closed]
to my final year project.i want deploy private cloud on the non VT enabled processor(dual core processor) using ubuntu eucalyptus private cloud. i got many tutorial only to implement private cloud ...
3
votes
5answers
241 views
Why can't we build virtualization that runs on several machines?
You're probably familiar with virtualization which takes a single host and is able to "emulate" many instances by sharing the resources among them all. You probably heard about XEN.
Is it completely ...
3
votes
2answers
261 views
Detect when application is running in a VM environment
Looking for ideas on how to detect when our Windows application is running in one of the following VM environments. Some starter ideas for detection are in parentheses. There may be (much) better ...
3
votes
4answers
422 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
3k 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 ...
3
votes
6answers
540 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 ...
3
votes
2answers
2k 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
644 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
0answers
76 views
How can I get OProfile / Xenoprof to use event counters when running on EC2?
I'm writing a cluster-wide profiling tool for EC2 that is designed to collect data by running OProfile on each instance. I'd eventually like to aggregate the XML output generated by opreport, and ...
2
votes
2answers
68 views
Xen Server Cluster
I have upwards of 30 Dell GX2xx models doing nothing. I've decided on using them to build a cluster, but I am lost as far as getting started. I've used ClusterKnoppix, and even straight OpenMosix in ...
2
votes
1answer
255 views
With Appscale, does it mean I can deploy GAE applications on Xen VPS hosts without worrying about server maintenance?
I'm pretty new to Appscale and GAE. Say I have a web application on GAE (offers hassle-free maintenance on server security etc), if I move the application to a Xen VPS host using Appscale, do I still ...
2
votes
2answers
125 views
Network communication across two private network
I am trying to implement a peer to peer communication ..
I use sockets for communication between them. I want to know if there are any ways i can use the same sort of communication when the two ...
2
votes
1answer
2k views
Why doesn't my iptables entries block pinging a Xen virtual machine?
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
...
1
vote
1answer
37 views
cstime error in /proc/pid/stat file
stime or cstime in /proc/pid/stat file is so huge that doesn't make any sense. But just some processes have this wrong cstime on occasion. Just as following:
# ps -eo ...
1
vote
1answer
70 views
what's the difference between paravirtual and hvm in Xen?
Using Xen, anyone knows what's the difference between paravirtual and hvm?
1
vote
0answers
30 views
Xen DomU: LV starts with status 'Not Available'
I have server running Xen 4.0. On this server an LV exists. This LV on its own is part of an VG which holds the LV's of a virtual machine (eg root, var).
Now when I boot the virtual machine, the root ...
1
vote
1answer
104 views
Xen and KVM kernel compile slowdown [closed]
In this slide deck on Xen vs KVM, the benchmarks indicate that CPU and disk is nearly as fast under virtualization (~10% slowdown). Yet virtualization slows down a kernel compile by more than a factor ...
1
vote
1answer
105 views
issuing a disk read from bottom-half of device driver
In a Xen setup, IO accesses from guest VMs go through a privileged domain called dom0 that is just a modified Linux kernel which has calls from and to the XEN hypervisor. For block IO, they have a ...
1
vote
0answers
238 views
xen4 vs KVM what's better for production use? [closed]
we would like to setup a virtualization infrastructure un ubuntu or debian host.
xen4 vs KVM what's better for production use?
And which solution reaches a higher density?
See you, andy
1
vote
0answers
386 views
How to connect to a xen console via Net::SSH (ruby)
I'm trying to write some ruby code that could connect to a XenServer VMs console (via /usr/lib/xen/bin/xenconsole) by first SSHing into the Host server then accessing the VMs console from the command ...
1
vote
1answer
277 views
Having some problems with XM create
I have a bit of a problem with xend. Each time I try to run "xm create " I get the following error:
dom0:~# xm create -c staros.xm
Using config file "./staros.xm". Started domain StarOS-3 ...
1
vote
1answer
69 views
NumPy Under Xen Client System
I am working on a project built on NumPy, and I would like to take advantage of some of NumPy's optional architecture-specific optimizations. If I install NumPy on a paravirtualized Xen client OS ...
1
vote
4answers
408 views
How do I detect Xen in a Python script?
I need to determine when my Python script is running in a Xen virtual machine. The VM will be running Linux.
I can't find anything obvious in the platform module. The closest I can get is the ...
1
vote
1answer
180 views
Compressing CentOS VHD on XenServer
I'm using XenServer 5.6 as bare-metal hypervisor and CentOS 5.3 as guest OS. Because of our custom CentOS edition partitioning features, volume size required to install it fluctuate in range from 60 ...
1
vote
2answers
104 views
Getting the IO count
I am using xen hypervisor. I am trying to get the IO count of the VMs running on top of the xen hypervisor. Can someone suggest me some way or tool to get the IO count ? I tried using xenmon and ...
1
vote
4answers
518 views
What is the best Linux distro for System Programming?
I want to work with low level system programming and virtualization for my research. I tried Ubuntu 10.04 + Xen 4.0.0 but they weren't going quite well right from the installation. One of my friends ...
1
vote
1answer
76 views
Hypervisors: is arbitrary code execution on the guest possible?
I've been reading into virtualization security and came across Blue Pill, a malicious thin hypervisor (project website is down, archived version here: ...
1
vote
3answers
308 views
Suggestions for open source testing tool for cloud computing
I want to know if there is any open source testing tool for cloud computing. We have built a cloud framework with Xen, Eucalyptus, Hadoop, HBase as different layers. I am not looking at testing each ...
1
vote
2answers
219 views
Migration of virtual machines
Are there tools for migrating from one virtual machine type to another? E.g let's say I have some Xen virtual machine and like to make it run under KVM. I know that qeumu has tools which can be used ...
1
vote
3answers
416 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
vote
1answer
538 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
4answers
3k views
On Linux SCHED_FIFO and SCHED_RR
I'm writing a a very small daemon that must remain responsive even when a system is under severe stress. I'm looking at the differences between SCHED_FIFO and SCHED_RR in regards to scheduling, as ...
0
votes
0answers
10 views
Two virtual machines limited in one physical machine above Eucalyptus Xen
I have an Eucalyptus-based cloud using Xen with 3 nodes. When I run a VM more than twice the number of physical machines in the xen cluster, the extra VMs never boot up, they always change state from ...
0
votes
2answers
70 views
Recompile Linux kernel (with Xen) config flags not being used
I am trying to compile the linux kernel (3.0.0-13) with the Xen dom0 config flags which are not exposed via menuconfig. (Yes, I know that ubuntu provides a 'virtual' flavoured kernel that supports Xen ...
0
votes
0answers
52 views
xen domU net working problems [closed]
pinging to domU often get package loss, and sometime get timeout
but pinging to dom0 always normally
when dom0 rebooted, all domUs' network recovered
but I can not always reboot dom0,
is there ...
0
votes
1answer
26 views
Regarding XenAPI Memory Issue
I am developing a small client application for monitoring XenServer using XenAPI provided by citrix. I am able to get all the values(cpu,n/w read,n/w write, diskread,diskwrite...) but facing the below ...
0
votes
0answers
12 views
connect multiple scraan, keyboard amd mices to a xen server
I'm searching for a solution to implement multiple screens+keyb+mices using different OS with only one computer.
I already use Xen server, but I can just use one of the os installed at the same ...
0
votes
1answer
87 views
XEN and Windows 7 + Windows XP + Linux
Do you suggest to install Windows 7 + Windows XP + Linux as multi-boot or via XEN? What are the advantages and disadvantages of each choice?
0
votes
1answer
60 views
Installing Xen Hypervisor as a direct to metal hypervisor
I want to install Xen hypervisor as a baree metal hypervisor without first installing an operating system. Is this possible, everything I read seems to imply that it is, but I can only find ...
0
votes
1answer
112 views
how to set up xen cloud with single machine
can we set up the xen cloud task with single machine? do we need a blank machine to set up xen cloud? i heard that we need to have the stripped down version of ubuntu(or any linux os) in order to ...
0
votes
0answers
32 views
providing the authentication of virtual machine of xenhypervisor/xencloud (please user id:979228 dtyler)
In my project,i have to provide the authentication to users before they attempt to create the virtual machine on cloud.As Eucalyptus has its own authentication, i can not use the eucalyptus(it is very ...