Skip to main content

Agent Maintenance

This section will show you how to perform different actions to mantain your agent.


Check version

  • Check that the package has been properly installed


    _10
    rpm -qa | grep emory

    Result:


    _10
    emory-1.0-2011.11.x86_64


Updating the agent to a new version

  • Update the package using RPM native tools with root user or sudo permissions:


    _10
    cd /tmp
    _10
    rpm -Uvh emory-1.0-linux-latest.x86_64.rpm

    Alternatively, if your server has internet access, you can directly update it from the repository by executing the following commands as root user.


    _10
    rpm -Uvh https://s3.eu-west-1.amazonaws.com/repo.linkeit.com/resources/emory/Linux/1.0/packages/emory-1.0-linux-latest.x86_64.rpm


Uninstall

Delete the package using RPM native tools with root user or sudo permissions:


_10
rpm -e emory-1.0-2011.11.x86_64