Skip to main content

Agent Update

Note

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

Linux

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

    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}

Unix

  • FreeBSD

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

    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
  • Oracle Solaris

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

    cp /usr/whatap/infra/conf/whatap.conf /tmp
    /etc/init.d/whatap-infra stop
    pkgrm whatap-infra
    wget https://repo.whatap.io/sunos/11/whatap-infra.latest.SPARC.pkg.tar.gz
    tar xzvf whatap-infra.latest.SPARC.pkg.tar.gz
    pkgadd -d .
    cp /tmp/whatap.conf /usr/whatap/infra/conf/whatap.conf
    /etc/init.d/whatap-infra start

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 Download the WhaTap Installer for Windows section of Install guide, 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.