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.
In case this was after certificates renewal, the avagent log will complain from the older certificate expiry date.
Further investigation is required to determine the cause, but it looks like the Avagent service was not restarted properly during the workflow or after.
If renewing certificates, the avagent still tries the old certificates until we restart it.
Restart the avagent service and try again.
Log in to the utility node as admin and switch to root user:
su -
Restart the avagent service:
service avagent restart
Confirm that avagent is now up and running:
service avagent status
Check the avagent logs and confirm that it is up to date:
ls -lthr /usr/local/avamar/var/client/avagent.log
Run the replication again.