Hi, I have a new 10.2 install and want to run Oracle, Firebird, and Apache with Mono on the system in their own individual VMs. I want all virtual machines to be 10.2. I used the Yast Xen wizard and the new VM won''t boot. When I click Start VM I get the following error message command: /usr/sbin/xm create /etc/xen/vm/vm_firebird return Warning: The bootentry option is deprecated. Use bootargs and pass --entry= directly. Traceback (most recent call last): File "/usr/lib/xen/boot/domUloader.py", line 520, in main(sys.argv) File "/usr/lib/xen/boot/domUloader.py", line 514, in main sxpr = copyKernelAndInitrd(fs, kernel, initrd) File "/usr/lib/xen/boot/domUloader.py", line 419, in copyKernelAndInitrd raise RuntimeError("domUloader: Filesystem %s not exported\n" % fs) RuntimeError: domUloader: Filesystem hdf1 not exported No handlers could be found for logger "xend" Error: Boot loader didn''t return any data! Using config file "/etc/xen/vm/vm_firebird". Usage: xm create [options] [vars] command: /usr/sbin/xm create /etc/xen/vm/vm_firebird return Warning: The bootentry option is deprecated. Use bootargs and pass --entry= directly. Traceback (most recent call last): File "/usr/lib/xen/boot/domUloader.py", line 520, in main(sys.argv) File "/usr/lib/xen/boot/domUloader.py", line 514, in main sxpr = copyKernelAndInitrd(fs, kernel, initrd) File "/usr/lib/xen/boot/domUloader.py", line 419, in copyKernelAndInitrd raise RuntimeError("domUloader: Filesystem %s not exported\n" % fs) RuntimeError: domUloader: Filesystem hdf1 not exported No handlers could be found for logger "xend" Error: Boot loader didn''t return any data! Using config file "/etc/xen/vm/vm_firebird". Usage: xm create [options] [vars] -- Thomas Miller Chrome Portal Project Manager CPCUG Programmers SIG Chairperson (formally Delphi) Delphi Client/Server Certified Developer BSS Accounting & Distribution Software BSS Enterprise Accounting FrameWork http://www.bss-software.com http://programmers.cpcug.org/ http://sourceforge.net/projects/chromeportal/ http://sourceforge.net/projects/uopl/ http://sourceforge.net/projects/dbexpressplus _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
System: CentOS 4.4, latest Xen 3.0.3 installed from source. I have a working CentOS dom0 and HVM based domU. I have two issues at this point: 1: The vcpus seems to be ignored. My domU always has one cpu. I have set vcpus=2 in my HVM config, but it always comes up with one cpu. 2: If I try to install in a 64 bit version of Linux in an HVM domU it tells me it does not have 64 bit support.>From my dom0:# uname -a Linux mgr-1.vitarara.net 2.6.16.29-xen #1 SMP Tue Dec 12 21:05:56 EST 2006 x86_64 x86_64 x86_64 GNU/Linux This looks like it''s running 64 bit in dom0. *shrug* Any insight or tips would be appreciated. I have been working on this for about five days now, and I''m about out of ideas. Thanks, Mark _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> -----Original Message----- > From: xen-users-bounces@lists.xensource.com > [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of > Mark Menard > Sent: 14 December 2006 04:51 > To: xen-users@lists.xensource.com > Subject: [Xen-users] CentOS domU vcpus ignored > > System: CentOS 4.4, latest Xen 3.0.3 installed from source. > > I have a working CentOS dom0 and HVM based domU. I have two > issues at this > point: > > 1: The vcpus seems to be ignored. My domU always has one cpu. > > I have set vcpus=2 in my HVM config, but it always comes up > with one cpu.I think you need to set the number of CPU''s when you create the BIOS in 3.0.3. 3.0.4 will have dynamic settings for number of CPUS... But I could be wrong on that.> > 2: If I try to install in a 64 bit version of Linux in an HVM > domU it tells > me it does not have 64 bit support. > > >From my dom0: > > # uname -a > Linux mgr-1.vitarara.net 2.6.16.29-xen #1 SMP Tue Dec 12 > 21:05:56 EST 2006 > x86_64 x86_64 x86_64 GNU/Linux > > This looks like it''s running 64 bit in dom0. *shrug* > > Any insight or tips would be appreciated. I have been working > on this for > about five days now, and I''m about out of ideas.Make sure you set PAE=1 in your config file for the domU. Long Mode requires PAE to be set, and if you tell the HVM domain that you don''t want PAE, then you don''t get Long Mode either. -- Mats> > Thanks, > > Mark > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Thomas Miller wrote:> I used the Yast Xen wizard and the new VM won''t boot. > When I click Start VM I get the following error messageUnfortunately, this isn''t the SuSE broken Xen wizard list. -- Christopher G. Stach II _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On 12/14/06 6:01 AM, "Petersson, Mats" <Mats.Petersson@amd.com> wrote:>> 1: The vcpus seems to be ignored. My domU always has one cpu. >> >> I have set vcpus=2 in my HVM config, but it always comes up >> with one cpu. > > I think you need to set the number of CPU''s when you create the BIOS in > 3.0.3. 3.0.4 will have dynamic settings for number of CPUS... But I > could be wrong on that.I searched the Wiki and mailing list for "cpu bios" and "bios create", nothing pops out as applicable. As far as I know I never created a "BIOS" to get the HVM domU running. Do you have a pointer to something online that might have directions?>> 2: If I try to install in a 64 bit version of Linux in an HVM >> domU it tells >> me it does not have 64 bit support. >> >>> From my dom0: >> >> # uname -a >> Linux mgr-1.vitarara.net 2.6.16.29-xen #1 SMP Tue Dec 12 >> 21:05:56 EST 2006 >> x86_64 x86_64 x86_64 GNU/Linux >> >> This looks like it''s running 64 bit in dom0. *shrug* >> >> Any insight or tips would be appreciated. I have been working >> on this for >> about five days now, and I''m about out of ideas. > > Make sure you set PAE=1 in your config file for the domU. Long Mode > requires PAE to be set, and if you tell the HVM domain that you don''t > want PAE, then you don''t get Long Mode either.Thanks, PAE was set to 0. Mark _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Wednesday 13 December 2006 10:43 pm, Thomas Miller wrote:> Hi, > > I have a new 10.2 install and want to run Oracle, Firebird, and Apache > with Mono on the system in their own individual VMs. I want all virtual > machines to be 10.2. > > I used the Yast Xen wizard and the new VM won''t boot.Have you filed a bug report at http://bugzilla.novell.com ? -- James Oakley Engineering - SolutionInc Ltd. joakley@solutioninc.com http://www.solutioninc.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users