Problem
You may encounter this error message when booting a protected system with a Windows Server 2012 server domain controller (on either an appliance or within Virtual Office):
STOP: error c0002e2 Directory Services could not start |
Symptoms
In a domain controller server, after a dirty shutdown or power outage, you may face this message:
Directory Services are unable to start
with a stop code of c00002e2:
Causes
There are two potential causes of this error:
- A device attached to the system is not functioning
- The ntds (Active Directory) database is older than 6 months
Potential cause #1
A device attached to the system is not functioning
STOP: c00002e2 Directory Services could not start because of the following error: A device attached to the system is not functioning.
Error Status: 0xc0000001. Please shutdown this system and reboot into Directory Services Restore Mode. Check the event log for more detailed information.
How to resolve this issue: “A device attached to the system is not functioning”
Follow the instructions below to resolve this particular c00002e2 error:
1. Restart the server and press F8 key; Select Directory Services restore mode.
2. Log in with the local administrator username and password.
3. Type: cd \windows\system32
4. Type: NTDSUTIL
5. Type: activate instance NTDS
6. Type: files
7. If you encounter an error stating that the Jet engine could not be initialized, exit out of ntdsutil.
8. Type: cd\
9. Type: md backupad
10. Type: cd \windows\ntds
11. Type: copy ntds.dit c:\backupad
12. Type: cd \windows\system32
13. Type: esentutl /g c:\windows\ntds\ntds.dit
14. This performs an integrity check. The results will indicate that the jet database is corrupt.
15. Type: esentutl /p c:\windows\ntds\ntds.dit
16. Agree with the prompt.
17. Type: cd \windows\ntds
18. Type: move *.log c:\backupad (or just delete the log files)
This should complete the repair and restore normal system functions.
Verify the repair
1. Type: cd \windows\system32
2. Type: ntdsutil
3. Type: activate instance ntds
4. Type: files
You should no longer get an error when you do this.
Type: info
The file information should now appear correctly.
If a database analysis is required:
From the NTDSUTIL command prompt:
1. Type: Semantic Database Analysis
2. Type: Go
Potential cause #2:
The ntds (Active Directory) database is older than 6 months.
STOP: c00002e2 may be caused because the ntds (Active Directory) database is older than 6 months.
If you are booting a snapshot of a Windows Domain Controller that is more than 6 months old, Microsoft will prevent this machine from booting.
How to resolve this issue: “The ntds (Active Directory) database is older than 6 months.
Follow the instructions below to resolve this particular c00002e2 error:
1. Restart the server and press F8 key;
Select Directory Services restore mode.
2. Log in with the local administrator username and password.
3. Type Date <mm-dd-yy> where mm-dd-yy is the month, day, and year of the snapshot being booted
4. Reboot the system into normal boot mode. Once the system is up and running, log in as an Administrator and reset the system time to the current date and time.
SUPPORT | 720-204-4500 | 800-352-0248
- Contact Axcient Support at https://partner.axcient.com/login or call 800-352-0248
- Free certification courses are available in the Axcient x360Portal under Training
- To learn more about Axcient products, sign up for a free one-on-one training
- Subscribe to the Axcient Status page for status updates and scheduled maintenance
1412 | 1703