close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": libsvn_swig_py2.7-1.so.1: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Apr 26, 2009, 3:35:38 AM (17 years ago)
- Author:
-
waue
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v2
|
v3
|
|
| 40 | 40 | |
| 41 | 41 | == step 0. 設定機器的ip & hostname 資訊 == |
| | 42 | ps: 此步驟相當重要,請務必兩台電腦都作妥 |
| 42 | 43 | * 更改你的hostname |
| 43 | 44 | {{{ |
| … |
… |
|
| 51 | 52 | $ sudo gedit /etc/hosts |
| 52 | 53 | }}} |
| 53 | | 如: |
| 54 | | {{{ |
| 55 | | #!sh |
| 56 | | 192.168.167.3 node01 |
| 57 | | 192.168.167.4 node02 |
| | 54 | 如:192.168.xx.xx 是指你手邊電腦的ip,192.168.oo.oo則是Node 2的ip |
| | 55 | {{{ |
| | 56 | #!sh |
| | 57 | 192.168.xx.xx node01 |
| | 58 | 192.168.oo.oo node02 |
| 58 | 59 | ....(省略) |
| 59 | 60 | }}} |