Mark Pryor
2011-Mar-26 04:00 UTC
[Xen-users] bug in xen 4.1 install on suse 11.4 (xencommons)
List, here''s how I got 4.1 up on suse 11.4 There is a small bug with the xencommons init script preventing xenstored from starting. Add this repo for 4.1 RPM''s ------------- zypper ar http://download.opensuse.org/repositories/Virtualization/openSUSE_11.4 Virt zypper ref zypper in xen-4.1.0_01-106.1 Fix the xen inits (observe the order here) ------------ chkconfig -s xen-watchdog off chkconfig -s xendomains off chkconfig -s xend off chkconfig -s xencommons off chkconfig -s xencommons on chkconfig -s xend on chkconfig -s xendomains on Preload kernel modules (or xencommons will choke) ----------- nano /etc/sysconfig/kernel MODULES_LOADED_ON_BOOT="tun dummy evtchn gntdev" must include these -> ^ ^ ---------------- then joy ------------ sudo xm info host : su113 release : 2.6.37.1-1.2-xen version : #1 SMP 2011-02-21 10:34:10 +0100 machine : x86_64 nr_cpus : 2 nr_nodes : 1 cores_per_socket : 2 threads_per_core : 1 cpu_mhz : 3066 hw_caps : bfebfbff:20100800:00000000:00000940:0008e3bd:00000000:00000001:00000000 virt_caps : hvm total_memory : 4094 free_memory : 1844 free_cpus : 0 max_free_memory : 2107 max_para_memory : 2103 max_hvm_memory : 2090 xen_major : 4 xen_minor : 1 xen_extra : .0_01-106.1 xen_caps : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32 hvm-3.0-x86_32p hvm-3.0-x86_64 xen_scheduler : credit xen_pagesize : 4096 platform_params : virt_start=0xffff800000000000 xen_changeset : 23010 xen_commandline : dummy=dummy dom0_mem=784M com1=115200,n8 console=com1 cc_compiler : gcc version 4.5.1 20101208 [gcc-4_5-branch revision 167585] (SU cc_compile_by : abuild cc_compile_domain : cc_compile_date : Thu Mar 24 09:57:45 UTC 2011 xend_config_format : 4 ----------------------------- snip --------- -- Mark _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Mike Viau
2011-Mar-26 06:43 UTC
RE: [Xen-users] bug in xen 4.1 install on suse 11.4 (xencommons)
> On Fri, 25 Mar 2011 21:00:48 -0700 <tlviewer@yahoo.com> wrote:) > > List, > > here''s how I got 4.1 up on suse 11.4 > > There is a small bug with the xencommons init script preventing xenstored from starting. > > Add this repo for 4.1 RPM''s > ------------- > zypper ar http://download.opensuse.org/repositories/Virtualization/openSUSE_11.4 Virt > > zypper ref > zypper in xen-4.1.0_01-106.1 > > Fix the xen initsá (observe the order here) > ------------ > chkconfig -s xen-watchdog off > chkconfig -s xendomains off > chkconfig -s xend off > chkconfig -s xencommons off > > > chkconfig -s xencommons on > chkconfig -s xend on > chkconfig -s xendomains on > > Preload kernel modules (or xencommons will choke) > ----------- > nano /etc/sysconfig/kernel > áááMODULES_LOADED_ON_BOOT="tun dummy evtchn gntdev" > ááámust include these ->á á á á á á á á ^á á ááá^ > > ---------------- then joy ------------ > sudo xm info > hostá á á á á á á á ááá: su113 > releaseá á á á á á á á : 2.6.37.1-1.2-xen > versioná á á á á á á á : #1 SMP 2011-02-21 10:34:10 +0100 > machineá á á á á á á á : x86_64 > nr_cpusá á á á á á á á : 2 > nr_nodesá á á á á á ááá: 1 > cores_per_socketá á ááá: 2 > threads_per_coreá á ááá: 1 > cpu_mhzá á á á á á á á : 3066 > hw_capsá á á á á á á á : bfebfbff:20100800:00000000:00000940:0008e3bd:00000000:00000001:00000000 > virt_capsá á á á á á á : hvm > total_memoryá á á á ááá: 4094 > free_memoryá á á á á á : 1844 > free_cpusá á á á á á á : 0 > max_free_memoryá á á á : 2107 > max_para_memoryá á á á : 2103 > max_hvm_memoryá á á ááá: 2090 > xen_majorá á á á á á á : 4 > xen_minorá á á á á á á : 1 > xen_extraá á á á á á á : .0_01-106.1 > xen_capsá á á á á á ááá: xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32 hvm-3.0-x86_32p hvm-3.0-x86_64 > xen_schedulerá á á á á : credit > xen_pagesizeá á á á ááá: 4096 > platform_paramsá á á á : virt_start=0xffff800000000000 > xen_changesetá á á á á : 23010 > xen_commandlineá á á á : dummy=dummy dom0_mem=784M com1=115200,n8 console=com1 > cc_compilerá á á á á á : gcc version 4.5.1 20101208 [gcc-4_5-branch revision 167585] (SU > cc_compile_byá á á á á : abuild > cc_compile_domainá á á : > cc_compile_dateá á á á : Thu Mar 24 09:57:45 UTC 2011 > xend_config_formatá ááá: 4 > ----------------------------- snip --------- > > -- > Mark >Thanks Mark. I am sure this will help somebody who is using Xen :) -M _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Jeroen Groenewegen van der Weyden
2011-Mar-28 08:28 UTC
Re: [Xen-users] bug in xen 4.1 install on suse 11.4 (xencommons)
Hello, Does anybody knows who is maintaining the opensuse virtualisation repository? Op 26-3-2011 5:00, Mark Pryor schreef:> List, > > here''s how I got 4.1 up on suse 11.4 > > There is a small bug with the xencommons init script preventing xenstored from starting. > > Add this repo for 4.1 RPM''s > ------------- > zypper ar http://download.opensuse.org/repositories/Virtualization/openSUSE_11.4 Virt > > zypper ref > zypper in xen-4.1.0_01-106.1 > > Fix the xen inits (observe the order here) > ------------ > chkconfig -s xen-watchdog off > chkconfig -s xendomains off > chkconfig -s xend off > chkconfig -s xencommons off > > > chkconfig -s xencommons on > chkconfig -s xend on > chkconfig -s xendomains on > > Preload kernel modules (or xencommons will choke) > ----------- > nano /etc/sysconfig/kernel > MODULES_LOADED_ON_BOOT="tun dummy evtchn gntdev" > must include these -> ^ ^ > > ---------------- then joy ------------ > sudo xm info > host : su113 > release : 2.6.37.1-1.2-xen > version : #1 SMP 2011-02-21 10:34:10 +0100 > machine : x86_64 > nr_cpus : 2 > nr_nodes : 1 > cores_per_socket : 2 > threads_per_core : 1 > cpu_mhz : 3066 > hw_caps : bfebfbff:20100800:00000000:00000940:0008e3bd:00000000:00000001:00000000 > virt_caps : hvm > total_memory : 4094 > free_memory : 1844 > free_cpus : 0 > max_free_memory : 2107 > max_para_memory : 2103 > max_hvm_memory : 2090 > xen_major : 4 > xen_minor : 1 > xen_extra : .0_01-106.1 > xen_caps : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32 hvm-3.0-x86_32p hvm-3.0-x86_64 > xen_scheduler : credit > xen_pagesize : 4096 > platform_params : virt_start=0xffff800000000000 > xen_changeset : 23010 > xen_commandline : dummy=dummy dom0_mem=784M com1=115200,n8 console=com1 > cc_compiler : gcc version 4.5.1 20101208 [gcc-4_5-branch revision 167585] (SU > cc_compile_by : abuild > cc_compile_domain : > cc_compile_date : Thu Mar 24 09:57:45 UTC 2011 > xend_config_format : 4 > ----------------------------- snip --------- >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users