I am trying to run a solaris domU on Xen Server. I am using the " snv44-domu.tar.bz2" image given on Sun download site. I am getting the following error [root@xenserver1 ~]# xm create solaris-b44.py Using config file "/etc/xen/solaris-b44.py". Error: Building domain failed: ostype=linux dom=2 err Any ideas about the workaround ? Thanks...
I am trying to run a solaris domU on Xen Server. I am using the " snv44-domu.tar.bz2" image given on Sun download site. I am getting the following error [root@xenserver1 ~]# xm create solaris-b44.py Using config file "/etc/xen/solaris-b44.py". Error: Building domain failed: ostype=linux dom=2 err Any ideas about the workaround ? Thanks...
Your dom0 seems to be Linux. The xm under Linux always find the configure file under /etc/xen. Try to move your solaris-b44.py to /etc/xen/. Yours, Allen ________________________________________ From: xen-discuss-bounces@opensolaris.org [mailto:xen-discuss-bounces@opensolaris.org] On Behalf Of suyash jape Sent: 2007年7月20日 14:47 To: xen-discuss@opensolaris.org Subject: [xen-discuss] Error creating solaris domU on xenserver I am trying to run a solaris domU on Xen Server. I am using the "snv44-domu.tar.bz2" image given on Sun download site. I am getting the following error [root@xenserver1 ~]# xm create solaris-b44.py Using config file "/etc/xen/solaris-b44.py". Error: Building domain failed: ostype=linux dom=2 err= Any ideas about the workaround ? Thanks... _______________________________________________ xen-discuss mailing list xen-discuss@opensolaris.org
Yes.It gives the same error if the config file is in /etc/xen. On 7/20/07, Lu, Baolu <baolu.lu@intel.com> wrote:> > Your dom0 seems to be Linux. > > The xm under Linux always find the configure file under /etc/xen. > > Try to move your solaris-b44.py to /etc/xen/. > > Yours, > Allen > ________________________________________ > From: xen-discuss-bounces@opensolaris.org [mailto: > xen-discuss-bounces@opensolaris.org] On Behalf Of suyash jape > Sent: 2007年7月20日 14:47 > To: xen-discuss@opensolaris.org > Subject: [xen-discuss] Error creating solaris domU on xenserver > > I am trying to run a solaris domU on Xen Server. I am using the " > snv44-domu.tar.bz2" image given on Sun download site. I am getting the > following error > > [root@xenserver1 ~]# xm create solaris-b44.py Using config file > "/etc/xen/solaris-b44.py". > Error: Building domain failed: ostype=linux dom=2 err> > > Any ideas about the workaround ? > Thanks... >
suyash jape wrote: Hi,> I am trying to run a solaris domU on Xen Server. I am using the > "snv44-domu.tar.bz2" image given on Sun download site. I am getting > the following error > > [root@xenserver1 ~]# xm create solaris-b44.py Using config file > "/etc/xen/solaris-b44.py". > Error: Building domain failed: ostype=linux dom=2 err> > > Any ideas about the workaround ?What''s in the logfiles? In Solaris they are here: The log files for Xen are (( don''t know which OS is running in your Dom0 and which Xen Version your Dom0 is running) -rw-r--r-- 1 root root 1224 Jul 26 18:54 /var/log/xen-debug.log -rwxr-xr-x 1 root root 1296 Jul 25 23:10 /var/log/xend-debug.log -rw-r--r-- 1 root root 104259 Jul 26 19:47 /var/log/xend.log -rw-r--r-- 1 root root 10186 Jul 26 19:47 /var/log/xendev-event.log And please post the /etc/xen/solaris-b44.py regards Bernd> Thanks... > ------------------------------------------------------------------------ > > _______________________________________________ > xen-discuss mailing list > xen-discuss@opensolaris.org-- Bernd Schemmer, Frankfurt am Main, Germany http://home.arcor.de/bnsmb/index.html M s temprano que tarde el mundo cambiar . Fidel Castro
Bernd Schemmer wrote:> suyash jape wrote: > > Hi, >> I am trying to run a solaris domU on Xen Server. I am using the >> "snv44-domu.tar.bz2" image given on Sun download site. I am getting >> the following error >> >> [root@xenserver1 ~]# xm create solaris-b44.py Using config file >> "/etc/xen/solaris-b44.py". >> Error: Building domain failed: ostype=linux dom=2 err>> >> >> Any ideas about the workaround ?if I were you, I''d dump those bits and start with what we put on opensolaris.org just recently: http://opensolaris.org/os/community/xen/downloads-0707/ that way, you won''t have to re-experience all the stuff we''ve fixed since. HTH Michael -- Michael Schuster Sun Microsystems, Inc. recursion, n: see ''recursion''
Hi Do those "snv44-domu.tar.bz2" images work wtih only a Solaris Dom0 ? I am working on Xen server trail version (VT enabled Intel multiprocessor machine) with Linux Dom0. Reference to this link: http://opensolaris.org/os/community/xen/downloads-0707/ Which is the link to the Solaris domU image? (which i can use directly as DomU on my Linux Dom0 ) I have attached my machine configuration file for reference. Thanks a lot.. regards Suyash On 7/20/07, michael schuster <Michael.Schuster@sun.com> wrote:> > > if I were you, I''d dump those bits and start with what we put on > opensolaris.org just recently: > http://opensolaris.org/os/community/xen/downloads-0707/ > > that way, you won''t have to re-experience all the stuff we''ve fixed since. > > HTH > Michael > -- > Michael Schuster Sun Microsystems, Inc. > recursion, n: see ''recursion'' >
Chris Beal - Solaris Revenue Product Engineering
2007-Jul-20 12:45 UTC
Re: Error creating solaris domU on xenserver
Hi Suyash, I don''t know if snv44-domu would work on a Linux Dom0 - I seem to remember it was tested, but that is nearly a year old now. Please try the latest bits. You pointed out there wasn''t a link to the domU image on http://opensolaris.org/os/community/xen/downloads-0707/. We''re not providing pre-built DomUs with this drop as the install side of things has been sorted out to allow you to install from an ISO. I''ve added a link to the ISO download page on the page above so I hope you can find it and give it a try Chris suyash jape wrote:> Hi > Do those "snv44-domu.tar.bz2" images work wtih only a Solaris Dom0 ? > > I am working on Xen server trail version (VT enabled Intel > multiprocessor machine) with > Linux Dom0. > > Reference to this link: > http://opensolaris.org/os/community/xen/downloads-0707/ > Which is the link to the Solaris domU image? (which i can use > directly as DomU on my Linux Dom0 ) > > I have attached my machine configuration file for reference. > Thanks a lot.. > regards > Suyash > > > On 7/20/07, *michael schuster* <Michael.Schuster@sun.com > <mailto:Michael.Schuster@sun.com>> wrote: > > > if I were you, I''d dump those bits and start with what we put on > opensolaris.org <http://opensolaris.org> just recently: > http://opensolaris.org/os/community/xen/downloads-0707/ > <http://opensolaris.org/os/community/xen/downloads-0707/> > > that way, you won''t have to re-experience all the stuff we''ve > fixed since. > > HTH > Michael > -- > Michael Schuster Sun Microsystems, Inc. > recursion, n: see ''recursion'' > > > ------------------------------------------------------------------------ > > _______________________________________________ > xen-discuss mailing list > xen-discuss@opensolaris.org