Replications will not start or get queued, whenever you try to run it manually you get this error:
Also the avagent log under /usr/local/avamar/var/client/avagent.log is not up to date and the last entries in it were before the server upgrade.
Further investigation required to determine the cause, but it looks like Avagent service was not restarted properly during the workflow or after.
Restart the avagent service and try again.
1- Login to the utility node as admin and switch to root user:
su -
2- Restart the avagent service:
service avagent restart
3- Confirm that avagent is now up and running:
service avagent status
4- Check the avagent logs and confirm that it is up to date:
ls -lthr /usr/local/avamar/var/client/avagent.log
5- Run the replication again.