How to check if the DCS standalone agent is ready to accept the policy deployment after the installation reboot
search cancel

How to check if the DCS standalone agent is ready to accept the policy deployment after the installation reboot

book

Article ID: 429350

calendar_today

Updated On:

Products

Data Center Security Server Advanced

Issue/Introduction

You are using a standalone DCS Agent and would like to automate Intrusion Prevention deployment after DCS Agent installation and reboot of the OS. 

You would like to decrease the time when the client is unprotected after a reboot and deploy the policy as soon as it is possible. 

Environment

DCS 6.10.x

Windows 10/11

Resolution

You can validate with the commands below if the DCS Services and Drivers are up and running. If all of them are in the running state sisipsconfig command with the -P switch can be executed. 

DCS Drivers check

sc query SISIPSDriver |findstr RUNNING
sc query SISIPSNetFilter |findstr RUNNING
sc query SISIPSFileFilter |findstr RUNNING
sc query SISIDSRegDrv |findstr RUNNING
sc query SymEFASI |findstr RUNNING

DCS Services check

sc query SISIPSSERVICE | findstr RUNNING
sc query SISIDSSERVICE | findstr RUNNING
sc query SISIPSUTIL | findstr RUNNING