|
| |||||||||
| Tags: joining, rpc, unavailable |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| RPC server Unavailable joining domain I am having an issue where I get a message of the RPC server unavailable. I am trying to add a new w2k3 server to the domain to make it a backup DC. THis DC is on a seperate segment from the other DC and connects through a vpn tunnel. I have talked to my Firewall/vpn guys and there is nothing blocking tcp traffic, basically its and all-all rule.. so I two dc's in the 192.168.0.0 network and the new server in the 192.168.2.0 network.. I can ping the dc, run Nslookup against it, connect to files on it and so on. can also do the same (except nslookup) from the 192.168.0.0 to the other server.. I run netdiag on the DC's and everything passes. Run Netdiag against the other server and since its not on the domain most of the tests are skipped but all others pass.. only error I get is: DC list test . . . . . . . . . . . : Failed [WARNING] Cannot call DsBind to <servername> (192.168.0.202). [RPC_S_SE RVER_UNAVAILABLE] I should point out that this warning is for the 2nd DC in the first network segement. I have run through several KB articles and everything so far checks out... Not sure where to go from here.. any help would be much appreciated.. Thank you, Noah |
|
#2
| |||
| |||
| Re: RPC server Unavailable joining domain
Where is the remote box pointing for DNS? And does it currently have a DNS Suffix setup? Can you get a positive result with either of the two following commands: nltest /dsgetdc:domain-name.com nslookup -type=srv _ldap._tcp.dc._msdcs.domain-name.com If you have both the internal DNS server and a public one defined, get rid of the public one. Do you have any errors in your event log regarding NETLOGON, Userenv, Scecli, etc.? -- Paul Williams Microsoft MVP - Windows Server - Directory Services http://www.msresource.net | http://forums.msresource.net |
|
#3
| |||
| |||
| Re: RPC server Unavailable joining domain
-------------------------------------------------------------------------------------------- -"Paul Williams [MVP]" wrote: > Where is the remote box pointing for DNS? And does it currently have a DNS > Suffix setup? > > Can you get a positive result with either of the two following commands: > > nltest /dsgetdc:domain-name.com > nslookup -type=srv _ldap._tcp.dc._msdcs.domain-name.com > > > If you have both the internal DNS server and a public one defined, get rid > of the public one. Do you have any errors in your event log regarding > NETLOGON, Userenv, Scecli, etc.? > > -- > Paul Williams > Microsoft MVP - Windows Server - Directory Services > http://www.msresource.net | http://forums.msresource.net > > > ------------------------------------------------------------------------------------ Results: The remote box is pointing at the 192.168.0.0 dns server. Yes I have added the dns suffix in the search order list. No errors in the event log about the above mentioned services.. Wish there were, I would have something to go on... C:\Program Files\Support Tools>nltest /dsgetdc:nuprod.was DC: \\seadc1.nuprod.was Address: \\192.168.0.201 Dom Guid: c22563ad-e5f9-41e2-b682-1eb30d22872a Dom Name: nuprod.was Forest Name: nuprod.was Dc Site Name: Default-First-Site-Name Our Site Name: Portland Flags: PDC GC DS LDAP KDC TIMESERV GTIMESERV WRITABLE DNS_DC DNS_DOMAIN DNS_FOREST CLOSE_SITE The command completed successfully C:\Program Files\Support Tools>nslookup -type=srv _ldap._tcp.dc._msdcs.nuprod.wa s Server: seadc1.nuprod.was Address: 192.168.0.201 _ldap._tcp.dc._msdcs.nuprod.was SRV service location: priority = 0 weight = 100 port = 389 svr hostname = seadc2.nuprod.was _ldap._tcp.dc._msdcs.nuprod.was SRV service location: priority = 0 weight = 100 port = 389 svr hostname = seadc1.nuprod.was seadc2.nuprod.was internet address = 192.168.0.202 seadc1.nuprod.was internet address = 192.168.0.201 Tests seem fine... this is really frustrating, and I really appreciate all your help!! Thanks, Noah |
|
#4
| |||
| |||
| Re: RPC server Unavailable joining domain
Check the max. packet size you that you can ping from each side before it is fragmented (might want to look at KB314825). Also, if your 2K3 server has SP1 on it, try installing hotfix 898060. http://support.microsoft.com/kb/314825 http://support.microsoft.com/kb/898060 |
|
#5
| |||
| |||
| Re: RPC server Unavailable joining domain
Thanks for the Info it has really helped troubleshooting this... I appliead the hotfix, but hasn't helped. I have looked through the article about the MTU black hole.. That may be my problem, but have not changed anything in the registry yet.. I did find some more info using the support tools. If I run a portqry from my 192.168.2.0 network to anything on the 192.168.0.0 network I get this... TCP port 135 (epmap service): FILTERED If I do it from 192.168.0.0 to 192.168.2.0 I get: TCP port 135 (epmap service): LISTENING Querying Endpoint Mapper Database... Server's response: <data> Which leads me to believe that my firewall guys didn't look very hard at the problem? So I am bugging them to take another look before I go down the road of editing my registry... What do you all think? Thanks, Noah "SPollack" wrote: > > Check the max. packet size you that you can ping from each side before > it is fragmented (might want to look at KB314825). Also, if your 2K3 > server has SP1 on it, try installing hotfix 898060. > > http://support.microsoft.com/kb/314825 > http://support.microsoft.com/kb/898060 > > > -- > SPollack > ------------------------------------------------------------------------ > SPollack's Profile: http://forums.techarena.in/members/5880.htm > View this thread: RPC server Unavailable joining domain > India Forum - http://forums.techarena.in > > |
|
#6
| |||
| |||
| Re: RPC server Unavailable joining domain
try running this: nltest /sc_reset:example.com (where example.com is your domain name) I had the same problem and that fixed it for me. You can also try REPADMIN /BIND then REPADMIN /SYNCALL "Noah" wrote: > Thanks for the Info it has really helped troubleshooting this... > > I appliead the hotfix, but hasn't helped. I have looked through the article > about the MTU black hole.. That may be my problem, but have not changed > anything in the registry yet.. > > I did find some more info using the support tools. If I run a portqry from > my 192.168.2.0 network to anything on the 192.168.0.0 network I get this... > > TCP port 135 (epmap service): FILTERED > > If I do it from 192.168.0.0 to 192.168.2.0 I get: > > TCP port 135 (epmap service): LISTENING > Querying Endpoint Mapper Database... > Server's response: <data> > > Which leads me to believe that my firewall guys didn't look very hard at the > problem? So I am bugging them to take another look before I go down the road > of editing my registry... > > What do you all think? > > Thanks, > Noah > > "SPollack" wrote: > > > > > Check the max. packet size you that you can ping from each side before > > it is fragmented (might want to look at KB314825). Also, if your 2K3 > > server has SP1 on it, try installing hotfix 898060. > > > > http://support.microsoft.com/kb/314825 > > http://support.microsoft.com/kb/898060 > > > > > > -- > > SPollack > > ------------------------------------------------------------------------ > > SPollack's Profile: http://forums.techarena.in/members/5880.htm > > View this thread: RPC server Unavailable joining domain > > India Forum - http://forums.techarena.in > > > > |
|
#7
| |||
| |||
| Re: RPC server Unavailable joining domain
THanks!! I tried the nltest portion and got this error: I_NetLogonControl failed: Status = 1717 0x6b5 RPC_S_UNKNOWN_IF Notice the RPC part.. UHG.. Tried the Bind alos and recieved errors about credentials.. I am assuming that is because I am not logged onto the domain.. Thanks, Noah "Gilbert" wrote: > try running this: > > nltest /sc_reset:example.com (where example.com is your domain name) > > I had the same problem and that fixed it for me. > > You can also try REPADMIN /BIND > then REPADMIN /SYNCALL > > > > "Noah" wrote: > > > Thanks for the Info it has really helped troubleshooting this... > > > > I appliead the hotfix, but hasn't helped. I have looked through the article > > about the MTU black hole.. That may be my problem, but have not changed > > anything in the registry yet.. > > > > I did find some more info using the support tools. If I run a portqry from > > my 192.168.2.0 network to anything on the 192.168.0.0 network I get this... > > > > TCP port 135 (epmap service): FILTERED > > > > If I do it from 192.168.0.0 to 192.168.2.0 I get: > > > > TCP port 135 (epmap service): LISTENING > > Querying Endpoint Mapper Database... > > Server's response: <data> > > > > Which leads me to believe that my firewall guys didn't look very hard at the > > problem? So I am bugging them to take another look before I go down the road > > of editing my registry... > > > > What do you all think? > > > > Thanks, > > Noah > > > > "SPollack" wrote: > > > > > > > > Check the max. packet size you that you can ping from each side before > > > it is fragmented (might want to look at KB314825). Also, if your 2K3 > > > server has SP1 on it, try installing hotfix 898060. > > > > > > http://support.microsoft.com/kb/314825 > > > http://support.microsoft.com/kb/898060 > > > > > > > > > -- > > > SPollack > > > ------------------------------------------------------------------------ > > > SPollack's Profile: http://forums.techarena.in/members/5880.htm > > > View this thread: RPC server Unavailable joining domain > > > India Forum - http://forums.techarena.in > > > > > > |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "RPC server Unavailable joining domain" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Server Joining to Domain...Urgent | Sukhwinder Singh | Active Directory | 3 | 20-09-2009 05:31 PM |
| joining domain RPC server unavailable | Andre | Active Directory | 2 | 17-12-2008 08:19 PM |
| Joining 2003 server as domain controller | klausman | Small Business Server | 1 | 10-01-2007 03:46 AM |
| Problem Joining Domain : The RPC server is server is unavailable. | Amir | Windows 2000 Active Directory | 3 | 16-09-2006 03:49 PM |
| Problem joining new Server 2003 server to already existing activedirectory domain | Billy Preston | Server Deployment | 12 | 26-05-2006 11:43 PM |