Just wondering if anybody's encountered any errors with a Data Domain VE + Veeam. I'm using an unlicensed (500GB limit) version of DDVE.
The error I receive is: Processing [VM] Error: Exception of type 'Veeam.Backup.AgentProvider.AgentClosedException' was thrown.
I've configured dozens of physical DD units with Veeam with zero issue; I'm honestly a little puzzled as to what the issue I'm having here could be as I've never encountered anything other than flawless operation between the two platforms, straight out of the box.
Here's a sample of where it seems to fall over in the logs:
Code: Select all
[19.01.2022 14:37:24] <01> Info [SimplePointGenerationPolicy] Exiting storage retention
[19.01.2022 14:37:24] <01> Info Searching last sets for compact
[19.01.2022 14:37:24] <01> Info Searched last sets for compact old way
[19.01.2022 14:37:24] <01> Info [ParallelStorageCompact] Full compact is disabled
[19.01.2022 14:37:24] <01> Info [CStorageLinksHelper] Asserting storage links...
[19.01.2022 14:37:24] <01> Info Checking storages links
[19.01.2022 14:37:24] <01> Info Checked storages links old way
[19.01.2022 14:37:24] <01> Info [CStorageLinksHelper] Storage links checked successfully
[19.01.2022 14:37:24] <01> Info [BackupHealthCheckScheduleCalculator] Previous schedule time is 31/12/2021 12:00:00 AM
[19.01.2022 14:37:24] <01> Info [BackupHealthCheck] Recheck is disabled
[19.01.2022 14:37:24] <01> Info [BackupHealthCheck] Integrity check is not needed
[19.01.2022 14:37:24] <01> Info Disposing CBackupRepositoryClient [0x1c55822]
[19.01.2022 14:37:24] <01> Info [AP] Disposing client from thread 1
[19.01.2022 14:37:24] <01> Info Disposing BaseAgentProtocol [0x370e2ef]
[19.01.2022 14:37:24] <01> Info Disposing CSocketAgentService [0x2f7fa6d], sessionId [f458]
[19.01.2022 14:37:24] <01> Info [SocketAgentService] Closing connection to agent 'W2K22-01', id f458
[19.01.2022 14:37:24] <01> Error Failed to stop socket agent service, id f458
[19.01.2022 14:37:24] <01> Error Socket has been forcibly closed. Failed to recover connection. (Veeam.Backup.Common.ConnectionException)
[19.01.2022 14:37:24] <01> Error at Veeam.Backup.Common.Reconnect.CInterlockedReconnectEngine.CheckFailed()
[19.01.2022 14:37:24] <01> Error at Veeam.Backup.Common.Reconnect.CPacketSender.SendPacketWithReconnect(CPacket packet)
[19.01.2022 14:37:24] <01> Error at Veeam.Backup.Common.Reconnect.CPacketSender.SendStop()
[19.01.2022 14:37:24] <01> Error at Veeam.Backup.Common.Reconnect.CProtocolMethods.SendStopOnce()
[19.01.2022 14:37:24] <01> Error at Veeam.Backup.Common.Reconnect.CReconnectableSocket.Close(Int32 timeoutSec)
[19.01.2022 14:37:24] <01> Error at Veeam.Backup.Crypto.CCryptoSocket.Close(Int32 timeout)
[19.01.2022 14:37:24] <01> Error at Veeam.Backup.AgentProvider.CSocketAgentService.SafeCloseSocket()
Any thoughts at all? Thanks in advance!