Trying to restore files to a Linux Centos7 VM (LVM) following these instructions. The script doesn't do anything but offer to quit:
The script password copied correctly. Thoughts?
Trying to restore files to a Linux Centos7 VM (LVM) following these instructions. The script doesn't do anything but offer to quit:
The script password copied correctly. Thoughts?
Found the script's log file, below are the last lines in it.
[20210507-200220] : Secure TCP process added record to config file
[20210507-200220] : SecureTCPTunnel started on Port 3260
[20210507-200220] : Discovering Targets from Portal: pod01-rec2.eus.backup.windowsazure.com,3260
[20210507-200231] : Discovery Output:.
[20210507-200231] : Discovery Error:iscsiadm: Connection to Discovery Address 127.0.0.1 failed
iscsiadm: Login I/O error, failed to receive a PDU
iscsiadm: retrying discovery login to 127.0.0.1
iscsiadm: Connection to Discovery Address 127.0.0.1 failed
3 lines above repeat 5 times
iscsiadm: connection login retries (reopen_max) 5 exceeded
iscsiadm: Could not perform SendTargets discovery: encountered iSCSI login failure
@SRQCiviCRM-9811 Thank you for contacting us and I apologize for the delayed response!
The logs suggest a connection related problem. Have you tried looking at the NSG if you have access to the required endpoints?
First thing, check if the VM where you are performing restore has connectivity to the Target address on 3260. You could check if you are able to access - Discovering Targets from Portal: pod01-rec2.eus.backup.windowsazure.com,3260 from the VM from which you are restoring?
You could use this detailed TSG guide for file recovery scenario - Troubleshoot Azure VM file recovery - Azure Backup | Microsoft Docs
Also there are other pre-requisites readiness checks - https://docs.microsoft.com/en-us/azure/backup/backup-azure-restore-files-from-vm#for-linux
If the response helped, do "Accept Answer" and up-vote it
ConfigServer Firewall was blocking port 3260. After adding it to TCP_OUT got a connect with "telnet pod01-rec2.eus.backup.windowsazure.com 3260"
3 people are following this question.