MSFN Forum: Server Core Second DC - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Server Core Second DC Network Path Not Found

#1 User is offline   luke.mccormick 

  • Member
  • PipPip
  • Group: Members
  • Posts: 215
  • Joined: 16-February 06

  Posted 17 September 2009 - 01:57 PM

Alright, My domain is at all 2008 functional level, all my replications are fine. DNS settings are fine. I've promoted, demoted, migrated several domain controllers on this domain before all with no problems. All of a sudden when I try to promote this Server core server to be a domain controller I'm getting the network path cannot be found.

Here's what I've done.

my current main DC is 172.16.10.13
my current temporary DC is 172.16.10.99 and is holding all FSMO roles as I will be migrating both of these to x64 servers.

Install server core
rename
set IP settings
DNS are as follows
Index1 = 172.16.10.13
Index2 = 172.16.10.99
Index3 = 172.16.10.12 (it's own IP Address)

the other two domain controllers are holding the same DNS config in the TCP/IPv4 properties.

Join Server Core to domain, holding in a temporary OU where it can contact WSUS for updates.

Install DNS Server using:
start /w ocsetup DNS-Server (not 100% sure on that syntax, but I got it out of my MCITP 70-642 book)

ipconfig /flushdns
ipconfig /registerdns
check that an A record has been created in the domain (it's there)
I have the following answer file copied to the root of C: so I can promote it using: dcpromo.exe /answer:c:\answer.txt

 
[DCInstall]
; Replica DC promotion
ReplicaOrNewDomain=Replica
ReplicaDomainDNSName=domain.com
SiteName=Default-First-Site-Name
InstallDNS=Yes
ConfirmGc=Yes
CreateDNSDelegation=No
UserDomain=domain.com
UserName=domadmin
Password=P@$$w0rd
ReplicationSourceDC=LM-DC3.domain.com
DatabasePath="C:\Windows\NTDS"
LogPath="C:\Windows\NTDS"
SYSVOLPath="C:\Windows\SYSVOL"
; Set SafeModeAdminPassword to the correct value prior to using the unattend file
SafeModeAdminPassword=P@$$w0rd
; Run-time flags (optional)
; CriticalReplicationOnly=Yes
; RebootOnCompletion=Yes
 


as I said I'm getting the network path cannot be found error. This occurs after the binaries have been installed, and the environment is being checked.

Don't know what I'm missing, any suggestions would be greatly appreciated!

TIA


#2 User is offline   luke.mccormick 

  • Member
  • PipPip
  • Group: Members
  • Posts: 215
  • Joined: 16-February 06

Posted 20 September 2009 - 08:50 PM

bump. Really want to get this going, my eval licenses are going to run out soon! Cluberti?

#3 User is offline   cluberti 

  • Gustatus similis pullus
  • Group: Supervisor
  • Posts: 10,937
  • Joined: 09-September 01
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 20 September 2009 - 10:38 PM

:P

Honestly at first glance I'm not sure - what happens if you run nslookup on the DC against the domain name itself, or try to ping it? I'm guessing it'll fail to resolve, but if it doesn't this may get interesting. The path error is most likely failing to find the domain sysvol and netlogon share (again, usually at \\domain.tld) and thus the error, so it's good to check that you have access to that befpre you run dcpromo.

Also, consider using CoreConfigurator to run dcpromo to make sure it isn't the script that's failing (it looks ok, but it's also close to 1AM here so I may be missing something too).

Just remember to run slmgr -rearm to give yourself more time - you should have a few months' time to eval before you need to install licenses, although if this is going to be something you do often (run a test environment) you might want to consider a Technet plus subscription.

#4 User is offline   luke.mccormick 

  • Member
  • PipPip
  • Group: Members
  • Posts: 215
  • Joined: 16-February 06

Posted 22 September 2009 - 07:43 AM

Thanks for looking. DNS resolution is fine. I have mapped drives to the sysvol of the domain just fine. (that's where I have the dcpromo answer file stored).

The machine is also joined to the domain with no problems and as said before DNS is installed.

Thanks

#5 User is offline   Mr Snrub 

  • MSFT
  • Group: Super Moderator
  • Posts: 743
  • Joined: 14-September 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 22 September 2009 - 02:16 PM

Have you tried a manual dcpromo, without using the answer file?

I would also take out the local IP address from the DNS server list until it's up as a DC - I have seen quirks with the server selection order in the past which fouled up my domain joins for member servers.

#6 User is offline   luke.mccormick 

  • Member
  • PipPip
  • Group: Members
  • Posts: 215
  • Joined: 16-February 06

Posted 22 September 2009 - 02:45 PM

Thanks, I'll give it a try, and assuming I also remove it from the other DC's DNS list?

Also, you cannot do a manual dcpromo in server core. What I did was put up another server, do a dc promo, export the answer file and cancel before the install started. This is what's typically done afaik.

Thanks

#7 User is offline   Mr Snrub 

  • MSFT
  • Group: Super Moderator
  • Posts: 743
  • Joined: 14-September 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 23 September 2009 - 03:43 AM

View Postluke.mccormick, on Sep 22 2009, 10:45 PM, said:

Thanks, I'll give it a try, and assuming I also remove it from the other DC's DNS list?
Yup, while it's not a valid DNS server, don't point anything to it.

View Postluke.mccormick, on Sep 22 2009, 10:45 PM, said:

Also, you cannot do a manual dcpromo in server core.
Heh, shows how many DCs I have set up on Server Core eh? :)

#8 User is offline   luke.mccormick 

  • Member
  • PipPip
  • Group: Members
  • Posts: 215
  • Joined: 16-February 06

Posted 23 September 2009 - 09:00 AM

Hey no problem, thanks for the suggestions, haven't had a chance to give them a try yet.

#9 User is offline   luke.mccormick 

  • Member
  • PipPip
  • Group: Members
  • Posts: 215
  • Joined: 16-February 06

Posted 27 September 2009 - 10:08 AM

Sorry for the delay in getting back.

I removed the server core DNS ip from all server's DNS settings, found a couple old dns records from older DCs that hadn't been cleaned up. Still getting this error.

The wizard cannot access the list of domains in the forest. The error is:
The network path was not found.

Any other suggestions?

Thanks

#10 User is offline   luke.mccormick 

  • Member
  • PipPip
  • Group: Members
  • Posts: 215
  • Joined: 16-February 06

Posted 27 September 2009 - 10:09 AM

I also installed server core, and the DCPromo button is greyed out and unavailable.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy