Changes between Version 76 and Version 77 of Xen_Lab2


Ignore:
Timestamp:
Jun 21, 2010, 6:38:04 PM (14 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_Lab2

    v76 v77  
    7474 * 編譯和安裝 OpenNEbula
    7575{{{
    76 $ cd one-1.4.0
     76$ cd one-1.4
    7777$ sudo scons
    7878$ sudo mkdir /home/one
     
    10410423 VM_POLLING_INTERVAL      = 10
    105105
    106 160 #    TM_MAD = [               
    107 161 #    name       = "tm_ssh",
    108 162 #    executable = "one_tm",
    109 163 #    arguments  = "tm_ssh/tm_ssh.conf",
    110 164 #    default    = "tm_ssh/tm_ssh.conf" ]
    111 
    112 
    113 169      TM_MAD = [               
    114 170      name       = "tm_nfs",                                               
    115 171      executable = "one_tm",
    116 172      arguments  = "tm_ssh/tm_nfs.conf",
    117 173      default    = "tm_ssh/tm_nfs.conf" ]
     106151 #    TM_MAD = [               
     107152 #    name       = "tm_ssh",
     108153 #    executable = "one_tm",
     109154 #    arguments  = "tm_ssh/tm_ssh.conf" ]
     110
     111159      TM_MAD = [               
     112160      name       = "tm_nfs",                                               
     113161      executable = "one_tm",
     114162      arguments  = "tm_ssh/tm_nfs.conf" ]
    118115}}}
    119116----