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:

    1. Right-click the Windows Start button and click Task Manager.

    2. Go to Services tab.

    3. 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

    1. Right-click the Windows Start button and click Task Manager.

    2. Go to Services tab.

    3. 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