Changes between Version 10 and Version 11 of Xen_Lab6


Ignore:
Timestamp:
Oct 25, 2009, 2:28:39 PM (15 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_Lab6

    v10 v11  
    4444$ mkdir euca
    4545$ mv euca2-admin-x509.zip euca/
     46$ cd euca
    4647$ unzip euca2-admin-x509.zip
    4748}}}
    4849 * 解開壓縮檔後,它有4個檔案,當中的 eucarc 是每次你要使用 Euca2ools 必須先 source 它 (他會幫設定好環境變數和認証Key)
    4950{{{
    50 $ source eucara
     51$ cat eucarc
     52$ source eucarc
    5153}}}
    5254----
     
    5456 * 使用 Euca2ools 提供的 '''__ecca-describe-availability-zones__''' 指令察看可用的資源
    5557{{{
    56 $ source eucarc
    5758$ euca-describe-availability-zones verbose
    5859}}}
     
    111112 * 使用 mykey.private 來登入 VM
    112113{{{
    113 $ ssh -i mykey.private root@192.168.X.X
     114$ ssh -i mykey.private root@192.168.100.X
    114115}}}
    115116 * 關掉 VM
     
    117118$ euca-terminate-instances <instance-id>
    118119}}}
     120 * 練習在開啟兩個 VM