Removing secondary message store

Hi all,

recently we added temporary secondary mailbox store (for migration purposes) with:

configutil -o store.partition.secondary.path -v /something

now we want to remove it. We tried with

configutil -o store.partition.secondary.path -v ""

However, some parameters are remaining after this:

store.partition.secondary.createtimestamp = 20070628150355Z

store.partition.secondary.creatorsname = "cn=msg-config,cn=sun one messaging suite,cn=server group,cn=xxxxxxxxx,ou=admindomain,o=comms-config"

store.partition.secondary.modifiersname = "cn=msg-config,cn=sun one messaging suite,cn=server group,cn=xxxxxxxxxxx,ou=admindomain,o=comms-config"

store.partition.secondary.modifytimestamp = 20070720085409Z

store.partition.secondary.objectclass = nsmsgCfgPartition

Documentation does not mention how to remove fully secondary partition. Any ideas?

Regards,

G

[937 byte] By [gljivaa] at [2007-11-27 11:11:10]
# 1

Hi,

You should be able to 'cleanup' the partition by removing reference to it from the configuration directory. For example this is what my own partition looks like:

cn=primary, cn=partition, cn=store, cn=configuration, cn=msg-config,cn=Sun ONE Messaging Suite, cn=Server Group,cn=testserver.sun.com, ou=sun.com, o=NetscapeRoot

objectClass=top

objectClass=nsmsgCfgPartition

cn=primary

nsmsgPath=/opt/SUNWmsgsr/data/store/partition/primary

Find your own cn=secondary entry and with the correct ldapmodify magic you should be able to get rid of it.

Regards,

Shane.

shane_hjortha at 2007-7-29 13:46:25 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...