close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
May 7, 2009, 3:16:47 PM (17 years ago)
- Author:
-
rock
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v8
|
v9
|
|
| 1 | 1 | [[PageOutline]] |
| 2 | | = Eucalyptus 安裝 = |
| | 2 | {{{ |
| | 3 | #!html |
| | 4 | <h1 style="text-align: center; color: blue">Eucalyptus 安裝</h1> |
| | 5 | }}} |
| 3 | 6 | == 【1.序言】 == |
| 4 | 7 | * Eucalyptus的安裝主要有兩種方法: |
| … |
… |
|
| 105 | 108 | === '''''__『2.3 配置』__''''' === |
| 106 | 109 | * __2.3.1__ 系統配置 |
| 107 | | * __2.3.2__ 網路配置 |
| | 110 | * Front-end |
| | 111 | {{{ |
| | 112 | $EUCALYPTUS/usr/sbin/euca_conf -cc Y -cloud Y -nc N $EUCALYPTUS/etc/eucalyptus/eucalyptus.conf |
| | 113 | }}} |
| | 114 | * Node controler |
| | 115 | {{{ |
| | 116 | $EUCALYPTUS/usr/sbin/euca_conf -nodes "<hostname1> ... <hostnamen>" $EUCALYPTUS/etc/eucalyptus/eucalyptus.conf |
| | 117 | }}} |
| | 118 | * 設定 storage 存放 image template |
| | 119 | {{{ |
| | 120 | for x in hostname1 hostname2 ... hostnameN ; do \ |
| | 121 | ssh $x "mkdir -p /usr/local/instances/; $EUCALYPTUS/usr/sbin/euca_conf -cc N -cloud N -nc Y -instances /usr/local/instances $EUCALYPTUS/etc/eucalyptus/eucalyptus.conf" |
| | 122 | done |
| | 123 | }}} |
| | 124 | * 網路配置 |
| | 125 | |
| | 126 | |
| | 127 | * __2.3.2__ 啟動Eucalyptus |
| 108 | 128 | ---- |
| 109 | 129 | == 【Think】 == |