Avamar: Integrace systému Data Domain: Zálohování do systému DD selže s chybou knihovny SSL z důvodu neshody času
Summary: Avamar: Zálohování do systému Data Domain selže a zobrazí se chyba "SSL library error" kvůli neshodě času mezi softwarem Avamar a Data Domain.
Symptoms
Zálohování systému Avamar do systému Data Domain (DD) selže s chybou "SSL library error":
...
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)
Komunikace mezi systémem Avamar a systémem Data Domain probíhá úspěšně.
(V části Další informace najdete několik příkladů, jak to otestovat.)
Protokoly serveru MCS (Management Console Server) (/usr/local/avamar/var/mc/server_log/mcserver.log.0) nahlásí "Unparsable date"Chyba:
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
Uživatelské rozhraní Avamar hlásí výstrahu týkající se systému Data Domain:
The Avamar server's time is ahead of DD's.Cause
Mezi softwarem Avamar a systémem Data Domain existují časové rozdíly.
Například:
Spuštění příkazu date v systému Avamar:
admin@avamar:~/#: date
Wed Nov 20 18:47:56 PST 2019
Příkaz date se spouští v systému Data Domain:
ddboost@data.domain# date
Wed Nov 20 05:08:37 PST 2019
Resolution
Zkontrolujte, zda se časy v systému Avamar a Data Domain shodují.
Další informace o nastavení času naleznete v článku Avamar: Integrace systému Data Domain: Uživatelské rozhraní správce hlásí nesprávný stav Data Domain z důvodu neshody času.
Additional Information
Cinknout:
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 k portům 111, 2049, 2051 a 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#