Avamar: Data Domain-integration: Sikkerhedskopieringer til DD mislykkes med en SSL-biblioteksfejl på grund af en tidsuoverensstemmelse
Summary: Avamar: Sikkerhedskopieringer til Data Domain mislykkes med "SSL-biblioteksfejl" på grund af tidsuoverensstemmelse mellem Avamar og Data Domain.
Symptoms
Avamar-sikkerhedskopieringer til Data Domain (DD) mislykkes med en "SSL-biblioteksfejl":
...
2019-11-20 18:39:04 avtar Info <19155>: - Establishing a connection via token to the Data Domain system with certificate authentication (Connection mode: A:2 E:2).
2019-11-20 18:39:07 avtar Warning <18125>: Calling DDR_OPEN_VIA_TOKEN returned result code:5341 message:SSL library error
2019-11-20 18:39:07 avtar Error <10542>: Data Domain server "data.domain.local" open failed DDR result code: 5341, desc: SSL library error
2019-11-20 18:39:07 avtar Error <10509>: Problem logging into the DDR server:'', only GSAN communication was enabled.
2019-11-20 18:39:07 avtar FATAL <17964>: Backup is incomplete because file "/ddr_files.xml" is missing
2019-11-20 18:39:07 avtar Info <10642>: DDR errors caused the backup to not be posted, errors=0, fatals=0
2019-11-20 18:39:07 avtar Info <12530>: Backup was not committed to the DDR.
2019-11-20 18:39:07 avtar FATAL <8941>: Fatal server connection problem, aborting initialization. Verify correct server address and login credentials.
2019-11-20 18:39:07 avtar Info <6149>: Error summary: 4 errors: 10542, 8941, 10509, 17964
2019-11-20 18:39:07 avtar Info <8468>: Sending wrapup message to parent
2019-11-20 18:39:07 avtar Info <5314>: Command failed (4 errors, 1 warning, exit code 10008: cannot establish connection with server (possible network or DNS failure)
Kommunikationen mellem Avamar og Data Domain er fuldført.
(Afsnittet Yderligere oplysninger indeholder nogle eksempler på, hvordan du tester dette).
Management Console Server-logfilerne (MCS) (/usr/local/avamar/var/mc/server_log/mcserver.log.0) Rapport en "Unparsable date" fejl:
11/20-17:36:44.00780 [DdrCache_thread#505209] com.avamar.mc.datadomain.DdrSnmpSystemProperties.getTime
WARNING: Unparseable date: "" with format "EEE MMM dd HH:mm:ss X yyyy"
11/20-17:36:44.00780 [DdrCache_thread#505209] com.avamar.mc.datadomain.DdrSnmpInfo.getSystemPropertiesInfo
WARNING: Warning! com.avamar.mc.datadomain.DdrSnmpInfo:getSystemPropertiesInfo info current time mills number 0
Avamar UI rapporterer en advarsel relateret til Data Domain:
The Avamar server's time is ahead of DD's.Cause
Der er tidsforskelle mellem Avamar og Data Domain.
F.eks.:
Datokommandoen kører på Avamar:
admin@avamar:~/#: date
Wed Nov 20 18:47:56 PST 2019
Datokommandoen kører på Data Domain:
ddboost@data.domain# date
Wed Nov 20 05:08:37 PST 2019
Resolution
Sørg for, at tiderne på Avamar og Data Domain stemmer overens.
Du kan finde flere oplysninger om tidsindstillinger under Avamar: Data Domain-integration: Administratorbrugergrænsefladen rapporterer en forkert Data Domain Status på grund af en tidsuoverensstemmelse.
Additional Information
Ping:
admin@avamar:~/>: ping -c3 data.domain.local
PING data.domain.local (xxx.xx.xx.xx) 56(84) bytes of data.
64 bytes from xxx.xx.xx.xx: icmp_seq=1 ttl=64 time=0.328 ms
64 bytes from xxx.xx.xx.xx: icmp_seq=2 ttl=64 time=1.14 ms
64 bytes from xxx.xx.xx.xx: icmp_seq=3 ttl=64 time=0.671 ms
--- data.domain.local ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2002ms
rtt min/avg/max/mdev = 0.328/0.715/1.146/0.335 ms
Telnet til port 111, 2049, 2051 og 2052:
telnet data.domain.local 111
Trying xxx.xx.xx.xx...
Connected to data.domain.local
Escape character is '^]'.
^CConnection closed by foreign host.
telnet data.domain.local 2049
Trying xxx.xx.xx.xx...
Connected to data.domain.local.
Escape character is '^]'.
^CConnection closed by foreign host.
telnet data.domain.local 2051
Trying xxx.xx.xx.xx...
Connected to data.domain.local
Escape character is '^]'.
^CConnection closed by foreign host.
telnet data.domain.local 2052
Trying xxx.xx.xx.xx...
Connected to data.domain.local
Escape character is '^]'.
^CConnection closed by foreign host.
Secure Shell (ssh):
admin@avamar:~/>: ssh-agent bash admin@avamar:~/#: ssh-add .ssh/ddr_key
Identity added: .ssh/ddr_key (.ssh/ddr_key)
admin@avamar:~/>: ssh ddboost@data.domain.local
EMC Data Domain Virtual Edition
Last login: Tue Nov 19 03:26:27 PST 2019 from 172.22.37.43 on pts/0
Welcome to Data Domain OS 6.2.0.5-608869
----------------------------------------
ddboost@data.domain#