Move IMS 5.2 user's message store structure to new domian

Hi,

How can one manually change the user's file system message store structure when moving a user from one domain to the other?

when you look at the directory structure in the message store, it seems to incorporate the user's domain information in the path..

is imsuser util the only way or is there a way to move the user's message stroe directory manually?

thanks

[420 byte] By [Rockit2069] at [2007-11-25 8:50:42]
# 1

I haven't seen the store in a directory where the domain name is used. Usually it is in something like <serverroot>/store/partition/primary/

you can change this to whatever you want through the console or using configutil.

Then users folders are under a set of numbers determined with the hashdir utility. If you want to move a user's store to another machine, you can just copy them to the new store under the same hashdir directories. Make sure their ldap account is created correctly, then run reconstruct -m followed by reconstruct -r. The user should now be able to log in and see their mail on the new machine.

navin504 at 2007-7-1 15:38:33 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 2

Hi,

i was more referring not the location of the mstore itself, but rather the directory structure that is created for each user's mailbox udner the mstore.

when a user is in the default domain, the mailbox folder path contains no domain info but when they are in another domain the path to a user's mailbox folder includes specific hash numbers and domain information..

hope that mnakes sense?

Rockit2069 at 2007-7-1 15:38:33 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...