Agent Health Return Codes
The agenthealth.ps
utility validates:
-
Super-user privilege
-
CTE Agent installation
-
CTE registration to key manager
-
CTE processes/modules that are running
-
Available disk resources:
-
Current GuardPoints: Tests if the agent can reach the GuardPoints
-
CTE log directory resource status
This directory contains pending CTE log files for upload. This utility reports the size and number of pending files for upload. These text files are logs that contain vmd/SecFS information. They are regenerated whenever secfs restarts. If the number of files is unexpectedly large, this can indicate a problem.
Agent Health Check Script
The Agent health check script (agenthealth.ps1
)is located in C:\Program Files\Vormetric\DataSecurityExpert\agent\shared\bin\
To run the Agenthealth
check script:
-
Run the power shell command to enable self-signing for the system.
Before running agent-health script make sure power shell command has enough privileges to execute the Powershell script. Some Windows operating systems have default execution policy set as
restricted
.Use the Powershell command
Set- Execution-policy Remote Signed
to change the execution policy if needed. -
Open the
Powershell
prompt as administrator. -
Type:
System Response