Messaging 6.3 Migration
I would like to get some of the experts opinions on here regarding our Comms 5 migration. We are upgrading/migrating a 40,000 user mail environment from Sun One Directory 5.1 and Messaging Server 5.2(schema 1) to Directory 6.0 and Messaging 6.3 (schema 2) plus adding Calendar services. I have followed these steps as seen in the forums(which seems to match our requirements):
1. install directory server.
2. Run comms_dssetup.pl and select Schema 1.
3. export/import my ldif file. (3 Files the DC root suffix(o=internet), the OSI root suffix(o=abc.com),
4 Run commdirmig
5. install Access Manager/Identity Server
6. install/configure messenger and calendar
The problem I run into is the commdirmig does not seem to do anything, or not finding what it expects in the directory. Here is my syntax:
./commdirmig -t 1 -D "cn=directory manager" -w /opt/SUNWcomm/bin/pass -X server -p 389 -a /opt/SUNWcomm/bin/migration.ldif2 -b "o=internet" -r "o=abc.com" -v
The commdirmig runs for a few seconds then stops with nothing in the ldif file. The following are the only entries in the commdirmig.log file:
Wed May 30 14:00:27 EDT 2007 ^^ sun.comm.dirmig.commDirMig.migrateDirectory(commDirMig.java:151)
Wed May 30 14:00:27 EDT 2007 ^^ sun.comm.dirmig.commDirMig.main(commDirMig.java:89)
The following is the what it seems to be searching for in the Directory, which is not there:
[06/Jun/2007:10:06:17 -0400] conn=24 op=1 msgId=2 - SRCH base="ou=default,ou=organizationconfig,ou=1.0,ou=iplanetamauthldapservice,ou=se rvices,o=internet" scope=0 filter="(|(objectClass=*)(objectClass=ldapsubentry))" attrs=ALL
[06/Jun/2007:10:06:17 -0400] conn=24 op=1 msgId=2 - RESULT err=32 tag=101 nentries=0 etime=0
I have no ou=services,o=internet branch, should that be there?
In the Migration Guide under the 'Single Server - Migrate to Native mode' the steps seem to be
1. upgrade Messaging Server from 5.x to 6. Which for our case is on a new server so we are just doing a fresh install of Messaging 6.3.
2. Run the comm_dssetup.pl
3. Install Access Manager 6.1
4. Install DA
5. Run commdirmig to migrate from schema 1 to schema 2.
We are essentially migrating to a completely new environment with all new hardware and softwar, then migrating the users and mailboxes from the old environemnt to the new environment in a short outage. Any help would be greatly appreciated.
Thanks

