59057: Acronis Cyber Backup: troubleshooting synchronization issues between Agents and Management Server

use Google Translate

Last update: 03-08-2022

Symptoms

  1. Incorrect last/next backup start time or other data displayed in Cyber Protection console.
  2. Agent gets the Offline status in Cyber Protection console, although the machine is running.

Troubleshooting

Check last activities of the affected agent

As connectivity issues may have various root causes, the best way to start troubleshooting is by checking error messages in logs.

  1. Check Activities in Cyber Protection console.
  2. Check logs on the Agent machine. The logs to check are Acronis Managed Machine service (MMS) log and the ZMQ component logs. ZMQ client on the Agent device is in constant communication with zmqgw component on AMS.
    Logs are named:

    • zmq_client_connections.log
    • zmq_client_sessions.log
    • mms.0.txt or mms.0.log

    And are located in:

    • Windows: %allusersprofile%\Acronis\BackupAndRecovery\MMS\
    • Linux: /var/lib/Acronis/BackupAndRecovery/MMS/
    • macOS: /Library/Application Support/Acronis/BackupAndRecovery/

Troubleshooting steps

Once you have more insights from the logs, you may already have identified the root cause for the issue. Follow these steps to resolve it.

  1. Make sure that Acronis Managed Machine service (acronis_mms in Linux and macOS) is running and its user has required permissions:
    • Windows: Start -> Search -> services.msc -> Acronis Managed Machine Service
    • Linux: ps aux | grep Acronis
    • macOS: sudo launchctl list | grep acronis
  2. Make sure the affected machine has internet connection.
  3. Make sure http://cloud.acronis.com is accessible from the affected machine.
  4. Make sure all required ports are open. You can check port with Cloud Connection Verification Tool. If the tool reports that a required port is closed, open this port.
  5. Make sure Acronis Management Server can process Agent's requests. You can check it by creating and applying a test backup plan (you can revoke the plan afterwards).
  6. Make sure the affected machine has received a correct token from the management server:
    1. Issue:
      acropsh -m dmldump --service mms --viewspec-string Msp::Agent::Dto::Configuration
    2. Make sure the Uplink line is filled:
          ('.Uplink.Address.Address', 'string', 'eu-baas.acronis.com'),
          ('.Uplink.Address.Alternatives', 'array', []),
          ('.Uplink.Address.Alternatives^Nil', 'nil', None),
          ('.Uplink.Address.Port', 'dword', 7787),
          ('.Uplink.Address^Is', 'string', 'Msp::Agent::Dto::ServerAddress'),
          ('.Uplink.IsSuspended', 'bool', 0),
          ('.Uplink.SessionType', 'string', 'ams'),
          ('.Uplink.ZmqPublicKey', 'string', 'y0Qd(6lPiJ2<)JkpXcmpITe8VhGQWh^*/HLQVZq#'),
          ('.Uplink^Is', 'string', 'Msp::Agent::Dto::UplinkInfo'),
  7. Stop Acronis Managed Machine service for 4-5 minutes until the Agent goes offline in Cyber Protection console. Start Acronis Managed Machine Service afterwards and check whether the issue persists.
    • Windows: Start -> Search -> services.msc -> Acronis Managed Machine Service -> click Stop service, then click Start service
    • Linux: /etc/init.d/acronis_mms stop
      /etc/init.d/acronis_mms start
    • macOS: sudo launchctl start <service_name>
      sudo launchctl stop <service_name>

If none of the above helps, please contact Acronis Support for assistance.