|
@@ -7,7 +7,7 @@ See also: the installation notes in `Phantom Notes.md`
|
|
|
|
|
|
# General Notes
|
|
|
|
|
|
-Use the `Splunk Phantom` repo, not the `msoc` repo.
|
|
|
+Use the Splunk provided `Splunk Phantom` repo, not the XDR managed `msoc` repo.
|
|
|
BE SURE TO HAVE AT MOST 55% FREE space ( 45% used space)
|
|
|
|
|
|
Backup documentation [Restore Splunk Phantom from a backup](https://docs.splunk.com/Documentation/Phantom/4.10.2/Admin/Restorefromabackup)
|
|
@@ -69,24 +69,27 @@ Clean yum
|
|
|
|
|
|
install updates excluding nginx.
|
|
|
Watch out for the phantom_repo package being updated! Do not update phantom_repo, yet. If phantom is not running i don't think the package upgrade succeeds. Reboot if kernal is updated.
|
|
|
-`yum update --exclude=nginx`
|
|
|
+`yum update --exclude=nginx --disablerepo phantom-base`
|
|
|
`shutdown -r now`
|
|
|
|
|
|
-Start Phantom
|
|
|
+Start Phantom ( should be already started due to reboot )
|
|
|
`/opt/phantom/bin/start_phantom.sh`
|
|
|
|
|
|
Install phantom repo and signing keys
|
|
|
-use either the yum upgrade or the rpm command to upgrade the repo package. ( RPM preferred )
|
|
|
+use the rpm command to upgrade the repo package. ( RPM preferred )
|
|
|
|
|
|
`rpm -Uvh https://repo.phantom.us/phantom/<major version.minor version>/base/7Server/x86_64/phantom_repo-<major version.minor version.release.build number>-1.x86_64.rpm`
|
|
|
|
|
|
-`rpm -Uvh https://repo.phantom.us/phantom/4.10/base/7Server/x86_64/phantom_repo-4.10.4.56260-1.x86_64.rpm`
|
|
|
+`rpm -Uvh https://repo.phantom.us/phantom/4.10/base/7Server/x86_64/phantom_repo-4.10.6.61906-1.x86_64.rpm`
|
|
|
|
|
|
## Upgrade
|
|
|
-This takes a LONG time! Use nohup to background the process to avoid SSH timeout issue. Ask Splunk Support for nohup command.
|
|
|
+This takes a LONG time! Use nohup to background the process to avoid SSH timeout issue. Ask Splunk Support for nohup command. ALTERNATE: Use TMUX to keep session alive.
|
|
|
`/opt/phantom/bin/phantom_setup.sh upgrade --without-apps --no-space-check`
|
|
|
|
|
|
-SUGGESTED: Open one virtical split window and one horizontal split window in xterm/tmux to watch the upgrade, watch the size of /tmp and watch the /var/log/phantom/phantom_install_log.
|
|
|
+SUGGESTED: Open one vertical split window and one horizontal split window in xterm/tmux to watch the upgrade, watch the size of /tmp and watch the /var/log/phantom/phantom_install_log.
|
|
|
+`tail -f /var/log/phantom/phantom_install_log`
|
|
|
+
|
|
|
+NOTE: You should ignore the "Complete!" messages. They are not indicating that the whole upgrade is complete. They are indicating that one RPM package has been upgraded.
|
|
|
|
|
|
Upgrade apps after a successful upgrade.
|
|
|
|
|
@@ -97,6 +100,10 @@ Upgrade apps after a successful upgrade.
|
|
|
- verify connectivity to github
|
|
|
-
|
|
|
|
|
|
+# 4.10.6
|
|
|
+08/2021
|
|
|
+minor upgrade to upgrade Nginx due to Vuln scanner. Also removes use of TLSv1.1
|
|
|
+
|
|
|
# 4.10.4
|
|
|
05/2021
|
|
|
minor upgrade due to known issue with pgbouncer and okta auth.
|