Install OT Discovery Collector on a Linux system
Install the OT Discovery Collector on a Linux system.
Before you begin
- SCP the linuxCollectorinstaller_[version number]_[build number].tar.gz over to the Linux system.Note:An example of the file name format is
linuxCollectorinstaller_3.3.1_20250917.1.tar.gz. - You need to SCP the CollectorBundle file you generated and downloaded from the Discovery Console to the Linux system.
- To go into OT Discovery Collector Linux host, use
ssh. - Use
suorsudo -sto switch to the root user.
Role required: admin
Note:
You can now download and install Containerized Collector packages. For a Windows OS machine, be sure to select the compatible Collector OS. For more information on installing a containerized package, see Air-gapped networks and OT Discovery installation.
Procedure
Result
To check the service status, run this command:
systemctl status SNDiscoveryCollector.If you
would like to view the journal output for the service (usually as a troubleshooting measure), as the root user you can run:
journalctl -f -a -u SNDiscoveryCollector.