-
Version2.4.40 Installation MethodNetwork installation on Red Hat derivative like Oracle, Rocky, Alma, etc. Descriptionupgrading Installation TypeStandalone Locationairgap Hardware SpecsMeets minimum requirements CPU8 RAM28 Storage for /150 Storage for /nsm250 Network Traffic Collectiontap Network Traffic SpeedsLess than 1Gbps StatusYes, all services on all nodes are running OK Salt StatusNo, there are no failures LogsNo, there are no additional clues DetailAsking for unsupported question: How can I use SO iso image to update a SO standalone Redhat network install? I built the system on RHEL 9.2 using standalone network install. But after the initial install it is airgap from there forward. I know I need to edit the soup script but I'm just asking if someone has successfully done the work here in this forum before I dive in and spending a day or two on the soup script. My main goal is the docker container update and configurations, minus OS update patches. The OS update and patches I will take care of it separately. Any ideas would be appreciated. Thanks Guidelines
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
https://docs.securityonion.net/en/2.4/network-installation.html |
Beta Was this translation helpful? Give feedback.
copy all thanks Chris... I fully understand I was asking for unsupported question...
But never mind I got it to work yesterday.
Summary fix:
yum-config-manager --disable \*
soup -f /dev/sr0
cp /sbin/soup /root/soup
vi /root/soup
/root/soup -f /dev/sr0
press "C" to skip os patches.
Quick checks appears to be all working.