nltest /query returns ERROR_NO_LOGON_SERVERS

  • Thread starter Thread starter Asaf
  • Start date Start date
A

Asaf

Hi,
I just installed to 2003 DC's. Everything seems to work fine.
I used replmon.exe to verify replication --> no problems.
When I try 'nltest /dsgetsite' I get the site.
When I try the 'nltest /server:<server_name> /query I get 'NERR_Success' for
the first server,
but when I try the same command on the second server, I get:

C:\Program Files\Support Tools>nltest /server:dc2bdo.bdo.co.il /query
Flags: 0
Connection Status = 1311 0x51f ERROR_NO_LOGON_SERVERS
The command completed successfully

Any ideas?
Asaf.
 
I just installed to 2003 DC's. Everything seems to work fine.
I used replmon.exe to verify replication --> no problems.
When I try 'nltest /dsgetsite' I get the site.
When I try the 'nltest /server:<server_name> /query I get 'NERR_Success' for
the first server,
but when I try the same command on the second server, I get:

First thing to check is "name resolution" (likely DNS here but in an NT
environment
it could be WINS or NetBIOS in general) on all the involved clients,
servers, and
domain controllers.

Do this directly with NSLookup or by running DCDiag on each DC and NetDiag
on each non-DC.
C:\Program Files\Support Tools>nltest /server:dc2bdo.bdo.co.il /query
Flags: 0
Connection Status = 1311 0x51f ERROR_NO_LOGON_SERVERS
The command completed successfully

Expect to find that the server or client is not using STRICTLY the internal
DNS servers in the NIC properties. (Most likely)
 
Back
Top