- Collect trace for agent installation issue
- Enabling trace before the agent is installed
- Open Registry Editor
- Expand HKEY_LOCAL_MACHINE
- Expand SOFTWARE
- Right click SOFTWARE and select New > Key
- Rename the new key to VertexGraph
- Right click VertexGraph and select New > Key
- Rename the new key to GatewayAgent
- Left click on the GatewayAgent folder (key)
- Right click on an empty space and select “New” >“DWORD (32-bit) Value)
- Give it a name “TraceLevel”
- Double click on the text “TraceLevel” and give it a value of 4
- Open debugview and choose "Capture Global Win32"
- Then reproduce the issue
- After encounter the error, wait 10 seconds, then save the debugview log
- Go to control panel > Uninstall a program, check if agent is there
- Go to services, check what services start with “TriofoxAI”
- Enabling trace before the agent is installed
- If agent gets into bad state, e.g. “Gateway agent used to access the resource is not available”
1. Use windbg to attach to gateway agent to see if you can
thread info
2. Kill the Gateway agent process
3. Start the trace
4. Restart the gateway agent again
5. Collect trace if the restart fails - Enabling trace for Zero Trust service on the gateway agents
1. Add DWORD(32) TraceLevel=4 under "SOFTWARE\\VertexGraph\\ZeroTrustAgent” - The services that exist on the agent server
1. Open Task Manager
2. Click on the “Details” tab
3. There should be 3 processes here
1. GateayAgent.exe
2. KLMonitorSvc.exe
3. KLTunnelClient.exe
Comments
0 comments
Please sign in to leave a comment.