This Articles provides some of the Linux useful sentinelctl commands required during Troubleshooting.
Sentinelctl executes actions on an Agent. Please run command only in privilege Mode.
Note : Commands are case sensitive.
Purpose : To enable/disable the agent. When you disable the Agent, you can identify interoperability issues related to the Agent without uninstalling.
Synopsis : sentinelctl control {disable | enable} [--expiration EPOCH_SECONDS] --passphrase PASSPHRASE
Example :

Purpose : Shows the processes and PIDs that the Agent runs.
Synopsis : sentinelctl control status
Example :

Purpose : Start the Agent.
Synopsis : sentinelctl control start
Example :

Purpose : Stop the Agent.
Synopsis : sentinelctl control stop [--passphrase "passphrase"]
Example :

Purpose : Uninstall the Agent.
Synopsis : sentinelctl control Uninstall --passphrase "passphrase" [--output] [--unquarantine]
--passphrase : if you do not give the passphrase in the command, the Agent prompts for it.
--output : Show the output of Uninstall.
--unquarantine : Restore quarantined files before Uninstall.
Example:

Purpose : Install the new Linux CC Agent.
Synopsis : # chmod 777 SonicWall%20Capture%20Client.3.6.30.sh
# ./SonicWall%20Capture%20Client.3.6.30.sh
Example:

