Notice You must upgrade the components in the following order or your backups may fail:
|
To upgrade the Backup Agent follow the instructions below.
1. Perform the following manual steps before the upgrade:
Stop the Backup Agent by executing the following command:
service cdp-agent stop
or
/etc/init.d/cdp-agent stop
Verify that there are no running or defunct cdp-2-6 processes by running:
ps ax | egrep –i c[d]p
Notice Make sure you have a backup of the installation directory before upgrading. |
2. Proceed with the upgrade:
apt-get update
followed by
apt-get install serverbackup-enterprise-agent
3. Start the new Server Backup Agent:
/etc/init.d/cdp-agent start
To verify the Agent is running, run the following command:
egrep "Agent Version|Starting" /usr/sbin/r1soft/log/cdp.log | tail -n2