Troubleshooting
If you experience connectivity problems between your domain controllers and Identity Awareness Gateway/Log Servers, perform the following troubleshooting steps:
Connectivity Issues
- Ping the domain controller from the Identity Awareness Gateway and Log Server.
- Ping the Identity Awareness Gateway and Log Server from your domain controller.
- Perform standard network diagnostics as required.
- Check the tab of the view and see if there are drops between a Security Gateway defined with AD Query (Source) and the domain controller (Destination). If there are drops, see Configuring the Firewall and sk58881.
Use wbemtest to Verify WMI
To use the Microsoft wbemtest utility to verify that WMI is functional and accessible.
- Click Start > Run.
- Enter
wbemtest.exe
in the Run window. - In the Windows Management Instrumentation Tester window, click Connect.
- In the window, in the first field, enter the Domain controller, in this format:
\\<IP address>\root\cimv2
- In the > field, enter the fully qualified AD user name. For example: ad.company.com\admin
- Enter a password for the user.
- Click Connect.
- If the Windows Management Instrumentation Tester window re-appears with its buttons enabled, WMI is fully functional.
If the connection fails, or you get an error message, check for these conditions:
Domain administrator Credentials
To verify your domain administrator credentials:
- Click .
- In the window, enter
\\<domain controller IP address>\c$
For example: \\11.22.33.44\c$
- In the window, enter your domain administrator user name and password.
- If the domain controller root directory appears, this indicates that your domain administrator account has sufficient privileges. An error message may indicate that:
- If the user does not have sufficient privileges, this indicates that he is not defined as a domain administrator. Obtain a domain administrator credentials.
- You entered the incorrect user name or password. Check and retry.
- The domain controller IP address is incorrect or you are experiencing connectivity issues.
Verify the WMI Service
To verify if the WMI service is running on the domain controller:
- Click > .
- Enter
services.msc
in the window. - Find the service and see that the service started.
If it did not start, right-click this service and select .
Configuring the Firewall
If a Firewall is located between the Identity Awareness Gateway or Log Server, and the Active Directory controller, configure the Firewall to allow WMI traffic.
To create Firewall rules for WMI traffic:
- In SmartConsole, from the view, open the .
- Create a rule that allows ALL_DCE_RPC traffic:
- Source = Security Gateways that run AD Query
- Destination = Domain Controllers
- Service = ALL_DCE_RPC
- Action = Accept
- Save the policy and install it on Security Gateways.
Note - If there are connectivity issues on DCE RPC traffic after this policy is installed, see sk37453 for a solution.
Confirm that Security Event Logs are Recorded
If you have checked connectivity but still do not see identity information in logs, make sure that the necessary event logs are being recorded to the Security Event Log.
AD Query reads these events from the Security Event log:
- For Windows Server 2003 domain controllers - 672, 673, 674
- For Windows Server 2008 and above domain controllers - 4624, 4769, 4768, 4770
Make sure you see the applicable events in the Event Viewer on the domain controller (My computer > Manage > Event Viewer > Security).
If the domain controller does not generate these events (by default they are generated), refer to Microsoft Active Directory documentation for instructions on how to configure these events.