08/11/2020
Software is located in Duane's One drive.
Upgrade AFS/NGA 7.0.3 -> 8.0.5
| rest /services/storage/passwords
salt afs* saltutil.refresh_pillar
salt afs* pillar.item yumrepos:splunk
state.sls splunk.new_install
to update repo ; yes it will restart splunk. (ROOM FOR IMPROVEMENT: Make new saltstate for splunk repo)cmd.run 'systemctl stop splunk'
pkg.upgrade name=splunk
state.sls splunk.new_install
to update repocmd.run 'systemctl stop splunk'
tar -cvzf /opt/splunk/opt-splunk-backup.tar.gz /opt/splunk
pkg.upgrade name=splunk
state.sls splunk.new_install
to update repocmd.run 'systemctl stop splunk'
pkg.upgrade name=splunk
cmd.run 'systemctl start splunk'
cmd.run '/opt/splunk/bin/splunk version'
cmd.run '/opt/splunk/bin/splunk status'
cmd.run 'systemctl start splunk'
state.sls splunk.new_install
to update repocmd.run 'systemctl stop splunk'
tar -cvzf /opt/splunk/opt-splunk-backup.tar.gz /opt/splunk
pkg.upgrade name=splunk
cmd.run 'systemctl start splunk'
Upgrade ES 5.0.1 -> 6.2.0
The app failed to upload to the SH. ( takes a long time ). Modify the etc/system/local/web.conf
to allow large uploads.
max_upload_size = 1024
See Matrix for other apps ( upgrade apps slowly so Brandon can troubleshoot errors!!!!)
run geo ip DB update
/usr/local/bin/maxmind-downloader.sh
(Prevents 3 green checkmarks on CM) Update the CM bundle to include _cluster
see here: Fixes for not replicating indexes? (index _metrics and _introspection not in _cluster)
NGA has an additional check on the splunk HF IAM role for externalID
. Besure to add the "patch" back in. See here: Jira Ticket - MSOCI-623 - Splunk AWS TA doesn't support --external-id when assuming an IAM role. This is for the splunk_TA_aws
app.
Upgrade Moose 7.2.1 ->8.0.5 DONE!
Upgrade Covids 8.0.4 -> 8.0.5
Upgrade POP nodes