VLR IP customization recovery fails for Debian OS.
[YYYY-MM-DDTHH:MM:SS.875Z] [ error] Customization command failed with exitcode: 2, stderr: 'Can't locate File/Find.pm in @INC (you may need to install the File::Find module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.32.1 /usr/local/share/perl/5.32.1 /usr/lib/x86_64-linux-gnu/perl5/5.32 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.32 /usr/share/perl/5.32 /usr/local/lib/site_perl) at /var/run/.vmware-imgcust-dvMsuEY/guestals.pl line 12.> BEGIN failed--compilation aborted at /var/run/.vmware-imgcust-dvMsuEY/guestals.pl line 12
VMware Site Recovery Manager 8.x
VMware Live Recovery Manager 9.x
Missing module 'File::Find (Find.pm)' in Perl installation
check_file_find.pl with following content:#!/usr/bin/perluse strict;use warnings;
use File::Find;
print "File::Find loaded successfully!";
perl check_file_find.pl