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 8: Line 8:
 
     6. '''/opt/ossec/bin'''  
 
     6. '''/opt/ossec/bin'''  
 
     7. Fire '''./ossec-control stop''' command to stop the agent. <br>
 
     7. Fire '''./ossec-control stop''' command to stop the agent. <br>
     8.[[File:Ossec11.jpg|600px]]
+
     8.[[File:Ossec11.jpg|600px]] <br>
 
     9. Go to the directory where ossec agent gets installed, '''(/opt)'''  
 
     9. Go to the directory where ossec agent gets installed, '''(/opt)'''  
 
     10. Type following command 
 
     10. Type following command 
Line 14: Line 14:
 
     12. Remove the ossec directory using following command.  
 
     12. Remove the ossec directory using following command.  
 
     13. '''rm -rf ossec/'''
 
     13. '''rm -rf ossec/'''
     [[File:Ossec121.jpg|600px]]
+
     [[File:Ossec121.jpg|600px]] <br>
 
     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