Skip to main content

Agent Update

Note

To install a previous version, contact us at support@whatap.io.

Linux and Unix

To update the installed agent to the latest version, execute the following command.

  • Debian/Ubuntu

    sudo apt-get update
    sudo apt-get install whatap-infra
    sudo service whatap-infra restart

    To install a specific version, specify the version during installation as follows:

    sudo apt-get install whatap-infra={version}
  • CentOS/Amazon Linux/SUSE/XenServer

    sudo yum update whatap-infra
    sudo service whatap-infra restart

    To install a specific version, specify the version during installation as follows:

    sudo yum install whatap-infra-{version}
  • FreeBSD

    wget http://repo.whatap.io/freebsd/10/whatap-infra.txz
    pkg install whatap-infra.txz

AIX

To update the installed agent to the latest version, execute the following command.

stopsrc -s whatap-infra
cp /usr/whatap/infra/conf/whatap.conf /tmp/whatap.conf
rpm -e whatap-infra
rpm -Uvh http://repo.whatap.io/aix/noarch/whatap-infra-latest.noarch.rpm
cp /tmp/whatap.conf /usr/whatap/infra/conf/whatap.conf
startsrc -s whatap-infra

Windows

To update the installed agent to the latest version, go to Management > Agent Installation. Download the installation file for your Windows Server OS by following the instructions in the Installation Guide section of Download Installation File, and then run the whatap_infra.exe file. The service is restarted after updating the agent.

Note

The .zip file is also provided for the users who cannot accept .exe files due to security issues. For more information, see the following.