-
Version2.4.50 Installation MethodNetwork installation on Red Hat derivative like Oracle, Rocky, Alma, etc. Descriptioninstallation Installation TypeDistributed Locationon-prem with Internet access Hardware SpecsExceeds minimum requirements CPU2 RAM768 Storage for /150G Storage for /nsm1TB Network Traffic Collectionspan port Network Traffic Speeds1Gbps to 10Gbps StatusNo, one or more services are failed (please provide detail below) Salt StatusYes, there are salt failures (please provide detail below) LogsYes, there are additional clues in /opt/so/log/ (please provide detail below) DetailI am trying to deploy a distributed, sensor on this physical box which is attached to the taps of our network. I have an install txt from /opt/so, I also provided some logs I hope helps. Here is my full install logs (from terminal scrollback) [root@remoteonion securityonion]# bash so-setup-network Guidelines
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Forgot to mention I did run the command to add this device as an ip to the firewall. soc-root@securityonion ~]$ sudo so-firewall-minion --role=SENSOR --ip=10.42.1.200
|
Beta Was this translation helpful? Give feedback.
-
It looks like it just couldn't install the salt packages, so everything that requires salt for setup fails. Can you run Then you can try manually adding the salt repo key + repo.
After rerun so-setup-network. |
Beta Was this translation helpful? Give feedback.
-
It looks like that did it, when I first ran it I had another error: WARNING: Errors detected during setup. So I clear out all the logs and tmp and tried once more and it looks successful. Total run time: 10.285 ms thanks! |
Beta Was this translation helpful? Give feedback.
It looks like it just couldn't install the salt packages, so everything that requires salt for setup fails.
Can you run
dnf repolist && cat /etc/yum.repos.d/salt.repo
Want to see if the salt repo is there / what it's pointing to.
Then you can try manually adding the salt repo key + repo.
After rerun so-setup-network.
Hopefully that resolves the issues you had during install.