Changes between Version 3 and Version 4 of Eucalyptus/User
- Timestamp:
- Aug 3, 2009, 3:59:36 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Eucalyptus/User
v3 v4 16 16 }}} 17 17 ---- 18 = 【2.安裝 EC2 command line tools】 = 19 {{{ 20 $ wget http://s3.amazonaws.com/ec2-downloads/ec2-api-tools-1.3-30349.zip 21 $ unzip ec2-api-tools-1.3-30349.zip 22 23 $ export EC2_HOME=/path/to/installed/ec2-commandline-tools 24 $ export PATH=$PATH:$EC2_HOME/bin 25 $ source ~/.euca/eucarc 26 }}} 18 = 【2.[http://open.eucalyptus.com/wiki/Euca2oolsGuide 安裝 Euca2ools]】 = 27 19 ---- 28 20 = 【3.快速開始】 = 29 * 使用者使用 EC2 tools 來控制 Euc 30 * 查詢 Euc 系統 21 * 查詢 Euca 系統 31 22 {{{ 32 $ ec2-describe-images 23 $ euca-describe-images 24 IMAGE eki-2B121184 kernel/vmlinuz-2.6.27.21-0.1-xen.manifest.xml admin available public x86_64 kernel 25 IMAGE eri-25751174 ramdisk/initrd-2.6.27.21-0.1-xen.manifest.xml admin available public x86_64 ramdisk 26 IMAGE emi-FFD310FF images/ubuntu.9-04.x86-64.img.manifest.xml admin available public x86_64 machine 33 27 34 $ ec2-describe-instances 35 36 $ ec2-describe-availability-zones 37 28 $ euca-describe-availability-zones verbose 29 $ euca-describe-instances 38 30 $ ec2-describe-keypairs 39 31 }}}