Forum
win2003 Dc barındıran bir sistemim var.
Transaction log dosyalarının AD için onemini azcok biliyorum şunu sormak istiyorum.
1..Diyelim ki transaction log dosyasındaki butun transactionlar basarılı bir sekilde ntds.dit icine yazıldı. Bu sırada transaction log dosyalarının silinmesinin sisteme bir zararı olur mu? Transaction log dosyalarının kendisi veya içeriğini manuel silmek gerekir mi sürekli artmasın diye.
AD backup ı alınırken Herhangibir backup türü( Full veya Incremential. vb) transaction log dosyalarının içeriğinin temizlenmesini saglar mı?
2..Herhangi bir durumda transaction log dosyalarının yedeğini almak gerekirmi? AD nin yedeğini FULL, Incremential ya da Differantial olarak alırken transaction log dosyalarının da yedeğini almak tavsiye edilen bir yöntem midir?
Merhaba
Ad database i directory services mode da başlatıp daha sonra AD database sini offline olarak defrag işlemi gercekleştirdikten sonra loglari silebilirsiniz. Server normal olrak yeniden başladıgında kendisi yeni log dosyaları oluşturacaktır.
Ayrıntılı bilgi ve nasıl işlemi gercekleştireceğiniz aşağıdaki gibidir.
SUMMARY
loadTOCNode(1, 'summary');
Performing an offline defragmentation creates a new, compacted version of the database file. Depending on how fragmented the original database file was, the new file may be considerably smaller.
MORE INFORMATION
loadTOCNode(1, 'moreinformation');
1. | Back up Active Directory. Windows 2000 Backup natively supports backing up Active Directory while online. This occurs automatically when you select the option to back up everything on the computer in the Backup Wizard, or independently by selecting to back up the "System State" in the wizard. |
2. | Reboot the domain controller, select the appropriate installation from the boot menu, and press F8 to display the Windows 2000 Advanced Options menu. Choose Directory Services Restore Mode and press ENTER. Press ENTER again to start the boot process. |
3. | Log on using the Administrator account with the password defined for the local Administrator account in the offline SAM. For more information about the use of the offline SAM database, please see the following Article in the Microsoft Knowledge Base: 223301 ( http://support.microsoft.com/kb/223301/EN-US/) Protection of the Administrator Account in the Offline SAM |
4. | Click Start, point to Programs, point to Accessories, and then click Command Prompt. At the command prompt, type ntdsutil, and then press ENTER. |
5. | Type files, and then press ENTER. |
6. | Type info, and then press ENTER. This displays current information about the path and size of the Active Directory database and its log files. Note the path. |
7. | Establish a location that has enough drive space for the compacted database to be stored. |
8. | Type compact to drive:\directory, and then press ENTER, where drive and directory is the path to the location you established in the previous step. Note You must specify a directory path. If the path contains any spaces, the entire path must be surrounded by quotation marks. For example, type: compact to "c:\new folder" |
9. | A new database named Ntds.dit is created in the path you specified. |
10. | Type quit, and then press ENTER. Type quit again to return to the command prompt. |
11. | If defragmentation succeeds without errors, follow the Ntdsutil.exe on-screen instructions. Delete all the log files in the log directory by typing the following command: del drive :\ pathToLogFiles \*.log Copy the new Ntds.dit file over the old Ntds.dit file in the current Active Directory database path that you noted in step 6. Note You do not have delete the Edb.chk file. |
12. | Restart the computer normally |
Log dosyaları hakkında kısaca bilgi vermeye çalıştım. Linkten bakabilirsiniz.
http://cozumpark.com/forums/thread/38001.aspx