The items in this section contain useful Linux commands and lookups pertaining to the AD Bridge Linux Agent.
If the Linux Agent Service is not running, use one of the following commands, applicable to your platform, to start the service:
systemctl start adb-agent.service
service adb-agent start
If you want to verify that the Linux Agent Service is running, use one of the following commands, applicable to your platform, to check the status:
systemctl status adb-agent.service
service adb-agent status
If you need to know what version of the Linux Agent is installed on a given Linux device, access /opt/adb-agent and type a tail command for the version file to show the agent version.
For example:
/opt/adb-agent
tail version
Installed Linux Agents are configured by default to run a pull from Active Directory every 60 minutes to check for any changes to Group Policy objects. This configuration is set in the appsettings.json file at /opt/adb-agent on the Linux Agent using the “PullIntervalInMins” element.
While this configuration can be changed, modifying this file is not recommended and may involve some risk.