Changes between Version 15 and Version 16 of Xen_Lustre


Ignore:
Timestamp:
Jul 22, 2008, 3:34:28 PM (16 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_Lustre

    v15 v16  
    5555{{{
    5656$ cd /usr/src/xen-3.2.1
    57 $ sudo make world
     57$ sudo make -j 4 world
    5858(SCSI disk I/O must build-in)
     59
     60= If you want enable some feature for kernel =
     61$ cd /usr/src/xen-3.2.1/build-linux-2.6.18-xen_x86_64/
     62$ make menuconfig
     63(We make loop and NIC driver to be a modules)
     64$ make -j 5
     65$ cd ..
     66
    5967$ sudo make install
    60 $ sduo mkinitramfs -o /boot/initrd.img-2.6.18.8-xen 2.6.18.8-xen
     68$ sudo mkinitramfs -o /boot/initrd.img-2.6.18.8-xen 2.6.18.8-xen
    6169$ sudo update-grub
    62 
    63 $ cd /usr/src/linux-2.6.18-xen.hg
    64 
    6570$ sudo reboot
    6671(choose xen image to booting)