[root@arw1 ~]# su - zimbra
[zimbra@arw1 ~]$ zmcontrol start
Host arw1.arrowvt.com.ar
Starting ldap...Done.
Failed.
Failed to start slapd. Attempting debug start to determine error.
daemon: bind(7) failed errno=99 (Cannot assign requested address)
slap_open_listener: failed on ldap://arw1.arrowvt.com.ar:389
Que tienes en /etc/hosts ?
Saludos,
--
Linux User: 255902
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
--
Has recibido este mensaje porque eres miembro de "zimbra grupo" de Google.
Si quieres publicar envía un mensaje de correo a zimbr...@googlegroups.com o entra en http://groups.google.es/group/zimbragrupo
Para anular la suscripción envía un mensaje a zimbragrupo...@googlegroups.com
[zimbra@arw1 etc]$ more hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 arw1.midominio.com.ar arw1 localhost.localdomain
localhost
190.11.141.105 arw1.midominio.com.ar
Saludos y gracias.
Thu Jan 21 20:09:00 2010 Skipping Configuration for server
arw1.arrowvt.com.ar
update.
Thu Jan 21 20:09:00 2010 gs:arw1.arrowvt.com.ar ERROR:
service.FAILURE (system
failure: unable to lookup server by name: arw1.arrowvt.com.ar message:
[LDAP: er
ror code 49 - Invalid Credentials]) (cause:
javax.naming.AuthenticationException
[LDAP: error code 49 - Invalid Credentials])
Thu Jan 21 20:09:00 2010 Sleeping...Key lookup failed.
Thu Jan 21 20:09:09 2010 Skipping Global system configuration update.
Thu Jan 21 20:09:09 2010 gacf ERROR: service.FAILURE (system failure:
unable to
get config) (cause: javax.naming.AuthenticationException [LDAP: error
code 49 -
Invalid Credentials])
Thu Jan 21 20:09:13 2010 Skipping All Reverse Proxy URLs update.
Thu Jan 21 20:09:13 2010 Skipping getAllReverseProxyURLs ERROR:
service.FAILURE
(system failure: unable to list all servers) (cause:
javax.naming.Authenticatio
nException [LDAP: error code 49 - Invalid Credentials])
[root@arw1 log]# more /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 arw1.arrowvt.com.ar arw1 localhost.localdomain
localhost
190.11.141.105 arw1.arrowvt.com.ar
On 21 ene, 20:00, Wilmar Salgado Ariza <swil...@gmail.com> wrote:
> Hola.
>
> Creo q puedes revisar los archivos Log de Zimbra que se encuentran en la
> ruta:
>
> /opt/zimbra/log/
>
> - Especialmente el archivo /opt/zimbra/log/zmmtaconfig.log
>
> Esto con el fín de buscar mensajes de error que den más pistas para
> solucionar.
>
> Suerte.
>
> Salu2.
>
--
Has recibido este mensaje porque eres miembro de "zimbra grupo" de Google.
Si quieres publicar envía un mensaje de correo a zimbr...@googlegroups.com o entra en http://groups.google.es/group/zimbragrupo
Para anular la suscripción envía un mensaje a zimbragrupo...@googlegroups.com
[zimbra@arw1 ~]$ zmprov getServer arw1.arrowvt.com.ar | grep
zimbraMtaMyNetworks
ERROR: zclient.IO_ERROR (invoke Connection refused, server: localhost)
(cause: java.net.ConnectException Connection refused)
Desde ya gracias amigos.
On 22 ene, 08:24, amperis <ampe...@gmail.com> wrote:
> Creo recordad que al cambiar la IP petaba en LDAP. El tema es que dentro de
> la config de Zimbra aun quedaba registrada la antigua IP y tenias que
> utilizar el zmprov para resolverlo... No recuero el parametro exacto.
>
> A ver si te funciona esto:http://vavai.net/2008/10/09/change-ip-address-of-zimbra-mailserver-ho...
>
> 2010/1/21 gustavob <gustavo...@gmail.com>
[zimbra@arw1 ~]$ zmcontrol start
Host arw1.arrowvt.com.ar
Starting ldap...Done.
Unable to determine enabled services from ldap.
Enabled services read from cache. Service list may be inaccurate.
Starting logger...Failed.
Starting logswatch...ERROR: service.FAILURE (system failure: unable to
lookup server by name: arw1.arrowvt.com.ar message: [LDAP: error code
49 - Invalid Credentials]) (cause:
javax.naming.AuthenticationException [LDAP: error code 49 - Invalid
Credentials])
zimbra logger service is not enabled! failed.
Starting mailbox...Done.
Starting memcached...Done.
Starting antispam...Done.
Starting antivirus...Done.
Starting snmp...Done.
Starting spell...Done.
Starting mta...Done.
Starting stats...Done.
Saludos.
On 22 ene, 11:05, "ul...@localdomain.cl" <ulver.woe...@gmail.com>
wrote:
> 127.0.0.1 localhost.localdomain localhost
> 172.10.255.1 someserver.domain.tld someserver
>
> tu /etc/hosts deberia lucir asi en ese orden... hasta donde recuerdo la
> comunicacion al ldap interno de zimbra se realiza contra el fqdn de la
> maquina, en este caso someserver.domain.tld
>
> verifica el nombre y el fdqn con `hostname` y `hostname -f'
>
> "hostname" solo deberia darte el nombre y "hostname -f" el fqdn
>
> espero sirva de algo !
>
> suerte !
>
> 2010/1/22 AT <atomim...@gmail.com>
>
>
>
>
>
> > Gustavo, si la IP de tu servidor esta dentro de tu LAN (interna) no debes
> > poner la IP pública en el /etc/hosts si no la que corresponde a la dirección
> > real de tu equipo que supongo que es una dirección IP privada....
>
> > Saludos.....
>
yo entiendo que tu problema es a nivel de DNS, el cambio de ip interna
es rapido, pero ese cambio a nivel de DNS es mas lento, tu dns
necesita un tiempo para propagarse, y en ese tiempo cuando
internamente zimbra ( o mas bien el ldap.zimbra) hace consultas tipo
nslookup arw1.arrowvt.com.ar te dara la vieja y no la nueva y aunque
tu hagas el cambio en "/etc/hosts" "if-eth0" con la nueva, no es
suficiente hasta que se propage correctamente tu dns.
suerte.