File Recovery: Multipath Issues

Product version: 9.0

Last modified: 27 September 2019

Problem

A file recovery fails if you use multipathing on the machine on which the NAKIVO Backup & Replication Transporter is installed.

Solution

Add NAKIVO Backup & Replication to the multipath blacklist.

1. On the machine on which the Transporter is installed, create a file /etc/multipath.conf

2. Add the following to the file:

blacklist {
	device { 
		vendor "NAKIVO" 
		product "Transporter"	}
}

3. Restart the machine.