Changes between Version 15 and Version 16 of Xen_Lab4


Ignore:
Timestamp:
Oct 21, 2009, 6:25:52 PM (15 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_Lab4

    v15 v16  
    133133----
    134134= 【Step 3:編輯 Virtual MPI Cluster 設定檔】 =
    135  * 編輯 OpenNEbual 的 Virtual MPI Cluster 設定檔 (mpi02 & mpi03 依此類推)
    136  * 先編輯 mpi02 的設定檔
    137 {{{
    138 $ cp mpi01.one mpi02.one
     135 * 編輯 OpenNEbual 的 Virtual MPI Cluster 設定檔
     136 * 編輯 mpi01 的設定檔
     137{{{
     138$ gedit mpi01.one
     139}}}
     140{{{
     141#!sh
     142NAME   = mpi01
     143CPU    = 1
     144MEMORY = 128
     145OS = [ kernel     = /boot/vmlinuz-2.6.26-2-xen-amd64,
     146       initrd     = /boot/initrd.img-2.6.26-2-xen-amd64,
     147       root       = sda2]
     148DISK = [ source   = /home/clouder/mpi01.disk.img,
     149         clone    = no,
     150         target   = sda2,
     151         readonly = no]
     152DISK = [  type     = swap,
     153          size     = 128,
     154          target   = "sda1",
     155          readonly = "no" ]
     156NIC=[IP="192.X.X.X", MAC="50:20:20:20:XX:XX"]
     157}}}
     158 * 編輯 mpi02 的設定檔
     159{{{
    139160$ gedit mpi02.one
    140161}}}
     
    159180 * 再編輯 mpi03 的設定檔
    160181{{{
    161 $ cp mpi01.one mpi03.one
    162182$ gedit mpi03.one
    163183}}}