Skip to content

Agent Administration

Interactive Analysis
Stop SQLAgent Stop Java Agent Execute via CLI
Configure
SQL Java .NET
Update
SQL Java .NET

Linux Agent Monitoring and Maintenance

Operation

Operating System, Distribution, Version

Commands

Show Status

Debian 11 and later; Ubuntu 22 and later

systemctl status codelogic-java codelogic-sql

Monitor Agent

Debian 11 and later; Ubuntu 22 and later

Java Agent: journalctl --follow --unit=codelogic-java.service

SQL Agent: journalctl --follow --unit=codelogic-sql.service

Start Agent

Debian 11 and later; Ubuntu 22 and later

sudo systemctl startcodelogic-java codelogic-sql

Stop Agent

Debian 11 and later; Ubuntu 22 and later

sudo systemctl stopcodelogic-java codelogic-sql

Disable Agent

Debian 11 and later; Ubuntu 22 and later

sudo systemctl disablecodelogic-java codelogic-sql

Upgrade Agents

Debian 11 and later; Ubuntu 22 and later

sudo sudo apt update sudo apt upgrade codelogic-java codelogic-sql

Show Agent Version

Debian 11 and later; Ubuntu 22 and later

apt list codelogic-java codelogic-sql

Remove Agents




Debian 11 and later; Ubuntu 22 and later




# Remove agents
sudo apt remove codelogic-java codelogic-sql

# Remove agents and all configuration
sudo apt purge codelogic-java codelogic-sql

Remove Agent Repos


Debian 11 and later; Ubuntu 22 and later


sudo rm /usr/share/keyrings/codelogic-server.key
sudo rm /etc/apt/sources.list.d/codelogic-agents.list
sudo apt update

Windows Agent Monitoring and Maintenance

Service Administration

Use the Windows Services Manager for controlling the .NET Agent service.