View Single Post
  #7 (permalink)  
Old 06-06-2007, 01:39 AM
mmorse mmorse is offline
Moderator
 
Posts: 6,237
Default

Your first severe messages seem to be looking in /home for tomcat manager:
Quote:
SEVERE: Error starting static Resources
java.lang.IllegalArgumentException: Document base /home/opt/zimbra/apache-tomcat-5.5.15/server/webapps/host-manager does not exist or is not a readable directory
Any insight from your end?

One possible missing step...your /etc/hosts file?

From 2006-but the question is probably still valid-some zimbra engineer needs to reverify that that zmsetservername script is ok
server hostname change -very old/2006
Everyone seems to have no issues changing ip's (as it's not really that involved).
However, it would appear that the hostname changing method needs a quick re-inspection.
for instance more recent/last month:
Change hostname and IP Address!-failure

BUT another recent 2007 success:
Quote:
Originally Posted by dlbewley View Post
I just changed my hostname on Zimbra 4.5.3 and RHEL 4.4AS.

1. Update DNS server
2. Edit /etc/sysconfig/network
3. su - zimbra -c /opt/zimbra/libexec/zmsetservername new.name.com
4. Reboot

The only "problem" I see is in the Admin UI, if you look at server status the new name is listed, but the old server name is also listed with a red X on everything except for the blue check marks next to LDAP and Logger. However, that all went away after a couple minutes. There must be a cronjob that updates a status log.
Of note I also found this interesting:
Quote:
Originally Posted by OverZealous View Post
I decided to just try ZmSetServerName
If you follow the directions exactly (stopping the services first), you get an error. If, instead, you just run the command, there is no error, and it stops the services automatically. That seems to have solved my "problem", or at least alleviated my fears. Since the internal DNS lists both domains fully, I'm not too worried about any leftover domain issues.


oerton btw-If you didn't know, these are harmless:
Quote:
Jun 6 09:30:23 domain1 slapd[9277]: <= bdb_equality_candidates: (zimbraDomainType) index_param failed (18)
Jun 6 09:30:23 domain1 slapd[9277]: <= bdb_equality_candidates: (zimbraMailStatus) index_param failed (18)
Jun 6 09:30:23 domain1 slapd[9277]: <= bdb_equality_candidates: (zimbraDomainType) index_param failed (18)
Jun 6 09:30:23 domain1 slapd[9277]: <= bdb_equality_candidates: (zimbraMailStatus) index_param failed (18)

Last edited by mmorse; 06-06-2007 at 02:06 AM..
Reply With Quote