-
Version2.4.110 Installation MethodSecurity Onion ISO image Descriptionother (please provide detail below) Installation TypeDistributed Locationon-prem with Internet access Hardware SpecsExceeds minimum requirements CPU40 RAM37GB Storage for /65GB Storage for /nsm125GB Network Traffic Collectionspan port Network Traffic SpeedsLess than 1Gbps 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) DetailHi, Trying to restart the services the following error arises: This is part of the content of /opt/so/log/salt/master (I couldn't copy/paste the content, I'm sorry): I tried several commands, like "soup", "so-checkin" and "salt-call state.highstate -l info" but I always receved the same output. Do you have any idea about how to fix this problem? All of the services are down and I don't know how to resolve. Thanks in advance. Guidelines
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I am not a Security Onion maintainer, so take this with a grain of salt. Based on the information you provided; it looks like your pillars or salt files may be corrupted. To the best of my knowledge, you basically have three options:
Attempt to restore from a backupThis is a last-resort option to try and recover your grid without re-installing. Some warnings before proceeding:
user@managernode ~$ sudo cp /nsm/backup/so-config-backup-yyyy_mm_dd.tar /
user@managernode ~$ cd /
user@managernode /$ sudo tar xvf so-config-backup-yyyy_mm_dd.tar
All together: user@managernode ~$ sudo cp /nsm/backup/so-config-backup-yyyy_mm_dd.tar /
user@managernode ~$ cd /
user@managernode /$ sudo tar xvf so-config-backup-yyyy_mm_dd.tar |
Beta Was this translation helpful? Give feedback.
-
Thanks @zfcarsonb for your suggestion. Unfortunately that method didn't work for me. I managed to resolve my issue in a different way. The probem was solved after a cache clean of the salt master and a so-checkin. Here are the step that I followed:
|
Beta Was this translation helpful? Give feedback.
Thanks @zfcarsonb for your suggestion. Unfortunately that method didn't work for me.
I managed to resolve my issue in a different way.
Trying to restore the SecurityOnion backups didn't make the errors disappear.
After a long research, I found that the problem could be casued by some kind of problems in the salt-master cache.
The probem was solved after a cache clean of the salt master and a so-checkin.
Here are the step that I followed: