Hi,
Is there any way to unistall aix agent cleanly which can delete all the users and packages.
Please help
Uninstall AIX agent
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Uninstall AIX agent
running the following should remove the 2 packages and the created user/group
Then remove the 2 directories
Code: Select all
rpm -e nagios-plugins nrpe-2.13-1
rmuser nagios
rmgroup nagiosCode: Select all
rm -rf /opt/nagios
rm -rf /etc/nagios-
srikanth.kallu
- Posts: 243
- Joined: Thu Jul 26, 2012 10:48 am
Re: Uninstall AIX agent
It worked,
Thank You!
Thank You!