Hi , Great Explain Is this represent about migrating AD from one host server to another? . I have plan to p2v the AD from existing server to new server. But in some article not recommend to do p2v on AD. Do you have advice for my plan ? Thanks
Yeah, I had a bad experience with P2V migration. Some time it works and some time not. One more option is there. Create a brand new VM, promote as an ADC and transfer the FSMO roles. Wait for few days and if everything is working fine then eliminate the physical DC.
Your videos are fantastic. I am having an issue transfering FSMO from 2012 (not R2) to 2016. After following all of the same steps you have done to the point of transferring the roles, I opened AD UC, right click on the domain, select Operations Masters then in the RID tab hit Change, which is what I've always done when moving FSMO. In this case I am receiving an error that says "The current Domain Controller is the operations master. To transfer the operations master role to another computer, you must first connect to it." I am doing this FROM the 2016 server. I am perplexed why it is giving me this message, like it thinks I am on the 2012 server... I have refollowed through all of your steps and I still get this message. My next step would be to try do transfer FSMO using the command prompt as you do, but before I do this and run into the same problem, or potential create a new problem for myself, have you run into this issue before? Do you have any suggestions? Thank you!
Instead of using ntdsutil one can use the below Powershell command in Admin mode Move-ADDirectoryServerOperationMasterRole-Identity "DC Name where the roles are to be moved TO/ONLY the HOSTNAME" -OperationMasterRole 0,1,2,3,4
in case of this migration im confused abt updating schema why have you not used adprep for updating it and if it is done on the older server by using older serve cd and performing adprep through cmd
Definitely you can use adprep command line tool to update the schema first and you should have to. But In this video I want to show another method to do so. At 6:04 you can see information about Schema and Forest-domain preparation.
@@MSFTWebCast thankyou for the quick reply on the same but there is one more thing that i would like to know that for the ad prep we need to use older version of server i mean for example if you are migrating from 2008 to 2012 then we need to insert 2008 server cd for running ad prep and we need to perform adprep on server 2008 only
@@pg4694 It is not like that you can do that from any server. But it is best practice to run those commands on the domain controller who holds the schema master FSMO role. You also need to have schema master admin role to successfully run those commands.
I want to migrate resources from source domain to tager domain pls share video for this i have migrate all resouces but when i try to login migrated device with migrated user so device not accessable
Replication is the toughest part, because it changes constantly.. You can do it several times to "match" between servers, but when you change an IP address or restart again, its ":out of sync" Does it matter at that specific point ? It may be in sync the first time, but other times after chang to network settings are done, its "constantly" out of sync, doesn't matter how many times you do replication or restart on both services.. its usually 2 or 3 numbers out of sync.. The fact it was right the first time (before I changed network settings) I may just leave it but its a pain in the ****.. I think it matters ONLY the first time you do it, but if you go back to DNS later on both system, its will be out of sync again.... But I think that is OK isn't it ? because 100% of the time one will always be out if sync.... Its just unless you go to DNS you will never know, but I;m also not sure if that matters either basing on the first time it's done.
Can IP Address to 2016 server be resued if 2012 server ? I am having Issue after doing that ? I just shut down the 2012 server and reused its Ip address then I am having Issue ? Can someone recommend the correct procedure ?
hi, please help me. When i try to press "replicate configurarion to selected DC " i get an error code saying "DSA Operation is unable to proceed due to dns lookup failure" , please help. i have no idea what to do.
Problem is related to DNS name resolution. Check DNS and make sure both DCs can ping with each other using FQDN (it is must). :- If required restart dns service (not server) once. :- Clear DNS cache by using ipconfig /flushdns command.
Very nice info brother.
I followed ur Playlist of servers. It is very simple and easy to grab. GBU
You are simply the best. Thank you very much. Excellent Tutorial.
Thank You.
Excellent video. Worked perfectly going from 2012 R2 to Server 2022
best video on the subject on youtube. Lifesaver.
Thank you, you have clear video.
please advice, once demote old DC (os2012), each computer client should re-join to new DC (os2016)right?
The smoothest way to transfer DC/FSMO roles from 2012 to 2016
Very hard to understand because of the accent, but it worked perfectly. Thank you.
Excellent. Thanks a lot.
Thanks lot ! Best tutorials!!
Glad you think so!
Perfect❤
Thanks for the video
Do you have a video to upgrade a DC server 2012 to 2019? Is it going to be in place upgrade it clean installation? Thanks for the hard work
Here is the playlist: ua-cam.com/play/PLUZTRmXEpBy3gEFrdPHSP4vPB3GJsS4CV.html
@@MSFTWebCast thanks for replying but none of those is “upgrade DC server 2012 to 2019”
Thanks again
Thank you, very well explained. Keep it up 😀
Very helpful
Easy and clear
Thanks much, very well explained.
Sir you have good knowledge but please talk slow and clearly i was having very hard time understanding i had to slow the speed of video
Thank you for this vid, was very helpful. I love your accent! :D
Great tutorials! Thank you!
Very Clear Video. Thx
Hi , Great Explain
Is this represent about migrating AD from one host server to another? . I have plan to p2v the AD from existing server to new server. But in some article not recommend to do p2v on AD. Do you have advice for my plan ?
Thanks
Yeah, I had a bad experience with P2V migration. Some time it works and some time not.
One more option is there.
Create a brand new VM, promote as an ADC and transfer the FSMO roles. Wait for few days and if everything is working fine then eliminate the physical DC.
Hello, this explanation is applicable with a windows server 2012 r2 server foundation to server 2016 essentials?
Your videos are fantastic. I am having an issue transfering FSMO from 2012 (not R2) to 2016. After following all of the same steps you have done to the point of transferring the roles, I opened AD UC, right click on the domain, select Operations Masters then in the RID tab hit Change, which is what I've always done when moving FSMO. In this case I am receiving an error that says "The current Domain Controller is the operations master. To transfer the operations master role to another computer, you must first connect to it." I am doing this FROM the 2016 server. I am perplexed why it is giving me this message, like it thinks I am on the 2012 server... I have refollowed through all of your steps and I still get this message. My next step would be to try do transfer FSMO using the command prompt as you do, but before I do this and run into the same problem, or potential create a new problem for myself, have you run into this issue before? Do you have any suggestions? Thank you!
After demote W2012 how to change W2019 Hostname and IP (want to keep old server hostname and IP)? Could you please help me into this.
Instead of using ntdsutil one can use the below Powershell command in Admin mode
Move-ADDirectoryServerOperationMasterRole-Identity "DC Name where the roles are to be moved TO/ONLY the HOSTNAME" -OperationMasterRole 0,1,2,3,4
Yes, we can.
Thanks for the vid, it was extremely helpful
Hi, is your method keep the domain features level at 2016 ?
Very good video. Great walkthrough.
thank you for your movie, love them all, well explained
in case of this migration im confused abt updating schema why have you not used adprep for updating it and if it is done on the older server by using older serve cd and performing adprep through cmd
Definitely you can use adprep command line tool to update the schema first and you should have to. But In this video I want to show another method to do so. At 6:04 you can see information about Schema and Forest-domain preparation.
@@MSFTWebCast thankyou for the quick reply on the same but there is one more thing that i would like to know that for the ad prep we need to use older version of server i mean for example if you are migrating from 2008 to 2012 then we need to insert 2008 server cd for running ad prep and we need to perform adprep on server 2008 only
@@pg4694 It is not like that you can do that from any server. But it is best practice to run those commands on the domain controller who holds the schema master FSMO role. You also need to have schema master admin role to successfully run those commands.
Thanks man, this is work)
Very Good to the point Tutorial!
Thank-you-- very useful and help solve many problems
good job mate !
Thank you
I want to migrate resources from source domain to tager domain pls share video for this i have migrate all resouces but when i try to login migrated device with migrated user so device not accessable
Thank you it worked well for me.
Great man
Replication is the toughest part, because it changes constantly.. You can do it several times to "match" between servers, but when you change an IP address or restart again, its ":out of sync"
Does it matter at that specific point ? It may be in sync the first time, but other times after chang to network settings are done, its "constantly" out of sync, doesn't matter how many times you do replication or restart on both services.. its usually 2 or 3 numbers out of sync.. The fact it was right the first time (before I changed network settings) I may just leave it but its a pain in the ****..
I think it matters ONLY the first time you do it, but if you go back to DNS later on both system, its will be out of sync again.... But I think that is OK isn't it ? because 100% of the time one will always be out if sync.... Its just unless you go to DNS you will never know, but I;m also not sure if that matters either basing on the first time it's done.
Bro i hv migrated as you said but unable to join new pc or server to domain. AD DC could be contacted error is coming pls help me out 🙏
Is the old DC still running? Run nslookup on client, check DNS settings. Let me know.
Can IP Address to 2016 server be resued if 2012 server ?
I am having Issue after doing that ?
I just shut down the 2012 server and reused its Ip address then I am having Issue ?
Can someone recommend the correct procedure ?
Active Directory fully supports IP address changes on DC. You can use your old IP addresses on new DC. Check DNS Zone and Records are updated or not?
Can you make a video of Migration using ADMT tool ?
THANK YOU SO MUCH..
hi, please help me.
When i try to press "replicate configurarion to selected DC " i get an error code saying "DSA Operation is unable to proceed due to dns lookup failure" , please help. i have no idea what to do.
Problem is related to DNS name resolution. Check DNS and make sure both DCs can ping with each other using FQDN (it is must).
:- If required restart dns service (not server) once.
:- Clear DNS cache by using ipconfig /flushdns command.
can I have your contact or how to connect with you in very convenience way?
I did but completely failed
You are knowledgeable but you dont have to try the FAKE accent . It makes harder to understand. Believe me , Indian accent is acceptable everywhere.
👍
Domain Controller or Domain ConDEDEDE :D
your pronunciation i cant get it
votre video est trop rapide. mais merci
Thank you for the suggestion. I will keep it in mind.
Thank you, very well explained.