Jeremy Cooper [AFS MBP] преди 3 години
родител
ревизия
2fa56b2c06
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      Patching Notes--CaaSP.md
  2. 1 1
      Patching Notes.md

+ 1 - 1
Patching Notes--CaaSP.md

@@ -144,7 +144,7 @@ watch "salt -L 'caasp-splunk-sh-dev,caasp-splunk-hf,caasp-splunk-cm,caasp-phanto
 salt -L 'caasp-splunk-sh-dev,caasp-splunk-hf,caasp-splunk-cm' cmd.run 'systemctl status splunk | grep Active'
 
 # Reboot the search head
-salt caasp-splunk-sh test.ping
+salt caasp-splunk-sh test.ping --out=txt
 date; salt caasp-splunk-sh system.reboot --async
 
 # Wait for it ...

+ 1 - 1
Patching Notes.md

@@ -303,7 +303,7 @@ watch "salt -C 'resolver-govcloud-2.pvt.*com' test.ping --out=txt"
 
 Check uptime on the minions in GC to make sure you didn't miss any. 
 ```
-salt -C  '*com not ( modelclient-splunk-idx* or moose-splunk-idx* or threatq-* or resolver-vmray-* or vmray-server* )' cmd.run 'uptime | grep days'
+salt -C  '*com not ( modelclient-splunk-idx* or moose-splunk-idx* or threatq-* or vmray-server* )' cmd.run 'uptime | grep days'
 ```
 ### Duane Section (feel free to bypass)
 --