- Viewing all current activities of Acronis Managed Machine Service that runs on the local machine. The output will be displayed in the raw format. Therefore, you will be able to see and use complete GUIDs of activities.
acrocmd list activities --output=raw
- Viewing the running activities of Acronis Backup & Recovery 11.5 Management Server.
acrocmd list activities --host=srv1 --credentials="srv1\AMS user",pass1 --service=ams --filter_state=running
- Viewing activities of Acronis Managed Machine Service that runs on a remote machine. The software will show only completed activities.
acrocmd list activities --host=srv1 --credentials="srv1\AMS user",pass1 --service=ams --address=192.168.1.2 --filter_state=completed
- Viewing the running activities of Acronis Backup & Recovery 11.5 Storage Node. By reviewing the command output, which displays the time elapsed from an activity start, you can detect hung-up processes on the storage node.
acrocmd list activities --host=srv1 --credentials="srv1\ASN user",pass1 --service=asn --filter_state=running