View Single Post
  #2 (permalink)  
Old 06-24-2009, 05:30 AM
phoenix phoenix is online now
Zimbra Consultant & Moderator
 
Posts: 11,517
Default

You didn't run the correct command for renaming, it should be:

Code:
zmprov -l rd testold.com testnew.com
If you look at the '-l' option in "zmprov help commands" you'll see it's important.

Quote:
renameDomain(rd) {domain|id} {newDomain}
-- NOTE: renameDomain can only be used with "zmprov -l/--ldap"

Code:
zmprov -l md domain.com zimbraDomainStatus active

zmmailboxdctl restart

zmprov gd domain.com | grep Status

zmprov -l gd domain.com | grep Status
The last two commands should return 'active'.
__________________
Regards


Bill

Last edited by phoenix : 06-24-2009 at 05:43 AM.
Reply With Quote