Backup and Restore to a new Server

About Zarafa appliance or Zarafa managed by Artica

Backup and Restore to a new Server

New postby goofy180173 » Mon Jul 09, 2012 10:02 pm

If I want to change the Server 32Bit to 64Bit. What do I have to do?
I made a Backup. So I have 9 SQL Databases and 1 Ldap
Do I only have to setup a the new Server and restore the databases and the ldap-DB to get a full configured server again?
Is there a documentation what do I have to backup and restore to get a working server again.
goofy180173
 
Posts: 75
Joined: Mon Jan 02, 2012 11:02 am
Artica servers number: 1
Linux System: Debian
Technical skills: A Linux developper

Re: Backup and Restore to a new Server

New postby admin » Tue Jul 10, 2012 1:10 am

In progress...
User avatar
admin
Site Admin
 
Posts: 11289
Joined: Wed Oct 17, 2007 7:59 am
Location: France

Re: Backup and Restore to a new Server

New postby goofy180173 » Sun Sep 16, 2012 6:49 pm

I found artica-backup
if I use
Code: Select all
artica-backup --full-backup /media/Backup

A directory with a lot of subdirectories and files is created
If I use
Code: Select all
artica-backup ---full-restore /media/Backup

a tar.gz file should be given which is created by the full-backup option. But there is no tar.gz file created
goofy180173
 
Posts: 75
Joined: Mon Jan 02, 2012 11:02 am
Artica servers number: 1
Linux System: Debian
Technical skills: A Linux developper

Re: Backup and Restore to a new Server

New postby admin » Sun Sep 16, 2012 11:09 pm

artica backup should create a "artica-full-backup.tar.gz" file
Run into verbose mode:
Code: Select all
artica-backup --full-backup /media/Backup --verbose
User avatar
admin
Site Admin
 
Posts: 11289
Joined: Wed Oct 17, 2007 7:59 am
Location: France

Re: Backup and Restore to a new Server

New postby goofy180173 » Mon Sep 17, 2012 6:54 am

a subdirectory full-backup is created but not a tar.gz
should i only tar this subdir with the name full-backup.tar.gz

There is also a point in the web called troubleshout -> export server settings. If I choose this there is a tar.gz file created, but it´s only a few MB. So this can´t be a full backup as described in the documentation.
goofy180173
 
Posts: 75
Joined: Mon Jan 02, 2012 11:02 am
Artica servers number: 1
Linux System: Debian
Technical skills: A Linux developper

Re: Backup and Restore to a new Server

New postby goofy180173 » Thu Sep 20, 2012 6:28 am

I tried it again with
Code: Select all
artica-backup --full-backup /media/Backup --verbose

now I got a subdir with full-backup and a artica-full-backup.tar.gz and a subdir /etc
So it seems to be working.
But how do I restore it to the new server?
I copied the whole dir full-backup to the new server and tried different things
Code: Select all
artica-backup --full-restore /media/Backup --verbose
artica-backup --full-restore /media/Backup/full-backup --verbose
artica-backup --full-restore /media/Backup/full-backup/artica-full-backup.tar.gz --verbose

Nothing worked for me.
I see that all services are getting stopped and that´s all then I get the prompt again.
So nothing has been restored.
goofy180173
 
Posts: 75
Joined: Mon Jan 02, 2012 11:02 am
Artica servers number: 1
Linux System: Debian
Technical skills: A Linux developper

Re: Backup and Restore to a new Server

New postby admin » Thu Sep 20, 2012 7:58 am

I would like to have the output of these command lines...
User avatar
admin
Site Admin
 
Posts: 11289
Joined: Wed Oct 17, 2007 7:59 am
Location: France

Re: Backup and Restore to a new Server

New postby goofy180173 » Mon Sep 24, 2012 9:41 pm

The reason why I could not restor is, that a in the subdir full-backup also a dir etc is located. After deleting the subdir etc I was able to restore.
But maybe there went something wrong by the backup. Because I got an unexpected EOF error.
I'll try again to make a backup and restore. If it doesn't work I'll post the output.
goofy180173
 
Posts: 75
Joined: Mon Jan 02, 2012 11:02 am
Artica servers number: 1
Linux System: Debian
Technical skills: A Linux developper

Re: Backup and Restore to a new Server

New postby goofy180173 » Fri Sep 28, 2012 8:53 am

the only working restore is
Code: Select all
artica-backup --full-restore /media/Backup/full-backup --verbose

But there seems to be something absolutely wrong. There is no organization and there are no users restored if I look in the Zarafa Tab.
The mailboxes are displayed with the right size, but that can´t be, because the size of the used size of the harddisk is less then the size of the Mailboxes
goofy180173
 
Posts: 75
Joined: Mon Jan 02, 2012 11:02 am
Artica servers number: 1
Linux System: Debian
Technical skills: A Linux developper

Re: Backup and Restore to a new Server

New postby goofy180173 » Wed Oct 03, 2012 10:02 am

Next try to get all my users to the new Server
I downloaded a backup of the ldap created each hour. Uploaded this to the new Server and tried to restore it with "restore with instant Ldap.Backup"
It didn´t work I got these errors
Code: Select all
   "--instant-ldap-recover 2012-10-02-08.tar.gz --verbose" command line
   INSTANT_RECOVER_LDAP_DATABASES:: 2012-10-02-08.tar.gz is not available, try "/opt/artica/ldap-backup/2012-10-02-08.tar.gz"
   unable to stat /opt/artica/ldap-backup/slapd.conf
   INSTANT_RECOVER_LDAP_DATABASES:: 2012-10-02-08.tar.gz (gz) must be unpack
   INSTANT_RECOVER_LDAP_DATABASES:: Ldap conf file......: /etc/ldap/slapd.conf
   INSTANT_RECOVER_LDAP_DATABASES:: Ldap ldif file......: 2012-10-02-08.ldif
   INSTANT_RECOVER_LDAP_DATABASES:: Ldap backup file....: /opt/artica/ldap-backup/2012-10-02-08.tar.gz
   INSTANT_RECOVER_LDAP_DATABASES:: Ldap Databases path.: /var/lib/ldap
   INSTANT_RECOVER_LDAP_DATABASES:: Extract file 2012-10-02-08.tar.gz
   Delete old database files
   Removing /var/lib/ldap/*.*
   /bin/rm -rf /var/lib/ldap/*.* >/tmp/artica-backup-8d7eccae75c16460b0510f56b625a5e1-12565-00000.tmp 2>&1
   Stopping ldap
   Stopping ldap
   /etc/init.d/artica-postfix stop ldap >/tmp/artica-backup-8d7eccae75c16460b0510f56b625a5e1-12565-00000.tmp 2>&1
   slapd: [INFO] Using built-in configuration
   slapd: [INFO] Halting OpenLDAP...
   slapd: [INFO] Stop Zarafa server
   Stopping Zarafa monitor: zarafa-monitorNo /usr/bin/zarafa-monitor found running; none killed.
   failed!
   Stopping Zarafa gateway: zarafa-gatewayNo /usr/bin/zarafa-gateway found running; none killed.
   failed!
   Stopping Zarafa LMTP dagent: zarafa-dagentNo /usr/bin/zarafa-dagent found running; none killed.
   failed!
   Shutdown zarafa daemon...
   Stopping Zarafa-server.......: Already stopped
   Stopping Zarafa-spooler......: Already stopped
   Stopping Zarafa iCal/CalDAV..: Already stopped
   Stopping Zarafa-indexer......: Not installed
   Stopping Zarafa License......: Already stopped
   slapd: [OK] OpenLDAP stopped after 1 seconds
   slapd: [INFO] No data backup done
   Shutdown ldap daemon...
   slapd: [INFO] Using built-in configuration
   slapd: [INFO] Halting OpenLDAP...
   slapd: [INFO] Stop Zarafa server
   Stopping Zarafa monitor: zarafa-monitorNo /usr/bin/zarafa-monitor found running; none killed.
   failed!
   Stopping Zarafa gateway: zarafa-gatewayNo /usr/bin/zarafa-gateway found running; none killed.
   failed!
   Stopping Zarafa LMTP dagent: zarafa-dagentNo /usr/bin/zarafa-dagent found running; none killed.
   failed!
   Shutdown zarafa daemon...
   Stopping Zarafa-server.......: Already stopped
   Stopping Zarafa-spooler......: Already stopped
   Stopping Zarafa iCal/CalDAV..: Already stopped
   Stopping Zarafa-indexer......: Not installed
   Stopping Zarafa License......: Already stopped
   slapd: [OK] OpenLDAP stopped after 1 seconds
   slapd: [INFO] No data backup done
   Shutdown ldap daemon...
   ********************************************************
   importing datas
   Starting......: OpenLDAP server writing DB_CONFIG
   Starting......: OpenLDAP server writing DB_CONFIG
   Tlogs.WriteToFile:: 124 bytes in /var/lib/ldap/DB_CONFIG
   /usr/sbin/slapadd -v -s -c -l /opt/artica/ldap-backup/2012-10-02-08.ldif -f /etc/ldap/slapd.conf >/tmp/artica-backup-fd210ed9b488e3e091445f787df9be68-12565-00000.tmp 2>&1
   The first database does not allow slapadd; using the first available one (2)
   slapadd: line 1: database #2 (dc=my-domain,dc=com) not configured to hold "dc=nodomain"; no database configured for that naming context
   slapadd: line 15: database #2 (dc=my-domain,dc=com) not configured to hold "cn=admin,dc=nodomain"; no database configured for that naming context
   added: "dc=my-domain,dc=com" (00000001)
   added: "cn=artica,dc=my-domain,dc=com" (00000002)
   added: "cn=artica-settings,cn=artica,dc=my-domain,dc=com" (00000003)
   added: "cn=artica-settings2,cn=artica,dc=my-domain,dc=com" (00000004)
   added: "cn=mynetworks_maps,cn=artica,dc=my-domain,dc=com" (00000005)
   added: "dc=organizations,dc=my-domain,dc=com" (00000006)
   added: "ou=Elektro_Hauer,dc=organizations,dc=my-domain,dc=com" (00000007)
   added: "ou=groups,ou=Elektro_Hauer,dc=organizations,dc=my-domain,dc=com" (00000008)
   added: "ou=users,ou=Elektro_Hauer,dc=organizations,dc=my-domain,dc=com" (00000009)
   added: "ou=computers,ou=Elektro_Hauer,dc=organizations,dc=my-domain,dc=com" (0000000a)
   added: "dc=samba,dc=organizations,dc=my-domain,dc=com" (0000000b)
   added: "ou=Computer,dc=samba,dc=organizations,dc=my-domain,dc=com" (0000000c)
   added: "cn=192.168.123.10$,ou=Computer,dc=samba,dc=organizations,dc=my-domain,dc=com" (0000000d)
   added: "cn=192.168.123.50$,ou=Computer,dc=samba,dc=organizations,dc=my-domain,dc=com" (0000000e)
   added: "cn=192.168.123.254$,ou=Computer,dc=samba,dc=organizations,dc=my-domain,dc=com" (0000000f)
   slapadd: line 333: database #2 (dc=my-domain,dc=com) not configured to hold "dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 346: database #2 (dc=my-domain,dc=com) not configured to hold "cn=artica,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 363: database #2 (dc=my-domain,dc=com) not configured to hold "cn=samba-config,cn=artica,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 429: database #2 (dc=my-domain,dc=com) not configured to hold "cn=Manager,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 440: database #2 (dc=my-domain,dc=com) not configured to hold "cn=artica-settings,cn=artica,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 457: database #2 (dc=my-domain,dc=com) not configured to hold "cn=artica-settings2,cn=artica,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 470: database #2 (dc=my-domain,dc=com) not configured to hold "cn=mynetworks_maps,cn=artica,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 483: database #2 (dc=my-domain,dc=com) not configured to hold "dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 497: database #2 (dc=my-domain,dc=com) not configured to hold "dc=NAB,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 511: database #2 (dc=my-domain,dc=com) not configured to hold "dc=Elektro_Hauer,dc=NAB,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 525: database #2 (dc=my-domain,dc=com) not configured to hold "ou=users,dc=Elektro_Hauer,dc=NAB,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 537: database #2 (dc=my-domain,dc=com) not configured to hold "ou=People,dc=Elektro_Hauer,dc=NAB,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 549: database #2 (dc=my-domain,dc=com) not configured to hold "ou=r.hauer,ou=People,dc=Elektro_Hauer,dc=NAB,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 561: database #2 (dc=my-domain,dc=com) not configured to hold "dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 575: database #2 (dc=my-domain,dc=com) not configured to hold "ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 587: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.21$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 632: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.23$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 677: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.249$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 722: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.12$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 767: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.239$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 812: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.20$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 857: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.53$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 902: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.57$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 947: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.77$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 992: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.16$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1037: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.58$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1083: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.60$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1128: database #2 (dc=my-domain,dc=com) not configured to hold "cn=artica_smtp_sync,cn=artica,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1140: database #2 (dc=my-domain,dc=com) not configured to hold "ou=dns,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1152: database #2 (dc=my-domain,dc=com) not configured to hold "dc=at,ou=dns,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1167: database #2 (dc=my-domain,dc=com) not configured to hold "dc=elektrohauer,dc=at,ou=dns,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1185: database #2 (dc=my-domain,dc=com) not configured to hold "dc=ns,dc=elektrohauer,dc=at,ou=dns,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1200: database #2 (dc=my-domain,dc=com) not configured to hold "dc=mail,dc=elektrohauer,dc=at,ou=dns,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1215: database #2 (dc=my-domain,dc=com) not configured to hold "cn=PostfixRobots,cn=artica,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1227: database #2 (dc=my-domain,dc=com) not configured to hold "cn=catch-all,cn=artica,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1239: database #2 (dc=my-domain,dc=com) not configured to hold "cn=relay_clientcerts_maps,cn=artica,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1251: database #2 (dc=my-domain,dc=com) not configured to hold "cn=smtp_sasl_password_maps,cn=artica,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1263: database #2 (dc=my-domain,dc=com) not configured to hold "cn=mailman,cn=artica,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1275: database #2 (dc=my-domain,dc=com) not configured to hold "cn=Sender_Dependent_Relay_host_Maps,cn=artica,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1287: database #2 (dc=my-domain,dc=com) not configured to hold "cn=PostfixFilesStorage,cn=artica,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1300: database #2 (dc=my-domain,dc=com) not configured to hold "ou=Robert jun. Hauer,ou=People,dc=Elektro_Hauer,dc=NAB,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1313: database #2 (dc=my-domain,dc=com) not configured to hold "ou=Elektro_Hauer,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1340: database #2 (dc=my-domain,dc=com) not configured to hold "ou=groups,ou=Elektro_Hauer,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1352: database #2 (dc=my-domain,dc=com) not configured to hold "ou=users,ou=Elektro_Hauer,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1364: database #2 (dc=my-domain,dc=com) not configured to hold "ou=computers,ou=Elektro_Hauer,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1376: database #2 (dc=my-domain,dc=com) not configured to hold "cn=nogroup,ou=groups,ou=Elektro_Hauer,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1397: database #2 (dc=my-domain,dc=com) not configured to hold "cn=Elektro_Hauer_group,ou=groups,ou=Elektro_Hauer,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1430: database #2 (dc=my-domain,dc=com) not configured to hold "cn=r.hauer,ou=users,ou=Elektro_Hauer,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1506: database #2 (dc=my-domain,dc=com) not configured to hold "cn=recipient_canonical_maps,ou=Elektro_Hauer,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1519: database #2 (dc=my-domain,dc=com) not configured to hold "ou=users,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1531: database #2 (dc=my-domain,dc=com) not configured to hold "ou=idmap,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1543: database #2 (dc=my-domain,dc=com) not configured to hold "ou=People,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1555: database #2 (dc=my-domain,dc=com) not configured to hold "ou=groups,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1567: database #2 (dc=my-domain,dc=com) not configured to hold "cn=Account Operators,ou=groups,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1586: database #2 (dc=my-domain,dc=com) not configured to hold "cn=Administrators,ou=groups,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1605: database #2 (dc=my-domain,dc=com) not configured to hold "cn=Backup Operators,ou=groups,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1624: database #2 (dc=my-domain,dc=com) not configured to hold "cn=Guests,ou=groups,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1643: database #2 (dc=my-domain,dc=com) not configured to hold "cn=domguests,ou=groups,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1662: database #2 (dc=my-domain,dc=com) not configured to hold "uid=root,ou=users,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1694: database #2 (dc=my-domain,dc=com) not configured to hold "ou=g.hauer,ou=People,dc=Elektro_Hauer,dc=NAB,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1706: database #2 (dc=my-domain,dc=com) not configured to hold "cn=[bsmtp.telekom.at],cn=smtp_sasl_password_maps,cn=artica,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1720: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.63$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1765: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.52$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1810: database #2 (dc=my-domain,dc=com) not configured to hold "ou=verena,ou=People,dc=Elektro_Hauer,dc=NAB,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1822: database #2 (dc=my-domain,dc=com) not configured to hold "ou=verena1,ou=People,dc=Elektro_Hauer,dc=NAB,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1834: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.51$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1879: database #2 (dc=my-domain,dc=com) not configured to hold "cn=verena,ou=users,ou=Elektro_Hauer,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 1954: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.64$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 2000: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.245$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 2045: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.54$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 2090: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.201$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 2135: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.246$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 2180: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.70$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 2226: database #2 (dc=my-domain,dc=com) not configured to hold "cn=robertsen,ou=users,ou=Elektro_Hauer,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 2302: database #2 (dc=my-domain,dc=com) not configured to hold "ou=robertsen,ou=People,dc=Elektro_Hauer,dc=NAB,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 2314: database #2 (dc=my-domain,dc=com) not configured to hold "cn=sabineb,ou=users,ou=Elektro_Hauer,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 2390: database #2 (dc=my-domain,dc=com) not configured to hold "ou=sabineb,ou=People,dc=Elektro_Hauer,dc=NAB,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 2402: database #2 (dc=my-domain,dc=com) not configured to hold "ou=service,ou=People,dc=Elektro_Hauer,dc=NAB,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 2414: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.78$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 2459: database #2 (dc=my-domain,dc=com) not configured to hold "cn=service,ou=users,ou=Elektro_Hauer,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 2535: database #2 (dc=my-domain,dc=com) not configured to hold "cn=bsmtp.telekom.at,cn=smtp_sasl_password_maps,cn=artica,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 2549: database #2 (dc=my-domain,dc=com) not configured to hold "cn=[127.0.0.1]:61276,cn=smtp_sasl_password_maps,cn=artica,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 2563: database #2 (dc=my-domain,dc=com) not configured to hold "cn=[bsmtp.telekom.at]:587,cn=smtp_sasl_password_maps,cn=artica,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 2577: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.25$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 2622: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.2$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 2667: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.61$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 2712: database #2 (dc=my-domain,dc=com) not configured to hold "cn=bertipriv,ou=users,ou=Elektro_Hauer,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 2788: database #2 (dc=my-domain,dc=com) not configured to hold "ou=bertipriv,ou=People,dc=Elektro_Hauer,dc=NAB,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 2800: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.74$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 2846: database #2 (dc=my-domain,dc=com) not configured to hold "ou=urlaub,ou=People,dc=Elektro_Hauer,dc=NAB,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 2858: database #2 (dc=my-domain,dc=com) not configured to hold "cn=scheiblauer,ou=users,ou=Elektro_Hauer,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 2934: database #2 (dc=my-domain,dc=com) not configured to hold "ou=scheiblauer,ou=People,dc=Elektro_Hauer,dc=NAB,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 2946: database #2 (dc=my-domain,dc=com) not configured to hold "cn=fischer,ou=users,ou=Elektro_Hauer,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 3022: database #2 (dc=my-domain,dc=com) not configured to hold "ou=fischer,ou=People,dc=Elektro_Hauer,dc=NAB,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 3034: database #2 (dc=my-domain,dc=com) not configured to hold "cn=lang,ou=users,ou=Elektro_Hauer,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 3109: database #2 (dc=my-domain,dc=com) not configured to hold "ou=lang,ou=People,dc=Elektro_Hauer,dc=NAB,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 3121: database #2 (dc=my-domain,dc=com) not configured to hold "cn=kaftan,ou=users,ou=Elektro_Hauer,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 3196: database #2 (dc=my-domain,dc=com) not configured to hold "ou=kaftan,ou=People,dc=Elektro_Hauer,dc=NAB,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 3208: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.87$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 3253: database #2 (dc=my-domain,dc=com) not configured to hold "cn=arbeit,ou=users,ou=Elektro_Hauer,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 3328: database #2 (dc=my-domain,dc=com) not configured to hold "ou=arbeit,ou=People,dc=Elektro_Hauer,dc=NAB,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 3340: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.88$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 3386: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.89$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 3431: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.56$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 3476: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.31$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 3521: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.90$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 3566: database #2 (dc=my-domain,dc=com) not configured to hold "ou=administration,ou=People,dc=Elektro_Hauer,dc=NAB,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 3578: database #2 (dc=my-domain,dc=com) not configured to hold "cn=administration,ou=users,ou=Elektro_Hauer,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 3654: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.100$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 3699: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.91$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 3744: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.30$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 3789: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.65$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 3835: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.250$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 3880: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.67$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 3925: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.39$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 3970: database #2 (dc=my-domain,dc=com) not configured to hold "cn=10.28.214.165$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 4015: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.73$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 4061: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.75$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 4106: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.69$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 4151: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.76$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 4196: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.71$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 4242: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.72$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 4288: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.68$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 4333: database #2 (dc=my-domain,dc=com) not configured to hold "cn=255.255.255.255$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 4378: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.81$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 4423: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.82$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 4468: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.83$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 4513: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.85$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 4559: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.86$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 4604: database #2 (dc=my-domain,dc=com) not configured to hold "cn=10.63.206.15$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 4649: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.0.1$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 4694: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.84$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 4739: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.123.248$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 4784: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.1.1$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 4830: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.1.2$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 4875: database #2 (dc=my-domain,dc=com) not configured to hold "cn=91.114.33.62$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 4920: database #2 (dc=my-domain,dc=com) not configured to hold "ou=julia.punz,ou=People,dc=Elektro_Hauer,dc=NAB,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 4932: database #2 (dc=my-domain,dc=com) not configured to hold "cn=punz,ou=users,ou=Elektro_Hauer,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 4985: database #2 (dc=my-domain,dc=com) not configured to hold "ou=punz,ou=People,dc=Elektro_Hauer,dc=NAB,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 4997: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.1.5$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 5042: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.1.7$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 5087: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.1.15$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   slapadd: line 5132: database #2 (dc=my-domain,dc=com) not configured to hold "cn=192.168.1.100$,ou=Computer,dc=samba,dc=organizations,dc=elektrohauer,dc=at"; no database configured for that naming context
   ********************************************************
   Starting LDAP
   Starting LDAP
   /etc/init.d/artica-postfix start ldap >/dev/null 2&>1 >/tmp/artica-backup-257eb0282a2dfe04439ffc4b3bd434a9-12565-00000.tmp 2>&1
   ********************************************************
   Done...
   ********************************************************
goofy180173
 
Posts: 75
Joined: Mon Jan 02, 2012 11:02 am
Artica servers number: 1
Linux System: Debian
Technical skills: A Linux developper

Next

Return to Zarafa mail server

Who is online

Users browsing this forum: No registered users and 1 guest