close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": libldap_r-2.4.so.2: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Oct 25, 2009, 9:43:46 AM (16 years ago)
- Author:
-
rock
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v20
|
v21
|
|
6 | 6 | = 【前言】 = |
7 | 7 | * 小提醒 |
8 | | 0. 確定 pcXXX 和 pcYYY 的 /etc/hosts 有彼此的資訊 |
| 8 | 0. 確認無任何的 VM 再執行 並將 oned 停止 (onevm shutdown {vm_ID}) (one stop) |
| 9 | 1. 確定 pcXXX 和 pcYYY 的 /etc/hosts 有彼此的資訊 |
9 | 10 | 1. Front-end、Node 和 Client 的時鐘需同步 (可使用 sudo ntpdate time.stdtime.gov.tw 來校正時間) |
10 | 11 | 2. 防火牆需允許 8443、8773、8774(Front-end) 和 8775(Node) (若是要讓防火牆外的administrator/user使用時,可請網管開啟這些 port) |
… |
… |
|
47 | 48 | {{{ |
48 | 49 | $ su |
49 | | $ echo deb http://debian.osuosl.org/debian lenny non-free >> /etc/apt/sources.list |
| 50 | # echo deb http://debian.osuosl.org/debian lenny non-free >> /etc/apt/sources.list |
50 | 51 | CTRL + D |
51 | 52 | |
52 | 53 | $ sudo aptitude update |
53 | | $ sudo aptitude install eucalyptus-cloud eucalyptus-cc |
| 54 | $ sudo aptitude -y install eucalyptus-cloud eucalyptus-cc |
54 | 55 | }}} |
55 | 56 | {{{ |
… |
… |
|
63 | 64 | * '''__pcYYY__''' - 安裝 Node Controller |
64 | 65 | {{{ |
| 66 | $ su |
| 67 | # echo deb http://debian.osuosl.org/debian lenny non-free >> /etc/apt/sources.list |
| 68 | CTRL + D |
| 69 | |
65 | 70 | $ sudo aptitude update |
66 | | $ sudo aptitude install eucalyptus-nc |
| 71 | $ sudo aptitude -y install eucalyptus-nc |
67 | 72 | }}} |
68 | 73 | {{{ |