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:
-
Oct 21, 2009, 2:45:32 PM (16 years ago)
- Author:
-
rock
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v17
|
v18
|
|
98 | 98 | * 確認 node01 和 node02 已執行 xend start |
99 | 99 | * 兩台都可讓 root 自動登入 |
| 100 | * node01 |
| 101 | {{{ |
| 102 | $ sudo su |
| 103 | $ cd |
| 104 | $ ssh-keygen -P "" -t rsa |
| 105 | $ cp .ssh/id_rsa.pub .ssh/authorized_keys |
| 106 | $ scp .ssh/authorized_keys node02:~/.ssh/ |
| 107 | }}} |
| 108 | * 測試 node01 的 root 是否可以免密碼登入到 node02 |
| 109 | {{{ |
| 110 | $ ssh node02 |
| 111 | }}} |
100 | 112 | * 只需在 node01 啟動 ONE 即可 |
101 | 113 | |