Forum

domain rename yapar...
 
Bildirimler
Hepsini Temizle

domain rename yaparken ilk aldigim hata..

10 Yazılar
6 Üyeler
0 Reactions
759 Görüntüleme
(@Anonim)
Gönderiler: 0
Konu başlatıcı
 

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.

 
Gönderildi : 04/05/2008 21:44

(@ErenSARISALTIK)
Gönderiler: 890
Noble Member
 

Merhaba,

http://support.microsoft.com/kb/322692

link yardımcı olacaktır.Kolay gelsin. 

 
Gönderildi : 04/05/2008 21:54

(@Anonim)
Gönderiler: 0
Konu başlatıcı
 

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...

 
Gönderildi : 05/05/2008 00:45

(@onurcan)
Gönderiler: 156
Estimable Member
 

Merhaba


http://www.pcreview.co.uk/forums/thread-1461349.php


ilgili linki incelermisiniz.

 
Gönderildi : 05/05/2008 01:27

(@birolaydugan)
Gönderiler: 867
Prominent Member
 

Site üzerinde domain rename ile ilgili makale olması lazım,incelerseniz size fikir vericektir.

 
Gönderildi : 05/05/2008 02:43

(@fatihkaraalioglu)
Gönderiler: 3039
Illustrious Member
 

Merhaba;


Windows Server 2003 Resource Kit Tools yüklermisiniz.


http://www.microsoft.com/downloads/details.aspx?FamilyID=9D467A69-57FF-4AE7-96EE-B18C4790CFFD&displaylang=en

 
Gönderildi : 05/05/2008 05:02

(@Anonim)
Gönderiler: 0
Konu başlatıcı
 

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.
Click OK to continue. The attribute on the partitions container and the domain head are correctly increased. The error message is not reported by the Ldp.exe file. You can safely ignore the error message. To verify the level increase was successful, refresh the attribute list and check the current setting. This error message may also occur if you have already performed the level increase on the authoritative FSMO, but has not replicated to the local domain controller.

 
Gönderildi : 05/05/2008 15:42

(@Anonim)
Gönderiler: 0
Konu başlatıcı
 

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
 
Gönderildi : 05/05/2008 15:51

(@GurselARICI)
Gönderiler: 75
Estimable Member
 

Selam ,


Biraz geç olucak ama... Start - Programs - Administrative tools - Active directory domain & trust - raise forest functional level ..

 
Gönderildi : 05/05/2008 19:06

(@Anonim)
Gönderiler: 0
Konu başlatıcı
 

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?

 
Gönderildi : 05/05/2008 19:13

Paylaş: