🔄Agent
Upgrading an agent involves completely replacing the old version with the new version.
Download File
Date
Latest available agent version
The file size is approximately 35 MB.
Download the latest version corresponding to your OS version
Agent Upgrade
Actions
Stop the agent
Remove the old directory
Uncompress the new version
Restart the agent
Example
cd <<PARENT_DIRECTORY>>
alias datasentinel='DATASENTINEL_PATH=`pwd`/datasentinel;LD_LIBRARY_PATH=$DATASENTINEL_PATH/lib/ $DATASENTINEL_PATH/datasentinel'
datasentinel stop agent
rm -fr datasentinel/
tar xvzf /tmp/datasentinel-agent-rhel9-latest.tar.gz
datasentinel start agent
datasentinel status agent
Last updated