Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Administrators

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-15-2005, 01:56 PM
Active Member
 
Posts: 42
Default Changing Your Hostname

I went through the very painful process of chaning my hostname without reinstalling zimbra. This will probably void your warranty, but it worked for me (FC4, M1):

Change your hostname using hostname. Change your hosts file and your /etc/sysconfig/network

use zmprov to change the following fields to your new hostname
zimbraLmtpAdvertisedName
zimbraServiceHostname
zimbraSmtpHostname

for example:

zmprov cs oldserver.com zimbraLmtpAdvertisedName newserver.com ....

Then, for every single user in your sytem (that's right), you have to do this:

zmprov ma user@domain.com zimbraMailHost new.domain.com

I suggest writing a shell script. To get a list of users, do this or something similar:

zmprov gaa -v | grep '# name'

Once your done with this tedious task, do a:

grep -il oldserver.com ~zimbra/conf/*

Change the hostname in any of the files returned by this command using vi or whatever.

Then shutdown your zimbra software:

zmcontrol shutdown

Start it back up:

zmcontrol startup

The only service that will start is ldap and zmmon (for the server in question, at least). This is where it gets fun. You have to manually edit the directory as follows.

First figure out your DN. From ~zimbra/openldap/bin do a:

./ldapsearch -x | grep oldservername.com

You will see a line that looks like this:

# oldhost.domain.com, servers, zimbra
dn: cn=oldhost.domain.com,cn=servers,cn=zimbra
[snip]
cn: oldhost.domain.com

This is the dn of your server. You will need to change it. To do so create a file called, for example, changes.ldif. For the above example, it would look like this:

cn=oldhost.domain.com,cn=servers,cn=zimbra
cn=newhost.domain.com

Now, grab your zimbra_ldap_password from ~zimbra/conf/localconfig.xml.

Then run the following command from your ~zimbra/openldap/bin dir:

./ldapmodrdn -h localhost -w password_From_above -D "uid=zimbra,cn=admins,cn=zimbra" -x -r -f changes.ldif

Now do a zmcontrol shutdown. Then do a ps -U zimbra and kill any zimbra-related processes that are still hanging around. If you kill perl, you should clear the .pid file here:

/opt/zimbra/zimbramon/FIFO/zm.pid

Now rebuild your SSL keys for the new hostname.

If all went well, everything should start on a zmcontrol startup

One thing I didn't address is changing the hostname on statistics data in mysql, but it doesn't seem to cause a problem, so I haven't gotten around to it yet.

Make sure to back everything up and cross your fingers. This should really be possible through zmprov or the admin console, but beta software is fun!
Reply With Quote
  #2 (permalink)  
Old 12-27-2007, 06:13 PM
Starter Member
 
Posts: 1
Default

To make things a little easier (but maybe more risky), you only need the following:

1. zmcontrol shutdown
2. cd /opt/zimbra/conf; grep -il hostname *
3. Modify files from above step.
4. cd /opt/zimbra
4. sudo openldap/sbin/slapcat -f conf/slapd.conf > ~/tmp.ldif
5. mv openldap-data old-data
6. mkdir openldap-data
7. chown zimbra:zimbra openldap-data
8. cp old-data/DB_CONFIG openldap-data
9. do a global search-and-replace on ~/tmp.ldif replacing the old hostname with the new one. Maybe something like sed -i 's,oldhostname,newhostname,g' ~/tmp.ldif
10. sudo -u zimbra openldap/sbin/slapadd -f conf/slapd.conf -l ~/tmp.ldif
11. fix up your ssl cert
12. bin/zmcontrol startup

If something goes wrong, you still have your old data that you can use to restore with.
Reply With Quote
  #3 (permalink)  
Old 12-27-2007, 06:15 PM
Moderator
 
Posts: 6,236
Default

Welcome to the forums,
This is kinda an older thread from 2005, now there's also ZmSetServerName - Zimbra :: Wiki
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.