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.gzover 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
CollectorBundlefile 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
On your instance, navigate to the Service Graph Connector for ServiceNow OT Discovery Guided Setup page.
Select the Get Started.
The Download & Deploy OT Discovery page opens.
In the first section of the setup, select Download & Deploy OT Discovery.
Select Configure and the Downloads page opens.
Downloads page
**Note:** Read the End User License Agreement \(EULA\) carefully and then check **Agree**.
Download the OT Discovery Collector installation and deployment package for Linux.
Install the Collector on the Discovery Console for OT you intend to use.
On a RHEL-based distribution, install tar.
sudo dnf install -y tarOn all Linux distributions, run the following command:
tar -xvf linuxCollectorinstaller_[version number]_[build number].tar.gzCopy the
CollectorBundlefile into theCollectorInstallerdirectory.chmod +x Collector-init.sh ./Collector-init.shWhen the script starts, the system locates the pdf version of the EULA.
When prompted to accept the EULA, enter
Yfor yes.After the script completes successfully, the OT Discovery Collector can be seen in the console.
To check the service status, run this command:
systemctl status SNDiscoveryCollector. If you would like to view the journal output for the service to troubleshoot issues, as the root user you can runjournalctl -f -a -u SNDiscoveryCollector.
Result
After the script completes successfully, the OT Discovery Collector can now be seen in the console.
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
.