ONTAP Discussions

Dvadmin error - Can't locate DVADMIN/Config.pm in @INC

jlavrador
2,455 Views

Hi,

 

I am seting up a demo with Data Ontap Edge but I'm having this error when I run dvadmin tool and cannot find the answer for it...

 

Could you please help me? Probably there's a missing module that I'm not finding.

 

[john@localhost ~]$ dvadmin

Can't locate DVADMIN/Config.pm in @INC (@INC contains: /usr/bin /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /usr/bin/dvadmin line 38.

BEGIN failed--compilation aborted at /usr/bin/dvadmin line 38.

 

Thanks and Happy Holidays!

1 REPLY 1

tjoasema
2,455 Views

Hi

If you are running a 64bits version of LInux, try using "export PERL5LIB=/usr/lib/perl5/vendor_perl"  before running the dvadmin command, it should work

You might want to put this variable in startup profile. (for opensuse, better placed in /etc/profile.local)

Public