Difference between revisions of "How to Reinstall OSSEC Agent for Linux"

From khika
Jump to navigation Jump to search
(How to Reinstall OSSEC Agent for Linux)
(How to Reinstall OSSEC Agent for Linux)
Line 7: Line 7:
 
     5. Go to the following directory:
 
     5. Go to the following directory:
 
     6. '''/opt/ossec/bin'''  
 
     6. '''/opt/ossec/bin'''  
     7. Fire '''./ossec-control stop''' command to stop the agent.  
+
     7. Fire '''./ossec-control stop''' command to stop the agent. <br>
 
     8.[[File:Ossec11.jpg|600px]]
 
     8.[[File:Ossec11.jpg|600px]]
 
     9. Go to the directory where ossec agent gets installed, '''(/opt)'''  
 
     9. Go to the directory where ossec agent gets installed, '''(/opt)'''  
Line 16: Line 16:
 
     [[File:Ossec121.jpg|600px]]
 
     [[File:Ossec121.jpg|600px]]
 
     14. Now proceed with installing the ossec agent again.
 
     14. Now proceed with installing the ossec agent again.
     15.[[Getting Data into KHIKA#Installing OSSEC Agent for Linux|Install ossec agent for linux]]
+
     15.[[Getting Data into KHIKA#Installing OSSEC Agent for Linux|Install ossec agent for Linux]]

Revision as of 10:02, 13 August 2019

How to Reinstall OSSEC Agent for Linux

   1. To reinstall the ossec agent for linux, We must first uninstall the ossec agent which is already present on your linux server.
   2. Login to your Ossec Agent.
   3. Fire sudo su command to enter into root.
   4. Before proceeding to the uninstallation, make sure you stop the ossec agent.
   5. Go to the following directory:
   6. /opt/ossec/bin 
   7. Fire ./ossec-control stop command to stop the agent. 
8.Ossec11.jpg 9. Go to the directory where ossec agent gets installed, (/opt) 10. Type following command  11. cd /opt 12. Remove the ossec directory using following command. 13. rm -rf ossec/ Ossec121.jpg 14. Now proceed with installing the ossec agent again. 15.Install ossec agent for Linux