View Source

| *Release Date:* | 11/20/2012 |
| *Build Date:* | 11/16/2012 |
| *Linux Manager/Agent Build Version:* | 5.0.2 build 18566 |
| *Windows Manager/Agent Build Version:* | 5.0.0 build 18539  \\ |
| *Recommended Module Version*: | 4.2.1 build 17644 |

{info:title=Upgrading Backup Agent on Linux}
\\
Some manual steps may be required when upgrading the Backup Agent on Linux. See:
* [ServerBackup:Upgrade Backup Agent on CentOS, RHE and Fedora]
* [ServerBackup:Upgrade Backup Agent on Debian and Ubuntu]

{composition-setup}
cloak.toggle.type=text
{composition-setup}
{toggle-cloak:id=MyCloakID}Read special instructions for upgrading from 5.0.0 or 5.0.1  !arrow-transparent.gif!
{cloak:id=MyCloakID}

When upgrading from Backup Agent version 5.0.0 or 5.0.1, we suggest you perform the following manual steps before the upgrade:

1. Type this command to terminate all {{cdp-2-6 agent}} processes:

{code}ps ax | egrep -i c[d]p | awk '{print $1}' | xargs kill -9{code}

Verify that there are no running or defunct {{cdp-2-6}} processes by running:

{code}ps ax | egrep –i c[d]p{code}

2. Proceed with the upgrade:

*For Centos/RHEL/rpm-based:*

{code}yum update {code}

_Or:_

{code}yum install serverbackup-enterprise-agent{code}

*For Debian/Ubuntu/apt-based:*

{code}apt-get update {code}
followed by

{code}apt-get upgrade
{code}

_Or:_

{code}apt-get install serverbackup-enterprise-agent{code}

3. Start the new Server Backup Agent:

*For Centos/RHEL/rpm-based:*

{code}service cdp-agent start{code}

*For Debian/Ubuntu/apt-based:*

{code}/etc/init.d/cdp-agent start{code}


To verify the 5.0.2 Agent is running, run the following command:

{code}egrep "Agent Version|Starting" /usr/sbin/r1soft/log/cdp.log | tail -n2{code}

{cloak}
{info}



----
h2. NEW FEATURES AND IMPROVEMENTS IN THIS RELEASE

h4. Windows and Linux Backup Manager

This release fixes an issue caused by the {{GetAgents()}} and {{getAgentByID()}} APIs including invalid characters in the description field.


h4. Linux Backup Agent

This release fixes an improper call to {{dmidecode}} which caused defunct processes to appear and in some cases high CPU utilization.


h4. Windows Backup Agent

There are no changes to the Windows Backup Agent in the 5.0.2 release.  Version 5.0.0, 5.0.1, and 5.0.2 are all identical for the Windows Backup Agent.

h4.


h3. More Information

Please refer to the version [Server Backup 5.0.0 Release Notes|Server Backup 5.0.0 Release Notes] for more information about all the changes and improvements in the 5.0 release.