|
DrewE -> RE: Unable to query service state (15.Jul.2008 2:12:43 PM)
|
There are several things you'd want to check in this situation first: - On the server, whose service you are checking, open a command prompt and type
wmic service where name="SERVICENAME" Make sure this comes back with the appropriate server status - On the GFI Network Server Monitor server, right click My Computer and Choose Manage. Connect to the remote machine and ensure you can see the remote server's services.
- On the GFI Network Server Monitor Server, open a command prompt and type:
wmic /node:10.2.3.4 /user:Administrator service list and ensure that you can see the remote service list. Replace 10.2.3.4 with the server's IP address, and Administrator with the appropriate user name. This test may fail, however GFI Network Server Monitor will still accurately work. In some cases, a failure may give a better error message to assist in troubleshooting. - If the machines are located on opposite sides of an ISA server: Open the Microsoft ISA Server Management. Select the <servername> -> ‘Firewall Policy’. On the ‘Tasks’ tab, click ‘Edit System Policy’. In the ‘System Policy Editor’ -> ‘Configuration Groups’ tree, click Active Directory. Verify that ‘Enforce strict RPC compliance’ is not selected. (http://kbase.gfi.com/showarticle.asp?id=KBID003108)
|
|
|
|