Go Back   TechArena Community > Technical Support > Computer Help > Windows Server > Active Directory
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: ,

Sponsored Links



Updating the schema

Active Directory


Reply
 
Thread Tools Search this Thread
  #1  
Old 30-01-2009
IainM
 
Posts: n/a
Updating the schema

I'm in the planning process with the intention of updating our AD schema. I
will be adding the Win 2008 and Exchange 2007 schema updates.

For business reasons (don't ask), I would like to do both schema updates
consecutively instead of days apart.
What delay should I leave before the completion of 1 schema update before
starting the next one? Can I force replication of the schema after the first
update to speed things up rather than waiting for a replication cycle?

What AD health checks do you recommend I do before and after the first and
after the second udpate. I am currently using DCDIAG, NETDIAG and REPADMIN do
check replication. Anything else I should use?

Thanks in advance for any help.
Iain

Reply With Quote
  #2  
Old 30-01-2009
Meinolf Weber [MVP-DS]
 
Posts: n/a
Re: Updating the schema

Hello IainM,

As you said, wait for replication before starting the next update. I would
use replmon for forcing the replication, here you have a good graphical overview.
repadmin /syncall will also start the replication.

dcdiag and netdiag are always a good solution for controlling especially
before starting and upgrade to see if everything is ok.

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


> I'm in the planning process with the intention of updating our AD
> schema. I will be adding the Win 2008 and Exchange 2007 schema
> updates.
>
> For business reasons (don't ask), I would like to do both schema
> updates
> consecutively instead of days apart.
> What delay should I leave before the completion of 1 schema update
> before
> starting the next one? Can I force replication of the schema after the
> first
> update to speed things up rather than waiting for a replication cycle?
> What AD health checks do you recommend I do before and after the first
> and after the second udpate. I am currently using DCDIAG, NETDIAG and
> REPADMIN do check replication. Anything else I should use?
>
> Thanks in advance for any help.
> Iain



Reply With Quote
  #3  
Old 30-01-2009
JPolicelli [MVP-DS]
 
Posts: n/a
Re: Updating the schema

Hi Iain,

You will find answers to your questions in a document I wrote for the IT
Showcase group at Microsoft. The document is titled "Structured Active
Directory Schema Changes at Microsoft" and can be downloaded here:
http://download.microsoft.com/downlo...nagmentTWP.doc

--

JPolicelli, MVP - Directory Services

http://www.policelli.com
http://policelli.com/blog

This posting is provided AS IS with no warranties and confers no rights.
Always plan and test.

----

"IainM" <IainM@newsgroups.nospam> wrote in message
news:83B03136-B1FE-4407-9260-562764B7A1A4@microsoft.com...
> I'm in the planning process with the intention of updating our AD schema.
> I
> will be adding the Win 2008 and Exchange 2007 schema updates.
>
> For business reasons (don't ask), I would like to do both schema updates
> consecutively instead of days apart.
> What delay should I leave before the completion of 1 schema update before
> starting the next one? Can I force replication of the schema after the
> first
> update to speed things up rather than waiting for a replication cycle?
>
> What AD health checks do you recommend I do before and after the first and
> after the second udpate. I am currently using DCDIAG, NETDIAG and REPADMIN
> do
> check replication. Anything else I should use?
>
> Thanks in advance for any help.
> Iain
>

Reply With Quote
  #4  
Old 30-01-2009
Marcin
 
Posts: n/a
Re: Updating the schema

Iain,

you need to ensure that your forest is in the healthy state and all schema
updates introduced at each stage have been fully replicated to all domain
controllers before you proceed with the next one. How many domain
controllers/sites do you have and what's the replication schedule between
sites? Ideally, you should run NETDIAG and DCDIAG on each - as well as use
REPADMIN /SHOWREPL and REPADMIN /REPLSUM * /BYSRC /BYDEST /SORT:ERROR
(confirm that there are no fails/errors) to determine replication status
(pay particular attention to the Schema Operations Master). You should also
review the content of adprep.log.

Considering the amount of changes you are planning on applying, my
recommendation would be to run a test schema update in an isolated
environment, mirroring your production AD. Alternatively, you might want to
consider disabling replication on the Schema Operation Master (as well as
its direct replication partners) prior to each stage of schema update,
verify that no errors are generated following it, and reenabling and forcing
replication afterwards.

hth
Marcin

"IainM" <IainM@newsgroups.nospam> wrote in message
news:83B03136-B1FE-4407-9260-562764B7A1A4@microsoft.com...
> I'm in the planning process with the intention of updating our AD schema.
> I
> will be adding the Win 2008 and Exchange 2007 schema updates.
>
> For business reasons (don't ask), I would like to do both schema updates
> consecutively instead of days apart.
> What delay should I leave before the completion of 1 schema update before
> starting the next one? Can I force replication of the schema after the
> first
> update to speed things up rather than waiting for a replication cycle?
>
> What AD health checks do you recommend I do before and after the first and
> after the second udpate. I am currently using DCDIAG, NETDIAG and REPADMIN
> do
> check replication. Anything else I should use?
>
> Thanks in advance for any help.
> Iain
>



Reply With Quote
  #5  
Old 02-02-2009
IainM
 
Posts: n/a
Re: Updating the schema

Thanks for all your replies, they were very helpful. I have covered most
items included in the posts in the process for pre and post testing.
I had already included a few things, but it's always good to get a second
opinion.

Many thanks.
Iain

"Marcin" wrote:

> Iain,
>
> you need to ensure that your forest is in the healthy state and all schema
> updates introduced at each stage have been fully replicated to all domain
> controllers before you proceed with the next one. How many domain
> controllers/sites do you have and what's the replication schedule between
> sites? Ideally, you should run NETDIAG and DCDIAG on each - as well as use
> REPADMIN /SHOWREPL and REPADMIN /REPLSUM * /BYSRC /BYDEST /SORT:ERROR
> (confirm that there are no fails/errors) to determine replication status
> (pay particular attention to the Schema Operations Master). You should also
> review the content of adprep.log.
>
> Considering the amount of changes you are planning on applying, my
> recommendation would be to run a test schema update in an isolated
> environment, mirroring your production AD. Alternatively, you might want to
> consider disabling replication on the Schema Operation Master (as well as
> its direct replication partners) prior to each stage of schema update,
> verify that no errors are generated following it, and reenabling and forcing
> replication afterwards.
>
> hth
> Marcin
>
> "IainM" <IainM@newsgroups.nospam> wrote in message
> news:83B03136-B1FE-4407-9260-562764B7A1A4@microsoft.com...
> > I'm in the planning process with the intention of updating our AD schema.
> > I
> > will be adding the Win 2008 and Exchange 2007 schema updates.
> >
> > For business reasons (don't ask), I would like to do both schema updates
> > consecutively instead of days apart.
> > What delay should I leave before the completion of 1 schema update before
> > starting the next one? Can I force replication of the schema after the
> > first
> > update to speed things up rather than waiting for a replication cycle?
> >
> > What AD health checks do you recommend I do before and after the first and
> > after the second udpate. I am currently using DCDIAG, NETDIAG and REPADMIN
> > do
> > check replication. Anything else I should use?
> >
> > Thanks in advance for any help.
> > Iain
> >

>
>
>

Reply With Quote
Reply

  TechArena Community > Technical Support > Computer Help > Windows Server > Active Directory


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Updating the schema"
Thread Thread Starter Forum Replies Last Post
Schema Admins David Rodriguez Active Directory 1 22-05-2011 04:57 AM
Don't know about XML schema ScarFace 01 Software Development 5 04-02-2010 09:20 AM
Error Upgrading Windows 2003 Schema to Windows 2008 Schema Megan Kielman Windows Server Help 8 24-08-2009 05:44 PM
Convert SunOne LDAP Schema to ADAM schema VinodMaladkar Active Directory 9 21-04-2009 07:58 PM
Ad Schema dkumar Active Directory 5 13-12-2008 12:49 AM


All times are GMT +5.5. The time now is 05:26 PM.