hidden hit counter
Welcome to WindowsForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Active problem

 
   Win 2000/NT/98/ME (Home) -> Active Directory RSS
Next:  Account lock out frequently  
Author Message
bce

External


Since: Feb 11, 2008
Posts: 2



(Msg. 1) Posted: Mon Feb 11, 2008 3:34 pm
Post subject: Active problem
Archived from groups: microsoft>public>win2000>active_directory (more info?)

To all,
Having some interesting things happening on a 2000 dc.
1. system state backup fails with "active directory reported an error"
that is with Ntbackup. The tivoli client reports a problem on sys state at
ntds.
2. An online defrag has not run successfully since 2/8 on 2/8 the
following events were reported in the log
Event Type: Error
Event Source: NTDS ISAM
Event Category: Logging/Recovery
Event ID: 203
Date: 2/8/2008
Time: 1:00:59 AM
User: N/A
Computer: SAMPGHSBL021
Description:
NTDS (352) The database engine has stopped the backup with error -1022.

Event Type: Error
Event Source: NTDS ISAM
Event Category: Performance
Event ID: 0
Date: 2/8/2008
Time: 1:00:59 AM
User: N/A
Computer: SAMPGHSBL021
Description:
NTDS (352) Unexpected Win32 error: 0x20

Event Type: Error
Event Source: NTDS ISAM
Event Category: Performance
Event ID: 0
Date: 2/8/2008
Time: 1:00:59 AM
User: N/A
Computer: SAMPGHSBL021
Description:
NTDS (352) Unexpected Win32 error: 0x3E6

Besides the backup and online defrag I cannot seem to find any other issue.
AD is working, from all appearances and there are no other log entries
showing for what I would expect is a corrupt AD.
Any ideas on this would be very helpful

 >> Stay informed about: Active problem 
Back to top
Login to vote
Paul Bergson [MVP-DS]

External


Since: Oct 09, 2006
Posts: 119



(Msg. 2) Posted: Thu Feb 14, 2008 7:51 am
Post subject: Re: Active problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Run diagnostics against your Active Directory domain.

If you don't have the support tools installed, install them from your server
install disk.
d:\support\tools\setup.exe

Run dcdiag, netdiag and repadmin in verbose mode.
-> DCDIAG /V /C /D /E /s:yourdcname > c:\dcdiag.log
-> netdiag.exe /v > c:\netdiag.log (On each dc)
-> repadmin.exe /showrepl dc* /verbose /all /intersite > c:\repl.txt
-> dnslint /ad /s "ip address of your dc"

**Note: Using the /E switch in dcdiag will run diagnostics against ALL dc's
in the forest. If you have significant numbers of DC's this test could
generate significant detail and take a long time. You also want to take
into account slow links to dc's will also add to the testing time.

If you download a gui script I wrote it should be simple to set and run
(DCDiag and NetDiag). It also has the option to run individual tests
without having to learn all the switch options. The details will be output
in notepad text files that pop up automagically.

The script is located on my website at
http://www.pbbergs.com/windows/downloads.htm

Just select both dcdiag and netdiag make sure verbose is set. (Leave the
default settings for dcdiag as set when selected)

When complete search for fail, error and warning messages.

Description and download for dnslint
http://support.microsoft.com/kb/321045


--
Paul Bergson
MVP - Directory Services
MCT, MCSE, MCSA, Security+, BS CSci
2003, 2000 (Early Achiever), NT

http://www.pbbergs.com

Please no e-mails, any questions should be posted in the NewsGroup
This posting is provided "AS IS" with no warranties, and confers no rights.

"bce" wrote in message

> To all,
> Having some interesting things happening on a 2000 dc.
> 1. system state backup fails with "active directory reported an error"
> that is with Ntbackup. The tivoli client reports a problem on sys state at
> ntds.
> 2. An online defrag has not run successfully since 2/8 on 2/8 the
> following events were reported in the log
> Event Type: Error
> Event Source: NTDS ISAM
> Event Category: Logging/Recovery
> Event ID: 203
> Date: 2/8/2008
> Time: 1:00:59 AM
> User: N/A
> Computer: SAMPGHSBL021
> Description:
> NTDS (352) The database engine has stopped the backup with error -1022.
>
> Event Type: Error
> Event Source: NTDS ISAM
> Event Category: Performance
> Event ID: 0
> Date: 2/8/2008
> Time: 1:00:59 AM
> User: N/A
> Computer: SAMPGHSBL021
> Description:
> NTDS (352) Unexpected Win32 error: 0x20
>
> Event Type: Error
> Event Source: NTDS ISAM
> Event Category: Performance
> Event ID: 0
> Date: 2/8/2008
> Time: 1:00:59 AM
> User: N/A
> Computer: SAMPGHSBL021
> Description:
> NTDS (352) Unexpected Win32 error: 0x3E6
>
> Besides the backup and online defrag I cannot seem to find any other
> issue. AD is working, from all appearances and there are no other log
> entries showing for what I would expect is a corrupt AD.
> Any ideas on this would be very helpful
>

 >> Stay informed about: Active problem 
Back to top
Login to vote
bce

External


Since: Feb 11, 2008
Posts: 2



(Msg. 3) Posted: Thu Feb 14, 2008 3:18 pm
Post subject: Re: Active problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Paul,
Thanks, unfortunately that has already been done.
No errors other than ones I expect to see.
it is a single dc for a test domain for an application.
The only thing that is apparently happening is that on 2/09/08 a backup
looks like it failed, there is an ntds.pat file stuck in teh ntds directory
and ever since then online defrag continues to fail.
I was going to take the dc down this weekend and perform an offline
defrag of the ad and see if that resolves the issue.


"Paul Bergson [MVP-DS]" wrote in message

> Run diagnostics against your Active Directory domain.
>
> If you don't have the support tools installed, install them from your
> server install disk.
> d:\support\tools\setup.exe
>
> Run dcdiag, netdiag and repadmin in verbose mode.
> -> DCDIAG /V /C /D /E /s:yourdcname > c:\dcdiag.log
> -> netdiag.exe /v > c:\netdiag.log (On each dc)
> -> repadmin.exe /showrepl dc* /verbose /all /intersite > c:\repl.txt
> -> dnslint /ad /s "ip address of your dc"
>
> **Note: Using the /E switch in dcdiag will run diagnostics against ALL
> dc's in the forest. If you have significant numbers of DC's this test
> could generate significant detail and take a long time. You also want to
> take into account slow links to dc's will also add to the testing time.
>
> If you download a gui script I wrote it should be simple to set and run
> (DCDiag and NetDiag). It also has the option to run individual tests
> without having to learn all the switch options. The details will be
> output in notepad text files that pop up automagically.
>
> The script is located on my website at
> http://www.pbbergs.com/windows/downloads.htm
>
> Just select both dcdiag and netdiag make sure verbose is set. (Leave the
> default settings for dcdiag as set when selected)
>
> When complete search for fail, error and warning messages.
>
> Description and download for dnslint
> http://support.microsoft.com/kb/321045
>
>
> --
> Paul Bergson
> MVP - Directory Services
> MCT, MCSE, MCSA, Security+, BS CSci
> 2003, 2000 (Early Achiever), NT
>
> http://www.pbbergs.com
>
> Please no e-mails, any questions should be posted in the NewsGroup
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
> "bce" wrote in message
>
>> To all,
>> Having some interesting things happening on a 2000 dc.
>> 1. system state backup fails with "active directory reported an error"
>> that is with Ntbackup. The tivoli client reports a problem on sys state
>> at ntds.
>> 2. An online defrag has not run successfully since 2/8 on 2/8 the
>> following events were reported in the log
>> Event Type: Error
>> Event Source: NTDS ISAM
>> Event Category: Logging/Recovery
>> Event ID: 203
>> Date: 2/8/2008
>> Time: 1:00:59 AM
>> User: N/A
>> Computer: SAMPGHSBL021
>> Description:
>> NTDS (352) The database engine has stopped the backup with error -1022.
>>
>> Event Type: Error
>> Event Source: NTDS ISAM
>> Event Category: Performance
>> Event ID: 0
>> Date: 2/8/2008
>> Time: 1:00:59 AM
>> User: N/A
>> Computer: SAMPGHSBL021
>> Description:
>> NTDS (352) Unexpected Win32 error: 0x20
>>
>> Event Type: Error
>> Event Source: NTDS ISAM
>> Event Category: Performance
>> Event ID: 0
>> Date: 2/8/2008
>> Time: 1:00:59 AM
>> User: N/A
>> Computer: SAMPGHSBL021
>> Description:
>> NTDS (352) Unexpected Win32 error: 0x3E6
>>
>> Besides the backup and online defrag I cannot seem to find any other
>> issue. AD is working, from all appearances and there are no other log
>> entries showing for what I would expect is a corrupt AD.
>> Any ideas on this would be very helpful
>>
>
>
 >> Stay informed about: Active problem 
Back to top
Login to vote
Paul Bergson [MVP-DS]

External


Since: Oct 09, 2006
Posts: 119



(Msg. 4) Posted: Thu Feb 14, 2008 3:18 pm
Post subject: Re: Active problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

That would be my next step as well. Get a backup even if you have other
dc's.

--
Paul Bergson
MVP - Directory Services
MCT, MCSE, MCSA, Security+, BS CSci
2003, 2000 (Early Achiever), NT

http://www.pbbergs.com

Please no e-mails, any questions should be posted in the NewsGroup
This posting is provided "AS IS" with no warranties, and confers no rights.

"bce" wrote in message

> Paul,
> Thanks, unfortunately that has already been done.
> No errors other than ones I expect to see.
> it is a single dc for a test domain for an application.
> The only thing that is apparently happening is that on 2/09/08 a backup
> looks like it failed, there is an ntds.pat file stuck in teh ntds
> directory and ever since then online defrag continues to fail.
> I was going to take the dc down this weekend and perform an offline
> defrag of the ad and see if that resolves the issue.
>
>
> "Paul Bergson [MVP-DS]" wrote in message
>
>> Run diagnostics against your Active Directory domain.
>>
>> If you don't have the support tools installed, install them from your
>> server install disk.
>> d:\support\tools\setup.exe
>>
>> Run dcdiag, netdiag and repadmin in verbose mode.
>> -> DCDIAG /V /C /D /E /s:yourdcname > c:\dcdiag.log
>> -> netdiag.exe /v > c:\netdiag.log (On each dc)
>> -> repadmin.exe /showrepl dc* /verbose /all /intersite > c:\repl.txt
>> -> dnslint /ad /s "ip address of your dc"
>>
>> **Note: Using the /E switch in dcdiag will run diagnostics against ALL
>> dc's in the forest. If you have significant numbers of DC's this test
>> could generate significant detail and take a long time. You also want to
>> take into account slow links to dc's will also add to the testing time.
>>
>> If you download a gui script I wrote it should be simple to set and run
>> (DCDiag and NetDiag). It also has the option to run individual tests
>> without having to learn all the switch options. The details will be
>> output in notepad text files that pop up automagically.
>>
>> The script is located on my website at
>> http://www.pbbergs.com/windows/downloads.htm
>>
>> Just select both dcdiag and netdiag make sure verbose is set. (Leave the
>> default settings for dcdiag as set when selected)
>>
>> When complete search for fail, error and warning messages.
>>
>> Description and download for dnslint
>> http://support.microsoft.com/kb/321045
>>
>>
>> --
>> Paul Bergson
>> MVP - Directory Services
>> MCT, MCSE, MCSA, Security+, BS CSci
>> 2003, 2000 (Early Achiever), NT
>>
>> http://www.pbbergs.com
>>
>> Please no e-mails, any questions should be posted in the NewsGroup
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>>
>> "bce" wrote in message
>>
>>> To all,
>>> Having some interesting things happening on a 2000 dc.
>>> 1. system state backup fails with "active directory reported an
>>> error" that is with Ntbackup. The tivoli client reports a problem on sys
>>> state at ntds.
>>> 2. An online defrag has not run successfully since 2/8 on 2/8 the
>>> following events were reported in the log
>>> Event Type: Error
>>> Event Source: NTDS ISAM
>>> Event Category: Logging/Recovery
>>> Event ID: 203
>>> Date: 2/8/2008
>>> Time: 1:00:59 AM
>>> User: N/A
>>> Computer: SAMPGHSBL021
>>> Description:
>>> NTDS (352) The database engine has stopped the backup with error -1022.
>>>
>>> Event Type: Error
>>> Event Source: NTDS ISAM
>>> Event Category: Performance
>>> Event ID: 0
>>> Date: 2/8/2008
>>> Time: 1:00:59 AM
>>> User: N/A
>>> Computer: SAMPGHSBL021
>>> Description:
>>> NTDS (352) Unexpected Win32 error: 0x20
>>>
>>> Event Type: Error
>>> Event Source: NTDS ISAM
>>> Event Category: Performance
>>> Event ID: 0
>>> Date: 2/8/2008
>>> Time: 1:00:59 AM
>>> User: N/A
>>> Computer: SAMPGHSBL021
>>> Description:
>>> NTDS (352) Unexpected Win32 error: 0x3E6
>>>
>>> Besides the backup and online defrag I cannot seem to find any other
>>> issue. AD is working, from all appearances and there are no other log
>>> entries showing for what I would expect is a corrupt AD.
>>> Any ideas on this would be very helpful
>>>
>>
>>
>
>
 >> Stay informed about: Active problem 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Active Directory Problem - I am at a site where they had an existing 2000 Domain. It included a F&P Win2000 server that was the master. A 2003 server was installed and took over as the Master. The old 2000 server was then DCPromo'd and rebuilt as a second 2003 server and..

Active Directory problem - Hi There I have a problem with my active directory on a 2000 server with SP4 ENU... when i clic on active directry i get this error: Naming information cannot be located because: The server is not operational Contact you system administrator to verify....

Restore of Active Directory, problem. - The IT department here has no idea how to do a restore of a domain controller. We have two domains in one forest here, with two DC's per domain. They have decided, that , in order to test disaster recovery, they are going to promote two new servers in....

Strange active directory problem - Hi, We have two servers on our network a Windows 2000 server with Exchange and a Windows 2003 server. The Windows 2000 server is the main server for the network with the 2003 server added later. All was fine until recently when I was trying to edit the..

Active Directory Replication Problem - Hi I have 2 DC in different network segment/vpn and they just have let replicate. ServerA is the master domain controller where is has DNS (primary) service and Exchange installed. ServerB has DNS service and as secondary that is the DNS from..
   Win 2000/NT/98/ME (Home) -> Active Directory All times are: Eastern Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum

Categories:
 Windows XP
  Win 2000/NT/98/ME
 Windows Vista!


[ Contact us | Terms of Service/Privacy Policy ]