|
Last change
on this file since 117 was
117,
checked in by waue, 16 years ago
|
|
add some value
|
-
Property svn:executable set to
*
|
|
File size:
558 bytes
|
| Line | |
|---|
| 1 | #!/bin/bash |
|---|
| 2 | |
|---|
| 3 | Master_IP_Address="a.a.a.a" |
|---|
| 4 | Nutchuser_Passwd="xxxxxxxx" |
|---|
| 5 | |
|---|
| 6 | check_root |
|---|
| 7 | |
|---|
| 8 | check_systemInfo |
|---|
| 9 | |
|---|
| 10 | check_nez_installed |
|---|
| 11 | |
|---|
| 12 | check_sunJava |
|---|
| 13 | |
|---|
| 14 | check_ssh |
|---|
| 15 | |
|---|
| 16 | check_dialog |
|---|
| 17 | |
|---|
| 18 | check_php |
|---|
| 19 | |
|---|
| 20 | # scp nutchuser@master_ip:~ 把.ssh/目錄複製下來 |
|---|
| 21 | # 當使用者輸入nutchuser 密碼時,將此密碼紀錄到Nutchuser_Passwd |
|---|
| 22 | # 此步驟若無法連到 master 則跳出 |
|---|
| 23 | scp_master_nutchuser_sshkey |
|---|
| 24 | |
|---|
| 25 | # 新增nutchuser 帳號時用 Nutchuser_Passwd 當密碼 |
|---|
| 26 | creat_nutchuser_account |
|---|
| 27 | |
|---|
| 28 | # 用scp 複製 master 的設定與安裝資料 |
|---|
| 29 | scp_packages |
|---|
| 30 | |
|---|
| 31 | # 安裝資訊 |
|---|
| 32 | install_packages |
|---|
| 33 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.