Hello Adai,
I'm afraid Mohammed has a point with regards the execution of the script. I too get the following message:
Execution of 'perl C:\Program Files (x86)\NetApp\DataFabric Manager\DFM\script-plugins\PM_Extractor\PM_Extractor.pl' failed.
Reason: The system cannot find the file specified
I believe I know why, I'm just not sure where to rectify it. When ran at a cmd window (as admin), the following two syntax fail:
'perl C:\Program Files (x86)\NetApp\DataFabric Manager\DFM\script-plugins\PM_Extractor\PM_Extractor.pl'
perl 'C:\Program Files (x86)\NetApp\DataFabric Manager\DFM\script-plugins\PM_Extractor\PM_Extractor.pl'
whereas this syntax runs:
perl "C:\Program Files (x86)\NetApp\DataFabric Manager\DFM\script-plugins\PM_Extractor\PM_Extractor.pl'"
Based on other forum posts, it seems the failures are caused by the spaces in the path which the double quotes rectifies.
I got the ScriptOutput.csv created running it this way, but it would be nice to know what to change so that Ops Mgr schedules the file creation.