Hi Victoria,
I think it's a simple way on windows systems is to check the service from the task manager. As you mentioned, now if you want to automate the process you can try the powershell command below.
Get-Service -Name "SecureSphere*"
For linux environments, the use of the
systemclt command should suffice.
$sudo systemctl status "${securesphere}".service
My apologies are simple concepts, however they can be of help, I hope so ;)
#comandlineFu
#On-PremiseWAF(formerlySecuresphere)
------------------------------
Luis Elola
CyberSecurity Senior Presales At Entel
Empresa Nacional de Telecomunicaciones S.A
Santiago Centro
------------------------------
Original Message:
Sent: 09-28-2022 14:17
From: Victoria Vazquez
Subject: Validate agent correctly installed
Good morning community, I have a question.
What is the correct way to validate that an agent is correctly installed on a windows and non-windows server?
I'm doing internal documentation and I would like to know a way to check if it is correctly installed without the need to reinstall it.
For Windows systems, one of the best ways would be to check in the services that the agents are running? Like this:
#On-PremisesWAF(formerlySecuresphere)
------------------------------
Victoria Vazquez
IT Operations Engineer
------------------------------