Upgrade → Job Summarization

Check the software compatibilty tables to determine which version of software to upgrade.

Prerequisites

All periodic cron scripts should be disabled before upgrading the software.

Upgrade Software

The upgrade procedure involves installing the new software package.

RPM upgrade

An RPM is provided for Centos 7 and is compiled against the version of PCP that ships with the distribution (PCP version 4.3.2).

# yum install supremm-1.4.0-1.el7.x86_64.rpm

Source code upgrade

$ source activate supremm
$ tar xf supremm-1.4.0.tar.gz
$ cd supremm-1.4.0
$ python setup.py install