Forum
Merhabalar,
domain rename tool u kullanarak domain ismini server adini ve IP sini degistirecegim, ancak ilk asamada rendom /list komutunu kullandigimda su hatayi aliyorum:
"The Behavior version of the Forest is 0 it must be 2 or greater to perform
a domain rename: The server is unwilling to process the request. :8245 "
Bu hatayi aliyorum ama Function Level'im Windows 2003, buna eminim, boyle olmasina ragmen bu hatayi veriyor, yardimci olabilecek varmi?
Tesekkurler.
Merhaba,
Bu adresi bulmustum, ayrica sistemi kurduktan sonra ilk is olarak Domain'i Raise edip Function level 'i Windows 2003 yapmistim. Bunu yapmama ragmen yukaridaki hatayi aliyoum...
Site üzerinde domain rename ile ilgili makale olması lazım,incelerseniz size fikir vericektir.
Merhaba;
Windows Server 2003 Resource Kit Tools yüklermisiniz.
Merhabalar,
Simdi kontrol ettim, Domain Function Level = Windows 2003,
Forest Function Level ise Windows 2000 gozukuyor. Bir dokumanda, manuel olarak sunu yapmam lazim gerek diyor;
ama bunu bulup yapamadim. Tarif edip yardımcı olabilecek biri varmı ? Teşekkürler.
View and set functional levels manually
loadTOCNode(2, 'summary');
LDAP tools such as Ldp.exe and Adsiedit.msc can be used to view and modify the current domain and forest functional level settings. When you modify the attributes manually, it is best to target the FSMO authoritative for the increase as the change is actually written to the authoritative FSMO then replicated.
Forest level setting
loadTOCNode(3, 'summary');
The attribute is msDS-Behavior-Version on the CN=Partitions, CN=Configuration, DC=ForestRootDom, DC=tld object.
• | Value of 0 or not set=mixed level forest |
• | Value of 1=Windows Server 2003 interim forest level |
• | Value of 2=Windows Server 2003 forest level Note When you increase the msDS-Behavior-Version attribute from 0 to 1 with ADSIEdit, you receive the following error message: Illegal modify operation. Some aspect of the modification is not permitted. |
Güzel bir VBScript buldum, bununla hallettim 🙂 paylaşıyorum ihtiacı olanlar için:
' This VBScript code changes the functional level of the the forest the ' user running the script is logged into to Windows Server 2003. ' --------------------------------------------------------------- ' From the book "Active Directory Cookbook" by Robbie Allen ' Publisher: O'Reilly and Associates ' ISBN: 0-596-00466-4 ' Book web site: http://rallenhome.com/books/adcookbook/code.html ' --------------------------------------------------------------- set objRootDSE = GetObject("LDAP://RootDSE") set objDomain = GetObject("LDAP://cn=partitions," & _ objRootDSE.Get("configurationNamingContext") ) if objDomain.Get("msDS-Behavior-Version") <> 2 then Wscript.Echo "Attempting to change forest to " & _ "Windows Server 2003 functional level..." objDomain.Put "msDS-Behavior-Version", 2 objDomain.SetInfo else Wscript.Echo "Forest already at Windows Server 2003 functional level" end if
Selam ,
Biraz geç olucak ama... Start - Programs - Administrative tools - Active directory domain & trust - raise forest functional level ..
MErhabalar,
Oradan sadece Domain Functional Level'i ayarlayabildim ben, onun altinda olan sadece "Functional Level" yazan kisim uzerinde oynayamadim.. O kismi yukaridaki script ile hallettim.
Ben bir soru daha soracagim, makine adini ve IP'sini de bu tarz domren gibi birseyle degistirebilir miyim?