Hi,
I'm testing WFA at very basic level.
I can't found how to Filters return results. I have the ONTAP controllers added and connectivity test works. I'm using root credentials and controller has 3 aggrs.
Any help is more than welcome?
2012-09-19 12:51:00,845 BST DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-0.0.0.0-80-3) Executing local filter 'aggregate in array by array ip' , parameters '{array_host=192.168.145.16}' , query 'SELECT
aggr.name, array.ip AS 'array.ip'
FROM
storage.aggregate AS aggr, storage.array AS array
WHERE
aggr.array_id = array.id AND (array.ip = '192.168.145.16' OR array.name = '192.168.145.16')'
2012-09-19 12:51:00,845 BST DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-0.0.0.0-80-3) Local filter 'aggregate in array by array ip'successfully executed , rows affected '0'