I have some tree organizing to do and I wanted to get some advice before I start moving servers around the tree.
Current setup:
TREE
|_O=Division-A
|_Server-A
|_Volume-A
|_Users-A
|_O=Division-B
|_Server-B
|_Volume-B
|_Users-B
|_O=Division-C
|_Server-C
|_Volume-C
|_Users-C
I want to get rid of all the Organizations and use Oganizational Units instead. This will help me with LDAP Authentication and third-party tools I want to use.
Proposed Tree Design:
TREE
|_O=Company
|_OU=Division-A
|_Server-A
|_Volume-A
|_Users-A
|_OU=Division-B
|_Server-B
|_Volume-B
|_Users-B
|_OU=Division-C
|_Server-C
|_Volume-C
|_Users-C
Other items that would need to move are licenses, SSL certs, Print Brokers, Print Managers, LDAP Servers, LDAP Groups, etc. I also understand that I will need to update login scripts and LDAP contextless login settings.
Is it as simple as using ConsolOne and just moving all these items to their new home? Should I do them in a certain order? Are there any other items I need to worry about moving/not moving? I will be migrating to new servers running SLES 10 SP2 with
OES next year and I want a clean house before I do so.
Thanks for any tips/tricks you can provide.