dsh 批量管理 linux 服務器
?
一,安裝
dsh
切換到root用戶,然后切換到work_home_yourname
wget?
http://www.netfort.gr.jp/~dancer/software/downloads/libdshconfig-0.20.9.tar.gz
tar zxvf libdshconfig-0.20.9.tar.gz
cd libdshconfig-0.20.9
./configure
出錯記得修復( Ubuntu: configure error: C++ preprocessor "/lib/cpp" fails sanity check??
?apt-get install???build-essential)
make && make install
?
wget?
http://www.netfort.gr.jp/~dancer/software/downloads/dsh-0.25.9.tar.gz
tar zxvf dsh-0.25.9.tar.gz
cd dsh-0.25.9
./configure
make && make install
?
ln -s /usr/local/lib/libdshconfig.so.1 /lib/
echo "/usr/local/lib/libdshconfig.so.1">> /etc/ld.so.conf
ldconfig
[root@localhost ~]# which dsh
/usr/local/bin/dsh
?
?
二,用法介紹:
切換回需要的用戶.
mkdir .dsh
cd .dsh
touch how-to-use,內容如下:
dsh -M -r ssh -f file目錄 ?--命令?
?
dsh --help
-v –verbose?????????????????? Verbose output??
詳細模式輸出
-q –quiet???????????????????? Quiet??安靜模式輸出
-M –show-machine-names????? Prepend the host name on output顯示被控制主機的
hostname
-H –hide-machine-names????? Do not prepend host name on output??不顯示主機名(
default)
-i –duplicate-input??????????? Duplicate input given to dsh
-b –bufsize?????????????????? Change buffer size used in input duplication
-m –machine [machinename]???? Execute on machine?主機名
-n –num-topology????????????? How to divide the machines
-a –all????????????? Execute on all machines??主機列表,默認列表在
/root/.dsh/machines.list
-g –group [groupname]? Execute on group member?指定主機名組
,主機名組在
/root/.dsh/group/
-f –file [file]?????????????? Use the file as list of machines??選擇主機列表
-r –remoteshell [shellname]?? Execute using shell (rsh/ssh)??指定遠程工具,默認為
rsh
-o –remoteshellopt [option]?? Option to give to shell
-h –help????????????????????? Give out this message
-w –wait-shell??????????????? Sequentially execute shell?指定順序運行,默認是并行
-c –concurrent-shell????????? Execute shell concurrently
-F –forklimit [fork limit]??? Concurrent with limit on number
-V –version?????????????????? Give out version information
三,應用舉例:
?dsh -M -r ssh -m ~/a.txt -- hostname
? ? ? ?
更多文章、技術交流、商務合作、聯系博主
微信掃碼或搜索:z360901061

微信掃一掃加我為好友
QQ號聯系: 360901061
您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。
【本文對您有幫助就好】元
