Zimbra started failed I have problem with start zimbra(Release 6.0.5_GA_2213.SLES10_64_20100203033940 SLES10_64 FOSS edition), just like the following:
zimbra@so-mob3:~> zmcontrol start Host localhost
Unable to determine enabled services from ldap.
Unable to determine enabled services. Cache is out of date or doesn't exist.
But not find problems about DNS:
so-mob3:/etc # hostname -f
mail.XXX.es
so-mob3:/etc # hostname -d
XXX.es
so-mob3:/etc # hostname -s
mail
so-mob3:/etc # hostname -i
192.168.1.58
so-mob3:/etc # hostname -f
mail.XXX.es
so-mob3:/etc # hostname -y
so-mob3:/etc # hostname -v
gethostname()=`so-mob3'
so-mob3
so-mob3:/etc #
so-mob3:/etc # cat /etc/HOSTNAME
so-mob3.XXX.es
so-mob3:~ # cat /etc/host.conf
#
# /etc/host.conf - resolver configuration file
#
# Please read the manual page host.conf(5) for more information.
#
#
# The following option is only used by binaries linked against
# libc4 or libc5. This line should be in sync with the "hosts"
# option in /etc/nsswitch.conf.
#
order hosts, bind
#
# The following options are used by the resolver library:
#
multi on
so-mob3:~ # cat /etc/hosts
#
# hosts This file describes a number of hostname-to-address
# mappings for the TCP/IP subsystem. It is mostly
# used at boot time, when no name servers are running.
# On small systems, this file can be used instead of a
# "named" name server.
# Syntax:
#
# IP-Address Full-Qualified-Hostname Short-Hostname
#
127.0.0.1 localhost
# special IPv6 addresses
::1 localhost ipv6-localhost ipv6-loopback
fe00::0 ipv6-localnet
ff00::0 ipv6-mcastprefix
ff02::1 ipv6-allnodes
ff02::2 ipv6-allrouters
ff02::3 ipv6-allhosts
127.0.0.2 linux-w01d.site linux-w01d
10.18.157.42 XXX.es
10.18.157.42 so-mob3.XXX.es so-mob3
10.18.157.42 mail.XXX.es
so-mob3:~ # dig XXX.es mx
; <<>> DiG 9.3.4 <<>> XXX.es mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 36349
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1
;; QUESTION SECTION:
;XXX.es. IN MX
;; ANSWER SECTION:
XXX.es. 604800 IN MX 10 mail.XXX.es.
;; AUTHORITY SECTION:
XXX.es. 604800 IN NS mail.XXX.es.
;; ADDITIONAL SECTION:
mail.XXX.es. 604800 IN A 10.18.157.42
;; Query time: 0 msec
;; SERVER: 10.18.157.42#53(10.18.157.42)
;; WHEN: Tue May 18 16:46:45 2010
;; MSG SIZE rcvd: 85
so-mob3:~ # dig XXX.es any
; <<>> DiG 9.3.4 <<>> XXX.es any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 37288
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 1
;; QUESTION SECTION:
;XXX.es. IN ANY
;; ANSWER SECTION:
XXX.es. 604800 IN SOA mail.XXX.es. root.XXX.es. 1997022700 28800 14400 3600000 86400
XXX.es. 604800 IN NS mail.XXX.es.
XXX.es. 604800 IN MX 10 mail.XXX.es.
XXX.es. 604800 IN A 10.18.157.42
;; ADDITIONAL SECTION:
mail.XXX.es. 604800 IN A 10.18.157.42
;; Query time: 0 msec
;; SERVER: 10.18.157.42#53(10.18.157.42)
;; WHEN: Tue May 18 16:47:10 2010
;; MSG SIZE rcvd: 142
Well, I really don't understand why start zimbra occurs "host localhost" .
Any help would be much appreciated. Thanks in advance.... |