Overview
The error "Agents not connecting to the console after updating to GFI LanGuard 12.3" is primarily caused by the GFI LanGuard 12 Attendant Service running as Local System Account without SQL Server access, leading to agent management failures. Additionally, an expired hardcoded agent-specific license in versions 12.13 and below prevents updates. This article outlines the necessary steps to resolve these issues.
Solution
Follow these steps to resolve the agent connection issues:
-
Verify and Update Service Account Permissions:
- Open SQL Server Management Studio on the GFI-SERVER2.
- Connect to
.\SQLEXPRESS. - Expand Security > Logins.
- Right-click Logins > New Login...
- Add login name:
NT AUTHORITY\SYSTEM. - Go to User Mapping tab, check the
LNSSScanResults12database, and grantdb_ownerrole. - Click OK and restart the GFI LanGuard 12 Attendant Service.
-
Change the Service Account (Preferred):
- Open Windows Services (
services.msc). - Find GFI LanGuard 12 Attendant Service.
- Right-click > Properties > Log On tab.
- Change from "Local System account" to "This account".
- Enter:
CNB\aomega(the same account used by your other LanGuard services). - Enter the password for this domain account.
- Click OK and restart the service.
- Open Windows Services (
-
Deploy License Update Script:
- Download and modify the
deploy_agent_license.batfile and add your license key. - Deploy the script to the entire network.
- Verify that agents begin receiving updates and connecting properly.
- Download and modify the
Verification: Ensure agents appear correctly in the console and confirm that they are receiving updates and connecting properly.
Note: If the issue persists, further investigation or direct intervention may be required.
Frequently Asked Questions
- 1. How do I know if this error applies to my situation?
- If you are experiencing issues with agents not connecting to the console after updating to GFI LanGuard 12.3, and you cannot uninstall or remove them, this error may apply to you.
- 2. What should I do if the standard solution doesn't work?
- If the issue persists after following the recommended steps, further investigation or direct intervention may be required. Please provide fresh logs from the server and agent for further analysis.
- 3. How can I verify if the agents are connecting properly after applying the fix?
- Check the console to ensure agents appear correctly and verify that they are receiving updates and connecting properly.
Priyanka Bhotika
Comments