When executing a Site Recovery Manager (SRM) Test Recovery plan, the operation fails during the storage mounting phase. The following symptoms are observed:
"Failed to recover datastore '<DATASTORE_NAME>'. VMFS volume residing on recovered devices '<DEVICE_ID>' cannot be found. Recovered device not found after HBA rescan. Operation timed out: 300 seconds."VMware Live Recovery 9.0.3
The recovery failure is caused by a lack of network path availability between the Recovery ESXi host and the target storage array. The Software iSCSI adapter is unable to establish a session over Port 3260, resulting in zero active paths and zero devices detected during the HBA
Login to the target site and check the storage adapter being used for iSCSI:
Login to the target host and check the iSCSI connectivity to port 3260
Perform a vmkping test to the target along with the MTU size.
To resolve this issue, network connectivity for iSCSI traffic must be restored between the recovery host and the storage target.
nc -zv <TARGET_IP> 3260vmkping -I vmk1 <TARGET_IP>vmkping -d -s 1472 <TARGET_IP> if standard MTU is used).esxcli storage core adapter rescan --adapter=vmhba<ID>