Changes between Version 5 and Version 6 of Xen_Installation/Xen4.x


Ignore:
Timestamp:
Aug 4, 2010, 11:25:22 AM (14 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_Installation/Xen4.x

    v5 v6  
    2323$ sudo git checkout -b xen/stable-2.6.32.x origin/xen/stable-2.6.32.x
    2424$ sudo git pull   //往後在此更新至 latest kernel revision//
    25 $ sudo make menuconfig
     25$ sudo make menuconfig   //See the attached kernel config file for details//
    2626$ sudo make -j 4
    2727$ sudo make modules -j 4
     
    6464$ hg update
    6565}}}
     66== [Additional Step:Check status & Information] ==
     67{{{
     68sudo xm list
     69}}}
     70{{{
     71#!sh
     72Name                                        ID   Mem VCPUs      State   Time(s)
     73Domain-0                                     0  7044     4     r-----     16.7
     74}}}
     75{{{
     76$ sudo xm info
     77}}}
     78{{{
     79#!sh
     80host                   : XenServer
     81release                : 2.6.32.16
     82version                : #1 SMP Tue Aug 3 16:18:47 CST 2010
     83machine                : x86_64
     84nr_cpus                : 4
     85nr_nodes               : 1
     86cores_per_socket       : 4
     87threads_per_core       : 1
     88cpu_mhz                : 2826
     89hw_caps                : bfebfbff:20100800:00000000:00000940:0408e3fd:00000000:00000001:00000000
     90virt_caps              : hvm hvm_directio
     91total_memory           : 8025
     92free_memory            : 1631
     93node_to_cpu            : node0:0-3
     94node_to_memory         : node0:1631
     95node_to_dma32_mem      : node0:806
     96max_node_id            : 0
     97xen_major              : 4
     98xen_minor              : 0
     99xen_extra              : .1-rc6-pre
     100xen_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
     101xen_scheduler          : credit
     102xen_pagesize           : 4096
     103platform_params        : virt_start=0xffff800000000000
     104xen_changeset          : Mon Aug 02 17:19:06 2010 +0100 21301:ef5f25de00da
     105xen_commandline        :
     106cc_compiler            : gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
     107cc_compile_by          : root
     108cc_compile_domain      :
     109cc_compile_date        : Tue Aug  3 17:01:16 CST 2010
     110xend_config_format     : 4
     111}}}
    66112= 【Reference】 =
    67113 * [http://wiki.xensource.com/xenwiki/Xen4.0 Xen4.0 Wiki ]