Title: RE: ADAM Schema Questions

Please ignore part two of my question, I figured it out. I was only running

 dn: CN=MyClass,CN=Schema,CN=Configuration,DC=X
   changetype: modify
   replace: isDefunct
   isDefunct: TRUE
   -

   dn:
   changetype: modify
   add: schemaUpdateNow
   schemaUpdateNow: 1
   -

As opposed to

 dn: CN=MyClass,CN=Schema,CN=Configuration,DC=X
   changetype: modify
   replace: isDefunct
   isDefunct: TRUE
   -

   dn: CN=MyClass,CN=Schema,CN=Configuration,DC=X
   changetype: modrdn
   newrdn: cn=MyClassOld
   deleteoldrdn: 1

   dn:
   changetype: modify
   add: schemaUpdateNow
   schemaUpdateNow: 1
   -
_____________________________________________
From:   Bernier, Brandon (.) 
Sent:   Wednesday, May 17, 2006 5:23 PM
To:     '[email protected]'
Subject:        ADAM Schema Questions


1.) If you have a ton of server in a configuration set, when you do a schema extension and one box is down will it work? In my test I had two ADAM servers and it would not take the schema update because it couldn’t replicate (I purposely broke replication with it's partner).

2.) When you defunct a class/attribute, whats the attribute to hide it from the MMC? I thought defunting it did hide it, but I am mistaken.

Thanks!

-Brandon

Reply via email to