Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Active Directory > repadmin

Reply
 
 
sawyer
Guest
Posts: n/a

 
      11-17-2009
Hello

I am trying to compare the properties of two DC's to compare and check if
they are up to date with each other. The command I am trying to run is

repadmin /checkprop DCname dc=mydomain,dc=com

Obviously I am doing this wrong, I need help with the command syntax

Thanks very much

 
Reply With Quote
 
 
 
 
Florian Frommherz [MVP]
Guest
Posts: n/a

 
      11-17-2009
Howdie!

sawyer schrieb:
> I am trying to compare the properties of two DC's to compare and check
> if they are up to date with each other. The command I am trying to run is
>
> repadmin /checkprop DCname dc=mydomain,dc=com
>
> Obviously I am doing this wrong, I need help with the command syntax


From the repadmin /checkprop help, the correct syntax goes:

repadmin /checkprop <DSA_LIST> <Naming Context> <Originating DSA
Invocation ID> <Originating USN>.

I wonder what you're trying to check with that operation. Is it just to
see whether replication works smoothly? Is there reason to be concerned
about the DCs not being in sync?

Cheers,
Florian
--
Microsoft MVP - Group Policy
eMail: prename [at] frickelsoft [dot] net.
blog: http://www.frickelsoft.net/blog.
ANY advice you get on the Newsgroups should be tested thoroughly in your
lab.
 
Reply With Quote
 
Meinolf Weber [MVP-DS]
Guest
Posts: n/a

 
      11-17-2009

Hello Sawyer,

You can also run repadmin /showrepl on each of them for a simple output of
the replication status. If you are concerned about problems i would also
run dcdiag /v and netdiag /v.

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm


> Hello
>
> I am trying to compare the properties of two DC's to compare and
> check if they are up to date with each other. The command I am trying
> to run is
>
> repadmin /checkprop DCname dc=mydomain,dc=com
>
> Obviously I am doing this wrong, I need help with the command syntax
>
> Thanks very much
>



 
Reply With Quote
 
Paul Bergson [MVP-DS]
Guest
Posts: n/a

 
      11-18-2009
If you want to check to verify everything is good between DC's, check out an
artcile Jorge has on invocation id's and guid's. I think this is what you
are looking for.

http://blogs.dirteam.com/blogs/jorge...ation-IDs.aspx

--
Paul Bergson
MVP - Directory Services
MCTS, MCT, MCSE, MCSA, Security+, BS CSci
2008, 2003, 2000 (Early Achiever), NT4
Microsoft's Thrive IT Pro of the Month - June 2009

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.

"sawyer" <> wrote in message
news:C86967B5-000F-4D8C-AB8A-...
> Hello
>
> I am trying to compare the properties of two DC's to compare and check if
> they are up to date with each other. The command I am trying to run is
>
> repadmin /checkprop DCname dc=mydomain,dc=com
>
> Obviously I am doing this wrong, I need help with the command syntax
>
> Thanks very much



 
Reply With Quote
 
sawyer
Guest
Posts: n/a

 
      11-18-2009
This is a good article thanks guys

"Paul Bergson [MVP-DS]" <pbbergs@no_spammsn.com> wrote in message
news:...
> If you want to check to verify everything is good between DC's, check out
> an artcile Jorge has on invocation id's and guid's. I think this is what
> you are looking for.
>
> http://blogs.dirteam.com/blogs/jorge...ation-IDs.aspx
>
> --
> Paul Bergson
> MVP - Directory Services
> MCTS, MCT, MCSE, MCSA, Security+, BS CSci
> 2008, 2003, 2000 (Early Achiever), NT4
> Microsoft's Thrive IT Pro of the Month - June 2009
>
> 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.
>
> "sawyer" <> wrote in message
> news:C86967B5-000F-4D8C-AB8A-...
>> Hello
>>
>> I am trying to compare the properties of two DC's to compare and check
>> if they are up to date with each other. The command I am trying to run is
>>
>> repadmin /checkprop DCname dc=mydomain,dc=com
>>
>> Obviously I am doing this wrong, I need help with the command syntax
>>
>> Thanks very much

>
>

 
Reply With Quote
 
Paul Bergson [MVP-DS]
Guest
Posts: n/a

 
      11-18-2009
Jorge is a very, very intelligent individual.

--
Paul Bergson
MVP - Directory Services
MCTS, MCT, MCSE, MCSA, Security+, BS CSci
2008, 2003, 2000 (Early Achiever), NT4
Microsoft's Thrive IT Pro of the Month - June 2009

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.

"sawyer" <> wrote in message
news:FC071CA8-1D58-420E-8A2A-...
> This is a good article thanks guys
>
> "Paul Bergson [MVP-DS]" <pbbergs@no_spammsn.com> wrote in message
> news:...
>> If you want to check to verify everything is good between DC's, check out
>> an artcile Jorge has on invocation id's and guid's. I think this is what
>> you are looking for.
>>
>> http://blogs.dirteam.com/blogs/jorge...ation-IDs.aspx
>>
>> --
>> Paul Bergson
>> MVP - Directory Services
>> MCTS, MCT, MCSE, MCSA, Security+, BS CSci
>> 2008, 2003, 2000 (Early Achiever), NT4
>> Microsoft's Thrive IT Pro of the Month - June 2009
>>
>> 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.
>>
>> "sawyer" <> wrote in message
>> news:C86967B5-000F-4D8C-AB8A-...
>>> Hello
>>>
>>> I am trying to compare the properties of two DC's to compare and check
>>> if they are up to date with each other. The command I am trying to run
>>> is
>>>
>>> repadmin /checkprop DCname dc=mydomain,dc=com
>>>
>>> Obviously I am doing this wrong, I need help with the command syntax
>>>
>>> Thanks very much

>>
>>



 
Reply With Quote
 
sawyer
Guest
Posts: n/a

 
      11-19-2009
yea no doubt, its more detail then I was hoping I would I have to digest

"Paul Bergson [MVP-DS]" <pbbergs@no_spammsn.com> wrote in message
news:...
> Jorge is a very, very intelligent individual.
>
> --
> Paul Bergson
> MVP - Directory Services
> MCTS, MCT, MCSE, MCSA, Security+, BS CSci
> 2008, 2003, 2000 (Early Achiever), NT4
> Microsoft's Thrive IT Pro of the Month - June 2009
>
> 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.
>
> "sawyer" <> wrote in message
> news:FC071CA8-1D58-420E-8A2A-...
>> This is a good article thanks guys
>>
>> "Paul Bergson [MVP-DS]" <pbbergs@no_spammsn.com> wrote in message
>> news:...
>>> If you want to check to verify everything is good between DC's, check
>>> out an artcile Jorge has on invocation id's and guid's. I think this is
>>> what you are looking for.
>>>
>>> http://blogs.dirteam.com/blogs/jorge...ation-IDs.aspx
>>>
>>> --
>>> Paul Bergson
>>> MVP - Directory Services
>>> MCTS, MCT, MCSE, MCSA, Security+, BS CSci
>>> 2008, 2003, 2000 (Early Achiever), NT4
>>> Microsoft's Thrive IT Pro of the Month - June 2009
>>>
>>> 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.
>>>
>>> "sawyer" <> wrote in message
>>> news:C86967B5-000F-4D8C-AB8A-...
>>>> Hello
>>>>
>>>> I am trying to compare the properties of two DC's to compare and check
>>>> if they are up to date with each other. The command I am trying to run
>>>> is
>>>>
>>>> repadmin /checkprop DCname dc=mydomain,dc=com
>>>>
>>>> Obviously I am doing this wrong, I need help with the command syntax
>>>>
>>>> Thanks very much
>>>
>>>

>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off




1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59