Changes between Version 8 and Version 9 of Eucalyptus/Install


Ignore:
Timestamp:
May 7, 2009, 3:16:47 PM (15 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Eucalyptus/Install

    v8 v9  
    11[[PageOutline]]
    2 = Eucalyptus 安裝 =
     2{{{
     3#!html
     4<h1 style="text-align: center; color: blue">Eucalyptus 安裝</h1>
     5}}}
    36== 【1.序言】 ==
    47 * Eucalyptus的安裝主要有兩種方法:
     
    105108=== '''''__『2.3 配置』__''''' ===
    106109 * __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{{{
     120for 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"
     122done
     123}}}
     124  * 網路配置
     125
     126
     127 * __2.3.2__ 啟動Eucalyptus
    108128----
    109129== 【Think】 ==