IPB

Google Frontpage Forums Unattended CD/DVD Guide
 
Reply to this topicStart new topic
> Server Core Second DC, Network Path Not Found
luke.mccormick
post Sep 17 2009, 01:57 PM
Post #1


Member
**

Group: Members
Posts: 210
Joined: 16-February 06
Member No.: 88157
OS: Vista Business x64
Country Flag


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

CODE

[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
Go to the top of the page
 
+Quote Post
luke.mccormick
post Sep 20 2009, 08:50 PM
Post #2


Member
**

Group: Members
Posts: 210
Joined: 16-February 06
Member No.: 88157
OS: Vista Business x64
Country Flag


bump. Really want to get this going, my eval licenses are going to run out soon! Cluberti?
Go to the top of the page
 
+Quote Post
cluberti
post Sep 20 2009, 10:38 PM
Post #3


Gustatus similis pullus
Group Icon

Group: Supervisor
Posts: 8341
Joined: 9-September 01
From: device attached to the internet
Member No.: 311
OS: Windows 7 x64
Country Flag


tongue.gif

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.
Go to the top of the page
 
+Quote Post
luke.mccormick
post Sep 22 2009, 07:43 AM
Post #4


Member
**

Group: Members
Posts: 210
Joined: 16-February 06
Member No.: 88157
OS: Vista Business x64
Country Flag


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
Go to the top of the page
 
+Quote Post
Mr Snrub
post Sep 22 2009, 02:16 PM
Post #5


0n77 0x53 0n70 0x54
Group Icon

Group: Super Moderator
Posts: 661
Joined: 14-September 04
From: The belly of The Beast
Member No.: 31023
OS: Windows 7 x64
Country Flag


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.

Go to the top of the page
 
+Quote Post
luke.mccormick
post Sep 22 2009, 02:45 PM
Post #6


Member
**

Group: Members
Posts: 210
Joined: 16-February 06
Member No.: 88157
OS: Vista Business x64
Country Flag


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
Go to the top of the page
 
+Quote Post
Mr Snrub
post Sep 23 2009, 03:43 AM
Post #7


0n77 0x53 0n70 0x54
Group Icon

Group: Super Moderator
Posts: 661
Joined: 14-September 04
From: The belly of The Beast
Member No.: 31023
OS: Windows 7 x64
Country Flag


QUOTE (luke.mccormick @ Sep 22 2009, 10:45 PM) *
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.

QUOTE (luke.mccormick @ Sep 22 2009, 10:45 PM) *
Also, you cannot do a manual dcpromo in server core.
Heh, shows how many DCs I have set up on Server Core eh? smile.gif
Go to the top of the page
 
+Quote Post
luke.mccormick
post Sep 23 2009, 09:00 AM
Post #8


Member
**

Group: Members
Posts: 210
Joined: 16-February 06
Member No.: 88157
OS: Vista Business x64
Country Flag


Hey no problem, thanks for the suggestions, haven't had a chance to give them a try yet.
Go to the top of the page
 
+Quote Post
luke.mccormick
post Sep 27 2009, 10:08 AM
Post #9


Member
**

Group: Members
Posts: 210
Joined: 16-February 06
Member No.: 88157
OS: Vista Business x64
Country Flag


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
Go to the top of the page
 
+Quote Post
luke.mccormick
post Sep 27 2009, 10:09 AM
Post #10


Member
**

Group: Members
Posts: 210
Joined: 16-February 06
Member No.: 88157
OS: Vista Business x64
Country Flag


I also installed server core, and the DCPromo button is greyed out and unavailable.
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 




Lo-Fi Version Time is now: 21st November 2009 - 11:25 PM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2009 msfn.org
Privacy Policy