close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Aug 21, 2009, 4:47:07 PM (17 years ago)
- Author:
-
rock
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v5
|
v6
|
|
| 84 | 84 | $ euca-delete-snapshot snap-32A604AA |
| 85 | 85 | }}} |
| | 86 | ---- |
| | 87 | = 【4.使用Eucalyptus的 Walrus(S3) 功能】 = |
| | 88 | * [http://open.eucalyptus.com/wiki/s3cmd 參考此頁,並下載] |
| | 89 | {{{ |
| | 90 | ### 安裝所需套件 ### |
| | 91 | $ sudo aptitude install ython-dev python-xml python-elementtree |
| 86 | 92 | |
| | 93 | ### 設定 ### |
| | 94 | $ s3cmd --configure |
| | 95 | |
| | 96 | ### 編輯上個步驟所產生的 .s3cfg ### |
| | 97 | $ vim .s3cfg |
| | 98 | host_base = 140.110.X.X:8773 |
| | 99 | host_bucket = 140.110.X.X:8773 |
| | 100 | service_path = /services/Walrus |
| | 101 | |
| | 102 | ### 檢視 Walrus 的檔案 ### |
| | 103 | $ ./s3cmd ls |
| | 104 | |
| | 105 | ### Make bucket ### |
| | 106 | $ ./s3cmd mb s3://{bucket name} |
| | 107 | |
| | 108 | ### Rmove bucket ### |
| | 109 | $ ./s3cmd rb s3://buckname |
| | 110 | |
| | 111 | }}} |
| 87 | 112 | ---- |
| 88 | 113 | = Regerence = |