Starting the Catalogic DPX GuardMode Agent
Starting GuardMode on Windows
To start the Catalogic DPX GuardMode Agent in your system, do one of the following:
launch the GuardMode Agent by using the command below:
PS> sc start CatalogicGuardModeAgent
Use the Task Manager:
Right-click the Windows Start button and click Task Manager.
Go to Services tab.
Right-click CatalogicGuardModeAgent and select Start. Its status should change to Running.
To stop the service, do one of the following:
use the command below:
PS> sc stop CatalogicGuardModeAgent
Right-click the Windows Start button and click Task Manager.
Go to Services tab.
Right-click CatalogicGuardModeAgent and select Stop. Its status should change to Stopped.
Starting GuardMode on Linux
To start the Catalogic DPX GuardMode Agent, use the following command:
systemctl start Catalogic.GuardMode.Agent.service
To check if the service started correctly, use the following command:
systemctl status Catalogic.GuardMode.Agent.service
Last updated