I use Veritas to make backups of my DC. I have used NTBackup to make a backup of my System State to the DC's D drive; I use that during my restore process to restore to different hardware.
Here are my steps (these are LOOOONG, copy/paste, print them out and it should work. This is for different Hardware!)
Rebuilding and Restoring W2003 Domain Controller
1. If you have a plain Server 2003 Enterprise installation on the server, ignore these next few steps as long as the drives are partitioned to what you need.
a. Put in the Windows Server 2003 Enterprise Server CD and boot the server. Watch the bootup, when it says “Press a key to boot from the CD” hit a key.
b. When you see the blue setup screen press Enter
c. Accept any agreements with F8
d. Delete any partitions by following the menu options. Usually: D, then Enter, then L.
e. Create a C and a D partition of any sizes that you need. In our case we’re going to make a 12GB C drive, and a 75GB D drive.
f. Install windows on the C drive by highlighting C and hitting Enter
g. Format using the NTFS file system
h. It will copy files, then reboot. Do not boot from the CD again, just let it waltz on by that ‘hit any key’ screen.
i. You’ll have to set up the windows config, Enter a name, Computer name, no password, choose ‘Per Device or Per User’ for licensing, just accept the defaults, name the computer what you want, and put the time to the correct time, and typical network settings work well, as does leaving it in ‘Workgroup’
2. Log into the server, make sure all the drivers and devices are working by going to device manager and looking. Install what drivers you need to.
3. Create a login account that you use to backup the server with: ‘Backup’ in our case, with the same password that our network password is. Add the user to be a member of the Admin group.
4. Insert the Backup Exec 9.1 CD, if it’s my copy you will have to unzip it to a folder you make on the D: Drive, then install it from there.
a. Do the Local Install always, Do not enter any serial numbers, install the “Advanced Open File Option,” and change the default path for the install. I install Veritas 9.1 into the D: and leave the rest of the path the same. Enter the Backup username that we created in step 3, and leave the “use veritas drivers” checked, then install the program.
b. Accept any drivers that need to be installed, then uncheck the top two boxes and hit Finish when it pops up. The server will restart.
5. Log back in to the server, make sure the tape drive is using Veritas Drivers.
6. Launch Backup Exec, do the Startup Wizard:
a. Configure Media Sets later, Overwrite Scratch, None.
7. Do the Device Config Wizard:
8. Do the Logon Account Wizard:
a. Select the existing Backup account that you hopefully put in during the install.
9. Inventory, then catalog the tape.
10. Install the Microsoft Loopback adapter. Go to Control Panel, then Add Hardware. Let it scan and fail, Say you already attached the hardware, then add it manually from the bottom of the list.
a. Disable the other Local Area Connections, and do a ‘repair’ or a ‘renew’ to the Loopback adapter so it gives itself an IP address.
11. Restore the D drive.
a. Make sure you use a file redirect to point from the DC on the tape to your D drive on the server. Also, hit the ‘skip if file exists’ thing.
b. Reboot.
12. In Veritas restore only the C drive, do not restore the Shadow Copy Components.
a. Use file redirection to restore to the backup servers C drive.
b. Skip existing Files again
c. DO NOT RESTART
13. In windows NT backup, under System Tools in the Accessories Menu, restore the system state that was restored onto the D drive. Restore from File, not from tape.
14. Reboot into Active Directory Services and Repair mode by hitting F8 quite often during bootup. Do not let the server boot into normal mode, use the power button if you miss the F8 thing then try again.
15. Once in Repair mode, install the drivers for everything on that computer. Once every driver is working well, Open up a command prompt, type the following:
a. Ntdsutil <enter>
b. Authoritative restore <enter>
c. Restore database <enter>
d. Click OK
e. Click Yes
f. Wait for it to complete
g. Type Exit or Quit until you are back to a desktop.
16. Reboot into normal mode.
17. Change the IP of one of the NIC cards to the same as the server you restored from, and disable the other one.
18. Reboot, pray it works.