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
_10rpm -qa | grep emoryResult:
_10emory-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:
_10cd /tmp_10rpm -Uvh emory-1.0-linux-latest.x86_64.rpmAlternatively, if your server has internet access, you can directly update it from the repository by executing the following commands as root user.
_10rpm -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:
- RPM
- Suse
- RedHat
_10rpm -e emory-1.0-2011.11.x86_64
_10yum remove emory
_10yum remove emory