InterviewSolution
Saved Bookmarks
| 1. |
Restart Using Remote Executions? |
|
Answer» RESTART the MINION from the command LINE: salt -G kernel:WINDOWS cmd.run_bg 'C:saltsalt-call.bat --local service.restart salt-minion' salt -C 'not G@kernel:Windows' cmd.run_bg 'salt-call --local service.restart salt-minion' Restart the Minion from the command line: salt -G kernel:Windows cmd.run_bg 'C:saltsalt-call.bat --local service.restart salt-minion' salt -C 'not G@kernel:Windows' cmd.run_bg 'salt-call --local service.restart salt-minion' |
|