close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_core.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.

Changes between Version 16 and Version 17 of Xen_Lab6


Ignore:
Timestamp:
Oct 25, 2009, 2:50:14 PM (16 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_Lab6

    v16 v17  
    120120----
    121121= 【討論 & 休息】 =
    122  * 練習開啟兩個 VM
     122 * 練習開啟兩個 VM
    123123{{{
    124124$ euca-run-instances -k mykey -n 2 <emi-id>
    125125$ euca-describe-instances
    126126}}}
    127  * 練習關掉全部 VM
     127 * 練習關掉全部 VM
    128128{{{
    129129$ euca-terminate-instances <instance-1-id> <instance-2-id> <instance-3-id>