1.yum   install  xen  xen-kernel
2.vi  /etc/grub.conf      ---使用xen内核启动
3.创建domai U
创建img文件:dd if=/dev/zero of=music_97.img bs=1G count=40
安装命令:
        virt-install --nographics -n qingvm05 -r 8129 -f /a8root/xen/qing/centos5-3.img -l http://192.168.200.57/iso          基本安装
         virt-install --nographics -n music_97 -r 8192 -f /a8root/VM/music_97.img -l http://192.168.200.57/iso    -x "ks=http://59.151.12.34/ks/install/xm_99.cfg ip=192.168.200.97 netmask=255.255.254.0 gateway=192.168.200.2"           kickstar方式安装