|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Solaris 10
Thank you Boris!
I just needed to know if it worked before I kept smashing my head
against a wall trying to make it work. Also, thanks for sharing your
config file.
One more question if you don't mind, does it have to be 64bit on a 64bit dom0?
Jon
Quoting Boris Derzhavets <bderzhavets@xxxxxxxxx>:
I've installed S10 (05/08) in HVM DomU (via virt-install)
on Xen 3.3 CentOS 5.2 Dom0 ( port via http://www.gitco.de/repo/xen3.3.0).
It also runs fine as HVM DomU at Xen 3.3 CentOS 5.2 Dom0
been built from source.
name = "S10HVM"
builder = "hvm"
memory = "1024"
disk = ['phy:/dev/sdb7,ioemu:hda,w',
'file:/etc/xen/disks/solar10.iso,hdc:cdrom,r']
vif = [ 'type=ioemu,bridge=eth(X)', ]
device_model = "/usr/lib64/xen/bin/qemu-dm"
kernel = "/usr/lib/xen/boot/hvmloader"
vnc=1
boot="d"
vcpus=1
serial = "pty" # enable serial console
on_reboot = 'restart'
on_crash = 'restart'
It will also run at SNV98 Dom0 with no problems.
----- Original Message ----
From: "jonr@xxxxxxxxxx" <jonr@xxxxxxxxxx>
To: "xen-users@xxxxxxxxxxxxxxxxxxx" <xen-users@xxxxxxxxxxxxxxxxxxx>
Sent: Wednesday, October 1, 2008 11:56:55 PM
Subject: [Xen-users] Solaris 10
Hello List,
Has anybody gotten the x86 version of Solaris 10 running as a HVM
domu, not OpenSolaris.
If so did you take notes or have a config file you'd like to share? :)
Basically, I want to know if it is possible and if so were there any
gotcha's to look out for.
Thanks for any info,
Jon
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|