Troubleshooting
Resolutions for the following issues are provided:
SQL clusters are not discovered
Issue symptoms
SQL clusters are not discovered.
Resolution
Check the following if the KM is unable to discover your SQL cluster:
- The host is unreachable from the server running PATROL Agent (
ping
command) - User credentials might be wrong - use SQLCollector diagnostic tool
- Make sure use are able to connect to the SQL cluster using MS SQL Management Studio
WMI errors
Issue symptoms
WMI errors are displayed.
Issue scope
Connection to remote computer fails
Resolution
DCOM permission
Follow the given steps to verify the DCOM permission:
- Click Start > Run > enter
Dcomcnfg
- In the Component Services window, in the left navigation tree, expand Component Services > Computers > My Computer
- Right click My Computer and select Properties
- Select the COM Security Tab
- In the Access Permissions dialog box, click Edit Limits, ensure that the Everyone user group has Local Access and Remote Access permission. Click Ok after verifying the permissions.
- In the Launch and Activation Permissions dialog box, click Edit Limits, ensure that the Everyone user group has Local Activation and Local Launch permission. Click Ok after verifying the permissions.
Permission for the user to the WMI namespace
- Click Start > Run > enter
WMImgmt.msc
- In the WMImgmt window, in the left navigation tree, right-click WMI Control (Local) and select Properties
- In the WMI Control (Local) Properties dialog box, select the Security tab.
- Select Root and click Security button.
- Ensure that authenticated users have Execute Methods, Provider Right, and Enable Account rights.
- Ensure that the Administrators have all the permissions.
Verify WMI Impersonation Rights
- Click Start > Run > enter
gpedit.msc
, click OK. - In the Local Group Policy Editor window, in the left navigation tree, under Local Computer Policy, expand Computer Configuration and then expand Windows Settings.
- Expand Security Settings, expand Local Policies, click User Rights Assignment.
- Verify that the SERVICE account is specifically granted Impersonate a client after authentication rights.
error: Login failed
Issue symptom
The login is from an untrusted domain and cannot be used with Windows authentication.
Issue scope
This is an environmental issue.
Resolution
It can be resolved at domain/Network/Active Directory level. Use the following workarounds to resolve it:
- Specify Hostname field as 127.0.0.1 or localhost instead of regular IP address.
- Disable Loop Back Check feature in the registry:
- Edit the registry using regedit. (Start > run > Regedit)
- Browse: HKLM\System\CurrentControlSet\Control\LSA and add a DWORD value called DisableLoopbackCheck to it.
- Set the value to 1
- Restart the PATROL Agent
By performing these registry changes, you can set Hostname field with regular IP address.
Was this page helpful? Yes No
Submitting...
Thank you
Comments
Log in or register to comment.