salt-master命令詳解
**salt-master命令**
命令列官網學習網站:
salt
salt-call
salt-cp
salt-key
salt-master
salt-minion
salt-run
salt-unity
一、salt常用命令
salt 該命令執行salt的執行模組,通常在master端執行,也是我們最常用到的命令
salt [options] '<target>' <function> [arguments]
如: salt '*' test.ping
二、salt-run
salt-run 該命令執行runner(salt帶的或者自定義的,runner以後會講),通常在master端執行,比如經常用到的manage
salt-run [options] [runner.func]
salt-run manage.status #檢視所有minion狀態
salt-run manage.down #檢視所有沒線上minion
salt-run manged.up #檢視所有線上minion
三、salt-key
salt-key 金鑰管理,通常在master端執行
salt-key [options]
salt-key -L #檢視所有minion-key
salt-key -a <key-name> #接受某個minion-key
salt-key -d <key-name> #刪除某個minion-key
salt-key -A #接受所有的minion-key
salt-key -D #刪除所有的minion-key
四、salt-call
salt-call 該命令通常在minion上執行,minion自己執行可執行模組,不是透過master下發job
salt-call [options] <function> [arguments]
salt-call test.ping #自己執行test.ping命令
salt-call cmd.run 'ifconfig' #自己執行cmd.run函式
五、salt-cp
salt-cp 分發檔案到minion上,不支援目錄分發,通常在master執行
salt-cp [options] '<target>' SOURCE DEST
[root@salt-master ~]# salt-cp '*' /root/m.txt /usr/local/m.txt
六、salt-master
salt-master master執行命令
salt-master [options]
salt-master #前臺執行master
salt-master -d #後臺執行master
salt-master -l debug #前臺debug輸出
七、salt-minion
salt-minion minion執行命令
salt-minion [options]
salt-minion #前臺執行
salt-minion -d #後臺執行
salt-minion -l debug #前臺debug輸出
---------------------
版權宣告:本文為CSDN博主「東城絕神」的原創文章,遵循CC 4.0 by-sa版權協議,轉載請附上原文出處連結及本宣告。
原文連結:https://blog.csdn.net/m0_37814112/article/details/80346034
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31383567/viewspace-2653775/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Dockerfile 命令詳解Docker
- tcpdump命令詳解TCP
- getsebool命令詳解
- w命令詳解
- GCC命令詳解GC
- echo命令詳解
- brctl 命令詳解
- rsync命令詳解
- echo 命令詳解
- date 命令詳解
- free 命令詳解
- NPM命令詳解NPM
- docker命令詳解Docker
- ps命令詳解
- lsof命令詳解
- SVN命令詳解
- 命令模式 詳解模式
- Ethtool命令詳解
- find命令詳解
- test命令詳解
- awk命令詳解
- vmstat命令詳解
- find 命令詳解
- RMAN 命令詳解
- curl命令詳解
- crontab命令詳解
- docker 命令詳解Docker
- unix at命令詳解
- nohup命令詳解
- grep 命令詳解
- vi命令詳解
- Tasklist命令詳解
- at命令使用詳解
- top命令詳解
- tar 命令詳解
- dd命令詳解
- MySQL命令詳解MySql
- ls命令詳解