Windows 2000 Servernamen ändern wenn Domänencontroller
Name eines DC ändern Win 2000 Server
Hallo,
Ich muss den Namen eines W2k Servers der DC ist ändern.
Da ich zwei Netze miteinander verbinden will wo beide DC´s den gleichen Namen haben.
Der andere ist zwar ein W2003Server aber den kann ich nicht umbenennen da dieser zuviel Applikationen am laufen hat.
Kann mir jemand helfen ohne das ich die Domäne zurücksetzen muss?
Runterstufen-umbennenen-raufstufen kenne ich schon aber dazu bräuchte ich ja einen zweiten DC der solange die arbeit erledigt.
Vielen Dank.
Hallo,
Ich muss den Namen eines W2k Servers der DC ist ändern.
Da ich zwei Netze miteinander verbinden will wo beide DC´s den gleichen Namen haben.
Der andere ist zwar ein W2003Server aber den kann ich nicht umbenennen da dieser zuviel Applikationen am laufen hat.
Kann mir jemand helfen ohne das ich die Domäne zurücksetzen muss?
Runterstufen-umbennenen-raufstufen kenne ich schon aber dazu bräuchte ich ja einen zweiten DC der solange die arbeit erledigt.
Vielen Dank.
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 37214
Url: https://administrator.de/contentid/37214
Ausgedruckt am: 22.11.2024 um 22:11 Uhr
4 Kommentare
Neuester Kommentar
Nach allem was ich weiss, wird der Name bei der Heraufstufung zum DC festgelegt - ein wechseln gibts hinterher nichtmehr.
Hab ich vor zwei Wochen auch gemacht:
1.
Open Command Prompt.
2.
Type: netdomcomputernameCurrentComputerName/add:NewComputerName
This command will update the service principal name (SPN) attributes in Active Directory for this computer account and register DNS resource records for the new computer name. The SPN value of the computer account must be replicated to all domain controllers for the domain and the DNS resource records for the new computer name must be distributed to all the authoritative DNS servers for the domain name. If the updates and registrations have not occurred prior to removing the old computer name, then some clients may be unable to locate this computer using the new or old name.
3.
Ensure the computer account updates and DNS registrations are completed, then type:
netdomcomputernameCurrentComputerName/makeprimary:NewComputerName
4.
Restart the computer.
5.
From the command prompt, type:
netdomcomputernameNewComputerName/remove:OldComputerName
Quelle: http://technet2.microsoft.com/WindowsServer/en/library/aad1169a-f0d2-47 ...
1.
Open Command Prompt.
2.
Type: netdomcomputernameCurrentComputerName/add:NewComputerName
This command will update the service principal name (SPN) attributes in Active Directory for this computer account and register DNS resource records for the new computer name. The SPN value of the computer account must be replicated to all domain controllers for the domain and the DNS resource records for the new computer name must be distributed to all the authoritative DNS servers for the domain name. If the updates and registrations have not occurred prior to removing the old computer name, then some clients may be unable to locate this computer using the new or old name.
3.
Ensure the computer account updates and DNS registrations are completed, then type:
netdomcomputernameCurrentComputerName/makeprimary:NewComputerName
4.
Restart the computer.
5.
From the command prompt, type:
netdomcomputernameNewComputerName/remove:OldComputerName
Quelle: http://technet2.microsoft.com/WindowsServer/en/library/aad1169a-f0d2-47 ...