The NetApp Community is moving to a new platform and is in Read-Only mode. Click to learn more.
Stay connected during the transition - Join our Discord community today.

General Discussion

How to enable vscan through WFA in perl

Nishith
2,247 Views

In WFA after connecting to the cluster using wfautil, To enable vscan can i use like the below perl code mentioned to create new command

my ( $wfa_util, $server);


$wfa_util = WFAUtil->new();
$server = $wfa_util->connect($Cluster);

 

my $status_enable =$server->vscan_enable($VserverName);(can you please suggest whether this is right or wrong in perl)

0 REPLIES 0
Public