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.
- Timestamp:
-
Oct 25, 2009, 2:50:14 PM (16 years ago)
- Author:
-
rock
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v16
|
v17
|
|
120 | 120 | ---- |
121 | 121 | = 【討論 & 休息】 = |
122 | | * 練習在開啟兩個 VM |
| 122 | * 練習再開啟兩個 VM |
123 | 123 | {{{ |
124 | 124 | $ euca-run-instances -k mykey -n 2 <emi-id> |
125 | 125 | $ euca-describe-instances |
126 | 126 | }}} |
127 | | * 練習在關掉全部 VM |
| 127 | * 練習關掉全部 VM |
128 | 128 | {{{ |
129 | 129 | $ euca-terminate-instances <instance-1-id> <instance-2-id> <instance-3-id> |