Agent Maintenance
This section will show you how to perform different actions to mantain your agent.
Topics
Check current version
Check that the package has been properly installed
rpm -qa | grep emory
Output will show the installed version of the product:
emory-1.0-2011.11.x86_64
Update
Update the package using RPM native tools with root user or sudo permissions:
cd /tmp rpm -Uvh emory-1.0-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.
rpm -Uvh https://s3.eu-west-1.amazonaws.com/repo.linkeit.com/resources/emory/1.0/packages/emory-1.0-latest.x86_64.rpm
Delete
Delete the package using RPM native tools with root user or sudo permissions:
rpm -e emory-1.0-2011.11.x86_64
yum remove emory