Opensolaris and Xen


 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications Virtualization and Cloud Computing Opensolaris and Xen
# 1  
Old 02-06-2009
Opensolaris and Xen

Quick question-

When installing a VM with xen on Opensolaris to get paravirtualizion you need an install tree and I can't seem to use an .iso. What what is exactly an intsall tree in this contex?
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Red Hat

Help using XEN in CentOS 5.9

Hey guys, I've been straddling with this issue for quite some time now and I'm getting absolutely nowhere with it. It took me a long time to get XEN up and running on my server. We only use SSH to manipulate our servers, but we finally got it up and running. Now I'm at the point of actually... (1 Reply)
Discussion started by: mccabec123
1 Replies

2. Red Hat

xen lvm

how can i mount lvm on another disk (like xvdc)to dom0? (0 Replies)
Discussion started by: daxian
0 Replies

3. SuSE

XEN and SLES11

Good morning, Server:HP ProLiant DL165 G7 diskless with Disc on Storage OS:SLES11 SP1 and xen-3.3.1_18546_12-3.1 iSCSI:INTEL Gigabit ET Dual Port Server Adapter 825768 When I start SLES11 with Xen in boot-loader menu, then the boot will stop because linux could'nt find the iscsi interface... (0 Replies)
Discussion started by: hiddenshadow
0 Replies

4. Red Hat

XEN on RHEL 6

Hi guys. I read that RHEL will not support XEN in version 6 and it will support KVM. Does this mean we can't install XEN from RHEL repositories? Should we install it from source code? (8 Replies)
Discussion started by: majid.merkava
8 Replies

5. UNIX and Linux Applications

OpenQRM-4.6 with XEN

has anyone deployed openQRM-4.6 with XEN... On the site they don't have good documention for XEN.. I am testing it for last 2 month but still no luck with XEN. Please help me with this. :mad: Thanks Prashant (0 Replies)
Discussion started by: prashant_ohol
0 Replies

6. Debian

xen cannot start

helo can anynody help me? i'm using xen in debian lenny 2.6.26 if i'm booting in the xen kernel the xend can't start like this Starting XEN control daemon: xend suspend: event channel 21 SMP alternatives: switching to UP code " And then stop. any idea?..thanks before (0 Replies)
Discussion started by: demhyt
0 Replies

7. UNIX for Advanced & Expert Users

xen

was looking for some help /tutorials on xen ..im a beginner on virtualisation ..so any help would be greatly appreciated ...p.s. whats the basic difference between para and full virtualisation (2 Replies)
Discussion started by: tarunicon
2 Replies

8. Red Hat

xen help required

Hi, I would like ask question about preparing xen templates. Here is the detail below of hardware. I have a server having two 80 GB hard-drive, currently no operating system on it, having 2GB of RAM, pls could you tell me what partition scheme i will follow so i will use those partition... (0 Replies)
Discussion started by: learnbash
0 Replies
Login or Register to Ask a Question
XEN-LIST-IMAGES(8)					 Perl Programmers Reference Guide					XEN-LIST-IMAGES(8)

NAME
xen-list-images - List all the created and configured Xen images. SYNOPSIS
xen-list-image [options] Help Options: --help Show this scripts help information. --manual Read this scripts manual. --version Show the version number and exit. Testing options: --test Specify an alternate Xen configuration directory. OPTIONS
--help Show the scripts help information. --manual Read the manual. --test This flag causes the script to load the Xen configuration files from a different directory than the default of /etc/xen. --version Show the version number and exit. DESCRIPTION
xen-list-images is a simple script which will display all the Xen images which have been created. This works by iterating over all files matching the pattern /etc/xen/*.cfg which is what the xen-create-image script would create. For each instance which has been created we'll display the name, and then either the IP address configured, or "DHCP" to denote a dynamic host. TODO
It should be possible to determine the disk(s) used by the images, and then display their sizes. AUTHORS
Steve Kemp, http://www.steve.org.uk/ StA~Xphane Jourdois LICENSE
Copyright (c) 2005-2009 by Steve Kemp, (c) 2010 by The Xen-Tools Development Team. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The LICENSE file contains the full text of the license. 4.3.1 2012-06-30 XEN-LIST-IMAGES(8)