Shrinking Security Onion ISO for Remote Deployment #13006
-
Hi, I'm currently working with Security Onion and facing a challenge with its ISO file, which is around 12GB. I need to deploy this ISO to several remote locations, but due to slow and unstable network connections, mounting the ISO remotely isn't a viable option. Additionally, these sites are airgapped, making network-based solutions impractical. I'm looking for a method to shrink the size of the Security Onion ISO to make it more manageable for transfer and deployment. Ideally, I'd like to remove unnecessary packages and files, clean up any temporary data, and optimize the file system. Could you provide a detailed process or any tools that can help me achieve this? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The ISO is large due to containing everything needed for a full deployment of Security Onion. If these are minions intended to join your existing Security Onion grid one option is to just install Oracle 9 using the Oracle ISO and copy the Security Onion github repo to the remote host. You will then run the Below is an idea of what you may be able to do. It isn't intended as a guide, this is NOT a supported installation method. Your best bet is to have access to a jump box that does have a stable connection to your remote host so you can image the server using the official Security Onion ISO.
|
Beta Was this translation helpful? Give feedback.
The ISO is large due to containing everything needed for a full deployment of Security Onion.
If these are minions intended to join your existing Security Onion grid one option is to just install Oracle 9 using the Oracle ISO and copy the Security Onion github repo to the remote host. You will then run the
so-setup-network
installer and join your existing grid. Where it can pull everything down from the manager.Below is an idea of what you may be able to do. It isn't intended as a guide, this is NOT a supported installation method. Your best bet is to have access to a jump box that does have a stable connection to your remote host so you can image the server using the official Security O…