Exchange Server 2013 has dependency on old PDC Announcing the arrival of Valued Associate...
Why do we need to use the builder design pattern when we can do the same thing with setters?
How do I use the new nonlinear finite element in Mathematica 12 for this equation?
How does the math work when buying airline miles?
How to compare two different files line by line in unix?
ArcGIS Pro Python arcpy.CreatePersonalGDB_management
Amount of permutations on an NxNxN Rubik's Cube
Why wasn't DOSKEY integrated with COMMAND.COM?
How come Sam didn't become Lord of Horn Hill?
What is the appropriate index architecture when forced to implement IsDeleted (soft deletes)?
Most bit efficient text communication method?
Generate an RGB colour grid
What is the difference between globalisation and imperialism?
Converted a Scalar function to a TVF function for parallel execution-Still running in Serial mode
Illegal assignment from sObject to Id
How to react to hostile behavior from a senior developer?
Sum letters are not two different
Performance gap between vector<bool> and array
Denied boarding although I have proper visa and documentation. To whom should I make a complaint?
The code below, is it ill-formed NDR or is it well formed?
How does light 'choose' between wave and particle behaviour?
Project Euler #1 in C++
How would a mousetrap for use in space work?
Is it a good idea to use CNN to classify 1D signal?
Do wooden building fires get hotter than 600°C?
Exchange Server 2013 has dependency on old PDC
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)
Come Celebrate our 10 Year Anniversary!Migrating Exchange 2007 Users to Exchange 2013Exchange 2013 Mailbox MoveExchange 2013 Edge server setupEdge Transport cmdletCan't get edge transport to receive internet mailExchange 2013 as VM vs Exchange Physical ServerExchange 2007 and 2013 can't send email internally to eachotherDead Exchange 2010 organisation move to clean Exchange 2013Exchange 2013 - Cannot access mailbox via mobile deviceExchange 2013 Certificate Renewal
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I am in the process of completely upgrading a Exchange 2007 system running on server 2008 R2 Hyper-V VMs hosted on a Exchange 2008 R2 domain controller. It had all the FSMO roles on it, and it was the PDC Emulator.
I have successfully upgraded my Exchange 2007 environment (Mailbox/Hub Server and Edge Server) to Exchange 2013 Mailbox server and Edge Server, and both incoming and outgoing internet mail are functioning properly. (both Exchange 2013 servers are running in Win Server 2012R2 VMs on a Win Server 2012R2 Hyper-V host machine). Outlook on client machines can successfully connect to the new mailbox server and they all function properly. OWA also is working, both internally, and from outside the firewall on the public internet.
I have uninstalled Exchanged 2007 from the old Exchange 2007 Mailbox/Hub Server and from the old Exchange 2007 Edge Server, and removed these servers from the Exchange Organization. Both of these servers were on VMs running in Hyper-V on a Win Server 2008 R2 PDC in my domain. These VMs have been shut down, and the new Exchange 2013 servers, and all client services, are still functioning properly. My next step is to retire and shut down the old Server 2008 R2 DC that was hosting the old Exchange 2k7 VMs. So, I have built up a new Win server 2012 R2 DC to be my new Primary DC, and transferred all the FSMO roles, and the Operations Master role, from the old 2008 box to it.
At this point, before demoting the old 2008 DC to be an ordinary server and shutting it down permanently, I wanted to make sure that the new Exchange 2013 system would work properly without it, so I shut it down to test everything.
Unfortunately, nothing worked. Outlook running on any of client machine could no longer connect to the mailbox server, and OWA could not authenticate users on login. In addition, I could not even use Remote Desktop to log in to any of the servers in my domain, not the new DC, not the new Hyper-V host, nor either of the Exchange 2013 Servers in the VMs. Although when the old DC is running, RDP connects quickly and without complaining, with the DC offline, after a substantial delay, I eventually get a "Untrusted Certificate Error" window, with includes a message to the effect that if I want to use this cert I need to install the cert into the "Trusted Root Certification Authorities" folder... If I click yes to ignore the untrustworthiness of the Cert, it does connect... But even if I install the cert into the folder as suggested, the next time around I get the same error.
Also, when I open Active Directory Domains and Trusts, and right click on the root node and select "Change Active Directory Domain Controller" it lists the old win 2008 R2 DC as the "Current Directory Server". If I change it to the new one I just built, it "Sticks" as long as I have the cmdlet open, but if I close the mmc and reopen it, it goes back to the old wrong one.
I am afraid to demote the old DC until I am sure that the exchange system will function properly without it. Clearly, something in the system has a dependency on this box, and I need t oremove that dependency.
How do I do that?
More info:
Running DCDiag on either of the twpo new DCs shows that Advertising test fails "Warning: DsGetDcName returns information for [Old DC FQDN], when we were trying to reach [NewName].
SERVER IS NOT RESPONDING OR IS NOT CONSIDERED SUITABLE."
...................... [NEWNAME failed test Advertising
also, on both new DCs, it fails test NetLogons:
Starting test: NetLogons
Unable to connect to the NETLOGON share! (\ASGARDnetlogon)
[ASGARD] An net use or LsaPolicy operation failed with error 67,
The network name cannot be found..
active-directory certificate exchange-2013 ad-certificate-services
bumped to the homepage by Community♦ 6 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I am in the process of completely upgrading a Exchange 2007 system running on server 2008 R2 Hyper-V VMs hosted on a Exchange 2008 R2 domain controller. It had all the FSMO roles on it, and it was the PDC Emulator.
I have successfully upgraded my Exchange 2007 environment (Mailbox/Hub Server and Edge Server) to Exchange 2013 Mailbox server and Edge Server, and both incoming and outgoing internet mail are functioning properly. (both Exchange 2013 servers are running in Win Server 2012R2 VMs on a Win Server 2012R2 Hyper-V host machine). Outlook on client machines can successfully connect to the new mailbox server and they all function properly. OWA also is working, both internally, and from outside the firewall on the public internet.
I have uninstalled Exchanged 2007 from the old Exchange 2007 Mailbox/Hub Server and from the old Exchange 2007 Edge Server, and removed these servers from the Exchange Organization. Both of these servers were on VMs running in Hyper-V on a Win Server 2008 R2 PDC in my domain. These VMs have been shut down, and the new Exchange 2013 servers, and all client services, are still functioning properly. My next step is to retire and shut down the old Server 2008 R2 DC that was hosting the old Exchange 2k7 VMs. So, I have built up a new Win server 2012 R2 DC to be my new Primary DC, and transferred all the FSMO roles, and the Operations Master role, from the old 2008 box to it.
At this point, before demoting the old 2008 DC to be an ordinary server and shutting it down permanently, I wanted to make sure that the new Exchange 2013 system would work properly without it, so I shut it down to test everything.
Unfortunately, nothing worked. Outlook running on any of client machine could no longer connect to the mailbox server, and OWA could not authenticate users on login. In addition, I could not even use Remote Desktop to log in to any of the servers in my domain, not the new DC, not the new Hyper-V host, nor either of the Exchange 2013 Servers in the VMs. Although when the old DC is running, RDP connects quickly and without complaining, with the DC offline, after a substantial delay, I eventually get a "Untrusted Certificate Error" window, with includes a message to the effect that if I want to use this cert I need to install the cert into the "Trusted Root Certification Authorities" folder... If I click yes to ignore the untrustworthiness of the Cert, it does connect... But even if I install the cert into the folder as suggested, the next time around I get the same error.
Also, when I open Active Directory Domains and Trusts, and right click on the root node and select "Change Active Directory Domain Controller" it lists the old win 2008 R2 DC as the "Current Directory Server". If I change it to the new one I just built, it "Sticks" as long as I have the cmdlet open, but if I close the mmc and reopen it, it goes back to the old wrong one.
I am afraid to demote the old DC until I am sure that the exchange system will function properly without it. Clearly, something in the system has a dependency on this box, and I need t oremove that dependency.
How do I do that?
More info:
Running DCDiag on either of the twpo new DCs shows that Advertising test fails "Warning: DsGetDcName returns information for [Old DC FQDN], when we were trying to reach [NewName].
SERVER IS NOT RESPONDING OR IS NOT CONSIDERED SUITABLE."
...................... [NEWNAME failed test Advertising
also, on both new DCs, it fails test NetLogons:
Starting test: NetLogons
Unable to connect to the NETLOGON share! (\ASGARDnetlogon)
[ASGARD] An net use or LsaPolicy operation failed with error 67,
The network name cannot be found..
active-directory certificate exchange-2013 ad-certificate-services
bumped to the homepage by Community♦ 6 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Is the new domain controller a Global Catalog server? Exchange Servers will only talk to GCs, not non-GC domain controllers.
– Greenstone Walker
Jun 30 '14 at 1:08
add a comment |
I am in the process of completely upgrading a Exchange 2007 system running on server 2008 R2 Hyper-V VMs hosted on a Exchange 2008 R2 domain controller. It had all the FSMO roles on it, and it was the PDC Emulator.
I have successfully upgraded my Exchange 2007 environment (Mailbox/Hub Server and Edge Server) to Exchange 2013 Mailbox server and Edge Server, and both incoming and outgoing internet mail are functioning properly. (both Exchange 2013 servers are running in Win Server 2012R2 VMs on a Win Server 2012R2 Hyper-V host machine). Outlook on client machines can successfully connect to the new mailbox server and they all function properly. OWA also is working, both internally, and from outside the firewall on the public internet.
I have uninstalled Exchanged 2007 from the old Exchange 2007 Mailbox/Hub Server and from the old Exchange 2007 Edge Server, and removed these servers from the Exchange Organization. Both of these servers were on VMs running in Hyper-V on a Win Server 2008 R2 PDC in my domain. These VMs have been shut down, and the new Exchange 2013 servers, and all client services, are still functioning properly. My next step is to retire and shut down the old Server 2008 R2 DC that was hosting the old Exchange 2k7 VMs. So, I have built up a new Win server 2012 R2 DC to be my new Primary DC, and transferred all the FSMO roles, and the Operations Master role, from the old 2008 box to it.
At this point, before demoting the old 2008 DC to be an ordinary server and shutting it down permanently, I wanted to make sure that the new Exchange 2013 system would work properly without it, so I shut it down to test everything.
Unfortunately, nothing worked. Outlook running on any of client machine could no longer connect to the mailbox server, and OWA could not authenticate users on login. In addition, I could not even use Remote Desktop to log in to any of the servers in my domain, not the new DC, not the new Hyper-V host, nor either of the Exchange 2013 Servers in the VMs. Although when the old DC is running, RDP connects quickly and without complaining, with the DC offline, after a substantial delay, I eventually get a "Untrusted Certificate Error" window, with includes a message to the effect that if I want to use this cert I need to install the cert into the "Trusted Root Certification Authorities" folder... If I click yes to ignore the untrustworthiness of the Cert, it does connect... But even if I install the cert into the folder as suggested, the next time around I get the same error.
Also, when I open Active Directory Domains and Trusts, and right click on the root node and select "Change Active Directory Domain Controller" it lists the old win 2008 R2 DC as the "Current Directory Server". If I change it to the new one I just built, it "Sticks" as long as I have the cmdlet open, but if I close the mmc and reopen it, it goes back to the old wrong one.
I am afraid to demote the old DC until I am sure that the exchange system will function properly without it. Clearly, something in the system has a dependency on this box, and I need t oremove that dependency.
How do I do that?
More info:
Running DCDiag on either of the twpo new DCs shows that Advertising test fails "Warning: DsGetDcName returns information for [Old DC FQDN], when we were trying to reach [NewName].
SERVER IS NOT RESPONDING OR IS NOT CONSIDERED SUITABLE."
...................... [NEWNAME failed test Advertising
also, on both new DCs, it fails test NetLogons:
Starting test: NetLogons
Unable to connect to the NETLOGON share! (\ASGARDnetlogon)
[ASGARD] An net use or LsaPolicy operation failed with error 67,
The network name cannot be found..
active-directory certificate exchange-2013 ad-certificate-services
I am in the process of completely upgrading a Exchange 2007 system running on server 2008 R2 Hyper-V VMs hosted on a Exchange 2008 R2 domain controller. It had all the FSMO roles on it, and it was the PDC Emulator.
I have successfully upgraded my Exchange 2007 environment (Mailbox/Hub Server and Edge Server) to Exchange 2013 Mailbox server and Edge Server, and both incoming and outgoing internet mail are functioning properly. (both Exchange 2013 servers are running in Win Server 2012R2 VMs on a Win Server 2012R2 Hyper-V host machine). Outlook on client machines can successfully connect to the new mailbox server and they all function properly. OWA also is working, both internally, and from outside the firewall on the public internet.
I have uninstalled Exchanged 2007 from the old Exchange 2007 Mailbox/Hub Server and from the old Exchange 2007 Edge Server, and removed these servers from the Exchange Organization. Both of these servers were on VMs running in Hyper-V on a Win Server 2008 R2 PDC in my domain. These VMs have been shut down, and the new Exchange 2013 servers, and all client services, are still functioning properly. My next step is to retire and shut down the old Server 2008 R2 DC that was hosting the old Exchange 2k7 VMs. So, I have built up a new Win server 2012 R2 DC to be my new Primary DC, and transferred all the FSMO roles, and the Operations Master role, from the old 2008 box to it.
At this point, before demoting the old 2008 DC to be an ordinary server and shutting it down permanently, I wanted to make sure that the new Exchange 2013 system would work properly without it, so I shut it down to test everything.
Unfortunately, nothing worked. Outlook running on any of client machine could no longer connect to the mailbox server, and OWA could not authenticate users on login. In addition, I could not even use Remote Desktop to log in to any of the servers in my domain, not the new DC, not the new Hyper-V host, nor either of the Exchange 2013 Servers in the VMs. Although when the old DC is running, RDP connects quickly and without complaining, with the DC offline, after a substantial delay, I eventually get a "Untrusted Certificate Error" window, with includes a message to the effect that if I want to use this cert I need to install the cert into the "Trusted Root Certification Authorities" folder... If I click yes to ignore the untrustworthiness of the Cert, it does connect... But even if I install the cert into the folder as suggested, the next time around I get the same error.
Also, when I open Active Directory Domains and Trusts, and right click on the root node and select "Change Active Directory Domain Controller" it lists the old win 2008 R2 DC as the "Current Directory Server". If I change it to the new one I just built, it "Sticks" as long as I have the cmdlet open, but if I close the mmc and reopen it, it goes back to the old wrong one.
I am afraid to demote the old DC until I am sure that the exchange system will function properly without it. Clearly, something in the system has a dependency on this box, and I need t oremove that dependency.
How do I do that?
More info:
Running DCDiag on either of the twpo new DCs shows that Advertising test fails "Warning: DsGetDcName returns information for [Old DC FQDN], when we were trying to reach [NewName].
SERVER IS NOT RESPONDING OR IS NOT CONSIDERED SUITABLE."
...................... [NEWNAME failed test Advertising
also, on both new DCs, it fails test NetLogons:
Starting test: NetLogons
Unable to connect to the NETLOGON share! (\ASGARDnetlogon)
[ASGARD] An net use or LsaPolicy operation failed with error 67,
The network name cannot be found..
active-directory certificate exchange-2013 ad-certificate-services
active-directory certificate exchange-2013 ad-certificate-services
edited Apr 16 '14 at 3:09
Charles Bretana
asked Apr 16 '14 at 1:49
Charles BretanaCharles Bretana
180116
180116
bumped to the homepage by Community♦ 6 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 6 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Is the new domain controller a Global Catalog server? Exchange Servers will only talk to GCs, not non-GC domain controllers.
– Greenstone Walker
Jun 30 '14 at 1:08
add a comment |
Is the new domain controller a Global Catalog server? Exchange Servers will only talk to GCs, not non-GC domain controllers.
– Greenstone Walker
Jun 30 '14 at 1:08
Is the new domain controller a Global Catalog server? Exchange Servers will only talk to GCs, not non-GC domain controllers.
– Greenstone Walker
Jun 30 '14 at 1:08
Is the new domain controller a Global Catalog server? Exchange Servers will only talk to GCs, not non-GC domain controllers.
– Greenstone Walker
Jun 30 '14 at 1:08
add a comment |
1 Answer
1
active
oldest
votes
I think that sounds like a problem with DNS.
Did you install the DNS role on the new DC during the promotion, and is it working properly with replicas of your AD zones? Are all the other servers pointed to just the old DC's IP for their DNS resolution?
Yes... It is installed on both of the new DCs. and the DNS IP address on the network adapters have all been changed to point to the two new internal DNS IP addresses.
– Charles Bretana
Apr 16 '14 at 1:55
@CharlesBretana And the other servers' DNS configuration?
– Shane Madden♦
Apr 16 '14 at 1:56
What do you mean DNS configureation ? do you mean whether they have reverse look up zones or not ?
– Charles Bretana
Apr 16 '14 at 1:57
@CharlesBretana I mean, in their network adapter configuration, what DNS server addresses are configured?
– Shane Madden♦
Apr 16 '14 at 1:58
Yes in the adapters on all three servers, the HyperV host, and the two VMs, there are now two DNS server IP addresses, pointing to the two new Win 2012 R2 DCs in my domain. The IP address of the old DC w/DNS (the one I am trying to retire) is not on any of the adapters.
– Charles Bretana
Apr 16 '14 at 1:59
|
show 7 more comments
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f589310%2fexchange-server-2013-has-dependency-on-old-pdc%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I think that sounds like a problem with DNS.
Did you install the DNS role on the new DC during the promotion, and is it working properly with replicas of your AD zones? Are all the other servers pointed to just the old DC's IP for their DNS resolution?
Yes... It is installed on both of the new DCs. and the DNS IP address on the network adapters have all been changed to point to the two new internal DNS IP addresses.
– Charles Bretana
Apr 16 '14 at 1:55
@CharlesBretana And the other servers' DNS configuration?
– Shane Madden♦
Apr 16 '14 at 1:56
What do you mean DNS configureation ? do you mean whether they have reverse look up zones or not ?
– Charles Bretana
Apr 16 '14 at 1:57
@CharlesBretana I mean, in their network adapter configuration, what DNS server addresses are configured?
– Shane Madden♦
Apr 16 '14 at 1:58
Yes in the adapters on all three servers, the HyperV host, and the two VMs, there are now two DNS server IP addresses, pointing to the two new Win 2012 R2 DCs in my domain. The IP address of the old DC w/DNS (the one I am trying to retire) is not on any of the adapters.
– Charles Bretana
Apr 16 '14 at 1:59
|
show 7 more comments
I think that sounds like a problem with DNS.
Did you install the DNS role on the new DC during the promotion, and is it working properly with replicas of your AD zones? Are all the other servers pointed to just the old DC's IP for their DNS resolution?
Yes... It is installed on both of the new DCs. and the DNS IP address on the network adapters have all been changed to point to the two new internal DNS IP addresses.
– Charles Bretana
Apr 16 '14 at 1:55
@CharlesBretana And the other servers' DNS configuration?
– Shane Madden♦
Apr 16 '14 at 1:56
What do you mean DNS configureation ? do you mean whether they have reverse look up zones or not ?
– Charles Bretana
Apr 16 '14 at 1:57
@CharlesBretana I mean, in their network adapter configuration, what DNS server addresses are configured?
– Shane Madden♦
Apr 16 '14 at 1:58
Yes in the adapters on all three servers, the HyperV host, and the two VMs, there are now two DNS server IP addresses, pointing to the two new Win 2012 R2 DCs in my domain. The IP address of the old DC w/DNS (the one I am trying to retire) is not on any of the adapters.
– Charles Bretana
Apr 16 '14 at 1:59
|
show 7 more comments
I think that sounds like a problem with DNS.
Did you install the DNS role on the new DC during the promotion, and is it working properly with replicas of your AD zones? Are all the other servers pointed to just the old DC's IP for their DNS resolution?
I think that sounds like a problem with DNS.
Did you install the DNS role on the new DC during the promotion, and is it working properly with replicas of your AD zones? Are all the other servers pointed to just the old DC's IP for their DNS resolution?
answered Apr 16 '14 at 1:51
Shane Madden♦Shane Madden
104k9146223
104k9146223
Yes... It is installed on both of the new DCs. and the DNS IP address on the network adapters have all been changed to point to the two new internal DNS IP addresses.
– Charles Bretana
Apr 16 '14 at 1:55
@CharlesBretana And the other servers' DNS configuration?
– Shane Madden♦
Apr 16 '14 at 1:56
What do you mean DNS configureation ? do you mean whether they have reverse look up zones or not ?
– Charles Bretana
Apr 16 '14 at 1:57
@CharlesBretana I mean, in their network adapter configuration, what DNS server addresses are configured?
– Shane Madden♦
Apr 16 '14 at 1:58
Yes in the adapters on all three servers, the HyperV host, and the two VMs, there are now two DNS server IP addresses, pointing to the two new Win 2012 R2 DCs in my domain. The IP address of the old DC w/DNS (the one I am trying to retire) is not on any of the adapters.
– Charles Bretana
Apr 16 '14 at 1:59
|
show 7 more comments
Yes... It is installed on both of the new DCs. and the DNS IP address on the network adapters have all been changed to point to the two new internal DNS IP addresses.
– Charles Bretana
Apr 16 '14 at 1:55
@CharlesBretana And the other servers' DNS configuration?
– Shane Madden♦
Apr 16 '14 at 1:56
What do you mean DNS configureation ? do you mean whether they have reverse look up zones or not ?
– Charles Bretana
Apr 16 '14 at 1:57
@CharlesBretana I mean, in their network adapter configuration, what DNS server addresses are configured?
– Shane Madden♦
Apr 16 '14 at 1:58
Yes in the adapters on all three servers, the HyperV host, and the two VMs, there are now two DNS server IP addresses, pointing to the two new Win 2012 R2 DCs in my domain. The IP address of the old DC w/DNS (the one I am trying to retire) is not on any of the adapters.
– Charles Bretana
Apr 16 '14 at 1:59
Yes... It is installed on both of the new DCs. and the DNS IP address on the network adapters have all been changed to point to the two new internal DNS IP addresses.
– Charles Bretana
Apr 16 '14 at 1:55
Yes... It is installed on both of the new DCs. and the DNS IP address on the network adapters have all been changed to point to the two new internal DNS IP addresses.
– Charles Bretana
Apr 16 '14 at 1:55
@CharlesBretana And the other servers' DNS configuration?
– Shane Madden♦
Apr 16 '14 at 1:56
@CharlesBretana And the other servers' DNS configuration?
– Shane Madden♦
Apr 16 '14 at 1:56
What do you mean DNS configureation ? do you mean whether they have reverse look up zones or not ?
– Charles Bretana
Apr 16 '14 at 1:57
What do you mean DNS configureation ? do you mean whether they have reverse look up zones or not ?
– Charles Bretana
Apr 16 '14 at 1:57
@CharlesBretana I mean, in their network adapter configuration, what DNS server addresses are configured?
– Shane Madden♦
Apr 16 '14 at 1:58
@CharlesBretana I mean, in their network adapter configuration, what DNS server addresses are configured?
– Shane Madden♦
Apr 16 '14 at 1:58
Yes in the adapters on all three servers, the HyperV host, and the two VMs, there are now two DNS server IP addresses, pointing to the two new Win 2012 R2 DCs in my domain. The IP address of the old DC w/DNS (the one I am trying to retire) is not on any of the adapters.
– Charles Bretana
Apr 16 '14 at 1:59
Yes in the adapters on all three servers, the HyperV host, and the two VMs, there are now two DNS server IP addresses, pointing to the two new Win 2012 R2 DCs in my domain. The IP address of the old DC w/DNS (the one I am trying to retire) is not on any of the adapters.
– Charles Bretana
Apr 16 '14 at 1:59
|
show 7 more comments
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f589310%2fexchange-server-2013-has-dependency-on-old-pdc%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Is the new domain controller a Global Catalog server? Exchange Servers will only talk to GCs, not non-GC domain controllers.
– Greenstone Walker
Jun 30 '14 at 1:08