2015-01-05 02:00:03,458 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-104084 (HornetQ-client-global-threads-792859237)) Executing local filter 'Get all clusters', parameters 'null', query 'SELECT cluster.name, cluster.uuid AS UUID, cluster.serial_number, cluster.primary_address, cluster.version, GROUP_CONCAT(cluster_license.license) AS license FROM cm_storage.cluster cluster LEFT JOIN cm_storage.cluster_license ON cluster_license.cluster_id = cluster.id GROUP BY cluster.id' 2015-01-05 02:00:03,505 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-104084 (HornetQ-client-global-threads-792859237)) Local filter 'Get all clusters' successfully executed, rows affected '3' 2015-01-05 02:00:03,520 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-104084 (HornetQ-client-global-threads-792859237)) Executing local filter 'Get all the nodes', parameters 'null', query 'SELECT node.name AS name, ha_node.name AS partner, cluster.primary_address AS "cluster.primary_address", cluster.name AS "cluster.name", cluster.serial_number AS "cluster.serial_number", node.primary_address , node.serial_number AS serial_number, node.model, node.os_version, node.location FROM cm_storage.node node LEFT JOIN cm_storage.node ha_node ON node.ha_partner_id = ha_node.id INNER JOIN cm_storage.cluster cluster ON node.cluster_id = cluster.id ' 2015-01-05 02:00:03,552 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-104084 (HornetQ-client-global-threads-792859237)) Local filter 'Get all the nodes' successfully executed, rows affected '4' 2015-01-05 02:00:03,567 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-104084 (HornetQ-client-global-threads-792859237)) Executing local filter 'Get all arrays', parameters 'null', query 'SELECT array.name, array.ip, ha_array.name AS partner, array.serial_number, array.system_id, array.model, array.os_version, array.location , GROUP_CONCAT(array_license.license) AS license FROM storage.array array LEFT JOIN storage.array ha_array ON array.partner_id = ha_array.id LEFT JOIN storage.array_license ON array_license.array_id = array.id GROUP BY array.id ' 2015-01-05 02:00:03,598 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-104084 (HornetQ-client-global-threads-792859237)) Local filter 'Get all arrays' successfully executed, rows affected '2' 2015-01-05 17:14:40,559 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 29) ======================================================================================== 2015-01-05 17:14:40,575 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 29) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=sim4}' 2015-01-05 17:14:40,575 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 29) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=sim4}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sim4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-05 17:14:40,606 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 29) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-05 17:14:40,606 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 29) No results were returned for filter 'Filter volumes by key' 2015-01-05 18:00:34,662 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 49) ======================================================================================== 2015-01-05 18:00:34,662 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 49) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-05 18:00:34,678 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 49) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-05 18:00:34,693 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 49) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-05 18:00:34,709 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 49) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-05 18:00:34,709 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 49) Finder results '{primary_address=hq-stor}' 2015-01-05 18:00:34,709 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 49) ======================================================================================== 2015-01-05 18:00:34,724 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 49) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-05 18:00:34,756 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 49) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-05 18:00:34,865 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 49) ======================================================================================== 2015-01-05 18:00:34,865 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 49) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-05 18:00:34,880 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 49) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-05 18:00:34,911 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 49) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-05 18:00:34,911 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 49) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-05 18:00:34,927 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 49) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-05 18:00:34,927 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 49) ======================================================================================== 2015-01-05 18:00:35,021 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 49) ======================================================================================== 2015-01-05 18:00:35,021 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 49) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=eadp_SQJ - San Jose_nas_root}' 2015-01-05 18:00:35,036 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 49) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=eadp_SQJ - San Jose_nas_root}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'eadp_SQJ - San Jose_nas_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-05 18:00:35,067 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 49) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-05 18:00:35,067 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 49) No results were returned for filter 'Filter volumes by key' 2015-01-05 18:05:42,975 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 51) ======================================================================================== 2015-01-05 18:05:42,991 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 51) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=dr-stor}' 2015-01-05 18:05:42,991 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 51) Executing local filter 'Filter clusters by key', parameters '{cluster_name=dr-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'dr-stor' OR cluster.primary_address = 'dr-stor'' 2015-01-05 18:05:43,022 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 51) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-05 18:05:43,022 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 51) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-05 18:05:43,038 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 51) Finder results '{primary_address=dr-stor}' 2015-01-05 18:05:43,038 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 51) ======================================================================================== 2015-01-05 18:05:43,053 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 51) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=dr-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'dr-stor'' 2015-01-05 18:05:43,084 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 51) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-05 18:05:43,209 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 51) ======================================================================================== 2015-01-05 18:05:43,209 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 51) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=dr-stor, vserver_name=dr-vs0}' 2015-01-05 18:05:43,225 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 51) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=dr-stor, vserver_name=dr-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'dr-vs0' AND ( cluster.name = 'dr-stor' OR cluster.primary_address='dr-stor' )' 2015-01-05 18:05:43,256 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 51) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-05 18:05:43,287 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 51) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-05 18:05:43,287 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 51) Finder results '{cluster.primary_address=dr-stor, name=dr-vs0}' 2015-01-05 18:05:43,303 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 51) ======================================================================================== 2015-01-05 18:05:43,412 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 51) ======================================================================================== 2015-01-05 18:05:43,428 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 51) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=dr-stor, vol_name=hqvs0_root, vserver_name=dr-vs0}' 2015-01-05 18:05:43,428 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 51) Executing local filter 'Filter volumes by key', parameters '{cluster_name=dr-stor, vol_name=hqvs0_root, vserver_name=dr-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'dr-vs0' AND ( cluster.name = 'dr-stor' OR cluster.primary_address = 'dr-stor' )' 2015-01-05 18:05:43,459 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 51) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-05 18:05:43,459 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 51) No results were returned for filter 'Filter volumes by key' 2015-01-05 18:08:17,959 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) ======================================================================================== 2015-01-05 18:08:17,959 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=dr-stor}' 2015-01-05 18:08:17,959 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) Executing local filter 'Filter clusters by key', parameters '{cluster_name=dr-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'dr-stor' OR cluster.primary_address = 'dr-stor'' 2015-01-05 18:08:17,990 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-05 18:08:18,006 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-05 18:08:18,021 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) Finder results '{primary_address=dr-stor}' 2015-01-05 18:08:18,021 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) ======================================================================================== 2015-01-05 18:08:18,037 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=dr-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'dr-stor'' 2015-01-05 18:08:18,068 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-05 18:08:18,177 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) ======================================================================================== 2015-01-05 18:08:18,177 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=dr-stor, vserver_name=dr-vs0}' 2015-01-05 18:08:18,177 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=dr-stor, vserver_name=dr-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'dr-vs0' AND ( cluster.name = 'dr-stor' OR cluster.primary_address='dr-stor' )' 2015-01-05 18:08:18,224 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-05 18:08:18,224 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-05 18:08:18,240 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) Finder results '{cluster.primary_address=dr-stor, name=dr-vs0}' 2015-01-05 18:08:18,240 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) ======================================================================================== 2015-01-05 18:08:18,333 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) ======================================================================================== 2015-01-05 18:08:18,349 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=dr-stor, vol_name=hqvs0_root, vserver_name=dr-vs0}' 2015-01-05 18:08:18,349 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) Executing local filter 'Filter volumes by key', parameters '{cluster_name=dr-stor, vol_name=hqvs0_root, vserver_name=dr-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'dr-vs0' AND ( cluster.name = 'dr-stor' OR cluster.primary_address = 'dr-stor' )' 2015-01-05 18:08:18,380 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-05 18:08:18,380 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) No results were returned for filter 'Filter volumes by key' 2015-01-05 18:08:39,221 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) ======================================================================================== 2015-01-05 18:08:39,237 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-05 18:08:39,237 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-05 18:08:39,284 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-05 18:08:39,299 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-05 18:08:39,315 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) Finder results '{primary_address=hq-stor}' 2015-01-05 18:08:39,315 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) ======================================================================================== 2015-01-05 18:08:39,331 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-05 18:08:39,362 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-05 18:08:39,455 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) ======================================================================================== 2015-01-05 18:08:39,471 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-05 18:08:39,471 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-05 18:08:39,518 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-05 18:08:39,533 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-05 18:08:39,533 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-05 18:08:39,533 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) ======================================================================================== 2015-01-05 18:08:39,627 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) ======================================================================================== 2015-01-05 18:08:39,627 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-05 18:08:39,643 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-05 18:08:39,674 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-05 18:08:39,689 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-05 18:08:39,689 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-05 18:08:39,689 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) ======================================================================================== 2015-01-05 18:08:39,721 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) ======================================================================================== 2015-01-05 18:08:39,721 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}' 2015-01-05 18:08:39,736 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-05 18:08:39,767 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-05 18:08:39,767 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) No results were returned for filter 'Filter volumes by key' 2015-01-05 18:08:39,799 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-05 18:08:39,845 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-05 18:08:39,877 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-05 18:08:39,908 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 52) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-05 18:10:33,880 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) ======================================================================================== 2015-01-05 18:10:33,880 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-05 18:10:33,895 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-05 18:10:33,942 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-05 18:10:33,958 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-05 18:10:33,973 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Finder results '{primary_address=hq-stor}' 2015-01-05 18:10:33,973 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) ======================================================================================== 2015-01-05 18:10:34,004 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-05 18:10:34,036 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-05 18:10:34,129 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) ======================================================================================== 2015-01-05 18:10:34,129 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-05 18:10:34,129 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-05 18:10:34,176 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-05 18:10:34,191 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-05 18:10:34,191 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-05 18:10:34,191 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) ======================================================================================== 2015-01-05 18:10:34,285 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) ======================================================================================== 2015-01-05 18:10:34,285 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-05 18:10:34,301 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-05 18:10:34,332 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-05 18:10:34,332 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-05 18:10:34,347 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-05 18:10:34,347 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) ======================================================================================== 2015-01-05 18:10:34,379 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) ======================================================================================== 2015-01-05 18:10:34,379 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}' 2015-01-05 18:10:34,379 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-05 18:10:34,425 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-05 18:10:34,425 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) No results were returned for filter 'Filter volumes by key' 2015-01-05 18:10:34,457 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-05 18:10:34,535 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-05 18:10:34,550 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-05 18:10:34,597 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-05 18:21:01,550 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 57) ======================================================================================== 2015-01-05 18:21:01,550 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 57) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-05 18:21:01,550 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 57) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-05 18:21:01,581 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 57) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-05 18:21:01,597 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 57) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-05 18:21:01,613 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 57) Finder results '{primary_address=hq-stor}' 2015-01-05 18:21:01,613 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 57) ======================================================================================== 2015-01-05 18:21:01,628 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 57) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-05 18:21:01,659 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 57) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-05 18:21:01,753 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 57) ======================================================================================== 2015-01-05 18:21:01,769 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 57) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-05 18:21:01,769 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 57) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-05 18:21:01,800 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 57) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-05 18:21:01,815 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 57) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-05 18:21:01,831 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 57) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-05 18:21:01,831 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 57) ======================================================================================== 2015-01-05 18:21:01,925 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 57) ======================================================================================== 2015-01-05 18:21:01,925 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 57) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-05 18:21:01,940 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 57) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-05 18:21:01,971 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 57) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-05 18:21:01,971 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 57) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-05 18:21:01,987 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 57) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-05 18:21:01,987 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 57) ======================================================================================== 2015-01-05 18:21:02,018 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 57) ======================================================================================== 2015-01-05 18:21:02,018 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 57) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=sims4}' 2015-01-05 18:21:02,034 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 57) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=sims4}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-05 18:21:02,065 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 57) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-05 18:21:02,065 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 57) No results were returned for filter 'Filter volumes by key' 2015-01-05 18:21:02,096 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 57) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-05 18:21:02,159 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 57) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-05 18:21:02,174 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 57) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-05 18:21:02,205 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 57) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-05 18:22:33,448 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:22:33,464 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=dr-stor}' 2015-01-05 18:22:33,464 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'Filter clusters by key', parameters '{cluster_name=dr-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'dr-stor' OR cluster.primary_address = 'dr-stor'' 2015-01-05 18:22:33,495 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-05 18:22:33,511 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-05 18:22:33,511 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Finder results '{primary_address=dr-stor}' 2015-01-05 18:22:33,511 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:22:33,526 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=dr-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'dr-stor'' 2015-01-05 18:22:33,573 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-05 18:22:33,682 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:22:33,682 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=dr-stor, vserver_name=dr-vs0}' 2015-01-05 18:22:33,698 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=dr-stor, vserver_name=dr-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'dr-vs0' AND ( cluster.name = 'dr-stor' OR cluster.primary_address='dr-stor' )' 2015-01-05 18:22:33,713 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-05 18:22:33,729 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-05 18:22:33,729 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Finder results '{cluster.primary_address=dr-stor, name=dr-vs0}' 2015-01-05 18:22:33,729 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:22:33,823 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:22:33,838 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=dr-stor, vol_name=hqvs0_root, vserver_name=dr-vs0}' 2015-01-05 18:22:33,838 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'Filter volumes by key', parameters '{cluster_name=dr-stor, vol_name=hqvs0_root, vserver_name=dr-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'dr-vs0' AND ( cluster.name = 'dr-stor' OR cluster.primary_address = 'dr-stor' )' 2015-01-05 18:22:33,869 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-05 18:22:33,869 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) No results were returned for filter 'Filter volumes by key' 2015-01-05 18:22:45,632 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:22:45,632 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-05 18:22:45,647 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-05 18:22:45,678 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-05 18:22:45,678 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-05 18:22:45,694 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Finder results '{primary_address=hq-stor}' 2015-01-05 18:22:45,694 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:22:45,710 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-05 18:22:45,756 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-05 18:22:45,866 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:22:45,866 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-05 18:22:45,881 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-05 18:22:45,912 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-05 18:22:45,928 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-05 18:22:45,928 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-05 18:22:45,944 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:22:46,022 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:22:46,037 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-05 18:22:46,037 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-05 18:22:46,068 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-05 18:22:46,084 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-05 18:22:46,084 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-05 18:22:46,084 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:22:46,131 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:22:46,131 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}' 2015-01-05 18:22:46,131 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-05 18:22:46,178 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-05 18:22:46,178 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) No results were returned for filter 'Filter volumes by key' 2015-01-05 18:22:46,193 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-05 18:22:46,271 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-05 18:22:46,287 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-05 18:22:46,318 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-05 18:22:46,396 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:22:46,396 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}' 2015-01-05 18:22:46,412 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-05 18:22:46,443 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-05 18:22:46,443 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) No results were returned for filter 'Filter volumes by key' 2015-01-05 18:24:01,603 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:24:01,603 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=dr-stor}' 2015-01-05 18:24:01,618 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'Filter clusters by key', parameters '{cluster_name=dr-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'dr-stor' OR cluster.primary_address = 'dr-stor'' 2015-01-05 18:24:01,649 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-05 18:24:01,665 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-05 18:24:01,665 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Finder results '{primary_address=dr-stor}' 2015-01-05 18:24:01,665 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:24:01,696 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=dr-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'dr-stor'' 2015-01-05 18:24:01,727 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-05 18:24:01,837 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:24:01,837 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=dr-stor, vserver_name=dr-vs0}' 2015-01-05 18:24:01,837 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=dr-stor, vserver_name=dr-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'dr-vs0' AND ( cluster.name = 'dr-stor' OR cluster.primary_address='dr-stor' )' 2015-01-05 18:24:01,883 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-05 18:24:01,899 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-05 18:24:01,899 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Finder results '{cluster.primary_address=dr-stor, name=dr-vs0}' 2015-01-05 18:24:01,899 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:24:02,008 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:24:02,008 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=dr-stor, vol_name=hqvs0_root, vserver_name=dr-vs0}' 2015-01-05 18:24:02,024 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'Filter volumes by key', parameters '{cluster_name=dr-stor, vol_name=hqvs0_root, vserver_name=dr-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'dr-vs0' AND ( cluster.name = 'dr-stor' OR cluster.primary_address = 'dr-stor' )' 2015-01-05 18:24:02,055 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-05 18:24:02,055 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) No results were returned for filter 'Filter volumes by key' 2015-01-05 18:24:38,870 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:24:38,870 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-05 18:24:38,886 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-05 18:24:38,917 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-05 18:24:38,933 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-05 18:24:38,948 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Finder results '{primary_address=hq-stor}' 2015-01-05 18:24:38,948 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:24:38,964 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-05 18:24:39,011 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-05 18:24:39,104 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:24:39,104 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-05 18:24:39,120 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-05 18:24:39,151 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-05 18:24:39,167 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-05 18:24:39,167 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-05 18:24:39,182 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:24:39,260 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:24:39,276 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-05 18:24:39,276 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-05 18:24:39,307 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-05 18:24:39,338 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-05 18:24:39,338 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-05 18:24:39,338 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:24:39,369 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:24:39,385 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}' 2015-01-05 18:24:39,385 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-05 18:24:39,416 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-05 18:24:39,416 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) No results were returned for filter 'Filter volumes by key' 2015-01-05 18:24:39,447 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-05 18:24:39,525 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-05 18:24:39,541 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-05 18:24:39,603 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-05 18:24:39,728 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:24:39,728 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}' 2015-01-05 18:24:39,728 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-05 18:24:39,775 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-05 18:24:39,775 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) No results were returned for filter 'Filter volumes by key' 2015-01-05 18:24:39,869 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:24:39,869 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-05 18:24:39,869 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-05 18:24:39,900 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-05 18:24:39,915 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) No results were returned for filter 'Filter volumes by key' 2015-01-05 18:25:27,417 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:25:27,417 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-05 18:25:27,432 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-05 18:25:27,448 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-05 18:25:27,463 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-05 18:25:27,463 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Finder results '{primary_address=hq-stor}' 2015-01-05 18:25:27,463 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:25:27,495 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-05 18:25:27,526 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-05 18:25:27,713 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:25:27,713 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-05 18:25:27,713 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-05 18:25:27,760 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-05 18:25:27,760 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-05 18:25:27,775 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-05 18:25:27,775 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:25:27,885 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:25:27,885 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-05 18:25:27,885 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-05 18:25:27,916 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-05 18:25:27,931 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-05 18:25:27,931 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-05 18:25:27,931 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:25:27,978 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:25:27,978 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}' 2015-01-05 18:25:27,994 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-05 18:25:28,025 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-05 18:25:28,025 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) No results were returned for filter 'Filter volumes by key' 2015-01-05 18:25:28,056 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-05 18:25:28,150 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-05 18:25:28,165 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-05 18:25:28,212 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-05 18:25:28,306 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:25:28,306 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}' 2015-01-05 18:25:28,321 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-05 18:25:28,337 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-05 18:25:28,353 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) No results were returned for filter 'Filter volumes by key' 2015-01-05 18:25:28,431 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:25:28,431 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-05 18:25:28,446 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-05 18:25:28,477 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-05 18:25:28,477 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) No results were returned for filter 'Filter volumes by key' 2015-01-05 18:26:15,137 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:26:15,152 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-05 18:26:15,152 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-05 18:26:15,199 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-05 18:26:15,215 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-05 18:26:15,215 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Finder results '{primary_address=hq-stor}' 2015-01-05 18:26:15,230 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:26:15,246 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-05 18:26:15,293 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-05 18:26:15,386 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:26:15,386 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-05 18:26:15,386 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-05 18:26:15,417 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-05 18:26:15,433 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-05 18:26:15,433 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-05 18:26:15,449 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:26:15,527 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:26:15,527 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-05 18:26:15,542 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-05 18:26:15,573 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-05 18:26:15,589 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-05 18:26:15,589 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-05 18:26:15,589 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:26:15,620 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:26:15,620 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}' 2015-01-05 18:26:15,636 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-05 18:26:15,667 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-05 18:26:15,667 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) No results were returned for filter 'Filter volumes by key' 2015-01-05 18:26:15,698 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-05 18:26:15,760 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-05 18:26:15,776 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-05 18:26:15,838 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-05 18:26:15,885 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:26:15,901 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}' 2015-01-05 18:26:15,901 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-05 18:26:15,932 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-05 18:26:15,948 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) No results were returned for filter 'Filter volumes by key' 2015-01-05 18:26:16,010 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:26:16,010 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-05 18:26:16,010 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-05 18:26:16,041 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-05 18:26:16,057 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) No results were returned for filter 'Filter volumes by key' 2015-01-05 18:26:16,119 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) ======================================================================================== 2015-01-05 18:26:16,119 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}' 2015-01-05 18:26:16,119 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-05 18:26:16,150 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-05 18:26:16,150 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 58) No results were returned for filter 'Filter volumes by key' 2015-01-05 18:36:25,944 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) ======================================================================================== 2015-01-05 18:36:25,960 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-05 18:36:25,960 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-05 18:36:26,007 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-05 18:36:26,022 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-05 18:36:26,022 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Finder results '{primary_address=hq-stor}' 2015-01-05 18:36:26,022 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) ======================================================================================== 2015-01-05 18:36:26,038 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-05 18:36:26,069 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-05 18:36:26,178 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) ======================================================================================== 2015-01-05 18:36:26,178 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-05 18:36:26,194 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-05 18:36:26,225 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-05 18:36:26,241 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-05 18:36:26,241 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-05 18:36:26,241 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) ======================================================================================== 2015-01-05 18:36:26,350 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) ======================================================================================== 2015-01-05 18:36:26,365 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-05 18:36:26,365 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-05 18:36:26,397 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-05 18:36:26,412 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-05 18:36:26,412 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-05 18:36:26,412 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) ======================================================================================== 2015-01-05 18:36:26,443 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) ======================================================================================== 2015-01-05 18:36:26,459 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}' 2015-01-05 18:36:26,459 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-05 18:36:26,506 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-05 18:36:26,506 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) No results were returned for filter 'Filter volumes by key' 2015-01-05 18:36:26,537 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-05 18:36:26,615 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-05 18:36:26,631 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-05 18:36:26,677 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-05 18:36:26,740 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) ======================================================================================== 2015-01-05 18:36:26,740 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}' 2015-01-05 18:36:26,740 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-05 18:36:26,787 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-05 18:36:26,787 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) No results were returned for filter 'Filter volumes by key' 2015-01-05 18:36:26,849 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) ======================================================================================== 2015-01-05 18:36:26,849 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-05 18:36:26,865 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-05 18:36:26,896 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-05 18:36:26,896 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) No results were returned for filter 'Filter volumes by key' 2015-01-05 18:36:26,989 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) ======================================================================================== 2015-01-05 18:36:27,005 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}' 2015-01-05 18:36:27,005 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-05 18:36:27,052 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-05 18:36:27,052 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) No results were returned for filter 'Filter volumes by key' 2015-01-05 18:36:46,052 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) ======================================================================================== 2015-01-05 18:36:46,052 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-05 18:36:46,068 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-05 18:36:46,099 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-05 18:36:46,114 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-05 18:36:46,114 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Finder results '{primary_address=hq-stor}' 2015-01-05 18:36:46,114 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) ======================================================================================== 2015-01-05 18:36:46,130 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-05 18:36:46,161 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-05 18:36:46,255 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) ======================================================================================== 2015-01-05 18:36:46,255 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-05 18:36:46,255 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-05 18:36:46,286 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-05 18:36:46,302 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-05 18:36:46,317 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-05 18:36:46,317 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) ======================================================================================== 2015-01-05 18:36:46,411 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) ======================================================================================== 2015-01-05 18:36:46,411 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-05 18:36:46,411 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-05 18:36:46,442 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-05 18:36:46,458 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-05 18:36:46,458 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-05 18:36:46,473 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) ======================================================================================== 2015-01-05 18:36:46,504 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) ======================================================================================== 2015-01-05 18:36:46,504 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=sims4}' 2015-01-05 18:36:46,504 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=sims4}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-05 18:36:46,551 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-05 18:36:46,551 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) No results were returned for filter 'Filter volumes by key' 2015-01-05 18:36:46,567 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-05 18:36:46,645 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-05 18:36:46,660 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-05 18:36:46,707 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-05 18:36:46,754 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) ======================================================================================== 2015-01-05 18:36:46,754 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mymtst, vserver_name=hq-vs0}' 2015-01-05 18:36:46,770 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mymtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mymtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-05 18:36:46,801 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-05 18:36:46,801 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) No results were returned for filter 'Filter volumes by key' 2015-01-05 18:36:46,863 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) ======================================================================================== 2015-01-05 18:36:46,863 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mystst, vserver_name=hq-vs0}' 2015-01-05 18:36:46,879 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-05 18:36:46,894 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-05 18:36:46,910 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) No results were returned for filter 'Filter volumes by key' 2015-01-05 18:36:46,972 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) ======================================================================================== 2015-01-05 18:36:46,972 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mybtst, vserver_name=hq-vs0}' 2015-01-05 18:36:46,972 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mybtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mybtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-05 18:36:47,019 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-05 18:36:47,019 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 59) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:22:40,035 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:22:40,035 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-06 11:22:40,035 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-06 11:22:40,067 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-06 11:22:40,082 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-06 11:22:40,082 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder results '{primary_address=hq-stor}' 2015-01-06 11:22:40,082 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:22:40,098 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-06 11:22:40,113 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-06 11:22:40,207 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:22:40,222 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 11:22:40,222 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-06 11:22:40,254 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-06 11:22:40,269 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-06 11:22:40,269 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-06 11:22:40,269 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:22:40,363 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:22:40,363 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-06 11:22:40,378 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:22:40,409 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-06 11:22:40,409 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-06 11:22:40,425 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-06 11:22:40,425 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:22:40,456 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:22:40,456 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}' 2015-01-06 11:22:40,456 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:22:40,487 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:22:40,503 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:22:40,534 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-06 11:22:40,597 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-06 11:22:40,612 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-06 11:22:40,659 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-06 11:22:40,721 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:22:40,737 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}' 2015-01-06 11:22:40,737 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:22:40,768 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:22:40,768 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:22:40,846 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:22:40,846 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}' 2015-01-06 11:22:40,846 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:22:40,877 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:22:40,893 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:25:45,430 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:25:45,446 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-06 11:25:45,446 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-06 11:25:45,477 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-06 11:25:45,493 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-06 11:25:45,493 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder results '{primary_address=hq-stor}' 2015-01-06 11:25:45,493 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:25:45,524 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-06 11:25:45,555 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-06 11:25:45,649 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:25:45,649 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 11:25:45,649 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-06 11:25:45,695 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-06 11:25:45,711 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-06 11:25:45,711 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-06 11:25:45,711 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:25:45,805 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:25:45,805 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-06 11:25:45,805 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:25:45,836 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-06 11:25:45,851 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-06 11:25:45,851 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-06 11:25:45,851 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:25:45,898 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:25:45,898 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}' 2015-01-06 11:25:45,898 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:25:45,929 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:25:45,929 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:25:45,961 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-06 11:25:46,039 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-06 11:25:46,039 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-06 11:25:46,085 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-06 11:25:46,148 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:25:46,148 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}' 2015-01-06 11:25:46,148 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:25:46,195 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:25:46,195 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:25:46,257 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:25:46,257 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}' 2015-01-06 11:25:46,257 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:25:46,304 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:25:46,304 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:26:17,225 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:26:17,240 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-06 11:26:17,240 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-06 11:26:17,287 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-06 11:26:17,303 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-06 11:26:17,303 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder results '{primary_address=hq-stor}' 2015-01-06 11:26:17,303 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:26:17,318 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-06 11:26:17,350 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-06 11:26:17,428 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:26:17,443 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 11:26:17,443 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-06 11:26:17,474 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-06 11:26:17,490 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-06 11:26:17,490 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-06 11:26:17,490 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:26:17,584 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:26:17,584 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-06 11:26:17,584 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:26:17,615 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-06 11:26:17,630 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-06 11:26:17,630 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-06 11:26:17,630 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:26:17,662 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:26:17,677 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}' 2015-01-06 11:26:17,677 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:26:17,708 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:26:17,724 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:26:17,740 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-06 11:26:17,833 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-06 11:26:17,849 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-06 11:26:17,896 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-06 11:26:17,958 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:26:17,958 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}' 2015-01-06 11:26:17,974 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:26:18,005 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:26:18,005 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:26:18,067 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:26:18,067 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}' 2015-01-06 11:26:18,083 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:26:18,114 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:26:18,114 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:26:18,192 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:26:18,192 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-06 11:26:18,208 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:26:18,239 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:26:18,239 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:26:18,301 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:26:18,317 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-06 11:26:18,317 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:26:18,348 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:26:18,364 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:26:18,410 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:26:18,426 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}' 2015-01-06 11:26:18,426 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:26:18,488 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:26:18,488 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:26:18,566 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:26:18,566 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}' 2015-01-06 11:26:18,582 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:26:18,613 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:26:18,629 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:26:43,699 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:26:43,714 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-06 11:26:43,714 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-06 11:26:43,745 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-06 11:26:43,777 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-06 11:26:43,777 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder results '{primary_address=hq-stor}' 2015-01-06 11:26:43,777 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:26:43,792 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-06 11:26:43,839 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-06 11:26:43,948 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:26:43,964 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 11:26:43,964 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-06 11:26:44,011 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-06 11:26:44,026 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-06 11:26:44,026 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-06 11:26:44,026 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:26:44,120 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:26:44,120 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-06 11:26:44,135 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:26:44,167 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-06 11:26:44,182 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-06 11:26:44,182 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-06 11:26:44,182 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:26:44,213 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:26:44,213 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}' 2015-01-06 11:26:44,229 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:26:44,260 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:26:44,260 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:26:44,291 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-06 11:26:44,370 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-06 11:26:44,385 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-06 11:26:44,432 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-06 11:26:44,494 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:26:44,494 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}' 2015-01-06 11:26:44,494 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:26:44,526 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:26:44,526 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:26:44,604 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:26:44,604 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtstps3 - Playstation 3, vserver_name=hq-vs0}' 2015-01-06 11:26:44,604 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtstps3 - Playstation 3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtstps3 - Playstation 3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:26:44,650 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:26:44,650 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:26:44,713 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:26:44,713 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-06 11:26:44,728 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:26:44,760 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:26:44,760 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:26:44,838 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:26:44,838 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_myststps3 - Playstation 3, vserver_name=hq-vs0}' 2015-01-06 11:26:44,853 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_myststps3 - Playstation 3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_myststps3 - Playstation 3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:26:44,884 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:26:44,884 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:26:44,962 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:26:44,962 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}' 2015-01-06 11:26:44,978 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:26:45,009 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:26:45,009 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:26:45,072 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:26:45,072 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtstps3 - Playstation 3, vserver_name=hq-vs0}' 2015-01-06 11:26:45,087 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtstps3 - Playstation 3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtstps3 - Playstation 3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:26:45,118 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:26:45,118 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:27:59,674 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:27:59,674 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-06 11:27:59,689 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-06 11:27:59,721 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-06 11:27:59,736 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-06 11:27:59,736 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder results '{primary_address=hq-stor}' 2015-01-06 11:27:59,736 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:27:59,752 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-06 11:27:59,814 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-06 11:27:59,908 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:27:59,908 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 11:27:59,908 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-06 11:27:59,954 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-06 11:27:59,970 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-06 11:27:59,970 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-06 11:27:59,970 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:28:00,079 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:28:00,079 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-06 11:28:00,079 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:28:00,188 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-06 11:28:00,204 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-06 11:28:00,204 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-06 11:28:00,204 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:28:00,251 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:28:00,251 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}' 2015-01-06 11:28:00,251 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:28:00,297 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:28:00,297 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:28:00,329 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-06 11:28:00,422 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-06 11:28:00,422 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-06 11:28:00,484 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-06 11:28:00,531 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:28:00,531 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}' 2015-01-06 11:28:00,547 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:28:00,578 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:28:00,578 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:28:00,656 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:28:00,656 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtstps3, vserver_name=hq-vs0}' 2015-01-06 11:28:00,656 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtstps3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtstps3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:28:00,687 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:28:00,703 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:28:00,749 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:28:00,765 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-06 11:28:00,765 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:28:00,796 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:28:00,796 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:28:00,858 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:28:00,874 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_myststps3, vserver_name=hq-vs0}' 2015-01-06 11:28:00,874 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_myststps3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_myststps3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:28:00,905 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:28:00,921 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:28:00,983 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:28:00,983 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}' 2015-01-06 11:28:00,999 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:28:01,030 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:28:01,030 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:28:01,108 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:28:01,108 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtstps3, vserver_name=hq-vs0}' 2015-01-06 11:28:01,108 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtstps3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtstps3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:28:01,155 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:28:01,155 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:28:56,311 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:28:56,326 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-06 11:28:56,326 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-06 11:28:56,373 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-06 11:28:56,389 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-06 11:28:56,389 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder results '{primary_address=hq-stor}' 2015-01-06 11:28:56,389 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:28:56,404 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-06 11:28:56,451 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-06 11:28:56,529 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:28:56,545 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 11:28:56,545 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-06 11:28:56,576 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-06 11:28:56,592 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-06 11:28:56,592 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-06 11:28:56,607 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:28:56,685 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:28:56,685 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-06 11:28:56,701 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:28:56,732 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-06 11:28:56,732 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-06 11:28:56,748 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-06 11:28:56,748 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:28:56,779 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:28:56,779 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}' 2015-01-06 11:28:56,794 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:28:56,826 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:28:56,826 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:28:56,857 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-06 11:28:56,935 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-06 11:28:56,950 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-06 11:28:56,997 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-06 11:28:57,044 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:28:57,044 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}' 2015-01-06 11:28:57,060 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:28:57,091 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:28:57,091 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:28:57,153 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:28:57,169 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_ps3, vserver_name=hq-vs0}' 2015-01-06 11:28:57,169 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_ps3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst_ps3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:28:57,200 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:28:57,216 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:28:57,263 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:28:57,278 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-06 11:28:57,278 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:28:57,309 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:28:57,325 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:28:57,387 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:28:57,403 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_ps3, vserver_name=hq-vs0}' 2015-01-06 11:28:57,403 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_ps3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_ps3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:28:57,450 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:28:57,465 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:28:57,528 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:28:57,543 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}' 2015-01-06 11:28:57,543 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:28:57,575 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:28:57,590 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:28:57,653 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:28:57,668 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_ps3, vserver_name=hq-vs0}' 2015-01-06 11:28:57,668 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_ps3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst_ps3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:28:57,700 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:28:57,700 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:30:18,429 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:30:18,445 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-06 11:30:18,460 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-06 11:30:18,492 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-06 11:30:18,507 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-06 11:30:18,507 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder results '{primary_address=hq-stor}' 2015-01-06 11:30:18,507 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:30:18,523 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-06 11:30:18,554 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-06 11:30:18,648 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:30:18,648 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 11:30:18,663 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-06 11:30:18,694 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-06 11:30:18,694 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-06 11:30:18,710 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-06 11:30:18,710 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:30:18,788 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:30:18,788 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-06 11:30:18,804 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:30:18,835 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-06 11:30:18,835 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-06 11:30:18,850 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-06 11:30:18,850 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:30:18,882 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:30:18,882 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}' 2015-01-06 11:30:18,882 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:30:18,928 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:30:18,928 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:30:18,944 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-06 11:30:19,022 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-06 11:30:19,053 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-06 11:30:19,084 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-06 11:30:19,147 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:30:19,147 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}' 2015-01-06 11:30:19,162 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:30:19,194 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:30:19,194 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:30:19,256 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:30:19,256 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_ps3, vserver_name=hq-vs0}' 2015-01-06 11:30:19,272 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_ps3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst_ps3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:30:19,303 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:30:19,303 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:30:19,365 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:30:19,381 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-06 11:30:19,381 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:30:19,428 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:30:19,428 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:30:19,490 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:30:19,506 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_ps3, vserver_name=hq-vs0}' 2015-01-06 11:30:19,506 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_ps3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_ps3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:30:19,537 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:30:19,552 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:30:19,615 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:30:19,615 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}' 2015-01-06 11:30:19,615 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:30:19,662 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:30:19,662 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:30:19,724 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-06 11:30:19,740 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_ps3, vserver_name=hq-vs0}' 2015-01-06 11:30:19,740 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_ps3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst_ps3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:30:19,786 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:30:19,786 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:46:51,473 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) ======================================================================================== 2015-01-06 11:46:51,473 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-06 11:46:51,473 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-06 11:46:51,519 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-06 11:46:51,535 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-06 11:46:51,535 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Finder results '{primary_address=hq-stor}' 2015-01-06 11:46:51,551 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) ======================================================================================== 2015-01-06 11:46:51,566 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-06 11:46:51,597 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-06 11:46:51,691 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) ======================================================================================== 2015-01-06 11:46:51,707 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 11:46:51,707 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-06 11:46:51,738 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-06 11:46:51,753 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-06 11:46:51,753 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-06 11:46:51,769 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) ======================================================================================== 2015-01-06 11:46:51,847 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) ======================================================================================== 2015-01-06 11:46:51,847 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-06 11:46:51,863 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:46:51,894 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-06 11:46:51,894 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-06 11:46:51,909 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-06 11:46:51,909 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) ======================================================================================== 2015-01-06 11:46:51,941 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) ======================================================================================== 2015-01-06 11:46:51,941 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}' 2015-01-06 11:46:51,956 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:46:51,987 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:46:51,987 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:46:52,019 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-06 11:46:52,081 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-06 11:46:52,097 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-06 11:46:52,128 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-06 11:46:52,206 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) ======================================================================================== 2015-01-06 11:46:52,206 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}' 2015-01-06 11:46:52,206 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:46:52,237 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:46:52,253 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:46:52,331 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) ======================================================================================== 2015-01-06 11:46:52,331 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_xbl2, vserver_name=hq-vs0}' 2015-01-06 11:46:52,331 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_xbl2, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst_xbl2' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:46:52,393 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:46:52,393 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:46:52,471 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) ======================================================================================== 2015-01-06 11:46:52,471 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-06 11:46:52,471 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:46:52,518 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:46:52,518 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:46:52,565 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) ======================================================================================== 2015-01-06 11:46:52,565 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_xbl2, vserver_name=hq-vs0}' 2015-01-06 11:46:52,580 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_xbl2, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_xbl2' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:46:52,611 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:46:52,611 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:46:52,689 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) ======================================================================================== 2015-01-06 11:46:52,705 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}' 2015-01-06 11:46:52,705 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:46:52,736 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:46:52,736 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:46:52,783 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) ======================================================================================== 2015-01-06 11:46:52,783 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_xbl2, vserver_name=hq-vs0}' 2015-01-06 11:46:52,799 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_xbl2, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst_xbl2' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:46:52,830 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:46:52,830 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 88) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:50:11,511 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:50:11,511 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-06 11:50:11,527 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-06 11:50:11,558 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-06 11:50:11,574 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-06 11:50:11,589 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder results '{primary_address=hq-stor}' 2015-01-06 11:50:11,589 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:50:11,605 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-06 11:50:11,652 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-06 11:50:11,761 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:50:11,777 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 11:50:11,777 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-06 11:50:11,823 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-06 11:50:11,839 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-06 11:50:11,839 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-06 11:50:11,855 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:50:11,964 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:50:11,964 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-06 11:50:11,979 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:50:12,011 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-06 11:50:12,026 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-06 11:50:12,042 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-06 11:50:12,042 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:50:12,089 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:50:12,089 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}' 2015-01-06 11:50:12,104 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:50:12,151 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:50:12,151 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:50:12,198 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-06 11:50:12,323 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-06 11:50:12,338 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-06 11:50:12,416 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-06 11:50:12,479 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:50:12,494 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}' 2015-01-06 11:50:12,510 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:50:12,541 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:50:12,541 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:50:12,619 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:50:12,619 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_, vserver_name=hq-vs0}' 2015-01-06 11:50:12,635 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:50:12,666 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:50:12,682 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:50:12,760 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:50:12,760 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-06 11:50:12,775 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:50:12,806 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:50:12,822 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:50:12,884 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:50:12,884 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_, vserver_name=hq-vs0}' 2015-01-06 11:50:12,900 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:50:12,931 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:50:12,947 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:50:13,009 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:50:13,009 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}' 2015-01-06 11:50:13,025 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:50:13,056 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:50:13,072 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:50:13,134 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:50:13,134 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_, vserver_name=hq-vs0}' 2015-01-06 11:50:13,150 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:50:13,196 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:50:13,196 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:50:35,304 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:50:35,304 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-06 11:50:35,320 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-06 11:50:35,335 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-06 11:50:35,351 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-06 11:50:35,367 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder results '{primary_address=hq-stor}' 2015-01-06 11:50:35,367 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:50:35,382 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-06 11:50:35,429 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-06 11:50:35,523 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:50:35,538 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 11:50:35,538 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-06 11:50:35,569 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-06 11:50:35,585 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-06 11:50:35,585 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-06 11:50:35,585 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:50:35,694 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:50:35,694 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-06 11:50:35,694 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:50:35,741 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-06 11:50:35,757 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-06 11:50:35,757 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-06 11:50:35,757 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:50:35,788 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:50:35,788 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}' 2015-01-06 11:50:35,804 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:50:35,835 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:50:35,835 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:50:35,866 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-06 11:50:35,928 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-06 11:50:35,944 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-06 11:50:35,991 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-06 11:50:36,038 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:50:36,038 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}' 2015-01-06 11:50:36,053 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:50:36,084 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:50:36,084 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:50:36,147 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:50:36,162 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_xbone, vserver_name=hq-vs0}' 2015-01-06 11:50:36,162 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_xbone, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst_xbone' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:50:36,194 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:50:36,209 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:50:36,272 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:50:36,272 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-06 11:50:36,287 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:50:36,318 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:50:36,334 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:50:36,381 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:50:36,381 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_xbone, vserver_name=hq-vs0}' 2015-01-06 11:50:36,381 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_xbone, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_xbone' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:50:36,412 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:50:36,412 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:50:36,459 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:50:36,474 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}' 2015-01-06 11:50:36,474 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:50:36,506 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:50:36,506 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:50:36,568 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:50:36,568 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_xbone, vserver_name=hq-vs0}' 2015-01-06 11:50:36,568 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_xbone, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst_xbone' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:50:36,599 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:50:36,599 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:50:50,079 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:50:50,079 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-06 11:50:50,079 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-06 11:50:50,110 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-06 11:50:50,126 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-06 11:50:50,126 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder results '{primary_address=hq-stor}' 2015-01-06 11:50:50,126 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:50:50,142 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-06 11:50:50,173 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-06 11:50:50,266 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:50:50,266 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 11:50:50,266 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-06 11:50:50,298 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-06 11:50:50,313 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-06 11:50:50,313 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-06 11:50:50,313 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:50:50,407 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:50:50,407 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-06 11:50:50,423 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:50:50,454 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-06 11:50:50,454 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-06 11:50:50,469 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-06 11:50:50,469 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:50:50,501 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:50:50,501 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}' 2015-01-06 11:50:50,516 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:50:50,547 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:50:50,547 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:50:50,579 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-06 11:50:50,641 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-06 11:50:50,657 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-06 11:50:50,688 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-06 11:50:50,735 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:50:50,750 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}' 2015-01-06 11:50:50,750 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:50:50,781 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:50:50,781 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:50:50,844 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:50:50,859 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_xbone, vserver_name=hq-vs0}' 2015-01-06 11:50:50,859 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_xbone, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst_xbone' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:50:50,891 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:50:50,891 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:50:50,984 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:50:50,984 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-06 11:50:50,984 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:50:51,015 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:50:51,015 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:50:51,093 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:50:51,093 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_xbone, vserver_name=hq-vs0}' 2015-01-06 11:50:51,109 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_xbone, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_xbone' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:50:51,140 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:50:51,140 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:50:51,203 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:50:51,203 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}' 2015-01-06 11:50:51,218 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:50:51,249 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:50:51,249 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:50:51,296 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:50:51,296 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_xbone, vserver_name=hq-vs0}' 2015-01-06 11:50:51,312 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_xbone, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst_xbone' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:50:51,343 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:50:51,343 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:51:12,827 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:51:12,827 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-06 11:51:12,842 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-06 11:51:12,873 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-06 11:51:12,873 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-06 11:51:12,889 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder results '{primary_address=hq-stor}' 2015-01-06 11:51:12,889 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:51:12,905 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-06 11:51:12,936 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-06 11:51:13,045 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:51:13,045 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 11:51:13,045 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-06 11:51:13,092 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-06 11:51:13,107 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-06 11:51:13,107 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-06 11:51:13,107 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:51:13,201 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:51:13,201 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-06 11:51:13,217 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:51:13,248 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-06 11:51:13,263 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-06 11:51:13,263 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-06 11:51:13,263 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:51:13,295 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:51:13,310 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}' 2015-01-06 11:51:13,310 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:51:13,341 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:51:13,341 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:51:13,373 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-06 11:51:13,435 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-06 11:51:13,451 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-06 11:51:13,513 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-06 11:51:13,591 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:51:13,591 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}' 2015-01-06 11:51:13,607 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:51:13,638 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:51:13,653 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:51:13,716 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:51:13,716 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_xbone, vserver_name=hq-vs0}' 2015-01-06 11:51:13,716 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_xbone, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst_xbone' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:51:13,747 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:51:13,747 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:51:13,825 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:51:13,825 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-06 11:51:13,841 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:51:13,872 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:51:13,872 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:51:13,934 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:51:13,934 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_xbone, vserver_name=hq-vs0}' 2015-01-06 11:51:13,934 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_xbone, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_xbone' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:51:13,965 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:51:13,981 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:51:14,043 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:51:14,043 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}' 2015-01-06 11:51:14,043 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:51:14,090 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:51:14,090 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:51:14,137 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:51:14,137 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_xbone, vserver_name=hq-vs0}' 2015-01-06 11:51:14,153 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_xbone, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst_xbone' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:51:14,184 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:51:14,184 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:51:23,809 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:51:23,825 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-06 11:51:23,825 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-06 11:51:23,856 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-06 11:51:23,872 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-06 11:51:23,872 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder results '{primary_address=hq-stor}' 2015-01-06 11:51:23,887 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:51:23,887 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-06 11:51:23,934 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-06 11:51:24,043 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:51:24,043 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 11:51:24,059 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-06 11:51:24,106 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-06 11:51:24,121 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-06 11:51:24,121 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-06 11:51:24,137 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:51:24,262 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:51:24,262 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-06 11:51:24,277 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:51:24,324 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-06 11:51:24,340 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-06 11:51:24,340 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-06 11:51:24,355 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:51:24,402 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:51:24,402 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}' 2015-01-06 11:51:24,418 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:51:24,465 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:51:24,465 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:51:24,496 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-06 11:51:24,574 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-06 11:51:24,589 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-06 11:51:24,636 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-06 11:51:24,714 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:51:24,714 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}' 2015-01-06 11:51:24,730 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:51:24,761 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:51:24,761 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:51:24,855 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:51:24,855 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_xbone, vserver_name=hq-vs0}' 2015-01-06 11:51:24,870 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_xbone, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst_xbone' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:51:24,901 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:51:24,901 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:51:24,979 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:51:24,979 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-06 11:51:24,979 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:51:25,011 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:51:25,026 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:51:25,089 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:51:25,089 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_xbone, vserver_name=hq-vs0}' 2015-01-06 11:51:25,104 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_xbone, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_xbone' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:51:25,135 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:51:25,135 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:51:25,198 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:51:25,198 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}' 2015-01-06 11:51:25,213 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:51:25,245 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:51:25,245 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:51:25,307 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:51:25,307 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_xbone, vserver_name=hq-vs0}' 2015-01-06 11:51:25,323 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_xbone, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst_xbone' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:51:25,354 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:51:25,354 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:51:37,912 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:51:37,912 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-06 11:51:37,928 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-06 11:51:37,959 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-06 11:51:37,975 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-06 11:51:37,975 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder results '{primary_address=hq-stor}' 2015-01-06 11:51:37,975 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:51:37,990 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-06 11:51:38,037 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-06 11:51:38,131 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:51:38,146 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 11:51:38,146 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-06 11:51:38,193 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-06 11:51:38,193 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-06 11:51:38,209 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-06 11:51:38,209 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:51:38,302 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:51:38,302 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-06 11:51:38,318 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:51:38,349 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-06 11:51:38,349 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-06 11:51:38,365 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-06 11:51:38,365 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:51:38,396 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:51:38,396 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}' 2015-01-06 11:51:38,411 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:51:38,443 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:51:38,443 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:51:38,474 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-06 11:51:38,536 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-06 11:51:38,552 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-06 11:51:38,599 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-06 11:51:38,661 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:51:38,661 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}' 2015-01-06 11:51:38,661 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:51:38,692 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:51:38,692 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:51:38,739 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:51:38,755 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_xbone, vserver_name=hq-vs0}' 2015-01-06 11:51:38,755 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_xbone, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst_xbone' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:51:38,786 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:51:38,801 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:51:38,848 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:51:38,848 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-06 11:51:38,864 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:51:38,895 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:51:38,895 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:51:38,942 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:51:38,957 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_xbone, vserver_name=hq-vs0}' 2015-01-06 11:51:38,957 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_xbone, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_xbone' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:51:38,989 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:51:39,004 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:51:39,051 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:51:39,051 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}' 2015-01-06 11:51:39,067 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:51:39,098 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:51:39,098 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 11:51:39,176 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-06 11:51:39,176 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_xbone, vserver_name=hq-vs0}' 2015-01-06 11:51:39,176 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_xbone, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst_xbone' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 11:51:39,207 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 11:51:39,223 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:02:55,148 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) ======================================================================================== 2015-01-06 13:02:55,148 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-06 13:02:55,163 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-06 13:02:55,195 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-06 13:02:55,210 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-06 13:02:55,210 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Finder results '{primary_address=hq-stor}' 2015-01-06 13:02:55,226 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) ======================================================================================== 2015-01-06 13:02:55,241 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-06 13:02:55,273 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-06 13:02:55,382 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) ======================================================================================== 2015-01-06 13:02:55,382 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 13:02:55,397 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-06 13:02:55,428 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-06 13:02:55,444 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-06 13:02:55,460 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-06 13:02:55,460 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) ======================================================================================== 2015-01-06 13:02:55,569 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) ======================================================================================== 2015-01-06 13:02:55,569 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-06 13:02:55,584 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:02:55,615 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-06 13:02:55,631 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-06 13:02:55,647 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-06 13:02:55,647 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) ======================================================================================== 2015-01-06 13:02:55,693 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) ======================================================================================== 2015-01-06 13:02:55,709 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}' 2015-01-06 13:02:55,709 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:02:55,740 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:02:55,756 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:02:55,787 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-06 13:02:55,849 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-06 13:02:55,865 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-06 13:02:55,912 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-06 13:02:55,990 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) ======================================================================================== 2015-01-06 13:02:55,990 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}' 2015-01-06 13:02:56,005 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:02:56,036 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:02:56,052 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:02:56,114 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) ======================================================================================== 2015-01-06 13:02:56,130 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_, vserver_name=hq-vs0}' 2015-01-06 13:02:56,130 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:02:56,177 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:02:56,177 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:02:56,254 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) ======================================================================================== 2015-01-06 13:02:56,254 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-06 13:02:56,270 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:02:56,317 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:02:56,317 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:02:56,379 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) ======================================================================================== 2015-01-06 13:02:56,395 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_, vserver_name=hq-vs0}' 2015-01-06 13:02:56,395 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:02:56,442 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:02:56,442 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:02:56,519 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) ======================================================================================== 2015-01-06 13:02:56,519 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}' 2015-01-06 13:02:56,535 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:02:56,566 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:02:56,566 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:02:56,629 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) ======================================================================================== 2015-01-06 13:02:56,644 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_, vserver_name=hq-vs0}' 2015-01-06 13:02:56,644 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:02:56,675 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:02:56,691 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:02:56,753 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) ======================================================================================== 2015-01-06 13:02:56,753 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Executing finder 'Finder{id=24, name='Find aggregates by class of storage', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, block_type=64-bit, vserver_name=hq-vs0, disk_type=sas}' 2015-01-06 13:02:56,769 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Executing local filter 'Filter aggregates by supported models for infinite volume constituents', parameters '{cluster_name=hq-stor, block_type=64-bit, vserver_name=hq-vs0, disk_type=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate JOIN cm_storage.node node ON node.id = aggregate.node_id JOIN cm_storage.cluster cluster ON cluster.id = node.cluster_id WHERE node.model NOT LIKE 'FAS2%' AND node.model NOT LIKE 'N3%' AND node.model NOT LIKE 'V2%' ' 2015-01-06 13:02:56,816 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Local filter 'Filter aggregates by supported models for infinite volume constituents' successfully executed, rows affected '9' 2015-01-06 13:02:56,831 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, block_type=64-bit, vserver_name=hq-vs0, disk_type=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:02:56,894 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-06 13:02:56,925 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, block_type=64-bit, vserver_name=hq-vs0, disk_type=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-06 13:02:56,971 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-06 13:02:56,987 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Executing local filter 'Filter aggregates by disk type', parameters '{cluster_name=hq-stor, block_type=64-bit, vserver_name=hq-vs0, disk_type=sas}', query 'SELECT aggregate.name, aggregate.available_size_mb, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster, cm_storage.disk, cm_storage.disk_aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND disk.type LIKE '%sas%' AND disk_aggregate.disk_id = disk.id AND disk_aggregate.aggregate_id = aggregate.id GROUP BY aggregate.id;' 2015-01-06 13:02:57,034 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Local filter 'Filter aggregates by disk type' successfully executed, rows affected '0' 2015-01-06 13:02:57,049 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) No results were returned for filter 'Filter aggregates by disk type' 2015-01-06 13:02:57,065 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Executing local filter 'Filter aggregates by block type', parameters '{cluster_name=hq-stor, block_type=64-bit, vserver_name=hq-vs0, disk_type=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' , aggr.available_size_mb FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON aggr.node_id=node.id JOIN cm_storage.cluster AS cluster ON node.cluster_id =cluster.id WHERE aggr.block_type = '64-bit'' 2015-01-06 13:02:57,112 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 114) Local filter 'Filter aggregates by block type' successfully executed, rows affected '9' 2015-01-06 13:13:08,053 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) ======================================================================================== 2015-01-06 13:13:08,053 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-06 13:13:08,069 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-06 13:13:08,100 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-06 13:13:08,116 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-06 13:13:08,131 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Finder results '{primary_address=hq-stor}' 2015-01-06 13:13:08,131 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) ======================================================================================== 2015-01-06 13:13:08,147 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-06 13:13:08,178 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-06 13:13:08,303 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) ======================================================================================== 2015-01-06 13:13:08,318 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 13:13:08,318 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-06 13:13:08,350 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-06 13:13:08,365 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-06 13:13:08,365 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-06 13:13:08,381 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) ======================================================================================== 2015-01-06 13:13:08,490 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) ======================================================================================== 2015-01-06 13:13:08,490 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-06 13:13:08,505 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:13:08,537 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-06 13:13:08,537 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-06 13:13:08,552 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-06 13:13:08,552 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) ======================================================================================== 2015-01-06 13:13:08,599 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) ======================================================================================== 2015-01-06 13:13:08,599 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}' 2015-01-06 13:13:08,599 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:13:08,630 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:13:08,630 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:13:08,677 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-06 13:13:08,739 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-06 13:13:08,755 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-06 13:13:08,786 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-06 13:13:08,848 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) ======================================================================================== 2015-01-06 13:13:08,848 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}' 2015-01-06 13:13:08,848 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:13:08,879 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:13:08,879 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:13:08,942 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) ======================================================================================== 2015-01-06 13:13:08,957 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_, vserver_name=hq-vs0}' 2015-01-06 13:13:08,957 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:13:08,989 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:13:08,989 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:13:09,067 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) ======================================================================================== 2015-01-06 13:13:09,067 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-06 13:13:09,082 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:13:09,129 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:13:09,129 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:13:09,191 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) ======================================================================================== 2015-01-06 13:13:09,207 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_, vserver_name=hq-vs0}' 2015-01-06 13:13:09,207 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:13:09,238 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:13:09,254 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:13:09,300 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) ======================================================================================== 2015-01-06 13:13:09,300 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}' 2015-01-06 13:13:09,300 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:13:09,332 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:13:09,332 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:13:09,378 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) ======================================================================================== 2015-01-06 13:13:09,394 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_, vserver_name=hq-vs0}' 2015-01-06 13:13:09,394 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:13:09,425 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:13:09,425 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:13:09,472 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) ======================================================================================== 2015-01-06 13:13:09,472 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Executing finder 'Finder{id=433, name='82b917f0-477a-4de2-9d20-1a00d68ba6d2', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, aggr_name=%sas%}' 2015-01-06 13:13:09,487 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, aggr_name=%sas%}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:13:09,534 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-06 13:13:09,550 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, aggr_name=%sas%}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-06 13:13:09,596 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-06 13:13:09,612 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Executing local filter 'Filter aggregates by cluster and name', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, aggr_name=%sas%}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name = '%sas%' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:13:09,628 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) Local filter 'Filter aggregates by cluster and name' successfully executed, rows affected '0' 2015-01-06 13:13:09,643 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 118) No results were returned for filter 'Filter aggregates by cluster and name' 2015-01-06 13:19:59,725 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) ======================================================================================== 2015-01-06 13:19:59,725 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-06 13:19:59,725 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-06 13:19:59,756 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-06 13:19:59,772 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-06 13:19:59,772 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Finder results '{primary_address=hq-stor}' 2015-01-06 13:19:59,787 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) ======================================================================================== 2015-01-06 13:19:59,803 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-06 13:19:59,834 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-06 13:19:59,928 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) ======================================================================================== 2015-01-06 13:19:59,928 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 13:19:59,928 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-06 13:19:59,959 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-06 13:19:59,974 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-06 13:19:59,990 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-06 13:19:59,990 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) ======================================================================================== 2015-01-06 13:20:00,115 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) ======================================================================================== 2015-01-06 13:20:00,115 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-06 13:20:00,130 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:20:00,162 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-06 13:20:00,177 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-06 13:20:00,193 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-06 13:20:00,193 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) ======================================================================================== 2015-01-06 13:20:00,224 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) ======================================================================================== 2015-01-06 13:20:00,240 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}' 2015-01-06 13:20:00,240 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:20:00,271 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:20:00,271 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:20:00,302 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-06 13:20:00,380 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-06 13:20:00,396 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-06 13:20:00,443 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-06 13:20:00,521 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) ======================================================================================== 2015-01-06 13:20:00,521 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}' 2015-01-06 13:20:00,536 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:20:00,567 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:20:00,567 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:20:00,630 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) ======================================================================================== 2015-01-06 13:20:00,645 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_, vserver_name=hq-vs0}' 2015-01-06 13:20:00,645 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:20:00,677 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:20:00,677 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:20:00,739 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) ======================================================================================== 2015-01-06 13:20:00,739 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-06 13:20:00,739 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:20:00,770 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:20:00,786 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:20:00,833 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) ======================================================================================== 2015-01-06 13:20:00,833 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_, vserver_name=hq-vs0}' 2015-01-06 13:20:00,848 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:20:00,879 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:20:00,879 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:20:00,942 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) ======================================================================================== 2015-01-06 13:20:00,942 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}' 2015-01-06 13:20:00,957 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:20:00,989 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:20:01,004 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:20:01,067 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) ======================================================================================== 2015-01-06 13:20:01,067 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_, vserver_name=hq-vs0}' 2015-01-06 13:20:01,082 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:20:01,113 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:20:01,113 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:20:01,160 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) ======================================================================================== 2015-01-06 13:20:01,160 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Executing finder 'Finder{id=433, name='82b917f0-477a-4de2-9d20-1a00d68ba6d2', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, aggr_name=%sas%}' 2015-01-06 13:20:01,176 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, aggr_name=%sas%}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:20:01,223 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-06 13:20:01,254 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, aggr_name=%sas%}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-06 13:20:01,285 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-06 13:20:01,301 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Executing local filter 'Filter aggregates by cluster and name', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, aggr_name=%sas%}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name = '%sas%' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:20:01,332 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) Local filter 'Filter aggregates by cluster and name' successfully executed, rows affected '0' 2015-01-06 13:20:01,332 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 121) No results were returned for filter 'Filter aggregates by cluster and name' 2015-01-06 13:22:31,074 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 123) ======================================================================================== 2015-01-06 13:22:31,074 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 123) Executing finder 'Finder{id=433, name='82b917f0-477a-4de2-9d20-1a00d68ba6d2', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, aggr_name=%sas%}' 2015-01-06 13:22:31,089 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 123) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, aggr_name=%sas%}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:22:31,152 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 123) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-06 13:22:31,198 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 123) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, aggr_name=%sas%}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-06 13:22:31,261 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 123) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-06 13:22:31,276 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 123) Executing local filter 'Filter aggregates by cluster and name', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, aggr_name=%sas%}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name = '%sas%' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:22:31,292 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 123) Local filter 'Filter aggregates by cluster and name' successfully executed, rows affected '0' 2015-01-06 13:22:31,308 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 123) No results were returned for filter 'Filter aggregates by cluster and name' 2015-01-06 13:28:18,545 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) ======================================================================================== 2015-01-06 13:28:18,545 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing finder 'Finder{id=433, name='82b917f0-477a-4de2-9d20-1a00d68ba6d2', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 13:28:18,561 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:28:18,623 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-06 13:28:18,654 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-06 13:28:18,717 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-06 13:28:18,732 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Finder '82b917f0-477a-4de2-9d20-1a00d68ba6d2' successfully executed, rows returned '1' 2015-01-06 13:28:18,748 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) ======================================================================================== 2015-01-06 13:28:34,586 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) ======================================================================================== 2015-01-06 13:28:34,586 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing finder 'Finder{id=433, name='82b917f0-477a-4de2-9d20-1a00d68ba6d2', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs1}' 2015-01-06 13:28:34,602 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs1}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs1' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs1' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:28:34,695 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-06 13:28:34,726 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs1}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-06 13:28:34,804 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-06 13:28:34,820 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Finder '82b917f0-477a-4de2-9d20-1a00d68ba6d2' successfully executed, rows returned '1' 2015-01-06 13:28:34,836 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) ======================================================================================== 2015-01-06 13:28:45,150 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) ======================================================================================== 2015-01-06 13:28:45,150 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing finder 'Finder{id=433, name='82b917f0-477a-4de2-9d20-1a00d68ba6d2', dictionaryEntry=Aggregate}', parameters '{cluster_name=dr-stor, vserver_name=dr-vs0}' 2015-01-06 13:28:45,166 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=dr-stor, vserver_name=dr-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'dr-vs0' AND ( cluster.name = 'dr-stor' OR cluster.primary_address = 'dr-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'dr-vs0' AND ( cluster.name = 'dr-stor' OR cluster.primary_address = 'dr-stor' )' 2015-01-06 13:28:45,244 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '3' 2015-01-06 13:28:45,259 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=dr-stor, vserver_name=dr-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-06 13:28:45,306 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-06 13:28:45,322 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Finder '82b917f0-477a-4de2-9d20-1a00d68ba6d2' successfully executed, rows returned '2' 2015-01-06 13:28:45,322 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) ======================================================================================== 2015-01-06 13:29:24,861 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) ======================================================================================== 2015-01-06 13:29:24,876 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-06 13:29:24,876 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-06 13:29:24,923 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-06 13:29:24,939 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-06 13:29:24,939 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Finder results '{primary_address=hq-stor}' 2015-01-06 13:29:24,954 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) ======================================================================================== 2015-01-06 13:29:24,970 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-06 13:29:25,001 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-06 13:29:25,095 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) ======================================================================================== 2015-01-06 13:29:25,110 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 13:29:25,110 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-06 13:29:25,157 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-06 13:29:25,173 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-06 13:29:25,188 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-06 13:29:25,188 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) ======================================================================================== 2015-01-06 13:29:25,297 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) ======================================================================================== 2015-01-06 13:29:25,297 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-06 13:29:25,297 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:29:25,344 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-06 13:29:25,360 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-06 13:29:25,360 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-06 13:29:25,360 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) ======================================================================================== 2015-01-06 13:29:25,407 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) ======================================================================================== 2015-01-06 13:29:25,407 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}' 2015-01-06 13:29:25,407 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:29:25,453 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:29:25,453 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:29:25,485 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-06 13:29:25,610 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-06 13:29:25,641 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-06 13:29:25,703 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-06 13:29:25,781 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) ======================================================================================== 2015-01-06 13:29:25,797 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}' 2015-01-06 13:29:25,812 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:29:25,859 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:29:25,859 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:29:25,937 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) ======================================================================================== 2015-01-06 13:29:25,937 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_, vserver_name=hq-vs0}' 2015-01-06 13:29:25,953 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:29:26,000 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:29:26,000 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:29:26,062 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) ======================================================================================== 2015-01-06 13:29:26,062 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-06 13:29:26,078 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:29:26,109 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:29:26,109 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:29:26,187 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) ======================================================================================== 2015-01-06 13:29:26,187 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_, vserver_name=hq-vs0}' 2015-01-06 13:29:26,187 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:29:26,234 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:29:26,234 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:29:26,296 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) ======================================================================================== 2015-01-06 13:29:26,296 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}' 2015-01-06 13:29:26,296 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:29:26,343 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:29:26,343 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:29:26,405 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) ======================================================================================== 2015-01-06 13:29:26,405 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_, vserver_name=hq-vs0}' 2015-01-06 13:29:26,421 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:29:26,452 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:29:26,468 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:29:26,514 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) ======================================================================================== 2015-01-06 13:29:26,530 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing finder 'Finder{id=433, name='82b917f0-477a-4de2-9d20-1a00d68ba6d2', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 13:29:26,530 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:29:26,592 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-06 13:29:26,624 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-06 13:29:26,670 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-06 13:29:26,686 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Finder '82b917f0-477a-4de2-9d20-1a00d68ba6d2' successfully executed, rows returned '1', returning first row only 2015-01-06 13:29:26,702 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-06 13:29:26,702 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) ======================================================================================== 2015-01-06 13:30:38,641 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) ======================================================================================== 2015-01-06 13:30:38,641 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-06 13:30:38,656 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-06 13:30:38,687 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-06 13:30:38,703 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-06 13:30:38,719 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Finder results '{primary_address=hq-stor}' 2015-01-06 13:30:38,719 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) ======================================================================================== 2015-01-06 13:30:38,734 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-06 13:30:38,765 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-06 13:30:38,875 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) ======================================================================================== 2015-01-06 13:30:38,875 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 13:30:38,875 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-06 13:30:38,906 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-06 13:30:38,921 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-06 13:30:38,937 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-06 13:30:38,937 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) ======================================================================================== 2015-01-06 13:30:39,015 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) ======================================================================================== 2015-01-06 13:30:39,031 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-06 13:30:39,031 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:30:39,062 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-06 13:30:39,077 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-06 13:30:39,077 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-06 13:30:39,077 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) ======================================================================================== 2015-01-06 13:30:39,124 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) ======================================================================================== 2015-01-06 13:30:39,124 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}' 2015-01-06 13:30:39,140 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:30:39,171 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:30:39,171 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:30:39,202 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-06 13:30:39,265 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-06 13:30:39,280 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-06 13:30:39,311 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-06 13:30:39,374 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) ======================================================================================== 2015-01-06 13:30:39,374 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}' 2015-01-06 13:30:39,389 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:30:39,421 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:30:39,421 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:30:39,483 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) ======================================================================================== 2015-01-06 13:30:39,483 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_, vserver_name=hq-vs0}' 2015-01-06 13:30:39,499 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:30:39,530 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:30:39,530 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:30:39,592 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) ======================================================================================== 2015-01-06 13:30:39,592 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-06 13:30:39,608 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:30:39,639 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:30:39,639 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:30:39,686 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) ======================================================================================== 2015-01-06 13:30:39,701 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_, vserver_name=hq-vs0}' 2015-01-06 13:30:39,701 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:30:39,733 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:30:39,748 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:30:39,795 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) ======================================================================================== 2015-01-06 13:30:39,795 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}' 2015-01-06 13:30:39,795 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:30:39,826 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:30:39,826 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:30:39,889 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) ======================================================================================== 2015-01-06 13:30:39,889 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_, vserver_name=hq-vs0}' 2015-01-06 13:30:39,889 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:30:39,920 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:30:39,935 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:30:39,982 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) ======================================================================================== 2015-01-06 13:30:39,982 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing finder 'Finder{id=433, name='82b917f0-477a-4de2-9d20-1a00d68ba6d2', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 13:30:39,982 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:30:40,029 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-06 13:30:40,060 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-06 13:30:40,107 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-06 13:30:40,107 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Finder '82b917f0-477a-4de2-9d20-1a00d68ba6d2' successfully executed, rows returned '1', returning first row only 2015-01-06 13:30:40,123 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-06 13:30:40,123 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 124) ======================================================================================== 2015-01-06 13:36:48,062 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:36:48,062 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-06 13:36:48,078 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-06 13:36:48,093 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-06 13:36:48,109 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-06 13:36:48,109 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Finder results '{primary_address=hq-stor}' 2015-01-06 13:36:48,125 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:36:48,140 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-06 13:36:48,171 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-06 13:36:48,296 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:36:48,296 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 13:36:48,312 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-06 13:36:48,359 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-06 13:36:48,374 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-06 13:36:48,374 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-06 13:36:48,374 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:36:48,468 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:36:48,483 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-06 13:36:48,483 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:36:48,515 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-06 13:36:48,530 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-06 13:36:48,530 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-06 13:36:48,530 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:36:48,561 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:36:48,577 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}' 2015-01-06 13:36:48,577 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:36:48,608 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:36:48,608 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:36:48,639 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-06 13:36:48,717 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-06 13:36:48,733 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-06 13:36:48,780 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-06 13:36:48,842 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:36:48,842 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}' 2015-01-06 13:36:48,842 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:36:48,873 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:36:48,889 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:36:48,951 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:36:48,951 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_, vserver_name=hq-vs0}' 2015-01-06 13:36:48,951 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:36:48,983 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:36:48,998 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:36:49,045 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:36:49,045 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-06 13:36:49,045 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:36:49,076 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:36:49,092 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:36:49,139 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:36:49,139 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_, vserver_name=hq-vs0}' 2015-01-06 13:36:49,154 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:36:49,185 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:36:49,185 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:36:49,248 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:36:49,248 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}' 2015-01-06 13:36:49,263 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:36:49,295 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:36:49,295 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:36:49,357 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:36:49,357 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_, vserver_name=hq-vs0}' 2015-01-06 13:36:49,373 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:36:49,404 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:36:49,404 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:36:49,451 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:36:49,451 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing finder 'Finder{id=433, name='82b917f0-477a-4de2-9d20-1a00d68ba6d2', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 13:36:49,466 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:36:49,513 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-06 13:36:49,544 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-06 13:36:49,591 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-06 13:36:49,591 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Finder '82b917f0-477a-4de2-9d20-1a00d68ba6d2' successfully executed, rows returned '1', returning first row only 2015-01-06 13:36:49,607 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-06 13:36:49,607 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:36:49,794 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:36:49,794 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing finder 'Finder{id=434, name='4d03ad84-efb4-400e-adec-235595a4b097', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, aggr_name=%sata%}' 2015-01-06 13:36:49,794 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter aggregates by supported models for infinite volume constituents', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, aggr_name=%sata%}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate JOIN cm_storage.node node ON node.id = aggregate.node_id JOIN cm_storage.cluster cluster ON cluster.id = node.cluster_id WHERE node.model NOT LIKE 'FAS2%' AND node.model NOT LIKE 'N3%' AND node.model NOT LIKE 'V2%' ' 2015-01-06 13:36:49,825 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter aggregates by supported models for infinite volume constituents' successfully executed, rows affected '9' 2015-01-06 13:36:49,841 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, aggr_name=%sata%}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:36:49,888 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-06 13:36:49,919 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, aggr_name=%sata%}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-06 13:36:49,981 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-06 13:36:49,997 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter aggregates by cluster and name', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, aggr_name=%sata%}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name = '%sata%' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:36:50,012 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter aggregates by cluster and name' successfully executed, rows affected '0' 2015-01-06 13:36:50,028 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) No results were returned for filter 'Filter aggregates by cluster and name' 2015-01-06 13:39:04,684 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:39:04,684 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing finder 'Finder{id=434, name='4d03ad84-efb4-400e-adec-235595a4b097', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 13:39:04,700 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:39:04,746 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-06 13:39:04,777 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-06 13:39:04,824 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-06 13:39:04,840 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Finder '4d03ad84-efb4-400e-adec-235595a4b097' successfully executed, rows returned '1' 2015-01-06 13:39:04,840 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:39:47,104 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:39:47,120 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-06 13:39:47,120 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-06 13:39:47,151 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-06 13:39:47,166 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-06 13:39:47,182 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Finder results '{primary_address=hq-stor}' 2015-01-06 13:39:47,182 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:39:47,198 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-06 13:39:47,229 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-06 13:39:47,323 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:39:47,323 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 13:39:47,323 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-06 13:39:47,354 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-06 13:39:47,369 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-06 13:39:47,369 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-06 13:39:47,369 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:39:47,463 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:39:47,463 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-06 13:39:47,479 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:39:47,510 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-06 13:39:47,510 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-06 13:39:47,525 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-06 13:39:47,525 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:39:47,557 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:39:47,557 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}' 2015-01-06 13:39:47,572 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:39:47,619 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:39:47,619 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:39:47,650 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-06 13:39:47,697 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-06 13:39:47,713 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-06 13:39:47,744 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-06 13:39:47,791 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:39:47,806 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}' 2015-01-06 13:39:47,806 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:39:47,837 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:39:47,837 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:39:47,900 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:39:47,900 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_, vserver_name=hq-vs0}' 2015-01-06 13:39:47,900 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:39:47,947 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:39:47,947 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:39:47,994 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:39:47,994 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-06 13:39:47,994 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:39:48,025 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:39:48,025 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:39:48,072 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:39:48,087 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_, vserver_name=hq-vs0}' 2015-01-06 13:39:48,087 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:39:48,118 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:39:48,118 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:39:48,165 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:39:48,181 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}' 2015-01-06 13:39:48,181 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:39:48,212 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:39:48,212 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:39:48,274 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:39:48,274 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_, vserver_name=hq-vs0}' 2015-01-06 13:39:48,274 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:39:48,306 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:39:48,306 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:39:48,352 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:39:48,368 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing finder 'Finder{id=433, name='82b917f0-477a-4de2-9d20-1a00d68ba6d2', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 13:39:48,368 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:39:48,415 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-06 13:39:48,430 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-06 13:39:48,477 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-06 13:39:48,493 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Finder '82b917f0-477a-4de2-9d20-1a00d68ba6d2' successfully executed, rows returned '1', returning first row only 2015-01-06 13:39:48,493 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-06 13:39:48,493 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:39:48,664 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:39:48,664 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing finder 'Finder{id=434, name='4d03ad84-efb4-400e-adec-235595a4b097', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 13:39:48,664 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:39:48,711 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-06 13:39:48,743 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-06 13:39:48,774 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-06 13:39:48,789 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Finder '4d03ad84-efb4-400e-adec-235595a4b097' successfully executed, rows returned '1', returning first row only 2015-01-06 13:39:48,789 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-06 13:39:48,789 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:41:00,265 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:41:00,265 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-06 13:41:00,265 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-06 13:41:00,297 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-06 13:41:00,312 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-06 13:41:00,312 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Finder results '{primary_address=hq-stor}' 2015-01-06 13:41:00,328 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:41:00,328 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-06 13:41:00,359 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-06 13:41:00,484 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:41:00,484 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 13:41:00,500 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-06 13:41:00,546 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-06 13:41:00,546 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-06 13:41:00,562 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-06 13:41:00,562 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:41:00,640 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:41:00,656 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-06 13:41:00,656 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:41:00,687 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-06 13:41:00,702 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-06 13:41:00,702 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-06 13:41:00,702 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:41:00,749 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:41:00,765 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}' 2015-01-06 13:41:00,765 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:41:00,796 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:41:00,812 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:41:00,843 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-06 13:41:00,921 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-06 13:41:00,936 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-06 13:41:00,983 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-06 13:41:01,030 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:41:01,030 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}' 2015-01-06 13:41:01,046 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:41:01,092 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:41:01,092 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:41:01,170 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:41:01,170 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_, vserver_name=hq-vs0}' 2015-01-06 13:41:01,186 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:41:01,233 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:41:01,233 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:41:01,295 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:41:01,295 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-06 13:41:01,295 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:41:01,326 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:41:01,342 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:41:01,404 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:41:01,404 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_, vserver_name=hq-vs0}' 2015-01-06 13:41:01,404 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:41:01,436 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:41:01,451 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:41:01,498 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:41:01,498 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}' 2015-01-06 13:41:01,498 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:41:01,529 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:41:01,529 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:41:01,576 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:41:01,592 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_, vserver_name=hq-vs0}' 2015-01-06 13:41:01,592 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:41:01,623 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:41:01,623 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:41:01,670 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:41:01,670 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing finder 'Finder{id=433, name='82b917f0-477a-4de2-9d20-1a00d68ba6d2', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 13:41:01,685 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:41:01,732 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-06 13:41:01,763 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-06 13:41:01,810 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-06 13:41:01,826 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Finder '82b917f0-477a-4de2-9d20-1a00d68ba6d2' successfully executed, rows returned '1', returning first row only 2015-01-06 13:41:01,826 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-06 13:41:01,826 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 128) ======================================================================================== 2015-01-06 13:43:26,784 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) ======================================================================================== 2015-01-06 13:43:26,799 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-06 13:43:26,799 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-06 13:43:26,846 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-06 13:43:26,862 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-06 13:43:26,862 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Finder results '{primary_address=hq-stor}' 2015-01-06 13:43:26,862 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) ======================================================================================== 2015-01-06 13:43:26,877 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-06 13:43:26,908 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-06 13:43:27,049 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) ======================================================================================== 2015-01-06 13:43:27,049 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 13:43:27,064 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-06 13:43:27,111 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-06 13:43:27,127 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-06 13:43:27,127 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-06 13:43:27,127 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) ======================================================================================== 2015-01-06 13:43:27,267 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) ======================================================================================== 2015-01-06 13:43:27,267 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-06 13:43:27,283 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:43:27,298 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-06 13:43:27,330 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-06 13:43:27,345 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-06 13:43:27,345 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) ======================================================================================== 2015-01-06 13:43:27,376 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) ======================================================================================== 2015-01-06 13:43:27,376 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}' 2015-01-06 13:43:27,392 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:43:27,439 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:43:27,439 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:43:27,470 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-06 13:43:27,548 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-06 13:43:27,579 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-06 13:43:27,626 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-06 13:43:27,704 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) ======================================================================================== 2015-01-06 13:43:27,704 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}' 2015-01-06 13:43:27,720 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:43:27,751 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:43:27,766 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:43:27,844 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) ======================================================================================== 2015-01-06 13:43:27,860 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_, vserver_name=hq-vs0}' 2015-01-06 13:43:27,860 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:43:27,907 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:43:27,907 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:43:27,985 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) ======================================================================================== 2015-01-06 13:43:27,985 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-06 13:43:27,985 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:43:28,032 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:43:28,032 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:43:28,094 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) ======================================================================================== 2015-01-06 13:43:28,094 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_, vserver_name=hq-vs0}' 2015-01-06 13:43:28,094 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:43:28,141 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:43:28,141 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:43:28,203 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) ======================================================================================== 2015-01-06 13:43:28,203 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}' 2015-01-06 13:43:28,203 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:43:28,250 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:43:28,250 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:43:28,312 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) ======================================================================================== 2015-01-06 13:43:28,312 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_, vserver_name=hq-vs0}' 2015-01-06 13:43:28,328 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:43:28,359 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:43:28,359 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:43:28,422 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) ======================================================================================== 2015-01-06 13:43:28,422 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing finder 'Finder{id=433, name='82b917f0-477a-4de2-9d20-1a00d68ba6d2', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 13:43:28,437 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:43:28,484 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-06 13:43:28,515 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-06 13:43:28,562 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-06 13:43:28,578 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Finder '82b917f0-477a-4de2-9d20-1a00d68ba6d2' successfully executed, rows returned '1', returning first row only 2015-01-06 13:43:28,578 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-06 13:43:28,593 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) ======================================================================================== 2015-01-06 13:43:28,812 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) ======================================================================================== 2015-01-06 13:43:28,812 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing finder 'Finder{id=434, name='4d03ad84-efb4-400e-adec-235595a4b097', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 13:43:28,827 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:43:28,890 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-06 13:43:28,936 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-06 13:43:29,014 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-06 13:43:29,030 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Finder '4d03ad84-efb4-400e-adec-235595a4b097' successfully executed, rows returned '1', returning first row only 2015-01-06 13:43:29,030 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-06 13:43:29,046 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) ======================================================================================== 2015-01-06 13:46:23,819 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) ======================================================================================== 2015-01-06 13:46:23,819 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-06 13:46:23,819 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-06 13:46:23,866 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-06 13:46:23,882 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-06 13:46:23,882 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Finder results '{primary_address=hq-stor}' 2015-01-06 13:46:23,882 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) ======================================================================================== 2015-01-06 13:46:23,897 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-06 13:46:23,960 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-06 13:46:24,085 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) ======================================================================================== 2015-01-06 13:46:24,085 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 13:46:24,100 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-06 13:46:24,147 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-06 13:46:24,163 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-06 13:46:24,163 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-06 13:46:24,163 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) ======================================================================================== 2015-01-06 13:46:24,288 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) ======================================================================================== 2015-01-06 13:46:24,288 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-06 13:46:24,303 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:46:24,334 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-06 13:46:24,350 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-06 13:46:24,366 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-06 13:46:24,366 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) ======================================================================================== 2015-01-06 13:46:24,397 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) ======================================================================================== 2015-01-06 13:46:24,412 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}' 2015-01-06 13:46:24,412 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:46:24,459 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:46:24,459 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:46:24,490 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-06 13:46:24,584 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-06 13:46:24,615 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-06 13:46:24,662 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-06 13:46:24,756 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) ======================================================================================== 2015-01-06 13:46:24,756 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}' 2015-01-06 13:46:24,756 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:46:24,802 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:46:24,802 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:46:24,849 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) ======================================================================================== 2015-01-06 13:46:24,865 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_, vserver_name=hq-vs0}' 2015-01-06 13:46:24,880 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:46:24,912 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:46:24,927 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:46:24,974 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) ======================================================================================== 2015-01-06 13:46:24,974 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-06 13:46:24,990 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:46:25,021 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:46:25,021 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:46:25,068 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) ======================================================================================== 2015-01-06 13:46:25,083 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_, vserver_name=hq-vs0}' 2015-01-06 13:46:25,083 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:46:25,130 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:46:25,146 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:46:25,192 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) ======================================================================================== 2015-01-06 13:46:25,192 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}' 2015-01-06 13:46:25,208 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:46:25,239 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:46:25,255 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:46:25,317 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) ======================================================================================== 2015-01-06 13:46:25,317 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_, vserver_name=hq-vs0}' 2015-01-06 13:46:25,333 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:46:25,364 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 13:46:25,364 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) No results were returned for filter 'Filter volumes by key' 2015-01-06 13:46:25,411 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) ======================================================================================== 2015-01-06 13:46:25,411 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing finder 'Finder{id=433, name='82b917f0-477a-4de2-9d20-1a00d68ba6d2', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 13:46:25,426 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 13:46:25,489 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-06 13:46:25,504 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-06 13:46:25,551 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-06 13:46:25,567 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Finder '82b917f0-477a-4de2-9d20-1a00d68ba6d2' successfully executed, rows returned '1', returning first row only 2015-01-06 13:46:25,582 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-06 13:46:25,582 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 131) ======================================================================================== 2015-01-06 14:58:34,646 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) ======================================================================================== 2015-01-06 14:58:34,662 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-06 14:58:34,662 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-06 14:58:34,693 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-06 14:58:34,708 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-06 14:58:34,708 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Finder results '{primary_address=hq-stor}' 2015-01-06 14:58:34,708 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) ======================================================================================== 2015-01-06 14:58:34,740 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-06 14:58:34,771 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-06 14:58:34,880 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) ======================================================================================== 2015-01-06 14:58:34,880 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 14:58:34,895 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-06 14:58:34,927 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-06 14:58:34,942 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-06 14:58:34,942 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-06 14:58:34,958 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) ======================================================================================== 2015-01-06 14:58:35,067 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) ======================================================================================== 2015-01-06 14:58:35,083 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-06 14:58:35,083 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 14:58:35,129 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-06 14:58:35,129 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-06 14:58:35,145 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-06 14:58:35,145 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) ======================================================================================== 2015-01-06 14:58:35,176 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) ======================================================================================== 2015-01-06 14:58:35,176 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}' 2015-01-06 14:58:35,192 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 14:58:35,223 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 14:58:35,223 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) No results were returned for filter 'Filter volumes by key' 2015-01-06 14:58:35,254 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-06 14:58:35,316 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-06 14:58:35,332 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-06 14:58:35,379 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-06 14:58:35,441 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) ======================================================================================== 2015-01-06 14:58:35,441 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}' 2015-01-06 14:58:35,457 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 14:58:35,488 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 14:58:35,488 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) No results were returned for filter 'Filter volumes by key' 2015-01-06 14:58:35,535 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) ======================================================================================== 2015-01-06 14:58:35,535 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_, vserver_name=hq-vs0}' 2015-01-06 14:58:35,550 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 14:58:35,581 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 14:58:35,581 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) No results were returned for filter 'Filter volumes by key' 2015-01-06 14:58:35,628 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) ======================================================================================== 2015-01-06 14:58:35,644 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-06 14:58:35,644 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 14:58:35,675 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 14:58:35,675 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) No results were returned for filter 'Filter volumes by key' 2015-01-06 14:58:35,737 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) ======================================================================================== 2015-01-06 14:58:35,753 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_, vserver_name=hq-vs0}' 2015-01-06 14:58:35,753 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 14:58:35,800 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 14:58:35,800 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) No results were returned for filter 'Filter volumes by key' 2015-01-06 14:58:35,846 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) ======================================================================================== 2015-01-06 14:58:35,846 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}' 2015-01-06 14:58:35,862 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 14:58:35,893 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 14:58:35,909 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) No results were returned for filter 'Filter volumes by key' 2015-01-06 14:58:35,971 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) ======================================================================================== 2015-01-06 14:58:35,971 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_, vserver_name=hq-vs0}' 2015-01-06 14:58:35,971 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 14:58:36,002 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 14:58:36,018 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) No results were returned for filter 'Filter volumes by key' 2015-01-06 14:58:36,049 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) ======================================================================================== 2015-01-06 14:58:36,065 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Executing finder 'Finder{id=433, name='82b917f0-477a-4de2-9d20-1a00d68ba6d2', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 14:58:36,065 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 14:58:36,127 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-06 14:58:36,142 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-06 14:58:36,189 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-06 14:58:36,205 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Finder '82b917f0-477a-4de2-9d20-1a00d68ba6d2' successfully executed, rows returned '1', returning first row only 2015-01-06 14:58:36,205 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-06 14:58:36,205 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 134) ======================================================================================== 2015-01-06 15:35:06,276 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) ======================================================================================== 2015-01-06 15:35:06,276 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-06 15:35:06,276 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-06 15:35:06,323 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-06 15:35:06,338 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-06 15:35:06,338 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Finder results '{primary_address=hq-stor}' 2015-01-06 15:35:06,338 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) ======================================================================================== 2015-01-06 15:35:06,369 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-06 15:35:06,401 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-06 15:35:06,494 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) ======================================================================================== 2015-01-06 15:35:06,494 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 15:35:06,510 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-06 15:35:06,541 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-06 15:35:06,557 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-06 15:35:06,557 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-06 15:35:06,557 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) ======================================================================================== 2015-01-06 15:35:06,650 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) ======================================================================================== 2015-01-06 15:35:06,650 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-06 15:35:06,666 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 15:35:06,697 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-06 15:35:06,697 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-06 15:35:06,713 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-06 15:35:06,713 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) ======================================================================================== 2015-01-06 15:35:06,744 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) ======================================================================================== 2015-01-06 15:35:06,744 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}' 2015-01-06 15:35:06,759 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 15:35:06,791 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 15:35:06,806 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) No results were returned for filter 'Filter volumes by key' 2015-01-06 15:35:06,822 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-06 15:35:06,900 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-06 15:35:06,916 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-06 15:35:06,962 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-06 15:35:07,009 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) ======================================================================================== 2015-01-06 15:35:07,009 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}' 2015-01-06 15:35:07,025 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 15:35:07,056 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 15:35:07,056 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) No results were returned for filter 'Filter volumes by key' 2015-01-06 15:35:07,103 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) ======================================================================================== 2015-01-06 15:35:07,103 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_, vserver_name=hq-vs0}' 2015-01-06 15:35:07,118 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 15:35:07,150 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 15:35:07,150 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) No results were returned for filter 'Filter volumes by key' 2015-01-06 15:35:07,196 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) ======================================================================================== 2015-01-06 15:35:07,196 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-06 15:35:07,212 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 15:35:07,228 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 15:35:07,243 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) No results were returned for filter 'Filter volumes by key' 2015-01-06 15:35:07,290 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) ======================================================================================== 2015-01-06 15:35:07,290 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_, vserver_name=hq-vs0}' 2015-01-06 15:35:07,290 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 15:35:07,337 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 15:35:07,337 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) No results were returned for filter 'Filter volumes by key' 2015-01-06 15:35:07,384 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) ======================================================================================== 2015-01-06 15:35:07,384 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}' 2015-01-06 15:35:07,384 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 15:35:07,415 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 15:35:07,430 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) No results were returned for filter 'Filter volumes by key' 2015-01-06 15:35:07,493 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) ======================================================================================== 2015-01-06 15:35:07,493 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_, vserver_name=hq-vs0}' 2015-01-06 15:35:07,493 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 15:35:07,540 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 15:35:07,555 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) No results were returned for filter 'Filter volumes by key' 2015-01-06 15:35:07,602 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) ======================================================================================== 2015-01-06 15:35:07,618 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Executing finder 'Finder{id=433, name='82b917f0-477a-4de2-9d20-1a00d68ba6d2', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 15:35:07,618 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 15:35:07,665 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-06 15:35:07,696 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-06 15:35:07,743 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-06 15:35:07,743 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Finder '82b917f0-477a-4de2-9d20-1a00d68ba6d2' successfully executed, rows returned '1', returning first row only 2015-01-06 15:35:07,758 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-06 15:35:07,758 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 141) ======================================================================================== 2015-01-06 15:38:43,291 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) ======================================================================================== 2015-01-06 15:38:43,291 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-06 15:38:43,306 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-06 15:38:43,338 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-06 15:38:43,353 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-06 15:38:43,353 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Finder results '{primary_address=hq-stor}' 2015-01-06 15:38:43,369 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) ======================================================================================== 2015-01-06 15:38:43,384 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-06 15:38:43,416 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-06 15:38:43,509 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) ======================================================================================== 2015-01-06 15:38:43,509 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 15:38:43,525 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-06 15:38:43,540 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-06 15:38:43,556 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-06 15:38:43,571 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-06 15:38:43,571 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) ======================================================================================== 2015-01-06 15:38:43,649 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) ======================================================================================== 2015-01-06 15:38:43,649 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-06 15:38:43,665 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 15:38:43,696 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-06 15:38:43,696 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-06 15:38:43,712 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-06 15:38:43,712 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) ======================================================================================== 2015-01-06 15:38:43,743 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) ======================================================================================== 2015-01-06 15:38:43,743 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}' 2015-01-06 15:38:43,743 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 15:38:43,774 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 15:38:43,790 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) No results were returned for filter 'Filter volumes by key' 2015-01-06 15:38:43,805 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-06 15:38:43,868 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-06 15:38:43,883 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-06 15:38:43,914 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-06 15:38:43,977 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) ======================================================================================== 2015-01-06 15:38:43,992 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}' 2015-01-06 15:38:43,992 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 15:38:44,023 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 15:38:44,023 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) No results were returned for filter 'Filter volumes by key' 2015-01-06 15:38:44,070 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) ======================================================================================== 2015-01-06 15:38:44,086 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_, vserver_name=hq-vs0}' 2015-01-06 15:38:44,086 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 15:38:44,117 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 15:38:44,117 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) No results were returned for filter 'Filter volumes by key' 2015-01-06 15:38:44,179 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) ======================================================================================== 2015-01-06 15:38:44,179 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-06 15:38:44,179 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 15:38:44,211 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 15:38:44,211 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) No results were returned for filter 'Filter volumes by key' 2015-01-06 15:38:44,257 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) ======================================================================================== 2015-01-06 15:38:44,273 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_, vserver_name=hq-vs0}' 2015-01-06 15:38:44,273 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 15:38:44,304 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 15:38:44,304 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) No results were returned for filter 'Filter volumes by key' 2015-01-06 15:38:44,351 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) ======================================================================================== 2015-01-06 15:38:44,366 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}' 2015-01-06 15:38:44,366 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 15:38:44,398 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 15:38:44,398 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) No results were returned for filter 'Filter volumes by key' 2015-01-06 15:38:44,460 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) ======================================================================================== 2015-01-06 15:38:44,460 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_, vserver_name=hq-vs0}' 2015-01-06 15:38:44,475 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 15:38:44,507 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 15:38:44,507 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) No results were returned for filter 'Filter volumes by key' 2015-01-06 15:38:44,553 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) ======================================================================================== 2015-01-06 15:38:44,569 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing finder 'Finder{id=434, name='4d03ad84-efb4-400e-adec-235595a4b097', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 15:38:44,569 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 15:38:44,616 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-06 15:38:44,647 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-06 15:38:44,678 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-06 15:38:44,694 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Finder '4d03ad84-efb4-400e-adec-235595a4b097' successfully executed, rows returned '1', returning first row only 2015-01-06 15:38:44,694 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-06 15:38:44,694 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) ======================================================================================== 2015-01-06 15:39:07,529 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) ======================================================================================== 2015-01-06 15:39:07,544 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-06 15:39:07,544 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-06 15:39:07,591 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-06 15:39:07,622 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-06 15:39:07,622 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Finder results '{primary_address=hq-stor}' 2015-01-06 15:39:07,638 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) ======================================================================================== 2015-01-06 15:39:07,653 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-06 15:39:07,716 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-06 15:39:07,809 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) ======================================================================================== 2015-01-06 15:39:07,825 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 15:39:07,825 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-06 15:39:07,872 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-06 15:39:07,887 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-06 15:39:07,887 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-06 15:39:07,903 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) ======================================================================================== 2015-01-06 15:39:07,996 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) ======================================================================================== 2015-01-06 15:39:08,012 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-06 15:39:08,012 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 15:39:08,043 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-06 15:39:08,059 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-06 15:39:08,074 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-06 15:39:08,074 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) ======================================================================================== 2015-01-06 15:39:08,121 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) ======================================================================================== 2015-01-06 15:39:08,121 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}' 2015-01-06 15:39:08,121 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 15:39:08,168 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 15:39:08,168 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) No results were returned for filter 'Filter volumes by key' 2015-01-06 15:39:08,199 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-06 15:39:08,277 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-06 15:39:08,292 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-06 15:39:08,339 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-06 15:39:08,402 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) ======================================================================================== 2015-01-06 15:39:08,402 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}' 2015-01-06 15:39:08,402 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 15:39:08,433 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 15:39:08,448 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) No results were returned for filter 'Filter volumes by key' 2015-01-06 15:39:08,526 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) ======================================================================================== 2015-01-06 15:39:08,526 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_, vserver_name=hq-vs0}' 2015-01-06 15:39:08,526 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 15:39:08,557 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 15:39:08,557 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) No results were returned for filter 'Filter volumes by key' 2015-01-06 15:39:08,620 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) ======================================================================================== 2015-01-06 15:39:08,620 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-06 15:39:08,635 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 15:39:08,682 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 15:39:08,682 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) No results were returned for filter 'Filter volumes by key' 2015-01-06 15:39:08,760 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) ======================================================================================== 2015-01-06 15:39:08,760 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_, vserver_name=hq-vs0}' 2015-01-06 15:39:08,776 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 15:39:08,807 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 15:39:08,807 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) No results were returned for filter 'Filter volumes by key' 2015-01-06 15:39:08,869 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) ======================================================================================== 2015-01-06 15:39:08,885 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}' 2015-01-06 15:39:08,900 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 15:39:08,931 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 15:39:08,931 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) No results were returned for filter 'Filter volumes by key' 2015-01-06 15:39:09,009 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) ======================================================================================== 2015-01-06 15:39:09,009 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_, vserver_name=hq-vs0}' 2015-01-06 15:39:09,009 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 15:39:09,056 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 15:39:09,056 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) No results were returned for filter 'Filter volumes by key' 2015-01-06 15:39:09,119 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) ======================================================================================== 2015-01-06 15:39:09,119 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing finder 'Finder{id=433, name='82b917f0-477a-4de2-9d20-1a00d68ba6d2', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 15:39:09,134 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 15:39:09,196 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-06 15:39:09,228 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-06 15:39:09,274 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-06 15:39:09,290 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Finder '82b917f0-477a-4de2-9d20-1a00d68ba6d2' successfully executed, rows returned '1', returning first row only 2015-01-06 15:39:09,306 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-06 15:39:09,306 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 142) ======================================================================================== 2015-01-06 15:41:53,676 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) ======================================================================================== 2015-01-06 15:41:53,691 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-06 15:41:53,691 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-06 15:41:53,738 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-06 15:41:53,754 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-06 15:41:53,769 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Finder results '{primary_address=hq-stor}' 2015-01-06 15:41:53,769 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) ======================================================================================== 2015-01-06 15:41:53,785 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-06 15:41:53,816 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-06 15:41:53,910 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) ======================================================================================== 2015-01-06 15:41:53,910 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 15:41:53,910 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-06 15:41:53,957 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-06 15:41:53,957 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-06 15:41:53,972 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-06 15:41:53,972 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) ======================================================================================== 2015-01-06 15:41:54,050 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) ======================================================================================== 2015-01-06 15:41:54,050 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-06 15:41:54,066 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 15:41:54,097 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-06 15:41:54,113 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-06 15:41:54,128 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-06 15:41:54,128 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) ======================================================================================== 2015-01-06 15:41:54,159 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) ======================================================================================== 2015-01-06 15:41:54,159 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}' 2015-01-06 15:41:54,159 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 15:41:54,191 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 15:41:54,206 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) No results were returned for filter 'Filter volumes by key' 2015-01-06 15:41:54,222 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-06 15:41:54,300 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-06 15:41:54,315 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-06 15:41:54,362 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-06 15:41:54,409 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) ======================================================================================== 2015-01-06 15:41:54,409 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}' 2015-01-06 15:41:54,425 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 15:41:54,456 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 15:41:54,456 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) No results were returned for filter 'Filter volumes by key' 2015-01-06 15:41:54,518 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) ======================================================================================== 2015-01-06 15:41:54,534 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_, vserver_name=hq-vs0}' 2015-01-06 15:41:54,534 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 15:41:54,565 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 15:41:54,565 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) No results were returned for filter 'Filter volumes by key' 2015-01-06 15:41:54,612 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) ======================================================================================== 2015-01-06 15:41:54,627 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-06 15:41:54,627 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 15:41:54,659 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 15:41:54,659 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) No results were returned for filter 'Filter volumes by key' 2015-01-06 15:41:54,721 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) ======================================================================================== 2015-01-06 15:41:54,737 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_, vserver_name=hq-vs0}' 2015-01-06 15:41:54,737 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 15:41:54,768 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 15:41:54,768 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) No results were returned for filter 'Filter volumes by key' 2015-01-06 15:41:54,815 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) ======================================================================================== 2015-01-06 15:41:54,815 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}' 2015-01-06 15:41:54,830 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 15:41:54,861 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 15:41:54,861 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) No results were returned for filter 'Filter volumes by key' 2015-01-06 15:41:54,924 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) ======================================================================================== 2015-01-06 15:41:54,924 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_, vserver_name=hq-vs0}' 2015-01-06 15:41:54,924 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst_' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 15:41:54,955 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 15:41:54,971 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) No results were returned for filter 'Filter volumes by key' 2015-01-06 15:41:55,002 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) ======================================================================================== 2015-01-06 15:41:55,017 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Executing finder 'Finder{id=433, name='82b917f0-477a-4de2-9d20-1a00d68ba6d2', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 15:41:55,017 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 15:41:55,064 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-06 15:41:55,095 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-06 15:41:55,142 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-06 15:41:55,142 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Finder '82b917f0-477a-4de2-9d20-1a00d68ba6d2' successfully executed, rows returned '1', returning first row only 2015-01-06 15:41:55,158 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-06 15:41:55,158 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) ======================================================================================== 2015-01-06 15:41:55,361 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) ======================================================================================== 2015-01-06 15:41:55,361 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Executing finder 'Finder{id=434, name='4d03ad84-efb4-400e-adec-235595a4b097', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 15:41:55,361 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 15:41:55,423 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-06 15:41:55,454 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-06 15:41:55,517 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-06 15:41:55,532 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Finder '4d03ad84-efb4-400e-adec-235595a4b097' successfully executed, rows returned '1', returning first row only 2015-01-06 15:41:55,548 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-06 15:41:55,548 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 143) ======================================================================================== 2015-01-06 16:08:24,850 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) ======================================================================================== 2015-01-06 16:08:24,850 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-06 16:08:24,866 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-06 16:08:24,897 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-06 16:08:24,913 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-06 16:08:24,913 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Finder results '{primary_address=hq-stor}' 2015-01-06 16:08:24,928 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) ======================================================================================== 2015-01-06 16:08:24,944 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-06 16:08:24,959 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-06 16:08:25,193 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) ======================================================================================== 2015-01-06 16:08:25,193 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 16:08:25,209 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-06 16:08:25,240 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-06 16:08:25,256 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-06 16:08:25,256 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-06 16:08:25,271 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) ======================================================================================== 2015-01-06 16:08:25,396 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) ======================================================================================== 2015-01-06 16:08:25,412 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-06 16:08:25,427 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 16:08:25,474 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-06 16:08:25,490 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-06 16:08:25,490 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-06 16:08:25,490 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) ======================================================================================== 2015-01-06 16:08:25,537 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) ======================================================================================== 2015-01-06 16:08:25,552 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}' 2015-01-06 16:08:25,568 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 16:08:25,599 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 16:08:25,615 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) No results were returned for filter 'Filter volumes by key' 2015-01-06 16:08:25,646 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-06 16:08:25,755 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-06 16:08:25,771 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-06 16:08:25,817 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-06 16:08:25,896 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) ======================================================================================== 2015-01-06 16:08:25,911 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}' 2015-01-06 16:08:25,911 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 16:08:25,958 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 16:08:25,958 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) No results were returned for filter 'Filter volumes by key' 2015-01-06 16:08:26,052 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) ======================================================================================== 2015-01-06 16:08:26,052 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_xbone, vserver_name=hq-vs0}' 2015-01-06 16:08:26,067 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_xbone, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst_xbone' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 16:08:26,114 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 16:08:26,130 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) No results were returned for filter 'Filter volumes by key' 2015-01-06 16:08:26,239 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) ======================================================================================== 2015-01-06 16:08:26,239 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-06 16:08:26,239 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 16:08:26,301 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 16:08:26,301 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) No results were returned for filter 'Filter volumes by key' 2015-01-06 16:08:26,379 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) ======================================================================================== 2015-01-06 16:08:26,379 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_xbone, vserver_name=hq-vs0}' 2015-01-06 16:08:26,379 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_xbone, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_xbone' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 16:08:26,426 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 16:08:26,426 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) No results were returned for filter 'Filter volumes by key' 2015-01-06 16:08:26,582 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) ======================================================================================== 2015-01-06 16:08:26,598 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}' 2015-01-06 16:08:26,598 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 16:08:26,644 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 16:08:26,644 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) No results were returned for filter 'Filter volumes by key' 2015-01-06 16:08:26,738 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) ======================================================================================== 2015-01-06 16:08:26,738 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_xbone, vserver_name=hq-vs0}' 2015-01-06 16:08:26,754 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_xbone, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst_xbone' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 16:08:26,785 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 16:08:26,800 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) No results were returned for filter 'Filter volumes by key' 2015-01-06 16:08:26,910 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) ======================================================================================== 2015-01-06 16:08:26,910 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing finder 'Finder{id=433, name='82b917f0-477a-4de2-9d20-1a00d68ba6d2', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 16:08:26,910 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 16:08:26,972 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-06 16:08:27,019 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-06 16:08:27,081 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-06 16:08:27,097 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Finder '82b917f0-477a-4de2-9d20-1a00d68ba6d2' successfully executed, rows returned '1', returning first row only 2015-01-06 16:08:27,112 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-06 16:08:27,112 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) ======================================================================================== 2015-01-06 16:08:27,424 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) ======================================================================================== 2015-01-06 16:08:27,424 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing finder 'Finder{id=434, name='4d03ad84-efb4-400e-adec-235595a4b097', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 16:08:27,424 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 16:08:27,534 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-06 16:08:27,580 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-06 16:08:27,627 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-06 16:08:27,658 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Finder '4d03ad84-efb4-400e-adec-235595a4b097' successfully executed, rows returned '1', returning first row only 2015-01-06 16:08:27,658 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-06 16:08:27,674 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) ======================================================================================== 2015-01-06 16:08:58,680 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) ======================================================================================== 2015-01-06 16:08:58,680 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-06 16:08:58,680 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-06 16:08:58,727 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-06 16:08:58,727 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-06 16:08:58,742 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Finder results '{primary_address=hq-stor}' 2015-01-06 16:08:58,742 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) ======================================================================================== 2015-01-06 16:08:58,758 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-06 16:08:58,805 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-06 16:08:58,914 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) ======================================================================================== 2015-01-06 16:08:58,914 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 16:08:58,914 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-06 16:08:58,961 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-06 16:08:58,976 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-06 16:08:58,992 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-06 16:08:58,992 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) ======================================================================================== 2015-01-06 16:08:59,101 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) ======================================================================================== 2015-01-06 16:08:59,101 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-06 16:08:59,101 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 16:08:59,148 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-06 16:08:59,163 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-06 16:08:59,163 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-06 16:08:59,179 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) ======================================================================================== 2015-01-06 16:08:59,210 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) ======================================================================================== 2015-01-06 16:08:59,210 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}' 2015-01-06 16:08:59,226 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 16:08:59,257 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 16:08:59,257 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) No results were returned for filter 'Filter volumes by key' 2015-01-06 16:08:59,288 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-06 16:08:59,381 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-06 16:08:59,397 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-06 16:08:59,459 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-06 16:08:59,522 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) ======================================================================================== 2015-01-06 16:08:59,522 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}' 2015-01-06 16:08:59,537 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 16:08:59,568 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 16:08:59,568 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) No results were returned for filter 'Filter volumes by key' 2015-01-06 16:08:59,646 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) ======================================================================================== 2015-01-06 16:08:59,662 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_xbone, vserver_name=hq-vs0}' 2015-01-06 16:08:59,678 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mymtst_xbone, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mymtst_xbone' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 16:08:59,802 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 16:08:59,802 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) No results were returned for filter 'Filter volumes by key' 2015-01-06 16:08:59,943 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) ======================================================================================== 2015-01-06 16:08:59,943 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-06 16:08:59,958 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 16:09:00,036 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 16:09:00,052 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) No results were returned for filter 'Filter volumes by key' 2015-01-06 16:09:00,130 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) ======================================================================================== 2015-01-06 16:09:00,145 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_xbone, vserver_name=hq-vs0}' 2015-01-06 16:09:00,145 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_xbone, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_xbone' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 16:09:00,192 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 16:09:00,192 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) No results were returned for filter 'Filter volumes by key' 2015-01-06 16:09:00,270 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) ======================================================================================== 2015-01-06 16:09:00,285 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}' 2015-01-06 16:09:00,285 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 16:09:00,317 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 16:09:00,317 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) No results were returned for filter 'Filter volumes by key' 2015-01-06 16:09:00,379 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) ======================================================================================== 2015-01-06 16:09:00,395 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_xbone, vserver_name=hq-vs0}' 2015-01-06 16:09:00,395 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mybtst_xbone, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mybtst_xbone' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 16:09:00,441 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-06 16:09:00,441 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) No results were returned for filter 'Filter volumes by key' 2015-01-06 16:09:00,519 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) ======================================================================================== 2015-01-06 16:09:00,535 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing finder 'Finder{id=433, name='82b917f0-477a-4de2-9d20-1a00d68ba6d2', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 16:09:00,535 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 16:09:00,628 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-06 16:09:00,660 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-06 16:09:00,691 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-06 16:09:00,706 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Finder '82b917f0-477a-4de2-9d20-1a00d68ba6d2' successfully executed, rows returned '1', returning first row only 2015-01-06 16:09:00,722 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-06 16:09:00,722 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) ======================================================================================== 2015-01-06 16:09:00,987 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) ======================================================================================== 2015-01-06 16:09:00,987 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing finder 'Finder{id=434, name='4d03ad84-efb4-400e-adec-235595a4b097', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-06 16:09:00,987 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-06 16:09:01,049 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-06 16:09:01,080 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-06 16:09:01,127 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-06 16:09:01,143 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Finder '4d03ad84-efb4-400e-adec-235595a4b097' successfully executed, rows returned '1', returning first row only 2015-01-06 16:09:01,143 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-06 16:09:01,158 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 149) ======================================================================================== 2015-01-07 10:15:43,427 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 23) ======================================================================================== 2015-01-07 10:15:43,427 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 23) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-07 10:15:43,442 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 23) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-07 10:15:43,473 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 23) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-07 10:15:43,489 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 23) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-07 10:15:43,489 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 23) Finder results '{primary_address=hq-stor}' 2015-01-07 10:15:43,505 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 23) ======================================================================================== 2015-01-07 10:15:43,520 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 23) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-07 10:15:43,536 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 23) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-07 10:15:43,661 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 23) ======================================================================================== 2015-01-07 10:15:43,676 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 23) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-07 10:15:43,676 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 23) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-07 10:15:43,707 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 23) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-07 10:15:43,723 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 23) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-07 10:15:43,723 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 23) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-07 10:15:43,739 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 23) ======================================================================================== 2015-01-07 10:15:43,848 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 23) ======================================================================================== 2015-01-07 10:15:43,848 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 23) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-07 10:15:43,863 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 23) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:15:43,895 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 23) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-07 10:15:43,926 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 23) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-07 10:15:43,926 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 23) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-07 10:15:43,926 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 23) ======================================================================================== 2015-01-07 10:15:43,973 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 23) ======================================================================================== 2015-01-07 10:15:43,988 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 23) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}' 2015-01-07 10:15:43,988 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 23) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:15:44,019 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 23) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 10:15:44,035 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 23) No results were returned for filter 'Filter volumes by key' 2015-01-07 10:15:44,066 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 23) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-07 10:15:44,144 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 23) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-07 10:15:44,175 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 23) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-07 10:15:44,222 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 23) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-07 10:19:48,011 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) ======================================================================================== 2015-01-07 10:19:48,027 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Executing finder 'Finder{id=435, name='d42fcf8e-0cf1-4ff6-b912-85a977b8f546', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-07 10:19:48,027 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-07 10:19:48,074 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-07 10:19:48,089 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Finder 'd42fcf8e-0cf1-4ff6-b912-85a977b8f546' successfully executed, rows returned '1', returning first row only 2015-01-07 10:19:48,089 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Finder results '{primary_address=hq-stor}' 2015-01-07 10:19:48,105 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) ======================================================================================== 2015-01-07 10:19:48,121 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-07 10:19:48,152 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-07 10:19:48,277 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) ======================================================================================== 2015-01-07 10:19:48,292 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-07 10:19:48,308 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-07 10:19:48,355 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-07 10:19:48,370 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-07 10:19:48,370 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-07 10:19:48,386 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) ======================================================================================== 2015-01-07 10:19:48,511 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) ======================================================================================== 2015-01-07 10:19:48,511 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-07 10:19:48,526 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:19:48,557 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-07 10:19:48,573 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-07 10:19:48,589 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-07 10:19:48,589 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) ======================================================================================== 2015-01-07 10:19:48,620 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) ======================================================================================== 2015-01-07 10:19:48,635 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=sims4}' 2015-01-07 10:19:48,651 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=sims4}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:19:48,698 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 10:19:48,698 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) No results were returned for filter 'Filter volumes by key' 2015-01-07 10:19:48,729 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-07 10:19:48,823 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-07 10:19:48,838 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-07 10:19:48,901 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-07 10:19:48,994 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) ======================================================================================== 2015-01-07 10:19:48,994 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Executing finder 'Finder{id=436, name='3982eb88-a957-4aa3-9b0f-e14d7bb64994', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mymprd, vserver_name=hq-vs0}' 2015-01-07 10:19:49,010 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mymprd, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mymprd' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:19:49,057 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 10:19:49,057 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) No results were returned for filter 'Filter volumes by key' 2015-01-07 10:19:49,150 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) ======================================================================================== 2015-01-07 10:19:49,150 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mymprd_xbone, vserver_name=hq-vs0}' 2015-01-07 10:19:49,150 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mymprd_xbone, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mymprd_xbone' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:19:49,181 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 10:19:49,197 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) No results were returned for filter 'Filter volumes by key' 2015-01-07 10:19:49,275 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) ======================================================================================== 2015-01-07 10:19:49,275 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Executing finder 'Finder{id=436, name='3982eb88-a957-4aa3-9b0f-e14d7bb64994', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mysprd, vserver_name=hq-vs0}' 2015-01-07 10:19:49,275 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mysprd, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mysprd' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:19:49,322 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 10:19:49,322 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) No results were returned for filter 'Filter volumes by key' 2015-01-07 10:19:49,447 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) ======================================================================================== 2015-01-07 10:19:49,447 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mysprd_xbone, vserver_name=hq-vs0}' 2015-01-07 10:19:49,462 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mysprd_xbone, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mysprd_xbone' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:19:49,493 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 10:19:49,509 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) No results were returned for filter 'Filter volumes by key' 2015-01-07 10:19:49,587 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) ======================================================================================== 2015-01-07 10:19:49,587 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Executing finder 'Finder{id=436, name='3982eb88-a957-4aa3-9b0f-e14d7bb64994', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mybprd, vserver_name=hq-vs0}' 2015-01-07 10:19:49,603 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mybprd, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mybprd' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:19:49,634 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 10:19:49,634 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) No results were returned for filter 'Filter volumes by key' 2015-01-07 10:19:49,727 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) ======================================================================================== 2015-01-07 10:19:49,727 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mybprd_xbone, vserver_name=hq-vs0}' 2015-01-07 10:19:49,743 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mybprd_xbone, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mybprd_xbone' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:19:49,774 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 10:19:49,790 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) No results were returned for filter 'Filter volumes by key' 2015-01-07 10:19:49,868 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) ======================================================================================== 2015-01-07 10:19:49,868 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Executing finder 'Finder{id=437, name='087f5cb8-94bb-4ed4-97bd-4705a64c3082', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-07 10:19:49,868 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:19:49,977 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-07 10:19:50,008 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-07 10:19:50,071 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-07 10:19:50,086 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Finder '087f5cb8-94bb-4ed4-97bd-4705a64c3082' successfully executed, rows returned '1', returning first row only 2015-01-07 10:19:50,086 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-07 10:19:50,102 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) ======================================================================================== 2015-01-07 10:19:50,429 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) ======================================================================================== 2015-01-07 10:19:50,429 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Executing finder 'Finder{id=438, name='eca861e3-4a6a-42de-b83c-3fc30312e8ae', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-07 10:19:50,445 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:19:50,539 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-07 10:19:50,585 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-07 10:19:50,663 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-07 10:19:50,679 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Finder 'eca861e3-4a6a-42de-b83c-3fc30312e8ae' successfully executed, rows returned '1', returning first row only 2015-01-07 10:19:50,679 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-07 10:19:50,679 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) ======================================================================================== 2015-01-07 10:23:28,016 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) ======================================================================================== 2015-01-07 10:23:28,016 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Executing finder 'Finder{id=435, name='d42fcf8e-0cf1-4ff6-b912-85a977b8f546', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-07 10:23:28,032 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-07 10:23:28,063 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-07 10:23:28,094 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Finder 'd42fcf8e-0cf1-4ff6-b912-85a977b8f546' successfully executed, rows returned '1', returning first row only 2015-01-07 10:23:28,094 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Finder results '{primary_address=hq-stor}' 2015-01-07 10:23:28,094 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) ======================================================================================== 2015-01-07 10:23:28,125 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-07 10:23:28,156 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-07 10:23:28,328 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) ======================================================================================== 2015-01-07 10:23:28,344 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-07 10:23:28,359 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-07 10:23:28,422 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-07 10:23:28,453 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-07 10:23:28,453 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-07 10:23:28,453 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) ======================================================================================== 2015-01-07 10:23:28,671 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) ======================================================================================== 2015-01-07 10:23:28,687 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-07 10:23:28,702 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:23:28,780 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-07 10:23:28,812 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-07 10:23:28,827 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-07 10:23:28,827 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) ======================================================================================== 2015-01-07 10:23:28,874 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) ======================================================================================== 2015-01-07 10:23:28,890 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=sims4}' 2015-01-07 10:23:28,905 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=sims4}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:23:28,968 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 10:23:28,983 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) No results were returned for filter 'Filter volumes by key' 2015-01-07 10:23:29,030 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-07 10:23:29,170 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-07 10:23:29,202 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-07 10:23:29,248 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-07 10:23:29,326 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) ======================================================================================== 2015-01-07 10:23:29,326 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Executing finder 'Finder{id=436, name='3982eb88-a957-4aa3-9b0f-e14d7bb64994', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mymprd, vserver_name=hq-vs0}' 2015-01-07 10:23:29,342 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mymprd, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mymprd' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:23:29,373 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 10:23:29,389 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) No results were returned for filter 'Filter volumes by key' 2015-01-07 10:23:29,482 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) ======================================================================================== 2015-01-07 10:23:29,482 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mymprd_xbone, vserver_name=hq-vs0}' 2015-01-07 10:23:29,498 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mymprd_xbone, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mymprd_xbone' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:23:29,529 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 10:23:29,545 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) No results were returned for filter 'Filter volumes by key' 2015-01-07 10:23:29,638 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) ======================================================================================== 2015-01-07 10:23:29,638 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Executing finder 'Finder{id=436, name='3982eb88-a957-4aa3-9b0f-e14d7bb64994', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mysprd, vserver_name=hq-vs0}' 2015-01-07 10:23:29,638 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mysprd, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mysprd' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:23:29,685 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 10:23:29,685 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) No results were returned for filter 'Filter volumes by key' 2015-01-07 10:23:29,794 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) ======================================================================================== 2015-01-07 10:23:29,794 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mysprd_xbone, vserver_name=hq-vs0}' 2015-01-07 10:23:29,810 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mysprd_xbone, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mysprd_xbone' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:23:29,841 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 10:23:29,841 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) No results were returned for filter 'Filter volumes by key' 2015-01-07 10:23:29,935 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) ======================================================================================== 2015-01-07 10:23:29,935 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Executing finder 'Finder{id=436, name='3982eb88-a957-4aa3-9b0f-e14d7bb64994', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mybprd, vserver_name=hq-vs0}' 2015-01-07 10:23:29,950 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mybprd, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mybprd' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:23:29,997 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 10:23:29,997 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) No results were returned for filter 'Filter volumes by key' 2015-01-07 10:23:30,106 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) ======================================================================================== 2015-01-07 10:23:30,106 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mybprd_xbone, vserver_name=hq-vs0}' 2015-01-07 10:23:30,122 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mybprd_xbone, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mybprd_xbone' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:23:30,169 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 10:23:30,169 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) No results were returned for filter 'Filter volumes by key' 2015-01-07 10:23:30,262 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) ======================================================================================== 2015-01-07 10:23:30,262 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Executing finder 'Finder{id=437, name='087f5cb8-94bb-4ed4-97bd-4705a64c3082', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-07 10:23:30,278 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:23:30,325 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-07 10:23:30,372 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-07 10:23:30,434 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-07 10:23:30,450 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Finder '087f5cb8-94bb-4ed4-97bd-4705a64c3082' successfully executed, rows returned '1', returning first row only 2015-01-07 10:23:30,450 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-07 10:23:30,450 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) ======================================================================================== 2015-01-07 10:23:30,808 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) ======================================================================================== 2015-01-07 10:23:30,808 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Executing finder 'Finder{id=438, name='eca861e3-4a6a-42de-b83c-3fc30312e8ae', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-07 10:23:30,808 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:23:30,871 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-07 10:23:30,902 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-07 10:23:30,980 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-07 10:23:31,011 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Finder 'eca861e3-4a6a-42de-b83c-3fc30312e8ae' successfully executed, rows returned '1', returning first row only 2015-01-07 10:23:31,011 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-07 10:23:31,027 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 26) ======================================================================================== 2015-01-07 10:26:20,923 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) ======================================================================================== 2015-01-07 10:26:20,923 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing finder 'Finder{id=435, name='d42fcf8e-0cf1-4ff6-b912-85a977b8f546', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-07 10:26:20,938 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-07 10:26:21,001 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-07 10:26:21,016 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Finder 'd42fcf8e-0cf1-4ff6-b912-85a977b8f546' successfully executed, rows returned '1', returning first row only 2015-01-07 10:26:21,016 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Finder results '{primary_address=hq-stor}' 2015-01-07 10:26:21,016 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) ======================================================================================== 2015-01-07 10:26:21,048 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-07 10:26:21,079 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-07 10:26:21,188 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) ======================================================================================== 2015-01-07 10:26:21,188 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-07 10:26:21,188 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-07 10:26:21,235 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-07 10:26:21,250 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-07 10:26:21,250 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-07 10:26:21,266 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) ======================================================================================== 2015-01-07 10:26:21,360 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) ======================================================================================== 2015-01-07 10:26:21,375 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-07 10:26:21,375 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:26:21,422 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-07 10:26:21,438 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-07 10:26:21,438 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-07 10:26:21,438 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) ======================================================================================== 2015-01-07 10:26:21,484 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) ======================================================================================== 2015-01-07 10:26:21,484 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=fifa15}' 2015-01-07 10:26:21,500 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=fifa15}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'fifa15' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:26:21,547 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 10:26:21,562 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) No results were returned for filter 'Filter volumes by key' 2015-01-07 10:26:21,578 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-07 10:26:21,687 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-07 10:26:21,703 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-07 10:26:21,781 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-07 10:26:21,843 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) ======================================================================================== 2015-01-07 10:26:21,843 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing finder 'Finder{id=436, name='3982eb88-a957-4aa3-9b0f-e14d7bb64994', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=fifa15_mymprd, vserver_name=hq-vs0}' 2015-01-07 10:26:21,859 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=fifa15_mymprd, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'fifa15_mymprd' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:26:21,890 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 10:26:21,890 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) No results were returned for filter 'Filter volumes by key' 2015-01-07 10:26:21,984 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) ======================================================================================== 2015-01-07 10:26:21,984 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=fifa15_mymprd_xbone, vserver_name=hq-vs0}' 2015-01-07 10:26:21,999 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=fifa15_mymprd_xbone, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'fifa15_mymprd_xbone' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:26:22,030 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 10:26:22,046 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) No results were returned for filter 'Filter volumes by key' 2015-01-07 10:26:22,140 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) ======================================================================================== 2015-01-07 10:26:22,140 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing finder 'Finder{id=436, name='3982eb88-a957-4aa3-9b0f-e14d7bb64994', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=fifa15_mysprd, vserver_name=hq-vs0}' 2015-01-07 10:26:22,155 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=fifa15_mysprd, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'fifa15_mysprd' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:26:22,218 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 10:26:22,218 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) No results were returned for filter 'Filter volumes by key' 2015-01-07 10:26:22,311 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) ======================================================================================== 2015-01-07 10:26:22,327 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=fifa15_mysprd_xbone, vserver_name=hq-vs0}' 2015-01-07 10:26:22,327 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=fifa15_mysprd_xbone, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'fifa15_mysprd_xbone' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:26:22,374 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 10:26:22,389 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) No results were returned for filter 'Filter volumes by key' 2015-01-07 10:26:22,498 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) ======================================================================================== 2015-01-07 10:26:22,514 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing finder 'Finder{id=436, name='3982eb88-a957-4aa3-9b0f-e14d7bb64994', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=fifa15_mybprd, vserver_name=hq-vs0}' 2015-01-07 10:26:22,514 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=fifa15_mybprd, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'fifa15_mybprd' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:26:22,561 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 10:26:22,561 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) No results were returned for filter 'Filter volumes by key' 2015-01-07 10:26:22,654 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) ======================================================================================== 2015-01-07 10:26:22,654 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=fifa15_mybprd_xbone, vserver_name=hq-vs0}' 2015-01-07 10:26:22,670 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=fifa15_mybprd_xbone, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'fifa15_mybprd_xbone' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:26:22,701 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 10:26:22,717 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) No results were returned for filter 'Filter volumes by key' 2015-01-07 10:26:22,795 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) ======================================================================================== 2015-01-07 10:26:22,795 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing finder 'Finder{id=437, name='087f5cb8-94bb-4ed4-97bd-4705a64c3082', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-07 10:26:22,810 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:26:22,873 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-07 10:26:22,904 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-07 10:26:22,982 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-07 10:26:22,982 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Finder '087f5cb8-94bb-4ed4-97bd-4705a64c3082' successfully executed, rows returned '1', returning first row only 2015-01-07 10:26:22,998 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-07 10:26:22,998 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) ======================================================================================== 2015-01-07 10:26:23,341 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) ======================================================================================== 2015-01-07 10:26:23,341 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing finder 'Finder{id=438, name='eca861e3-4a6a-42de-b83c-3fc30312e8ae', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-07 10:26:23,341 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:26:23,403 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-07 10:26:23,450 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-07 10:26:23,497 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-07 10:26:23,512 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Finder 'eca861e3-4a6a-42de-b83c-3fc30312e8ae' successfully executed, rows returned '1', returning first row only 2015-01-07 10:26:23,512 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-07 10:26:23,528 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) ======================================================================================== 2015-01-07 10:27:52,680 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) ======================================================================================== 2015-01-07 10:27:52,696 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Executing finder 'Finder{id=435, name='d42fcf8e-0cf1-4ff6-b912-85a977b8f546', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-07 10:27:52,696 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-07 10:27:52,758 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-07 10:27:52,774 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Finder 'd42fcf8e-0cf1-4ff6-b912-85a977b8f546' successfully executed, rows returned '1', returning first row only 2015-01-07 10:27:52,774 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Finder results '{primary_address=hq-stor}' 2015-01-07 10:27:52,789 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) ======================================================================================== 2015-01-07 10:27:52,805 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-07 10:27:52,836 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-07 10:27:52,930 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) ======================================================================================== 2015-01-07 10:27:52,945 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-07 10:27:52,945 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-07 10:27:52,992 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-07 10:27:53,008 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-07 10:27:53,008 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-07 10:27:53,023 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) ======================================================================================== 2015-01-07 10:27:53,133 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) ======================================================================================== 2015-01-07 10:27:53,133 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-07 10:27:53,148 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:27:53,179 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-07 10:27:53,211 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-07 10:27:53,211 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-07 10:27:53,211 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) ======================================================================================== 2015-01-07 10:27:53,257 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) ======================================================================================== 2015-01-07 10:27:53,273 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=fifa15}' 2015-01-07 10:27:53,273 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=fifa15}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'fifa15' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:27:53,320 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 10:27:53,320 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) No results were returned for filter 'Filter volumes by key' 2015-01-07 10:27:53,351 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-07 10:27:53,445 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-07 10:27:53,460 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-07 10:27:53,523 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-07 10:27:53,585 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) ======================================================================================== 2015-01-07 10:27:53,585 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Executing finder 'Finder{id=436, name='3982eb88-a957-4aa3-9b0f-e14d7bb64994', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=fifa15_mymprd, vserver_name=hq-vs0}' 2015-01-07 10:27:53,601 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=fifa15_mymprd, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'fifa15_mymprd' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:27:53,632 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 10:27:53,647 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) No results were returned for filter 'Filter volumes by key' 2015-01-07 10:27:53,725 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) ======================================================================================== 2015-01-07 10:27:53,725 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=fifa15_mymprd_xbone, vserver_name=hq-vs0}' 2015-01-07 10:27:53,725 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=fifa15_mymprd_xbone, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'fifa15_mymprd_xbone' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:27:53,772 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 10:27:53,772 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) No results were returned for filter 'Filter volumes by key' 2015-01-07 10:27:53,835 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) ======================================================================================== 2015-01-07 10:27:53,850 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Executing finder 'Finder{id=436, name='3982eb88-a957-4aa3-9b0f-e14d7bb64994', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=fifa15_mysprd, vserver_name=hq-vs0}' 2015-01-07 10:27:53,850 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=fifa15_mysprd, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'fifa15_mysprd' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:27:53,881 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 10:27:53,897 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) No results were returned for filter 'Filter volumes by key' 2015-01-07 10:27:53,975 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) ======================================================================================== 2015-01-07 10:27:53,975 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=fifa15_mysprd_xbone, vserver_name=hq-vs0}' 2015-01-07 10:27:53,975 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=fifa15_mysprd_xbone, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'fifa15_mysprd_xbone' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:27:54,006 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 10:27:54,022 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) No results were returned for filter 'Filter volumes by key' 2015-01-07 10:27:54,084 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) ======================================================================================== 2015-01-07 10:27:54,084 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Executing finder 'Finder{id=436, name='3982eb88-a957-4aa3-9b0f-e14d7bb64994', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=fifa15_mybprd, vserver_name=hq-vs0}' 2015-01-07 10:27:54,100 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=fifa15_mybprd, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'fifa15_mybprd' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:27:54,131 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 10:27:54,131 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) No results were returned for filter 'Filter volumes by key' 2015-01-07 10:27:54,209 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) ======================================================================================== 2015-01-07 10:27:54,209 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=fifa15_mybprd_xbone, vserver_name=hq-vs0}' 2015-01-07 10:27:54,225 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=fifa15_mybprd_xbone, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'fifa15_mybprd_xbone' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:27:54,256 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 10:27:54,256 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) No results were returned for filter 'Filter volumes by key' 2015-01-07 10:27:54,334 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) ======================================================================================== 2015-01-07 10:27:54,349 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Executing finder 'Finder{id=437, name='087f5cb8-94bb-4ed4-97bd-4705a64c3082', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-07 10:27:54,349 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:27:54,412 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-07 10:27:54,443 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-07 10:27:54,505 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-07 10:27:54,537 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Finder '087f5cb8-94bb-4ed4-97bd-4705a64c3082' successfully executed, rows returned '1', returning first row only 2015-01-07 10:27:54,537 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-07 10:27:54,537 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) ======================================================================================== 2015-01-07 10:27:54,833 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) ======================================================================================== 2015-01-07 10:27:54,833 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Executing finder 'Finder{id=438, name='eca861e3-4a6a-42de-b83c-3fc30312e8ae', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-07 10:27:54,849 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 10:27:54,911 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-07 10:27:54,942 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-07 10:27:54,973 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-07 10:27:54,989 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Finder 'eca861e3-4a6a-42de-b83c-3fc30312e8ae' successfully executed, rows returned '1', returning first row only 2015-01-07 10:27:55,005 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-07 10:27:55,005 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 28) ======================================================================================== 2015-01-07 13:01:14,907 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 72) ======================================================================================== 2015-01-07 13:01:14,923 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 72) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-07 13:01:14,938 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 72) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-07 13:01:15,001 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 72) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-07 13:01:15,016 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 72) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-07 13:01:15,016 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 72) Finder results '{primary_address=hq-stor}' 2015-01-07 13:01:15,016 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 72) ======================================================================================== 2015-01-07 13:01:15,172 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 72) ======================================================================================== 2015-01-07 13:01:15,172 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 72) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-07 13:01:15,188 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 72) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:01:15,219 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 72) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-07 13:01:15,235 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 72) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-07 13:01:15,235 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 72) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-07 13:01:15,250 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 72) ======================================================================================== 2015-01-07 13:02:22,737 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 72) ======================================================================================== 2015-01-07 13:02:22,737 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 72) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-07 13:02:22,753 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 72) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-07 13:02:22,799 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 72) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-07 13:02:22,799 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 72) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-07 13:02:22,815 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 72) Finder results '{primary_address=hq-stor}' 2015-01-07 13:02:22,815 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 72) ======================================================================================== 2015-01-07 13:02:22,924 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 72) ======================================================================================== 2015-01-07 13:02:22,924 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 72) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-07 13:02:22,940 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 72) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:02:23,002 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 72) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-07 13:02:23,002 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 72) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-07 13:02:23,018 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 72) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-07 13:02:23,018 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 72) ======================================================================================== 2015-01-07 13:04:43,336 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 71) ======================================================================================== 2015-01-07 13:04:43,352 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 71) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-07 13:04:43,352 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 71) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-07 13:04:43,398 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 71) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-07 13:04:43,414 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 71) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-07 13:04:43,414 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 71) Finder results '{primary_address=hq-stor}' 2015-01-07 13:04:43,414 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 71) ======================================================================================== 2015-01-07 13:04:43,523 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 71) ======================================================================================== 2015-01-07 13:04:43,523 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 71) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-07 13:04:43,539 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 71) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:04:43,570 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 71) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-07 13:04:43,586 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 71) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-07 13:04:43,586 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 71) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-07 13:04:43,601 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 71) ======================================================================================== 2015-01-07 13:04:43,632 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 71) ======================================================================================== 2015-01-07 13:04:43,632 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 71) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}' 2015-01-07 13:04:43,632 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 71) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:04:43,679 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 71) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 13:04:43,679 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 71) No results were returned for filter 'Filter volumes by key' 2015-01-07 13:04:43,710 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 71) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-07 13:04:43,773 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 71) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-07 13:04:43,788 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 71) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-07 13:04:43,835 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 71) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-07 13:04:43,866 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 71) ======================================================================================== 2015-01-07 13:04:43,866 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 71) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-07 13:04:43,882 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 71) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-07 13:04:43,913 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 71) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-07 13:04:43,929 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 71) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-07 13:04:43,929 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 71) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-07 13:04:43,944 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 71) ======================================================================================== 2015-01-07 13:04:43,991 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 71) ======================================================================================== 2015-01-07 13:04:43,991 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 71) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-07 13:04:44,007 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 71) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:04:44,038 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 71) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 13:04:44,038 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 71) No results were returned for filter 'Filter volumes by key' 2015-01-07 13:10:25,937 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) ======================================================================================== 2015-01-07 13:10:25,937 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing finder 'Finder{id=0, name='null', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-07 13:10:25,953 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-07 13:10:26,000 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-07 13:10:26,015 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Finder 'null' successfully executed, rows returned '1' 2015-01-07 13:10:26,015 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) ======================================================================================== 2015-01-07 13:11:19,176 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) ======================================================================================== 2015-01-07 13:11:19,176 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-07 13:11:19,192 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-07 13:11:19,223 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-07 13:11:19,239 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-07 13:11:19,239 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Finder results '{primary_address=hq-stor}' 2015-01-07 13:11:19,239 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) ======================================================================================== 2015-01-07 13:11:19,332 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) ======================================================================================== 2015-01-07 13:11:19,332 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-07 13:11:19,332 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:11:19,364 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-07 13:11:19,379 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-07 13:11:19,379 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-07 13:11:19,395 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) ======================================================================================== 2015-01-07 13:11:19,442 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) ======================================================================================== 2015-01-07 13:11:19,442 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing finder 'Finder{id=0, name='e9fde3c4-182f-4d8f-be0a-72230656d81a', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-07 13:11:19,442 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-07 13:11:19,473 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-07 13:11:19,488 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Finder 'e9fde3c4-182f-4d8f-be0a-72230656d81a' successfully executed, rows returned '1', returning first row only 2015-01-07 13:11:19,504 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-07 13:11:19,504 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) ======================================================================================== 2015-01-07 13:11:19,613 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) ======================================================================================== 2015-01-07 13:11:19,613 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}' 2015-01-07 13:11:19,629 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:11:19,660 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 13:11:19,660 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) No results were returned for filter 'Filter volumes by key' 2015-01-07 13:11:19,691 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-07 13:11:19,754 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-07 13:11:19,769 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-07 13:11:19,800 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-07 13:11:19,847 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) ======================================================================================== 2015-01-07 13:11:19,863 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-07 13:11:19,863 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-07 13:11:19,894 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-07 13:11:19,910 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-07 13:11:19,910 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-07 13:11:19,925 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) ======================================================================================== 2015-01-07 13:11:19,956 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) ======================================================================================== 2015-01-07 13:11:19,956 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-07 13:11:19,956 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:11:20,003 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 13:11:20,003 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) No results were returned for filter 'Filter volumes by key' 2015-01-07 13:11:20,065 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) ======================================================================================== 2015-01-07 13:11:20,081 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-07 13:11:20,081 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:11:20,128 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 13:11:20,128 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) No results were returned for filter 'Filter volumes by key' 2015-01-07 13:11:20,221 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) ======================================================================================== 2015-01-07 13:11:20,237 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}' 2015-01-07 13:11:20,237 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'bf3_mystst_replseta' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-07 13:11:20,284 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Local filter 'Filter export policies by key' successfully executed, rows affected '0' 2015-01-07 13:11:20,299 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) No results were returned for filter 'Filter export policies by key' 2015-01-07 13:13:50,525 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) ======================================================================================== 2015-01-07 13:13:50,525 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-07 13:13:50,541 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-07 13:13:50,588 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-07 13:13:50,603 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-07 13:13:50,603 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Finder results '{primary_address=hq-stor}' 2015-01-07 13:13:50,603 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) ======================================================================================== 2015-01-07 13:13:50,697 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) ======================================================================================== 2015-01-07 13:13:50,697 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-07 13:13:50,713 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:13:50,744 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-07 13:13:50,759 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-07 13:13:50,775 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-07 13:13:50,775 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) ======================================================================================== 2015-01-07 13:13:50,822 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) ======================================================================================== 2015-01-07 13:13:50,822 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Executing finder 'Finder{id=443, name='58ad3bb6-36a3-4d6c-adfb-6ba5be968a93', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-07 13:13:50,822 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-07 13:13:50,869 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-07 13:13:50,884 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Finder '58ad3bb6-36a3-4d6c-adfb-6ba5be968a93' successfully executed, rows returned '1', returning first row only 2015-01-07 13:13:50,884 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-07 13:13:50,884 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) ======================================================================================== 2015-01-07 13:13:50,993 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) ======================================================================================== 2015-01-07 13:13:51,009 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}' 2015-01-07 13:13:51,009 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:13:51,040 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 13:13:51,056 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) No results were returned for filter 'Filter volumes by key' 2015-01-07 13:13:51,071 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-07 13:13:51,149 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-07 13:13:51,165 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-07 13:13:51,227 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-07 13:13:51,259 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) ======================================================================================== 2015-01-07 13:13:51,274 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-07 13:13:51,274 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-07 13:13:51,321 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-07 13:13:51,337 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-07 13:13:51,337 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-07 13:13:51,352 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) ======================================================================================== 2015-01-07 13:13:51,383 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) ======================================================================================== 2015-01-07 13:13:51,383 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-07 13:13:51,383 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:13:51,430 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 13:13:51,430 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) No results were returned for filter 'Filter volumes by key' 2015-01-07 13:13:51,493 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) ======================================================================================== 2015-01-07 13:13:51,493 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-07 13:13:51,508 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:13:51,539 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 13:13:51,539 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) No results were returned for filter 'Filter volumes by key' 2015-01-07 13:13:51,617 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) ======================================================================================== 2015-01-07 13:13:51,617 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}' 2015-01-07 13:13:51,617 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'bf3_mystst_replseta' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-07 13:13:51,649 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Local filter 'Filter export policies by key' successfully executed, rows affected '0' 2015-01-07 13:13:51,664 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) No results were returned for filter 'Filter export policies by key' 2015-01-07 13:13:51,695 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) ======================================================================================== 2015-01-07 13:13:51,695 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Executing finder 'Finder{id=442, name='bd8fac1f-b07a-42b9-984c-0ac2caa2954a', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-07 13:13:51,711 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:13:51,758 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-07 13:13:51,789 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-07 13:13:51,836 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-07 13:13:51,851 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Finder 'bd8fac1f-b07a-42b9-984c-0ac2caa2954a' successfully executed, rows returned '1', returning first row only 2015-01-07 13:13:51,851 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-07 13:13:51,851 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 78) ======================================================================================== 2015-01-07 13:18:13,679 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) ======================================================================================== 2015-01-07 13:18:13,679 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-07 13:18:13,694 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-07 13:18:13,725 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-07 13:18:13,741 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-07 13:18:13,741 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Finder results '{primary_address=hq-stor}' 2015-01-07 13:18:13,757 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) ======================================================================================== 2015-01-07 13:18:13,757 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-07 13:18:13,788 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-07 13:18:13,881 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) ======================================================================================== 2015-01-07 13:18:13,897 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-07 13:18:13,897 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-07 13:18:13,928 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-07 13:18:13,944 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-07 13:18:13,944 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-07 13:18:13,959 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) ======================================================================================== 2015-01-07 13:18:14,053 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) ======================================================================================== 2015-01-07 13:18:14,053 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-07 13:18:14,069 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:18:14,100 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-07 13:18:14,115 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-07 13:18:14,115 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-07 13:18:14,115 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) ======================================================================================== 2015-01-07 13:18:14,178 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) ======================================================================================== 2015-01-07 13:18:14,178 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Executing finder 'Finder{id=443, name='58ad3bb6-36a3-4d6c-adfb-6ba5be968a93', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-07 13:18:14,193 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-07 13:18:14,225 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-07 13:18:14,225 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Finder '58ad3bb6-36a3-4d6c-adfb-6ba5be968a93' successfully executed, rows returned '1', returning first row only 2015-01-07 13:18:14,240 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-07 13:18:14,240 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) ======================================================================================== 2015-01-07 13:18:14,349 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) ======================================================================================== 2015-01-07 13:18:14,349 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}' 2015-01-07 13:18:14,349 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:18:14,396 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 13:18:14,396 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) No results were returned for filter 'Filter volumes by key' 2015-01-07 13:18:14,427 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-07 13:18:14,490 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-07 13:18:14,505 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-07 13:18:14,537 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-07 13:18:14,599 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) ======================================================================================== 2015-01-07 13:18:14,599 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-07 13:18:14,615 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:18:14,646 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 13:18:14,646 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) No results were returned for filter 'Filter volumes by key' 2015-01-07 13:18:14,708 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) ======================================================================================== 2015-01-07 13:18:14,724 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-07 13:18:14,724 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:18:14,755 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 13:18:14,755 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) No results were returned for filter 'Filter volumes by key' 2015-01-07 13:18:14,833 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) ======================================================================================== 2015-01-07 13:18:14,833 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}' 2015-01-07 13:18:14,849 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'bf3_mystst_replseta' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-07 13:18:14,880 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Local filter 'Filter export policies by key' successfully executed, rows affected '0' 2015-01-07 13:18:14,880 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) No results were returned for filter 'Filter export policies by key' 2015-01-07 13:18:14,927 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) ======================================================================================== 2015-01-07 13:18:14,927 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Executing finder 'Finder{id=442, name='bd8fac1f-b07a-42b9-984c-0ac2caa2954a', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-07 13:18:14,927 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:18:14,973 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-07 13:18:15,005 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-07 13:18:15,051 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-07 13:18:15,051 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Finder 'bd8fac1f-b07a-42b9-984c-0ac2caa2954a' successfully executed, rows returned '1', returning first row only 2015-01-07 13:18:15,067 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-07 13:18:15,067 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) ======================================================================================== 2015-01-07 13:21:05,322 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) ======================================================================================== 2015-01-07 13:21:05,338 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-07 13:21:05,338 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-07 13:21:05,369 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-07 13:21:05,385 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-07 13:21:05,385 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Finder results '{primary_address=hq-stor}' 2015-01-07 13:21:05,385 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) ======================================================================================== 2015-01-07 13:21:05,416 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-07 13:21:05,447 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-07 13:21:05,572 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) ======================================================================================== 2015-01-07 13:21:05,572 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-07 13:21:05,587 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-07 13:21:05,619 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-07 13:21:05,634 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-07 13:21:05,634 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-07 13:21:05,634 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) ======================================================================================== 2015-01-07 13:21:05,728 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) ======================================================================================== 2015-01-07 13:21:05,728 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-07 13:21:05,743 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:21:05,775 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-07 13:21:05,790 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-07 13:21:05,790 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-07 13:21:05,790 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) ======================================================================================== 2015-01-07 13:21:05,853 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) ======================================================================================== 2015-01-07 13:21:05,853 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Executing finder 'Finder{id=443, name='58ad3bb6-36a3-4d6c-adfb-6ba5be968a93', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-07 13:21:05,868 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-07 13:21:05,884 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-07 13:21:05,899 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Finder '58ad3bb6-36a3-4d6c-adfb-6ba5be968a93' successfully executed, rows returned '1', returning first row only 2015-01-07 13:21:05,915 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-07 13:21:05,915 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) ======================================================================================== 2015-01-07 13:21:06,040 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) ======================================================================================== 2015-01-07 13:21:06,040 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4, vserver_name=hq-vs0}' 2015-01-07 13:21:06,040 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:21:06,071 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 13:21:06,087 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) No results were returned for filter 'Filter volumes by key' 2015-01-07 13:21:06,118 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-07 13:21:06,180 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-07 13:21:06,196 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-07 13:21:06,227 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-07 13:21:06,289 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) ======================================================================================== 2015-01-07 13:21:06,289 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev, vserver_name=hq-vs0}' 2015-01-07 13:21:06,305 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mysdev' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:21:06,336 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 13:21:06,336 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) No results were returned for filter 'Filter volumes by key' 2015-01-07 13:21:06,399 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) ======================================================================================== 2015-01-07 13:21:06,399 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev_y2015ext, vserver_name=hq-vs0}' 2015-01-07 13:21:06,414 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev_y2015ext, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mysdev_y2015ext' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:21:06,445 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 13:21:06,445 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) No results were returned for filter 'Filter volumes by key' 2015-01-07 13:21:06,508 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) ======================================================================================== 2015-01-07 13:21:06,523 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=sims4_mysdev_y2015ext}' 2015-01-07 13:21:06,523 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=sims4_mysdev_y2015ext}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'sims4_mysdev_y2015ext' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-07 13:21:06,555 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Local filter 'Filter export policies by key' successfully executed, rows affected '0' 2015-01-07 13:21:06,570 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) No results were returned for filter 'Filter export policies by key' 2015-01-07 13:21:06,617 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) ======================================================================================== 2015-01-07 13:21:06,617 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Executing finder 'Finder{id=442, name='bd8fac1f-b07a-42b9-984c-0ac2caa2954a', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-07 13:21:06,633 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:21:06,679 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-07 13:21:06,711 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-07 13:21:06,757 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-07 13:21:06,773 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Finder 'bd8fac1f-b07a-42b9-984c-0ac2caa2954a' successfully executed, rows returned '1', returning first row only 2015-01-07 13:21:06,773 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-07 13:21:06,773 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) ======================================================================================== 2015-01-07 13:28:08,917 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-07 13:28:08,917 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-07 13:28:08,917 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-07 13:28:09,011 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-07 13:28:09,027 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-07 13:28:09,027 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder results '{primary_address=hq-stor}' 2015-01-07 13:28:09,027 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-07 13:28:09,042 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-07 13:28:09,120 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-07 13:28:09,214 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-07 13:28:09,229 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-07 13:28:09,229 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-07 13:28:09,292 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-07 13:28:09,307 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-07 13:28:09,307 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-07 13:28:09,307 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-07 13:28:09,463 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-07 13:28:09,463 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-07 13:28:09,479 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:28:09,510 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-07 13:28:09,526 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-07 13:28:09,541 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-07 13:28:09,541 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-07 13:28:09,604 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-07 13:28:09,619 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=443, name='58ad3bb6-36a3-4d6c-adfb-6ba5be968a93', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-07 13:28:09,619 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-07 13:28:09,682 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-07 13:28:09,697 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder '58ad3bb6-36a3-4d6c-adfb-6ba5be968a93' successfully executed, rows returned '1', returning first row only 2015-01-07 13:28:09,713 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-07 13:28:09,713 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-07 13:28:09,900 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-07 13:28:09,900 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}' 2015-01-07 13:28:09,900 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:28:09,963 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 13:28:09,963 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-07 13:28:10,056 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-07 13:28:10,181 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-07 13:28:10,212 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-07 13:28:10,259 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-07 13:28:10,353 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-07 13:28:10,353 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-07 13:28:10,368 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:28:10,415 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 13:28:10,415 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-07 13:28:10,509 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-07 13:28:10,509 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-07 13:28:10,509 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:28:10,571 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 13:28:10,571 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter volumes by key' 2015-01-07 13:28:10,696 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-07 13:28:10,696 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}' 2015-01-07 13:28:10,711 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'bf3_mystst_replseta' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-07 13:28:10,758 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter export policies by key' successfully executed, rows affected '0' 2015-01-07 13:28:10,758 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) No results were returned for filter 'Filter export policies by key' 2015-01-07 13:28:10,821 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-07 13:28:10,821 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing finder 'Finder{id=442, name='bd8fac1f-b07a-42b9-984c-0ac2caa2954a', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-07 13:28:10,836 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:28:10,914 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-07 13:28:10,961 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-07 13:28:11,023 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-07 13:28:11,039 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder 'bd8fac1f-b07a-42b9-984c-0ac2caa2954a' successfully executed, rows returned '1', returning first row only 2015-01-07 13:28:11,039 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-07 13:28:11,039 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 76) ======================================================================================== 2015-01-07 13:29:33,781 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) ======================================================================================== 2015-01-07 13:29:33,781 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-07 13:29:33,796 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-07 13:29:33,828 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-07 13:29:33,843 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-07 13:29:33,843 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Finder results '{primary_address=hq-stor}' 2015-01-07 13:29:33,843 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) ======================================================================================== 2015-01-07 13:29:33,874 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-07 13:29:33,906 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-07 13:29:34,046 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) ======================================================================================== 2015-01-07 13:29:34,046 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-07 13:29:34,062 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-07 13:29:34,093 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-07 13:29:34,124 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-07 13:29:34,124 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-07 13:29:34,124 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) ======================================================================================== 2015-01-07 13:29:34,218 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) ======================================================================================== 2015-01-07 13:29:34,233 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-07 13:29:34,233 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:29:34,264 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-07 13:29:34,280 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-07 13:29:34,280 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-07 13:29:34,280 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) ======================================================================================== 2015-01-07 13:29:34,358 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) ======================================================================================== 2015-01-07 13:29:34,358 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing finder 'Finder{id=443, name='58ad3bb6-36a3-4d6c-adfb-6ba5be968a93', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-07 13:29:34,374 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-07 13:29:34,389 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-07 13:29:34,405 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Finder '58ad3bb6-36a3-4d6c-adfb-6ba5be968a93' successfully executed, rows returned '1', returning first row only 2015-01-07 13:29:34,420 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-07 13:29:34,420 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) ======================================================================================== 2015-01-07 13:29:34,561 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) ======================================================================================== 2015-01-07 13:29:34,561 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4, vserver_name=hq-vs0}' 2015-01-07 13:29:34,561 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:29:34,608 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 13:29:34,608 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) No results were returned for filter 'Filter volumes by key' 2015-01-07 13:29:34,639 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-07 13:29:34,717 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-07 13:29:34,732 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-07 13:29:34,779 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-07 13:29:34,857 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) ======================================================================================== 2015-01-07 13:29:34,857 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev, vserver_name=hq-vs0}' 2015-01-07 13:29:34,873 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mysdev' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:29:34,920 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 13:29:34,935 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) No results were returned for filter 'Filter volumes by key' 2015-01-07 13:29:34,998 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) ======================================================================================== 2015-01-07 13:29:35,013 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev_t2015ext, vserver_name=hq-vs0}' 2015-01-07 13:29:35,013 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev_t2015ext, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mysdev_t2015ext' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:29:35,060 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 13:29:35,076 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) No results were returned for filter 'Filter volumes by key' 2015-01-07 13:29:35,154 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) ======================================================================================== 2015-01-07 13:29:35,169 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=sims4_mysdev_t2015ext}' 2015-01-07 13:29:35,169 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=sims4_mysdev_t2015ext}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'sims4_mysdev_t2015ext' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-07 13:29:35,216 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Local filter 'Filter export policies by key' successfully executed, rows affected '0' 2015-01-07 13:29:35,232 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) No results were returned for filter 'Filter export policies by key' 2015-01-07 13:29:35,294 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) ======================================================================================== 2015-01-07 13:29:35,294 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing finder 'Finder{id=442, name='bd8fac1f-b07a-42b9-984c-0ac2caa2954a', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-07 13:29:35,310 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:29:35,356 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-07 13:29:35,372 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-07 13:29:35,419 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-07 13:29:35,434 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Finder 'bd8fac1f-b07a-42b9-984c-0ac2caa2954a' successfully executed, rows returned '1', returning first row only 2015-01-07 13:29:35,450 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-07 13:29:35,450 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) ======================================================================================== 2015-01-07 13:29:35,793 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) ======================================================================================== 2015-01-07 13:29:35,809 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing finder 'Finder{id=434, name='4d03ad84-efb4-400e-adec-235595a4b097', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-07 13:29:35,809 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:29:35,887 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-07 13:29:35,918 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-07 13:29:35,980 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-07 13:29:35,996 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Finder '4d03ad84-efb4-400e-adec-235595a4b097' successfully executed, rows returned '1', returning first row only 2015-01-07 13:29:35,996 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-07 13:29:36,012 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) ======================================================================================== 2015-01-07 13:42:10,957 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) ======================================================================================== 2015-01-07 13:42:10,973 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-07 13:42:10,973 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-07 13:42:11,004 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-07 13:42:11,020 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-07 13:42:11,020 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Finder results '{primary_address=hq-stor}' 2015-01-07 13:42:11,020 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) ======================================================================================== 2015-01-07 13:42:11,035 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-07 13:42:11,082 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-07 13:42:11,191 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) ======================================================================================== 2015-01-07 13:42:11,207 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-07 13:42:11,207 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-07 13:42:11,254 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-07 13:42:11,269 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-07 13:42:11,269 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-07 13:42:11,269 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) ======================================================================================== 2015-01-07 13:42:11,378 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) ======================================================================================== 2015-01-07 13:42:11,378 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-07 13:42:11,378 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:42:11,409 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-07 13:42:11,425 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-07 13:42:11,425 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-07 13:42:11,441 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) ======================================================================================== 2015-01-07 13:42:11,487 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) ======================================================================================== 2015-01-07 13:42:11,487 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Executing finder 'Finder{id=443, name='58ad3bb6-36a3-4d6c-adfb-6ba5be968a93', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-07 13:42:11,503 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-07 13:42:11,534 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-07 13:42:11,550 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Finder '58ad3bb6-36a3-4d6c-adfb-6ba5be968a93' successfully executed, rows returned '1', returning first row only 2015-01-07 13:42:11,550 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-07 13:42:11,565 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) ======================================================================================== 2015-01-07 13:42:11,675 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) ======================================================================================== 2015-01-07 13:42:11,690 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4, vserver_name=hq-vs0}' 2015-01-07 13:42:11,690 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:42:11,737 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 13:42:11,737 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) No results were returned for filter 'Filter volumes by key' 2015-01-07 13:42:11,768 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-07 13:42:11,831 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-07 13:42:11,846 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-07 13:42:11,877 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-07 13:42:11,940 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) ======================================================================================== 2015-01-07 13:42:11,940 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev, vserver_name=hq-vs0}' 2015-01-07 13:42:11,955 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mysdev' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:42:11,987 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 13:42:11,987 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) No results were returned for filter 'Filter volumes by key' 2015-01-07 13:42:12,049 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) ======================================================================================== 2015-01-07 13:42:12,049 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev_t2015ext, vserver_name=hq-vs0}' 2015-01-07 13:42:12,065 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev_t2015ext, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mysdev_t2015ext' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:42:12,096 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 13:42:12,096 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) No results were returned for filter 'Filter volumes by key' 2015-01-07 13:42:12,174 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) ======================================================================================== 2015-01-07 13:42:12,174 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=sims4_mysdev_t2015ext}' 2015-01-07 13:42:12,189 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=sims4_mysdev_t2015ext}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'sims4_mysdev_t2015ext' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-07 13:42:12,221 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Local filter 'Filter export policies by key' successfully executed, rows affected '0' 2015-01-07 13:42:12,221 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) No results were returned for filter 'Filter export policies by key' 2015-01-07 13:42:12,283 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) ======================================================================================== 2015-01-07 13:42:12,299 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Executing finder 'Finder{id=442, name='bd8fac1f-b07a-42b9-984c-0ac2caa2954a', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-07 13:42:12,299 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:42:12,377 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-07 13:42:12,408 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-07 13:42:12,470 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-07 13:42:12,486 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Finder 'bd8fac1f-b07a-42b9-984c-0ac2caa2954a' successfully executed, rows returned '1', returning first row only 2015-01-07 13:42:12,486 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-07 13:42:12,486 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) ======================================================================================== 2015-01-07 13:42:12,813 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) ======================================================================================== 2015-01-07 13:42:12,813 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Executing finder 'Finder{id=434, name='4d03ad84-efb4-400e-adec-235595a4b097', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-07 13:42:12,829 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 13:42:12,876 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-07 13:42:12,907 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-07 13:42:12,954 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-07 13:42:12,985 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Finder '4d03ad84-efb4-400e-adec-235595a4b097' successfully executed, rows returned '1', returning first row only 2015-01-07 13:42:12,985 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-07 13:42:12,985 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) ======================================================================================== 2015-01-07 14:18:54,980 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-07 14:18:54,980 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-07 14:18:54,996 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-07 14:18:55,011 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-07 14:18:55,027 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-07 14:18:55,043 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder results '{primary_address=hq-stor}' 2015-01-07 14:18:55,043 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-07 14:18:55,058 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-07 14:18:55,089 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-07 14:18:55,199 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-07 14:18:55,199 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-07 14:18:55,199 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-07 14:18:55,245 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-07 14:18:55,261 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-07 14:18:55,261 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-07 14:18:55,261 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-07 14:18:55,464 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-07 14:18:55,464 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-07 14:18:55,479 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 14:18:55,495 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-07 14:18:55,511 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-07 14:18:55,511 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-07 14:18:55,526 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-07 14:18:55,573 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-07 14:18:55,573 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=443, name='58ad3bb6-36a3-4d6c-adfb-6ba5be968a93', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-07 14:18:55,589 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-07 14:18:55,620 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-07 14:18:55,620 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder '58ad3bb6-36a3-4d6c-adfb-6ba5be968a93' successfully executed, rows returned '1', returning first row only 2015-01-07 14:18:55,635 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-07 14:18:55,635 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-07 14:18:55,760 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-07 14:18:55,760 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}' 2015-01-07 14:18:55,776 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 14:18:55,807 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 14:18:55,807 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-07 14:18:55,838 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-07 14:18:55,916 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-07 14:18:55,932 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-07 14:18:55,963 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-07 14:18:56,041 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-07 14:18:56,041 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-07 14:18:56,041 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 14:18:56,088 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 14:18:56,088 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-07 14:18:56,166 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-07 14:18:56,166 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-07 14:18:56,181 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 14:18:56,213 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 14:18:56,213 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter volumes by key' 2015-01-07 14:18:56,291 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-07 14:18:56,306 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}' 2015-01-07 14:18:56,306 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'bf3_mystst_replseta' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-07 14:18:56,337 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter export policies by key' successfully executed, rows affected '0' 2015-01-07 14:18:56,337 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) No results were returned for filter 'Filter export policies by key' 2015-01-07 14:18:56,384 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-07 14:18:56,384 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing finder 'Finder{id=442, name='bd8fac1f-b07a-42b9-984c-0ac2caa2954a', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-07 14:18:56,400 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 14:18:56,447 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-07 14:18:56,462 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-07 14:18:56,509 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-07 14:18:56,525 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder 'bd8fac1f-b07a-42b9-984c-0ac2caa2954a' successfully executed, rows returned '1', returning first row only 2015-01-07 14:18:56,525 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-07 14:18:56,525 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 91) ======================================================================================== 2015-01-07 14:20:05,272 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) ======================================================================================== 2015-01-07 14:20:05,272 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-07 14:20:05,288 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-07 14:20:05,319 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-07 14:20:05,335 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-07 14:20:05,335 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Finder results '{primary_address=hq-stor}' 2015-01-07 14:20:05,350 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) ======================================================================================== 2015-01-07 14:20:05,366 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-07 14:20:05,397 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-07 14:20:05,506 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) ======================================================================================== 2015-01-07 14:20:05,506 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-07 14:20:05,522 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-07 14:20:05,569 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-07 14:20:05,584 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-07 14:20:05,584 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-07 14:20:05,600 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) ======================================================================================== 2015-01-07 14:20:05,694 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) ======================================================================================== 2015-01-07 14:20:05,694 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-07 14:20:05,694 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 14:20:05,740 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-07 14:20:05,756 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-07 14:20:05,756 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-07 14:20:05,756 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) ======================================================================================== 2015-01-07 14:20:05,803 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) ======================================================================================== 2015-01-07 14:20:05,818 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Executing finder 'Finder{id=443, name='58ad3bb6-36a3-4d6c-adfb-6ba5be968a93', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-07 14:20:05,818 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-07 14:20:05,850 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-07 14:20:05,865 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Finder '58ad3bb6-36a3-4d6c-adfb-6ba5be968a93' successfully executed, rows returned '1', returning first row only 2015-01-07 14:20:05,865 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-07 14:20:05,881 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) ======================================================================================== 2015-01-07 14:20:05,990 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) ======================================================================================== 2015-01-07 14:20:05,990 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}' 2015-01-07 14:20:05,990 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 14:20:06,037 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 14:20:06,037 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) No results were returned for filter 'Filter volumes by key' 2015-01-07 14:20:06,068 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-07 14:20:06,146 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-07 14:20:06,162 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-07 14:20:06,208 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-07 14:20:06,255 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) ======================================================================================== 2015-01-07 14:20:06,255 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-07 14:20:06,271 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 14:20:06,302 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 14:20:06,302 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) No results were returned for filter 'Filter volumes by key' 2015-01-07 14:20:06,380 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) ======================================================================================== 2015-01-07 14:20:06,380 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-07 14:20:06,396 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 14:20:06,411 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-07 14:20:06,427 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) No results were returned for filter 'Filter volumes by key' 2015-01-07 14:20:06,489 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) ======================================================================================== 2015-01-07 14:20:06,489 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}' 2015-01-07 14:20:06,505 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'bf3_mystst_replseta' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-07 14:20:06,552 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Local filter 'Filter export policies by key' successfully executed, rows affected '0' 2015-01-07 14:20:06,552 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) No results were returned for filter 'Filter export policies by key' 2015-01-07 14:20:06,614 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) ======================================================================================== 2015-01-07 14:20:06,630 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Executing finder 'Finder{id=442, name='bd8fac1f-b07a-42b9-984c-0ac2caa2954a', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-07 14:20:06,630 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-07 14:20:06,692 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-07 14:20:06,739 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-07 14:20:06,817 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-07 14:20:06,832 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Finder 'bd8fac1f-b07a-42b9-984c-0ac2caa2954a' successfully executed, rows returned '1', returning first row only 2015-01-07 14:20:06,832 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-07 14:20:06,832 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 96) ======================================================================================== 2015-01-08 08:23:44,048 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) ======================================================================================== 2015-01-08 08:23:44,064 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-08 08:23:44,080 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-08 08:23:44,111 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-08 08:23:44,126 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-08 08:23:44,126 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Finder results '{primary_address=hq-stor}' 2015-01-08 08:23:44,126 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) ======================================================================================== 2015-01-08 08:23:44,158 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-08 08:23:44,189 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-08 08:23:44,298 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) ======================================================================================== 2015-01-08 08:23:44,298 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-08 08:23:44,314 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-08 08:23:44,360 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-08 08:23:44,376 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-08 08:23:44,376 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-08 08:23:44,392 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) ======================================================================================== 2015-01-08 08:23:44,501 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) ======================================================================================== 2015-01-08 08:23:44,516 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-08 08:23:44,516 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-08 08:23:44,563 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-08 08:23:44,579 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-08 08:23:44,594 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-08 08:23:44,594 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) ======================================================================================== 2015-01-08 08:23:44,641 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) ======================================================================================== 2015-01-08 08:23:44,657 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Executing finder 'Finder{id=443, name='58ad3bb6-36a3-4d6c-adfb-6ba5be968a93', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-08 08:23:44,657 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-08 08:23:44,688 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-08 08:23:44,704 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Finder '58ad3bb6-36a3-4d6c-adfb-6ba5be968a93' successfully executed, rows returned '1', returning first row only 2015-01-08 08:23:44,719 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-08 08:23:44,719 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) ======================================================================================== 2015-01-08 08:23:44,828 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) ======================================================================================== 2015-01-08 08:23:44,828 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}' 2015-01-08 08:23:44,844 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-08 08:23:44,891 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-08 08:23:44,906 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) No results were returned for filter 'Filter volumes by key' 2015-01-08 08:23:44,938 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-08 08:23:45,047 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-08 08:23:45,062 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-08 08:23:45,109 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-08 08:23:45,203 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) ======================================================================================== 2015-01-08 08:23:45,203 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-08 08:23:45,203 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-08 08:23:45,250 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-08 08:23:45,250 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) No results were returned for filter 'Filter volumes by key' 2015-01-08 08:23:45,312 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) ======================================================================================== 2015-01-08 08:23:45,312 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-08 08:23:45,312 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-08 08:23:45,359 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-08 08:23:45,359 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) No results were returned for filter 'Filter volumes by key' 2015-01-08 08:23:45,421 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) ======================================================================================== 2015-01-08 08:23:45,421 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}' 2015-01-08 08:23:45,437 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'bf3_mystst_replseta' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-08 08:23:45,468 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Local filter 'Filter export policies by key' successfully executed, rows affected '0' 2015-01-08 08:23:45,468 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) No results were returned for filter 'Filter export policies by key' 2015-01-08 08:23:45,515 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) ======================================================================================== 2015-01-08 08:23:45,515 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Executing finder 'Finder{id=442, name='bd8fac1f-b07a-42b9-984c-0ac2caa2954a', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-08 08:23:45,530 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-08 08:23:45,577 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-08 08:23:45,608 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-08 08:23:45,655 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-08 08:23:45,671 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Finder 'bd8fac1f-b07a-42b9-984c-0ac2caa2954a' successfully executed, rows returned '1', returning first row only 2015-01-08 08:23:45,671 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-08 08:23:45,671 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 117) ======================================================================================== 2015-01-08 09:58:28,062 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) ======================================================================================== 2015-01-08 09:58:28,077 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-08 09:58:28,077 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-08 09:58:28,108 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-08 09:58:28,108 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-08 09:58:28,124 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Finder results '{primary_address=hq-stor}' 2015-01-08 09:58:28,124 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) ======================================================================================== 2015-01-08 09:58:28,140 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-08 09:58:28,155 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-08 09:58:28,264 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) ======================================================================================== 2015-01-08 09:58:28,264 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-08 09:58:28,264 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-08 09:58:28,311 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-08 09:58:28,311 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-08 09:58:28,327 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-08 09:58:28,327 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) ======================================================================================== 2015-01-08 09:58:28,405 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) ======================================================================================== 2015-01-08 09:58:28,420 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-08 09:58:28,420 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-08 09:58:28,452 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-08 09:58:28,452 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-08 09:58:28,467 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=hqvs0_root}' 2015-01-08 09:58:28,467 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) ======================================================================================== 2015-01-08 09:58:28,514 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) ======================================================================================== 2015-01-08 09:58:28,514 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Executing finder 'Finder{id=443, name='58ad3bb6-36a3-4d6c-adfb-6ba5be968a93', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-08 09:58:28,530 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-08 09:58:28,561 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-08 09:58:28,561 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Finder '58ad3bb6-36a3-4d6c-adfb-6ba5be968a93' successfully executed, rows returned '1', returning first row only 2015-01-08 09:58:28,576 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-08 09:58:28,576 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) ======================================================================================== 2015-01-08 09:58:28,686 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) ======================================================================================== 2015-01-08 09:58:28,686 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}' 2015-01-08 09:58:28,701 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-08 09:58:28,732 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-08 09:58:28,732 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) No results were returned for filter 'Filter volumes by key' 2015-01-08 09:58:28,779 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-08 09:58:28,842 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-08 09:58:28,857 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-08 09:58:28,920 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-08 09:58:28,982 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) ======================================================================================== 2015-01-08 09:58:28,982 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-08 09:58:28,998 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-08 09:58:29,029 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-08 09:58:29,029 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) No results were returned for filter 'Filter volumes by key' 2015-01-08 09:58:29,122 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) ======================================================================================== 2015-01-08 09:58:29,122 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-08 09:58:29,138 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-08 09:58:29,169 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-08 09:58:29,169 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) No results were returned for filter 'Filter volumes by key' 2015-01-08 09:58:29,232 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) ======================================================================================== 2015-01-08 09:58:29,232 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}' 2015-01-08 09:58:29,247 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'bf3_mystst_replseta' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-08 09:58:29,278 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Local filter 'Filter export policies by key' successfully executed, rows affected '0' 2015-01-08 09:58:29,278 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) No results were returned for filter 'Filter export policies by key' 2015-01-08 09:58:29,325 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) ======================================================================================== 2015-01-08 09:58:29,325 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Executing finder 'Finder{id=442, name='bd8fac1f-b07a-42b9-984c-0ac2caa2954a', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-08 09:58:29,325 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-08 09:58:29,372 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-08 09:58:29,403 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-08 09:58:29,434 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-08 09:58:29,450 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Finder 'bd8fac1f-b07a-42b9-984c-0ac2caa2954a' successfully executed, rows returned '1', returning first row only 2015-01-08 09:58:29,450 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-08 09:58:29,466 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 133) ======================================================================================== 2015-01-08 11:34:29,473 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 8) Executing local filter 'EADP Filter of ocor policy name', parameters '{ocorPolicyName=EXTREME}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'EXTREME'' 2015-01-08 11:34:29,504 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 8) Local filter 'EADP Filter of ocor policy name' successfully executed, rows affected '1' 2015-01-08 11:34:57,802 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 8) Executing local filter 'EADP Filter of ocor policy name', parameters '{ocorPolicyName=EXTREME}', query 'SELECT * FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'EXTREME'' 2015-01-08 11:34:57,833 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 8) Local filter 'EADP Filter of ocor policy name' successfully executed, rows affected '1' 2015-01-08 11:35:56,659 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 9) Executing local filter 'EADP Filter of ocor policy name', parameters '{ocorPolicyName=low}', query 'SELECT * FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'low'' 2015-01-08 11:35:56,721 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 9) Local filter 'EADP Filter of ocor policy name' successfully executed, rows affected '1' 2015-01-09 09:47:52,417 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) ======================================================================================== 2015-01-09 09:47:52,432 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Executing finder 'Finder{id=0, name='null', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=hqvs0_root}' 2015-01-09 09:47:52,432 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=hqvs0_root}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 09:47:52,479 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-09 09:47:52,495 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) Finder 'null' successfully executed, rows returned '1' 2015-01-09 09:47:52,510 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 25) ======================================================================================== 2015-01-09 09:51:52,605 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) ======================================================================================== 2015-01-09 09:51:52,605 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing finder 'Finder{id=0, name='null', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-09 09:51:52,621 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 09:51:52,652 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-09 09:51:52,668 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Finder 'null' successfully executed, rows returned '1' 2015-01-09 09:51:52,668 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) ======================================================================================== 2015-01-09 10:07:28,478 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 34) ======================================================================================== 2015-01-09 10:07:28,478 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 34) Executing finder 'Finder{id=0, name='null', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=LOW}' 2015-01-09 10:07:28,494 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 34) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=LOW}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'LOW'' 2015-01-09 10:07:28,509 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 34) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 10:07:28,525 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 34) Finder 'null' successfully executed, rows returned '1' 2015-01-09 10:07:28,525 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 34) ======================================================================================== 2015-01-09 10:09:08,707 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 35) ======================================================================================== 2015-01-09 10:09:08,707 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 35) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-09 10:09:08,707 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 35) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-09 10:09:08,738 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 35) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-09 10:09:08,769 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 35) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-09 10:09:08,769 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 35) Finder results '{primary_address=hq-stor}' 2015-01-09 10:09:08,769 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 35) ======================================================================================== 2015-01-09 10:09:08,785 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 35) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-09 10:09:08,816 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 35) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-09 10:09:08,847 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 35) ======================================================================================== 2015-01-09 10:09:08,847 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 35) Executing finder 'Finder{id=458, name='d499b79f-7679-43f9-bc75-3b1de7fa8801', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-09 10:09:08,863 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 35) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 10:09:08,894 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 35) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-09 10:09:08,925 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 35) Finder 'd499b79f-7679-43f9-bc75-3b1de7fa8801' successfully executed, rows returned '1', returning first row only 2015-01-09 10:09:08,925 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 35) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 10:09:08,941 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 35) ======================================================================================== 2015-01-09 10:09:09,050 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 35) ======================================================================================== 2015-01-09 10:09:09,050 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 35) Executing finder 'Finder{id=459, name='fe000709-57f2-441f-957e-7d13f286d8d6', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-09 10:09:09,050 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 35) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 10:09:09,081 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 35) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-09 10:09:09,097 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 35) Finder 'fe000709-57f2-441f-957e-7d13f286d8d6' successfully executed, rows returned '1', returning first row only 2015-01-09 10:09:09,097 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 35) Finder results '{name=hqvs0_root, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 10:09:09,112 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 35) ======================================================================================== 2015-01-09 10:09:09,128 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 35) ======================================================================================== 2015-01-09 10:09:09,128 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 35) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 10:09:09,128 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 35) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-09 10:09:09,175 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 35) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-09 10:09:09,190 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 35) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-09 10:09:09,190 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 35) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-09 10:09:09,190 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 35) ======================================================================================== 2015-01-09 10:09:09,221 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 35) ======================================================================================== 2015-01-09 10:09:09,221 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 35) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}' 2015-01-09 10:09:09,221 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 35) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 10:09:09,268 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 35) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 10:09:09,268 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 35) No results were returned for filter 'Filter volumes by key' 2015-01-09 10:09:09,299 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 35) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-09 10:09:09,362 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 35) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-09 10:09:09,377 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 35) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-09 10:09:09,424 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 35) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-09 10:10:38,405 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) ======================================================================================== 2015-01-09 10:10:38,405 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-09 10:10:38,421 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-09 10:10:38,468 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-09 10:10:38,468 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-09 10:10:38,483 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Finder results '{primary_address=hq-stor}' 2015-01-09 10:10:38,483 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) ======================================================================================== 2015-01-09 10:10:38,499 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-09 10:10:38,530 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-09 10:10:38,546 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) ======================================================================================== 2015-01-09 10:10:38,546 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Executing finder 'Finder{id=458, name='d499b79f-7679-43f9-bc75-3b1de7fa8801', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-09 10:10:38,561 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 10:10:38,593 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-09 10:10:38,608 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Finder 'd499b79f-7679-43f9-bc75-3b1de7fa8801' successfully executed, rows returned '1', returning first row only 2015-01-09 10:10:38,608 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 10:10:38,608 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) ======================================================================================== 2015-01-09 10:10:38,686 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) ======================================================================================== 2015-01-09 10:10:38,686 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Executing finder 'Finder{id=459, name='fe000709-57f2-441f-957e-7d13f286d8d6', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-09 10:10:38,702 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 10:10:38,749 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-09 10:10:38,764 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Finder 'fe000709-57f2-441f-957e-7d13f286d8d6' successfully executed, rows returned '1', returning first row only 2015-01-09 10:10:38,764 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Finder results '{name=hqvs0_root, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 10:10:38,764 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) ======================================================================================== 2015-01-09 10:10:38,780 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) ======================================================================================== 2015-01-09 10:10:38,795 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 10:10:38,795 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-09 10:10:38,842 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-09 10:10:38,858 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-09 10:10:38,858 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-09 10:10:38,858 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) ======================================================================================== 2015-01-09 10:10:38,873 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) ======================================================================================== 2015-01-09 10:10:38,889 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}' 2015-01-09 10:10:38,889 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 10:10:38,920 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 10:10:38,936 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) No results were returned for filter 'Filter volumes by key' 2015-01-09 10:10:38,951 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-09 10:10:39,029 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-09 10:10:39,045 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-09 10:10:39,107 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-09 10:12:09,398 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) ======================================================================================== 2015-01-09 10:12:09,414 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-09 10:12:09,414 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-09 10:12:09,445 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-09 10:12:09,461 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-09 10:12:09,461 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Finder results '{primary_address=hq-stor}' 2015-01-09 10:12:09,461 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) ======================================================================================== 2015-01-09 10:12:09,476 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-09 10:12:09,508 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-09 10:12:09,523 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) ======================================================================================== 2015-01-09 10:12:09,523 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Executing finder 'Finder{id=458, name='d499b79f-7679-43f9-bc75-3b1de7fa8801', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-09 10:12:09,539 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 10:12:09,570 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-09 10:12:09,586 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Finder 'd499b79f-7679-43f9-bc75-3b1de7fa8801' successfully executed, rows returned '1', returning first row only 2015-01-09 10:12:09,586 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 10:12:09,601 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) ======================================================================================== 2015-01-09 10:12:09,664 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) ======================================================================================== 2015-01-09 10:12:09,664 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Executing finder 'Finder{id=459, name='fe000709-57f2-441f-957e-7d13f286d8d6', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-09 10:12:09,664 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 10:12:09,695 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-09 10:12:09,710 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Finder 'fe000709-57f2-441f-957e-7d13f286d8d6' successfully executed, rows returned '1', returning first row only 2015-01-09 10:12:09,710 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Finder results '{name=hqvs0_root, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 10:12:09,726 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) ======================================================================================== 2015-01-09 10:12:09,726 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) ======================================================================================== 2015-01-09 10:12:09,742 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 10:12:09,742 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-09 10:12:09,773 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-09 10:12:09,788 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-09 10:12:09,804 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-09 10:12:09,804 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) ======================================================================================== 2015-01-09 10:12:09,820 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) ======================================================================================== 2015-01-09 10:12:09,820 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}' 2015-01-09 10:12:09,820 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 10:12:09,866 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 10:12:09,866 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) No results were returned for filter 'Filter volumes by key' 2015-01-09 10:12:09,898 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-09 10:12:09,960 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-09 10:12:09,976 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-09 10:12:10,038 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-09 10:12:10,085 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) ======================================================================================== 2015-01-09 10:12:10,100 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-09 10:12:10,100 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 10:12:10,132 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 10:12:10,147 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) No results were returned for filter 'Filter volumes by key' 2015-01-09 10:12:10,210 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) ======================================================================================== 2015-01-09 10:12:10,210 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-09 10:12:10,225 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 10:12:10,256 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 10:12:10,256 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) No results were returned for filter 'Filter volumes by key' 2015-01-09 10:12:10,319 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) ======================================================================================== 2015-01-09 10:12:10,334 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Executing finder 'Finder{id=0, name='7c462da7-cc56-44c9-9d69-822c3f6af7d6', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=bf3}' 2015-01-09 10:12:10,334 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=bf3}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'bf3'' 2015-01-09 10:12:10,350 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '0' 2015-01-09 10:12:10,350 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 36) No results were returned for filter 'EADP Filter on ocor policy name' 2015-01-09 10:29:32,582 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 47) ======================================================================================== 2015-01-09 10:29:32,582 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 47) Executing finder 'Finder{id=0, name='null', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=low}' 2015-01-09 10:29:32,582 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 47) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=low}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'low'' 2015-01-09 10:29:32,613 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 47) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 10:29:32,629 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 47) Finder 'null' successfully executed, rows returned '1' 2015-01-09 10:29:32,629 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 47) ======================================================================================== 2015-01-09 10:40:20,391 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) ======================================================================================== 2015-01-09 10:40:20,391 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-09 10:40:20,406 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-09 10:40:20,437 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-09 10:40:20,437 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-09 10:40:20,453 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Finder results '{primary_address=hq-stor}' 2015-01-09 10:40:20,453 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) ======================================================================================== 2015-01-09 10:40:20,469 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-09 10:40:20,500 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-09 10:40:20,515 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) ======================================================================================== 2015-01-09 10:40:20,515 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Executing finder 'Finder{id=458, name='d499b79f-7679-43f9-bc75-3b1de7fa8801', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-09 10:40:20,531 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 10:40:20,562 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-09 10:40:20,578 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Finder 'd499b79f-7679-43f9-bc75-3b1de7fa8801' successfully executed, rows returned '1', returning first row only 2015-01-09 10:40:20,578 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 10:40:20,593 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) ======================================================================================== 2015-01-09 10:40:20,671 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) ======================================================================================== 2015-01-09 10:40:20,687 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Executing finder 'Finder{id=459, name='fe000709-57f2-441f-957e-7d13f286d8d6', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-09 10:40:20,687 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 10:40:20,718 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-09 10:40:20,749 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Finder 'fe000709-57f2-441f-957e-7d13f286d8d6' successfully executed, rows returned '1', returning first row only 2015-01-09 10:40:20,749 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Finder results '{name=hqvs0_root, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 10:40:20,749 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) ======================================================================================== 2015-01-09 10:40:20,765 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) ======================================================================================== 2015-01-09 10:40:20,781 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 10:40:20,781 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-09 10:40:20,827 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-09 10:40:20,843 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-09 10:40:20,843 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-09 10:40:20,843 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) ======================================================================================== 2015-01-09 10:40:20,874 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) ======================================================================================== 2015-01-09 10:40:20,874 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}' 2015-01-09 10:40:20,890 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 10:40:20,921 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 10:40:20,921 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) No results were returned for filter 'Filter volumes by key' 2015-01-09 10:40:20,952 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-09 10:40:21,046 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-09 10:40:21,061 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-09 10:40:21,108 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-09 10:40:21,171 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) ======================================================================================== 2015-01-09 10:40:21,171 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-09 10:40:21,186 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 10:40:21,217 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 10:40:21,217 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) No results were returned for filter 'Filter volumes by key' 2015-01-09 10:40:21,280 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) ======================================================================================== 2015-01-09 10:40:21,280 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-09 10:40:21,295 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 10:40:21,327 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 10:40:21,342 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 53) No results were returned for filter 'Filter volumes by key' 2015-01-09 10:42:27,403 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) ======================================================================================== 2015-01-09 10:42:27,403 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-09 10:42:27,419 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-09 10:42:27,435 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-09 10:42:27,450 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-09 10:42:27,466 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Finder results '{primary_address=hq-stor}' 2015-01-09 10:42:27,466 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) ======================================================================================== 2015-01-09 10:42:27,481 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-09 10:42:27,528 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-09 10:42:27,544 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) ======================================================================================== 2015-01-09 10:42:27,544 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Executing finder 'Finder{id=458, name='d499b79f-7679-43f9-bc75-3b1de7fa8801', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-09 10:42:27,544 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 10:42:27,575 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-09 10:42:27,591 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Finder 'd499b79f-7679-43f9-bc75-3b1de7fa8801' successfully executed, rows returned '1', returning first row only 2015-01-09 10:42:27,591 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 10:42:27,606 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) ======================================================================================== 2015-01-09 10:42:27,669 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) ======================================================================================== 2015-01-09 10:42:27,684 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Executing finder 'Finder{id=459, name='fe000709-57f2-441f-957e-7d13f286d8d6', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-09 10:42:27,684 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 10:42:27,715 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-09 10:42:27,731 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Finder 'fe000709-57f2-441f-957e-7d13f286d8d6' successfully executed, rows returned '1', returning first row only 2015-01-09 10:42:27,747 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Finder results '{name=hqvs0_root, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 10:42:27,747 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) ======================================================================================== 2015-01-09 10:42:27,762 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) ======================================================================================== 2015-01-09 10:42:27,762 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 10:42:27,778 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-09 10:42:27,809 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-09 10:42:27,825 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-09 10:42:27,840 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-09 10:42:27,840 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) ======================================================================================== 2015-01-09 10:42:27,856 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) ======================================================================================== 2015-01-09 10:42:27,856 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}' 2015-01-09 10:42:27,871 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 10:42:27,903 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 10:42:27,918 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) No results were returned for filter 'Filter volumes by key' 2015-01-09 10:42:27,949 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-09 10:42:28,012 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-09 10:42:28,027 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-09 10:42:28,074 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-09 10:42:28,121 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) ======================================================================================== 2015-01-09 10:42:28,137 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-09 10:42:28,137 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 10:42:28,183 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 10:42:28,183 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) No results were returned for filter 'Filter volumes by key' 2015-01-09 10:42:28,246 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) ======================================================================================== 2015-01-09 10:42:28,246 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-09 10:42:28,261 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 10:42:28,293 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 10:42:28,293 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) No results were returned for filter 'Filter volumes by key' 2015-01-09 10:42:28,355 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) ======================================================================================== 2015-01-09 10:42:28,355 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}' 2015-01-09 10:42:28,371 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'bf3_mystst_replseta' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 10:42:28,417 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Local filter 'Filter export policies by key' successfully executed, rows affected '0' 2015-01-09 10:42:28,417 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) No results were returned for filter 'Filter export policies by key' 2015-01-09 10:42:28,464 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) ======================================================================================== 2015-01-09 10:42:28,464 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Executing finder 'Finder{id=442, name='bd8fac1f-b07a-42b9-984c-0ac2caa2954a', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 10:42:28,464 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 10:42:28,527 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-09 10:42:28,558 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-09 10:42:28,605 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-09 10:42:28,605 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Finder 'bd8fac1f-b07a-42b9-984c-0ac2caa2954a' successfully executed, rows returned '1', returning first row only 2015-01-09 10:42:28,620 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-09 10:42:28,620 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) ======================================================================================== 2015-01-09 10:42:28,745 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) ======================================================================================== 2015-01-09 10:42:28,745 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Executing finder 'Finder{id=462, name='7848f70b-7a67-4599-8916-f2db1549cc33', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=MEDIUM}' 2015-01-09 10:42:28,745 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=MEDIUM}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 10:42:28,776 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 10:42:28,776 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Finder '7848f70b-7a67-4599-8916-f2db1549cc33' successfully executed, rows returned '1', returning first row only 2015-01-09 10:42:28,792 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Finder results '{policy_name=MEDIUM}' 2015-01-09 10:42:28,792 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) ======================================================================================== 2015-01-09 10:42:28,870 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) ======================================================================================== 2015-01-09 10:42:28,870 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Executing finder 'Finder{id=463, name='6809a45f-a3ed-4e06-8b32-a71b3f798e22', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=ARCHIVE}' 2015-01-09 10:42:28,870 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=ARCHIVE}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 10:42:28,901 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 10:42:28,917 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Finder '6809a45f-a3ed-4e06-8b32-a71b3f798e22' successfully executed, rows returned '1', returning first row only 2015-01-09 10:42:28,917 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) Finder results '{policy_name=ARCHIVE}' 2015-01-09 10:42:28,932 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 54) ======================================================================================== 2015-01-09 10:44:50,796 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) ======================================================================================== 2015-01-09 10:44:50,796 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-09 10:44:50,812 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-09 10:44:50,905 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-09 10:44:50,905 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-09 10:44:50,921 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Finder results '{primary_address=hq-stor}' 2015-01-09 10:44:50,921 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) ======================================================================================== 2015-01-09 10:44:50,937 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-09 10:44:50,968 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-09 10:44:50,983 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) ======================================================================================== 2015-01-09 10:44:50,983 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing finder 'Finder{id=458, name='d499b79f-7679-43f9-bc75-3b1de7fa8801', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-09 10:44:50,999 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 10:44:51,030 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-09 10:44:51,046 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Finder 'd499b79f-7679-43f9-bc75-3b1de7fa8801' successfully executed, rows returned '1', returning first row only 2015-01-09 10:44:51,046 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 10:44:51,046 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) ======================================================================================== 2015-01-09 10:44:51,108 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) ======================================================================================== 2015-01-09 10:44:51,124 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing finder 'Finder{id=459, name='fe000709-57f2-441f-957e-7d13f286d8d6', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-09 10:44:51,124 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 10:44:51,186 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-09 10:44:51,202 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Finder 'fe000709-57f2-441f-957e-7d13f286d8d6' successfully executed, rows returned '1', returning first row only 2015-01-09 10:44:51,202 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Finder results '{name=hqvs0_root, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 10:44:51,202 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) ======================================================================================== 2015-01-09 10:44:51,217 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) ======================================================================================== 2015-01-09 10:44:51,217 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 10:44:51,233 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-09 10:44:51,280 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-09 10:44:51,295 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-09 10:44:51,295 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-09 10:44:51,295 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) ======================================================================================== 2015-01-09 10:44:51,311 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) ======================================================================================== 2015-01-09 10:44:51,327 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}' 2015-01-09 10:44:51,327 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 10:44:51,373 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 10:44:51,373 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) No results were returned for filter 'Filter volumes by key' 2015-01-09 10:44:51,405 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-09 10:44:51,467 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-09 10:44:51,483 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-09 10:44:51,529 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-09 10:44:51,592 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) ======================================================================================== 2015-01-09 10:44:51,592 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-09 10:44:51,592 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 10:44:51,639 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 10:44:51,639 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) No results were returned for filter 'Filter volumes by key' 2015-01-09 10:44:51,717 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) ======================================================================================== 2015-01-09 10:44:51,732 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-09 10:44:51,732 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 10:44:51,763 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 10:44:51,779 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) No results were returned for filter 'Filter volumes by key' 2015-01-09 10:44:51,841 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) ======================================================================================== 2015-01-09 10:44:51,857 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}' 2015-01-09 10:44:51,857 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'bf3_mystst_replseta' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 10:44:51,919 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Local filter 'Filter export policies by key' successfully executed, rows affected '0' 2015-01-09 10:44:51,919 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) No results were returned for filter 'Filter export policies by key' 2015-01-09 10:44:51,966 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) ======================================================================================== 2015-01-09 10:44:51,966 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing finder 'Finder{id=442, name='bd8fac1f-b07a-42b9-984c-0ac2caa2954a', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 10:44:51,966 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 10:44:52,013 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-09 10:44:52,044 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-09 10:44:52,091 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-09 10:44:52,091 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Finder 'bd8fac1f-b07a-42b9-984c-0ac2caa2954a' successfully executed, rows returned '1', returning first row only 2015-01-09 10:44:52,107 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-09 10:44:52,107 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) ======================================================================================== 2015-01-09 10:44:52,231 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) ======================================================================================== 2015-01-09 10:44:52,231 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing finder 'Finder{id=462, name='7848f70b-7a67-4599-8916-f2db1549cc33', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=MEDIUM}' 2015-01-09 10:44:52,231 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=MEDIUM}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 10:44:52,247 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 10:44:52,263 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Finder '7848f70b-7a67-4599-8916-f2db1549cc33' successfully executed, rows returned '1', returning first row only 2015-01-09 10:44:52,263 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Finder results '{policy_name=MEDIUM}' 2015-01-09 10:44:52,278 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) ======================================================================================== 2015-01-09 10:44:52,341 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) ======================================================================================== 2015-01-09 10:44:52,341 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing finder 'Finder{id=463, name='6809a45f-a3ed-4e06-8b32-a71b3f798e22', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=ARCHIVE}' 2015-01-09 10:44:52,341 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=ARCHIVE}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 10:44:52,372 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 10:44:52,387 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Finder '6809a45f-a3ed-4e06-8b32-a71b3f798e22' successfully executed, rows returned '1', returning first row only 2015-01-09 10:44:52,387 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Finder results '{policy_name=ARCHIVE}' 2015-01-09 10:44:52,387 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) ======================================================================================== 2015-01-09 10:45:35,599 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) ======================================================================================== 2015-01-09 10:45:35,599 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-09 10:45:35,614 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-09 10:45:35,661 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-09 10:45:35,661 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-09 10:45:35,677 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Finder results '{primary_address=hq-stor}' 2015-01-09 10:45:35,677 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) ======================================================================================== 2015-01-09 10:45:35,692 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-09 10:45:35,723 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-09 10:45:35,739 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) ======================================================================================== 2015-01-09 10:45:35,739 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing finder 'Finder{id=458, name='d499b79f-7679-43f9-bc75-3b1de7fa8801', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-09 10:45:35,755 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 10:45:35,786 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-09 10:45:35,801 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Finder 'd499b79f-7679-43f9-bc75-3b1de7fa8801' successfully executed, rows returned '1', returning first row only 2015-01-09 10:45:35,801 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 10:45:35,801 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) ======================================================================================== 2015-01-09 10:45:35,879 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) ======================================================================================== 2015-01-09 10:45:35,879 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing finder 'Finder{id=459, name='fe000709-57f2-441f-957e-7d13f286d8d6', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-09 10:45:35,879 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 10:45:35,911 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-09 10:45:35,926 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Finder 'fe000709-57f2-441f-957e-7d13f286d8d6' successfully executed, rows returned '1', returning first row only 2015-01-09 10:45:35,926 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Finder results '{name=hqvs0_root, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 10:45:35,942 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) ======================================================================================== 2015-01-09 10:45:35,942 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) ======================================================================================== 2015-01-09 10:45:35,957 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 10:45:35,957 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-09 10:45:36,004 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-09 10:45:36,020 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-09 10:45:36,020 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-09 10:45:36,020 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) ======================================================================================== 2015-01-09 10:45:36,035 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) ======================================================================================== 2015-01-09 10:45:36,035 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}' 2015-01-09 10:45:36,051 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 10:45:36,082 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 10:45:36,082 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) No results were returned for filter 'Filter volumes by key' 2015-01-09 10:45:36,098 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-09 10:45:36,160 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-09 10:45:36,176 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-09 10:45:36,223 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-09 10:45:36,269 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) ======================================================================================== 2015-01-09 10:45:36,285 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-09 10:45:36,285 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 10:45:36,316 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 10:45:36,316 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) No results were returned for filter 'Filter volumes by key' 2015-01-09 10:45:36,394 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) ======================================================================================== 2015-01-09 10:45:36,394 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-09 10:45:36,394 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 10:45:36,441 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 10:45:36,441 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) No results were returned for filter 'Filter volumes by key' 2015-01-09 10:45:36,519 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) ======================================================================================== 2015-01-09 10:45:36,519 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}' 2015-01-09 10:45:36,535 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'bf3_mystst_replseta' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 10:45:36,566 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Local filter 'Filter export policies by key' successfully executed, rows affected '0' 2015-01-09 10:45:36,566 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) No results were returned for filter 'Filter export policies by key' 2015-01-09 10:45:36,613 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) ======================================================================================== 2015-01-09 10:45:36,613 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing finder 'Finder{id=442, name='bd8fac1f-b07a-42b9-984c-0ac2caa2954a', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 10:45:36,628 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 10:45:36,675 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-09 10:45:36,706 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-09 10:45:36,753 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-09 10:45:36,769 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Finder 'bd8fac1f-b07a-42b9-984c-0ac2caa2954a' successfully executed, rows returned '1', returning first row only 2015-01-09 10:45:36,769 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-09 10:45:36,769 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) ======================================================================================== 2015-01-09 10:45:36,956 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) ======================================================================================== 2015-01-09 10:45:36,956 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing finder 'Finder{id=462, name='7848f70b-7a67-4599-8916-f2db1549cc33', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=MEDIUM}' 2015-01-09 10:45:36,971 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=MEDIUM}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 10:45:37,003 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 10:45:37,034 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Finder '7848f70b-7a67-4599-8916-f2db1549cc33' successfully executed, rows returned '1', returning first row only 2015-01-09 10:45:37,034 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) Finder results '{policy_name=MEDIUM}' 2015-01-09 10:45:37,049 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 55) ======================================================================================== 2015-01-09 10:48:01,861 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) ======================================================================================== 2015-01-09 10:48:01,861 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-09 10:48:01,877 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-09 10:48:01,908 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-09 10:48:01,924 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-09 10:48:01,924 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Finder results '{primary_address=hq-stor}' 2015-01-09 10:48:01,924 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) ======================================================================================== 2015-01-09 10:48:01,939 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-09 10:48:01,986 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-09 10:48:02,002 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) ======================================================================================== 2015-01-09 10:48:02,002 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Executing finder 'Finder{id=458, name='d499b79f-7679-43f9-bc75-3b1de7fa8801', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-09 10:48:02,017 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 10:48:02,049 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-09 10:48:02,049 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Finder 'd499b79f-7679-43f9-bc75-3b1de7fa8801' successfully executed, rows returned '1', returning first row only 2015-01-09 10:48:02,064 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 10:48:02,064 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) ======================================================================================== 2015-01-09 10:48:02,127 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) ======================================================================================== 2015-01-09 10:48:02,142 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Executing finder 'Finder{id=459, name='fe000709-57f2-441f-957e-7d13f286d8d6', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-09 10:48:02,142 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 10:48:02,173 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-09 10:48:02,189 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Finder 'fe000709-57f2-441f-957e-7d13f286d8d6' successfully executed, rows returned '1', returning first row only 2015-01-09 10:48:02,189 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Finder results '{name=hqvs0_root, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 10:48:02,189 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) ======================================================================================== 2015-01-09 10:48:02,205 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) ======================================================================================== 2015-01-09 10:48:02,205 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 10:48:02,220 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-09 10:48:02,267 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-09 10:48:02,267 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-09 10:48:02,283 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-09 10:48:02,283 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) ======================================================================================== 2015-01-09 10:48:02,298 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) ======================================================================================== 2015-01-09 10:48:02,298 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4, vserver_name=hq-vs0}' 2015-01-09 10:48:02,314 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 10:48:02,345 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 10:48:02,345 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) No results were returned for filter 'Filter volumes by key' 2015-01-09 10:48:02,376 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-09 10:48:02,439 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-09 10:48:02,454 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-09 10:48:02,501 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-09 10:48:02,563 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) ======================================================================================== 2015-01-09 10:48:02,563 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev, vserver_name=hq-vs0}' 2015-01-09 10:48:02,579 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mysdev' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 10:48:02,610 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 10:48:02,610 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) No results were returned for filter 'Filter volumes by key' 2015-01-09 10:48:02,673 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) ======================================================================================== 2015-01-09 10:48:02,673 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev_y2015sm4, vserver_name=hq-vs0}' 2015-01-09 10:48:02,673 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev_y2015sm4, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mysdev_y2015sm4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 10:48:02,704 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 10:48:02,704 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) No results were returned for filter 'Filter volumes by key' 2015-01-09 10:48:02,782 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) ======================================================================================== 2015-01-09 10:48:02,782 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=sims4_mysdev_y2015sm4}' 2015-01-09 10:48:02,782 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=sims4_mysdev_y2015sm4}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'sims4_mysdev_y2015sm4' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 10:48:02,829 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Local filter 'Filter export policies by key' successfully executed, rows affected '0' 2015-01-09 10:48:02,829 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) No results were returned for filter 'Filter export policies by key' 2015-01-09 10:48:02,875 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) ======================================================================================== 2015-01-09 10:48:02,875 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Executing finder 'Finder{id=442, name='bd8fac1f-b07a-42b9-984c-0ac2caa2954a', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 10:48:02,891 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 10:48:02,938 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-09 10:48:02,969 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-09 10:48:03,000 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-09 10:48:03,016 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Finder 'bd8fac1f-b07a-42b9-984c-0ac2caa2954a' successfully executed, rows returned '1', returning first row only 2015-01-09 10:48:03,031 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-09 10:48:03,031 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) ======================================================================================== 2015-01-09 10:48:03,141 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) ======================================================================================== 2015-01-09 10:48:03,156 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Executing finder 'Finder{id=462, name='7848f70b-7a67-4599-8916-f2db1549cc33', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=MEDIUM}' 2015-01-09 10:48:03,156 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=MEDIUM}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 10:48:03,187 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 10:48:03,203 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Finder '7848f70b-7a67-4599-8916-f2db1549cc33' successfully executed, rows returned '1', returning first row only 2015-01-09 10:48:03,203 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Finder results '{policy_name=MEDIUM}' 2015-01-09 10:48:03,203 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) ======================================================================================== 2015-01-09 10:48:03,359 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) ======================================================================================== 2015-01-09 10:48:03,375 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Executing finder 'Finder{id=434, name='4d03ad84-efb4-400e-adec-235595a4b097', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 10:48:03,375 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 10:48:03,437 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-09 10:48:03,468 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-09 10:48:03,499 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-09 10:48:03,515 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Finder '4d03ad84-efb4-400e-adec-235595a4b097' successfully executed, rows returned '1', returning first row only 2015-01-09 10:48:03,531 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-09 10:48:03,531 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) ======================================================================================== 2015-01-09 10:48:03,671 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) ======================================================================================== 2015-01-09 10:48:03,671 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Executing finder 'Finder{id=463, name='6809a45f-a3ed-4e06-8b32-a71b3f798e22', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=ARCHIVE}' 2015-01-09 10:48:03,671 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=ARCHIVE}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 10:48:03,702 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 10:48:03,718 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Finder '6809a45f-a3ed-4e06-8b32-a71b3f798e22' successfully executed, rows returned '1', returning first row only 2015-01-09 10:48:03,718 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) Finder results '{policy_name=ARCHIVE}' 2015-01-09 10:48:03,718 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 56) ======================================================================================== 2015-01-09 11:14:39,848 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) ======================================================================================== 2015-01-09 11:14:39,848 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-09 11:14:39,848 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-09 11:14:39,879 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-09 11:14:39,895 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-09 11:14:39,895 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Finder results '{primary_address=hq-stor}' 2015-01-09 11:14:39,895 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) ======================================================================================== 2015-01-09 11:14:39,910 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-09 11:14:39,942 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-09 11:14:39,957 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) ======================================================================================== 2015-01-09 11:14:39,957 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Executing finder 'Finder{id=458, name='d499b79f-7679-43f9-bc75-3b1de7fa8801', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-09 11:14:39,957 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 11:14:39,988 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-09 11:14:40,004 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Finder 'd499b79f-7679-43f9-bc75-3b1de7fa8801' successfully executed, rows returned '1', returning first row only 2015-01-09 11:14:40,004 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 11:14:40,020 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) ======================================================================================== 2015-01-09 11:14:40,098 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) ======================================================================================== 2015-01-09 11:14:40,098 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Executing finder 'Finder{id=459, name='fe000709-57f2-441f-957e-7d13f286d8d6', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-09 11:14:40,098 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 11:14:40,129 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-09 11:14:40,144 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Finder 'fe000709-57f2-441f-957e-7d13f286d8d6' successfully executed, rows returned '1', returning first row only 2015-01-09 11:14:40,144 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Finder results '{name=hqvs0_root, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 11:14:40,144 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) ======================================================================================== 2015-01-09 11:14:40,160 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) ======================================================================================== 2015-01-09 11:14:40,160 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 11:14:40,176 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-09 11:14:40,207 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-09 11:14:40,222 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-09 11:14:40,238 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-09 11:14:40,238 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) ======================================================================================== 2015-01-09 11:14:40,254 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) ======================================================================================== 2015-01-09 11:14:40,254 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}' 2015-01-09 11:14:40,269 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 11:14:40,300 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 11:14:40,300 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) No results were returned for filter 'Filter volumes by key' 2015-01-09 11:14:40,332 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-09 11:14:40,394 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-09 11:14:40,410 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-09 11:14:40,456 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-09 11:14:40,519 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) ======================================================================================== 2015-01-09 11:14:40,519 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-09 11:14:40,534 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 11:14:40,566 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 11:14:40,581 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) No results were returned for filter 'Filter volumes by key' 2015-01-09 11:14:40,644 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) ======================================================================================== 2015-01-09 11:14:40,644 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-09 11:14:40,659 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 11:14:40,690 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 11:14:40,690 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) No results were returned for filter 'Filter volumes by key' 2015-01-09 11:14:40,753 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) ======================================================================================== 2015-01-09 11:14:40,768 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}' 2015-01-09 11:14:40,768 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'bf3_mystst_replseta' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 11:14:40,815 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Local filter 'Filter export policies by key' successfully executed, rows affected '0' 2015-01-09 11:14:40,815 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) No results were returned for filter 'Filter export policies by key' 2015-01-09 11:14:40,846 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) ======================================================================================== 2015-01-09 11:14:40,862 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Executing finder 'Finder{id=442, name='bd8fac1f-b07a-42b9-984c-0ac2caa2954a', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 11:14:40,862 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 11:14:40,909 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-09 11:14:40,940 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-09 11:14:40,971 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-09 11:14:40,987 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Finder 'bd8fac1f-b07a-42b9-984c-0ac2caa2954a' successfully executed, rows returned '1', returning first row only 2015-01-09 11:14:40,987 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-09 11:14:41,002 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) ======================================================================================== 2015-01-09 11:14:41,112 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) ======================================================================================== 2015-01-09 11:14:41,112 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Executing finder 'Finder{id=462, name='7848f70b-7a67-4599-8916-f2db1549cc33', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=MEDIUM}' 2015-01-09 11:14:41,127 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=MEDIUM}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 11:14:41,158 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 11:14:41,158 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Finder '7848f70b-7a67-4599-8916-f2db1549cc33' successfully executed, rows returned '1', returning first row only 2015-01-09 11:14:41,174 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Finder results '{policy_name=MEDIUM}' 2015-01-09 11:14:41,174 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) ======================================================================================== 2015-01-09 11:14:41,190 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) ======================================================================================== 2015-01-09 11:14:41,190 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Executing finder 'Finder{id=0, name='c033befb-b946-4bfd-9352-d57912d195a1', dictionaryEntry=QoS_Policy_Group}', parameters '{qos_name=MEDIUM_bf3_mystst_replseta, cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 11:14:41,205 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Executing local filter 'Filter QoS policy group by key', parameters '{qos_name=MEDIUM_bf3_mystst_replseta, cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'MEDIUM_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 11:14:41,236 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 11:14:41,252 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 11:14:41,268 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=MEDIUM}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 11:14:41,299 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-09 11:14:41,377 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) ======================================================================================== 2015-01-09 11:14:41,392 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Executing finder 'Finder{id=463, name='6809a45f-a3ed-4e06-8b32-a71b3f798e22', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=ARCHIVE}' 2015-01-09 11:14:41,392 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=ARCHIVE}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 11:14:41,424 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 11:14:41,439 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Finder '6809a45f-a3ed-4e06-8b32-a71b3f798e22' successfully executed, rows returned '1', returning first row only 2015-01-09 11:14:41,439 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Finder results '{policy_name=ARCHIVE}' 2015-01-09 11:14:41,439 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) ======================================================================================== 2015-01-09 11:14:41,470 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) ======================================================================================== 2015-01-09 11:14:41,470 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Executing finder 'Finder{id=0, name='b56f279a-d008-4f47-be1a-905d098da1bc', dictionaryEntry=QoS_Policy_Group}', parameters '{cluster_name=hq-stor, qos_name=ARCHIVE_bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-09 11:14:41,470 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Executing local filter 'Filter QoS policy group by key', parameters '{cluster_name=hq-stor, qos_name=ARCHIVE_bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'ARCHIVE_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 11:14:41,517 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 11:14:41,517 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 11:14:41,564 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) ======================================================================================== 2015-01-09 11:14:41,564 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Executing finder 'Finder{id=0, name='b56f279a-d008-4f47-be1a-905d098da1bc', dictionaryEntry=QoS_Policy_Group}', parameters '{cluster_name=hq-stor, qos_name=ARCHIVE_bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-09 11:14:41,564 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Executing local filter 'Filter QoS policy group by key', parameters '{cluster_name=hq-stor, qos_name=ARCHIVE_bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'ARCHIVE_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 11:14:41,611 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 11:14:41,611 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 11:14:41,658 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=ARCHIVE}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 11:14:41,704 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 64) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-09 11:19:11,080 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:11,095 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-09 11:19:11,095 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-09 11:19:11,158 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-09 11:19:11,173 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-09 11:19:11,173 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Finder results '{primary_address=hq-stor}' 2015-01-09 11:19:11,173 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:11,189 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-09 11:19:11,236 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-09 11:19:11,251 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:11,251 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing finder 'Finder{id=458, name='d499b79f-7679-43f9-bc75-3b1de7fa8801', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-09 11:19:11,267 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 11:19:11,298 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-09 11:19:11,314 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Finder 'd499b79f-7679-43f9-bc75-3b1de7fa8801' successfully executed, rows returned '1', returning first row only 2015-01-09 11:19:11,314 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 11:19:11,329 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:11,392 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:11,392 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing finder 'Finder{id=459, name='fe000709-57f2-441f-957e-7d13f286d8d6', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-09 11:19:11,407 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 11:19:11,439 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-09 11:19:11,454 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Finder 'fe000709-57f2-441f-957e-7d13f286d8d6' successfully executed, rows returned '1', returning first row only 2015-01-09 11:19:11,454 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Finder results '{name=hqvs0_root, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 11:19:11,454 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:11,470 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:11,470 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 11:19:11,485 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-09 11:19:11,517 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-09 11:19:11,532 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-09 11:19:11,532 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-09 11:19:11,532 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:11,563 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:11,563 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}' 2015-01-09 11:19:11,579 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 11:19:11,610 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 11:19:11,610 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) No results were returned for filter 'Filter volumes by key' 2015-01-09 11:19:11,641 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-09 11:19:11,704 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-09 11:19:11,719 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-09 11:19:11,782 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-09 11:19:11,844 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:11,844 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-09 11:19:11,860 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 11:19:11,891 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 11:19:11,907 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) No results were returned for filter 'Filter volumes by key' 2015-01-09 11:19:11,969 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:11,969 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-09 11:19:11,985 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 11:19:12,031 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 11:19:12,031 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) No results were returned for filter 'Filter volumes by key' 2015-01-09 11:19:12,109 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:12,109 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}' 2015-01-09 11:19:12,125 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'bf3_mystst_replseta' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 11:19:12,156 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'Filter export policies by key' successfully executed, rows affected '0' 2015-01-09 11:19:12,156 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) No results were returned for filter 'Filter export policies by key' 2015-01-09 11:19:12,203 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:12,203 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing finder 'Finder{id=442, name='bd8fac1f-b07a-42b9-984c-0ac2caa2954a', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 11:19:12,203 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 11:19:12,265 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-09 11:19:12,281 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-09 11:19:12,328 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-09 11:19:12,343 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Finder 'bd8fac1f-b07a-42b9-984c-0ac2caa2954a' successfully executed, rows returned '1', returning first row only 2015-01-09 11:19:12,343 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-09 11:19:12,359 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:12,468 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:12,468 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing finder 'Finder{id=462, name='7848f70b-7a67-4599-8916-f2db1549cc33', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=MEDIUM}' 2015-01-09 11:19:12,468 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=MEDIUM}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 11:19:12,499 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 11:19:12,515 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Finder '7848f70b-7a67-4599-8916-f2db1549cc33' successfully executed, rows returned '1', returning first row only 2015-01-09 11:19:12,515 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Finder results '{policy_name=MEDIUM}' 2015-01-09 11:19:12,531 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:12,546 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:12,546 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing finder 'Finder{id=464, name='e4c85240-7f24-4968-94e3-0c95a7a710c8', dictionaryEntry=QoS_Policy_Group}', parameters '{qos_name=MEDIUM_bf3_mystst_replseta, cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 11:19:12,562 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'Filter QoS policy group by key', parameters '{qos_name=MEDIUM_bf3_mystst_replseta, cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'MEDIUM_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 11:19:12,593 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 11:19:12,593 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 11:19:12,624 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=MEDIUM}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 11:19:12,640 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-09 11:19:12,718 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:12,733 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing finder 'Finder{id=463, name='6809a45f-a3ed-4e06-8b32-a71b3f798e22', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=ARCHIVE}' 2015-01-09 11:19:12,733 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=ARCHIVE}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 11:19:12,765 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 11:19:12,780 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Finder '6809a45f-a3ed-4e06-8b32-a71b3f798e22' successfully executed, rows returned '1', returning first row only 2015-01-09 11:19:12,780 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Finder results '{policy_name=ARCHIVE}' 2015-01-09 11:19:12,780 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:12,796 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:12,796 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing finder 'Finder{id=465, name='0a75c9bb-d1ce-4840-96a6-a48bf12b57dc', dictionaryEntry=QoS_Policy_Group}', parameters '{cluster_name=hq-stor, qos_name=ARCHIVE_bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-09 11:19:12,811 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'Filter QoS policy group by key', parameters '{cluster_name=hq-stor, qos_name=ARCHIVE_bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'ARCHIVE_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 11:19:12,843 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 11:19:12,858 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 11:19:12,874 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:12,874 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing finder 'Finder{id=465, name='0a75c9bb-d1ce-4840-96a6-a48bf12b57dc', dictionaryEntry=QoS_Policy_Group}', parameters '{cluster_name=hq-stor, qos_name=ARCHIVE_bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-09 11:19:12,889 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'Filter QoS policy group by key', parameters '{cluster_name=hq-stor, qos_name=ARCHIVE_bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'ARCHIVE_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 11:19:12,921 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 11:19:12,921 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 11:19:12,952 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=ARCHIVE}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 11:19:12,983 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-09 11:19:29,113 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:29,129 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-09 11:19:29,129 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-09 11:19:29,176 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-09 11:19:29,207 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-09 11:19:29,207 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Finder results '{primary_address=hq-stor}' 2015-01-09 11:19:29,207 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:29,222 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-09 11:19:29,269 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-09 11:19:29,285 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:29,285 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing finder 'Finder{id=458, name='d499b79f-7679-43f9-bc75-3b1de7fa8801', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-09 11:19:29,285 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 11:19:29,332 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-09 11:19:29,347 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Finder 'd499b79f-7679-43f9-bc75-3b1de7fa8801' successfully executed, rows returned '1', returning first row only 2015-01-09 11:19:29,347 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 11:19:29,347 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:29,410 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:29,425 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing finder 'Finder{id=459, name='fe000709-57f2-441f-957e-7d13f286d8d6', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-09 11:19:29,425 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 11:19:29,472 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-09 11:19:29,472 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Finder 'fe000709-57f2-441f-957e-7d13f286d8d6' successfully executed, rows returned '1', returning first row only 2015-01-09 11:19:29,488 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Finder results '{name=hqvs0_root, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 11:19:29,488 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:29,503 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:29,503 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 11:19:29,503 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-09 11:19:29,566 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-09 11:19:29,566 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-09 11:19:29,581 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-09 11:19:29,581 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:29,597 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:29,612 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}' 2015-01-09 11:19:29,612 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 11:19:29,659 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 11:19:29,659 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) No results were returned for filter 'Filter volumes by key' 2015-01-09 11:19:29,690 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-09 11:19:29,784 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-09 11:19:29,815 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-09 11:19:29,862 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-09 11:19:29,924 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:29,924 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-09 11:19:29,940 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 11:19:29,987 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 11:19:29,987 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) No results were returned for filter 'Filter volumes by key' 2015-01-09 11:19:30,049 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:30,049 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-09 11:19:30,065 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 11:19:30,096 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 11:19:30,096 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) No results were returned for filter 'Filter volumes by key' 2015-01-09 11:19:30,158 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:30,174 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}' 2015-01-09 11:19:30,174 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'bf3_mystst_replseta' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 11:19:30,221 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'Filter export policies by key' successfully executed, rows affected '0' 2015-01-09 11:19:30,221 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) No results were returned for filter 'Filter export policies by key' 2015-01-09 11:19:30,268 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:30,268 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing finder 'Finder{id=442, name='bd8fac1f-b07a-42b9-984c-0ac2caa2954a', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 11:19:30,283 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 11:19:30,330 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-09 11:19:30,377 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-09 11:19:30,424 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-09 11:19:30,439 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Finder 'bd8fac1f-b07a-42b9-984c-0ac2caa2954a' successfully executed, rows returned '1', returning first row only 2015-01-09 11:19:30,439 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-09 11:19:30,439 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:30,564 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:30,564 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing finder 'Finder{id=462, name='7848f70b-7a67-4599-8916-f2db1549cc33', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=MEDIUM}' 2015-01-09 11:19:30,580 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=MEDIUM}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 11:19:30,595 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 11:19:30,611 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Finder '7848f70b-7a67-4599-8916-f2db1549cc33' successfully executed, rows returned '1', returning first row only 2015-01-09 11:19:30,611 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Finder results '{policy_name=MEDIUM}' 2015-01-09 11:19:30,626 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:30,642 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:30,642 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing finder 'Finder{id=464, name='e4c85240-7f24-4968-94e3-0c95a7a710c8', dictionaryEntry=QoS_Policy_Group}', parameters '{qos_name=MEDIUM_bf3_mystst_replseta, cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 11:19:30,642 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'Filter QoS policy group by key', parameters '{qos_name=MEDIUM_bf3_mystst_replseta, cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'MEDIUM_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 11:19:30,673 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 11:19:30,689 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 11:19:30,704 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=MEDIUM}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 11:19:30,736 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-09 11:19:30,814 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:30,814 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing finder 'Finder{id=434, name='4d03ad84-efb4-400e-adec-235595a4b097', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 11:19:30,829 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 11:19:30,876 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-09 11:19:30,907 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-09 11:19:30,954 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-09 11:19:30,954 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Finder '4d03ad84-efb4-400e-adec-235595a4b097' successfully executed, rows returned '1', returning first row only 2015-01-09 11:19:30,970 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-09 11:19:30,970 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:31,094 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:31,094 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing finder 'Finder{id=463, name='6809a45f-a3ed-4e06-8b32-a71b3f798e22', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=ARCHIVE}' 2015-01-09 11:19:31,094 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=ARCHIVE}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 11:19:31,126 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 11:19:31,141 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Finder '6809a45f-a3ed-4e06-8b32-a71b3f798e22' successfully executed, rows returned '1', returning first row only 2015-01-09 11:19:31,141 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Finder results '{policy_name=ARCHIVE}' 2015-01-09 11:19:31,157 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:31,172 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) ======================================================================================== 2015-01-09 11:19:31,172 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing finder 'Finder{id=465, name='0a75c9bb-d1ce-4840-96a6-a48bf12b57dc', dictionaryEntry=QoS_Policy_Group}', parameters '{cluster_name=hq-stor, qos_name=ARCHIVE_bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-09 11:19:31,172 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'Filter QoS policy group by key', parameters '{cluster_name=hq-stor, qos_name=ARCHIVE_bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'ARCHIVE_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 11:19:31,219 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 11:19:31,219 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 11:19:31,235 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=ARCHIVE}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 11:19:31,266 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 65) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-09 12:29:57,569 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:29:57,569 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-09 12:29:57,569 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-09 12:29:57,601 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-09 12:29:57,616 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-09 12:29:57,616 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{primary_address=hq-stor}' 2015-01-09 12:29:57,616 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:29:57,632 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-09 12:29:57,663 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-09 12:29:57,679 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:29:57,679 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=458, name='d499b79f-7679-43f9-bc75-3b1de7fa8801', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-09 12:29:57,694 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 12:29:57,725 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-09 12:29:57,741 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder 'd499b79f-7679-43f9-bc75-3b1de7fa8801' successfully executed, rows returned '1', returning first row only 2015-01-09 12:29:57,741 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 12:29:57,741 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:29:57,819 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:29:57,819 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=459, name='fe000709-57f2-441f-957e-7d13f286d8d6', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-09 12:29:57,835 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:29:57,866 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-09 12:29:57,881 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder 'fe000709-57f2-441f-957e-7d13f286d8d6' successfully executed, rows returned '1', returning first row only 2015-01-09 12:29:57,881 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{name=hqvs0_root, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 12:29:57,897 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:29:57,913 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:29:57,913 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 12:29:57,928 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-09 12:29:57,959 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-09 12:29:57,975 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-09 12:29:57,975 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-09 12:29:57,975 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:29:57,991 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:29:58,006 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}' 2015-01-09 12:29:58,022 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:29:58,069 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 12:29:58,069 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) No results were returned for filter 'Filter volumes by key' 2015-01-09 12:29:58,100 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-09 12:29:58,162 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-09 12:29:58,178 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-09 12:29:58,225 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-09 12:29:58,303 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:29:58,303 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-09 12:29:58,318 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:29:58,365 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 12:29:58,365 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) No results were returned for filter 'Filter volumes by key' 2015-01-09 12:29:58,443 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:29:58,459 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-09 12:29:58,459 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:29:58,490 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 12:29:58,505 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) No results were returned for filter 'Filter volumes by key' 2015-01-09 12:29:58,583 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:29:58,583 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}' 2015-01-09 12:29:58,599 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'bf3_mystst_replseta' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 12:29:58,646 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter export policies by key' successfully executed, rows affected '0' 2015-01-09 12:29:58,646 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) No results were returned for filter 'Filter export policies by key' 2015-01-09 12:29:58,708 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:29:58,708 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=442, name='bd8fac1f-b07a-42b9-984c-0ac2caa2954a', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 12:29:58,724 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:29:58,786 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-09 12:29:58,802 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-09 12:29:58,864 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-09 12:29:58,880 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder 'bd8fac1f-b07a-42b9-984c-0ac2caa2954a' successfully executed, rows returned '1', returning first row only 2015-01-09 12:29:58,880 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-09 12:29:58,880 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:29:58,973 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:29:58,973 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=0, name='5d6df59d-3ee5-47cf-84fc-48ff0a8ef893', dictionaryEntry=Snapshot_Policy}', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}' 2015-01-09 12:29:58,989 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter snapshot policies by name', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}', query 'SELECT snapshot_policy.*, cluster.primary_address AS 'vserver.cluster.primary_address', vserver.name AS 'vserver.name' FROM cm_storage.snapshot_policy, cm_storage.cluster, cm_storage.vserver WHERE cluster.id = snapshot_policy.cluster_id AND snapshot_policy.name = 'default' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.id = snapshot_policy.vserver_id AND vserver.name IN ( 'hq-vs0', cluster.name )' 2015-01-09 12:29:59,020 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter snapshot policies by name' successfully executed, rows affected '1' 2015-01-09 12:29:59,036 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder '5d6df59d-3ee5-47cf-84fc-48ff0a8ef893' successfully executed, rows returned '1', returning first row only 2015-01-09 12:29:59,036 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-stor}' 2015-01-09 12:29:59,051 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:29:59,098 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:29:59,114 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=462, name='7848f70b-7a67-4599-8916-f2db1549cc33', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=MEDIUM}' 2015-01-09 12:29:59,129 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=MEDIUM}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 12:29:59,161 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 12:29:59,176 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder '7848f70b-7a67-4599-8916-f2db1549cc33' successfully executed, rows returned '1', returning first row only 2015-01-09 12:29:59,176 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{policy_name=MEDIUM}' 2015-01-09 12:29:59,176 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:29:59,192 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:29:59,207 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=464, name='e4c85240-7f24-4968-94e3-0c95a7a710c8', dictionaryEntry=QoS_Policy_Group}', parameters '{qos_name=MEDIUM_bf3_mystst_replseta, cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 12:29:59,207 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter QoS policy group by key', parameters '{qos_name=MEDIUM_bf3_mystst_replseta, cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'MEDIUM_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:29:59,239 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 12:29:59,239 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 12:29:59,270 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=MEDIUM}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 12:29:59,301 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-09 12:29:59,395 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:29:59,395 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=463, name='6809a45f-a3ed-4e06-8b32-a71b3f798e22', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=ARCHIVE}' 2015-01-09 12:29:59,395 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=ARCHIVE}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 12:29:59,441 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 12:29:59,441 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder '6809a45f-a3ed-4e06-8b32-a71b3f798e22' successfully executed, rows returned '1', returning first row only 2015-01-09 12:29:59,457 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{policy_name=ARCHIVE}' 2015-01-09 12:29:59,457 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:29:59,473 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:29:59,473 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=465, name='0a75c9bb-d1ce-4840-96a6-a48bf12b57dc', dictionaryEntry=QoS_Policy_Group}', parameters '{cluster_name=hq-stor, qos_name=ARCHIVE_bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-09 12:29:59,488 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter QoS policy group by key', parameters '{cluster_name=hq-stor, qos_name=ARCHIVE_bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'ARCHIVE_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:29:59,551 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 12:29:59,551 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 12:29:59,597 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:29:59,597 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=465, name='0a75c9bb-d1ce-4840-96a6-a48bf12b57dc', dictionaryEntry=QoS_Policy_Group}', parameters '{cluster_name=hq-stor, qos_name=ARCHIVE_bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-09 12:29:59,613 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter QoS policy group by key', parameters '{cluster_name=hq-stor, qos_name=ARCHIVE_bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'ARCHIVE_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:29:59,660 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 12:29:59,660 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 12:29:59,691 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=ARCHIVE}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 12:29:59,738 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-09 12:30:18,005 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:18,005 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-09 12:30:18,021 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-09 12:30:18,052 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-09 12:30:18,067 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-09 12:30:18,067 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{primary_address=hq-stor}' 2015-01-09 12:30:18,083 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:18,099 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-09 12:30:18,145 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-09 12:30:18,161 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:18,177 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=458, name='d499b79f-7679-43f9-bc75-3b1de7fa8801', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-09 12:30:18,192 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 12:30:18,223 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-09 12:30:18,239 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder 'd499b79f-7679-43f9-bc75-3b1de7fa8801' successfully executed, rows returned '1', returning first row only 2015-01-09 12:30:18,255 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 12:30:18,255 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:18,348 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:18,364 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=459, name='fe000709-57f2-441f-957e-7d13f286d8d6', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-09 12:30:18,364 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:30:18,395 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-09 12:30:18,426 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder 'fe000709-57f2-441f-957e-7d13f286d8d6' successfully executed, rows returned '1', returning first row only 2015-01-09 12:30:18,426 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{name=hqvs0_root, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 12:30:18,442 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:18,457 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:18,457 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 12:30:18,457 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-09 12:30:18,520 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-09 12:30:18,535 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-09 12:30:18,535 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-09 12:30:18,535 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:18,551 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:18,567 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}' 2015-01-09 12:30:18,582 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:30:18,613 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 12:30:18,629 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) No results were returned for filter 'Filter volumes by key' 2015-01-09 12:30:18,660 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-09 12:30:18,754 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-09 12:30:18,785 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-09 12:30:18,863 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-09 12:30:18,957 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:18,972 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-09 12:30:18,988 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:30:19,050 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 12:30:19,050 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) No results were returned for filter 'Filter volumes by key' 2015-01-09 12:30:19,191 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:19,191 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-09 12:30:19,206 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:30:19,253 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 12:30:19,253 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) No results were returned for filter 'Filter volumes by key' 2015-01-09 12:30:19,347 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:19,347 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}' 2015-01-09 12:30:19,362 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'bf3_mystst_replseta' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 12:30:19,409 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter export policies by key' successfully executed, rows affected '0' 2015-01-09 12:30:19,409 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) No results were returned for filter 'Filter export policies by key' 2015-01-09 12:30:19,487 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:19,487 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=462, name='7848f70b-7a67-4599-8916-f2db1549cc33', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=MEDIUM}' 2015-01-09 12:30:19,503 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=MEDIUM}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 12:30:19,534 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 12:30:19,549 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder '7848f70b-7a67-4599-8916-f2db1549cc33' successfully executed, rows returned '1', returning first row only 2015-01-09 12:30:19,549 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{policy_name=MEDIUM}' 2015-01-09 12:30:19,549 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:19,565 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:19,580 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=464, name='e4c85240-7f24-4968-94e3-0c95a7a710c8', dictionaryEntry=QoS_Policy_Group}', parameters '{qos_name=MEDIUM_bf3_mystst_replseta, cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 12:30:19,580 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter QoS policy group by key', parameters '{qos_name=MEDIUM_bf3_mystst_replseta, cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'MEDIUM_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:30:19,627 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 12:30:19,627 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 12:30:19,658 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:19,658 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=464, name='e4c85240-7f24-4968-94e3-0c95a7a710c8', dictionaryEntry=QoS_Policy_Group}', parameters '{qos_name=MEDIUM_bf3_mystst_replseta, cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 12:30:19,674 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter QoS policy group by key', parameters '{qos_name=MEDIUM_bf3_mystst_replseta, cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'MEDIUM_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:30:19,705 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 12:30:19,705 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 12:30:19,736 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=MEDIUM}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 12:30:19,783 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-09 12:30:19,814 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:19,814 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=463, name='6809a45f-a3ed-4e06-8b32-a71b3f798e22', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=ARCHIVE}' 2015-01-09 12:30:19,814 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=ARCHIVE}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 12:30:19,861 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 12:30:19,877 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder '6809a45f-a3ed-4e06-8b32-a71b3f798e22' successfully executed, rows returned '1', returning first row only 2015-01-09 12:30:19,877 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{policy_name=ARCHIVE}' 2015-01-09 12:30:19,877 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:19,892 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:19,908 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=465, name='0a75c9bb-d1ce-4840-96a6-a48bf12b57dc', dictionaryEntry=QoS_Policy_Group}', parameters '{cluster_name=hq-stor, qos_name=ARCHIVE_bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-09 12:30:19,908 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter QoS policy group by key', parameters '{cluster_name=hq-stor, qos_name=ARCHIVE_bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'ARCHIVE_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:30:19,939 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 12:30:19,955 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 12:30:19,970 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:19,986 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=465, name='0a75c9bb-d1ce-4840-96a6-a48bf12b57dc', dictionaryEntry=QoS_Policy_Group}', parameters '{cluster_name=hq-stor, qos_name=ARCHIVE_bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-09 12:30:19,986 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter QoS policy group by key', parameters '{cluster_name=hq-stor, qos_name=ARCHIVE_bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'ARCHIVE_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:30:20,033 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 12:30:20,033 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 12:30:20,064 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=ARCHIVE}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 12:30:20,095 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-09 12:30:34,541 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:34,541 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-09 12:30:34,541 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-09 12:30:34,587 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-09 12:30:34,603 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-09 12:30:34,603 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{primary_address=hq-stor}' 2015-01-09 12:30:34,619 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:34,619 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-09 12:30:34,665 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-09 12:30:34,681 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:34,681 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=458, name='d499b79f-7679-43f9-bc75-3b1de7fa8801', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-09 12:30:34,697 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 12:30:34,728 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-09 12:30:34,743 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder 'd499b79f-7679-43f9-bc75-3b1de7fa8801' successfully executed, rows returned '1', returning first row only 2015-01-09 12:30:34,743 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 12:30:34,759 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:34,821 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:34,821 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=459, name='fe000709-57f2-441f-957e-7d13f286d8d6', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-09 12:30:34,837 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:30:34,884 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-09 12:30:34,915 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder 'fe000709-57f2-441f-957e-7d13f286d8d6' successfully executed, rows returned '1', returning first row only 2015-01-09 12:30:34,915 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{name=hqvs0_root, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 12:30:34,931 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:34,946 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:34,962 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 12:30:34,962 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-09 12:30:35,024 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-09 12:30:35,040 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-09 12:30:35,055 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-09 12:30:35,055 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:35,071 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:35,071 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}' 2015-01-09 12:30:35,087 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:30:35,133 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 12:30:35,149 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) No results were returned for filter 'Filter volumes by key' 2015-01-09 12:30:35,180 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-09 12:30:35,258 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-09 12:30:35,289 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-09 12:30:35,336 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-09 12:30:35,399 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:35,399 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-09 12:30:35,414 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:30:35,445 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 12:30:35,445 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) No results were returned for filter 'Filter volumes by key' 2015-01-09 12:30:35,508 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:35,523 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-09 12:30:35,523 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:30:35,570 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 12:30:35,570 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) No results were returned for filter 'Filter volumes by key' 2015-01-09 12:30:35,664 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:35,664 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}' 2015-01-09 12:30:35,664 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'bf3_mystst_replseta' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 12:30:35,711 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter export policies by key' successfully executed, rows affected '0' 2015-01-09 12:30:35,711 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) No results were returned for filter 'Filter export policies by key' 2015-01-09 12:30:35,757 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:35,757 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=462, name='7848f70b-7a67-4599-8916-f2db1549cc33', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=MEDIUM}' 2015-01-09 12:30:35,757 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=MEDIUM}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 12:30:35,789 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 12:30:35,804 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder '7848f70b-7a67-4599-8916-f2db1549cc33' successfully executed, rows returned '1', returning first row only 2015-01-09 12:30:35,804 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{policy_name=MEDIUM}' 2015-01-09 12:30:35,820 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:35,820 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:35,835 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=464, name='e4c85240-7f24-4968-94e3-0c95a7a710c8', dictionaryEntry=QoS_Policy_Group}', parameters '{qos_name=MEDIUM_bf3_mystst_replseta, cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 12:30:35,835 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter QoS policy group by key', parameters '{qos_name=MEDIUM_bf3_mystst_replseta, cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'MEDIUM_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:30:35,882 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 12:30:35,882 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 12:30:35,913 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:35,913 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=464, name='e4c85240-7f24-4968-94e3-0c95a7a710c8', dictionaryEntry=QoS_Policy_Group}', parameters '{qos_name=MEDIUM_bf3_mystst_replseta, cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 12:30:35,913 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter QoS policy group by key', parameters '{qos_name=MEDIUM_bf3_mystst_replseta, cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'MEDIUM_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:30:35,960 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 12:30:35,960 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 12:30:35,991 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=MEDIUM}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 12:30:36,023 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-09 12:30:36,038 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:36,054 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=434, name='4d03ad84-efb4-400e-adec-235595a4b097', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 12:30:36,054 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:30:36,116 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-09 12:30:36,147 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-09 12:30:36,194 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-09 12:30:36,210 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder '4d03ad84-efb4-400e-adec-235595a4b097' successfully executed, rows returned '1', returning first row only 2015-01-09 12:30:36,225 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-09 12:30:36,225 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:36,319 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:36,319 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=0, name='9f758525-bd0c-43b6-a9f3-8e2499509e9e', dictionaryEntry=Snapshot_Policy}', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}' 2015-01-09 12:30:36,335 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter snapshot policies by name', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}', query 'SELECT snapshot_policy.*, cluster.primary_address AS 'vserver.cluster.primary_address', vserver.name AS 'vserver.name' FROM cm_storage.snapshot_policy, cm_storage.cluster, cm_storage.vserver WHERE cluster.id = snapshot_policy.cluster_id AND snapshot_policy.name = 'default' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.id = snapshot_policy.vserver_id AND vserver.name IN ( 'hq-vs0', cluster.name )' 2015-01-09 12:30:36,381 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter snapshot policies by name' successfully executed, rows affected '1' 2015-01-09 12:30:36,397 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder '9f758525-bd0c-43b6-a9f3-8e2499509e9e' successfully executed, rows returned '1', returning first row only 2015-01-09 12:30:36,413 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-stor}' 2015-01-09 12:30:36,413 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:36,491 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:36,506 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=463, name='6809a45f-a3ed-4e06-8b32-a71b3f798e22', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=ARCHIVE}' 2015-01-09 12:30:36,506 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=ARCHIVE}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 12:30:36,553 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 12:30:36,569 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder '6809a45f-a3ed-4e06-8b32-a71b3f798e22' successfully executed, rows returned '1', returning first row only 2015-01-09 12:30:36,569 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{policy_name=ARCHIVE}' 2015-01-09 12:30:36,584 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:36,600 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:30:36,600 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=465, name='0a75c9bb-d1ce-4840-96a6-a48bf12b57dc', dictionaryEntry=QoS_Policy_Group}', parameters '{cluster_name=hq-stor, qos_name=ARCHIVE_bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-09 12:30:36,615 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter QoS policy group by key', parameters '{cluster_name=hq-stor, qos_name=ARCHIVE_bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'ARCHIVE_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:30:36,662 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 12:30:36,662 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 12:30:36,693 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=ARCHIVE}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 12:30:36,725 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-09 12:32:46,966 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:32:46,966 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-09 12:32:46,982 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-09 12:32:47,013 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-09 12:32:47,029 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-09 12:32:47,029 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{primary_address=hq-stor}' 2015-01-09 12:32:47,029 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:32:47,044 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-09 12:32:47,091 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-09 12:32:47,122 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:32:47,122 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=458, name='d499b79f-7679-43f9-bc75-3b1de7fa8801', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-09 12:32:47,122 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 12:32:47,185 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-09 12:32:47,200 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder 'd499b79f-7679-43f9-bc75-3b1de7fa8801' successfully executed, rows returned '1', returning first row only 2015-01-09 12:32:47,200 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 12:32:47,216 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:32:47,294 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:32:47,310 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=459, name='fe000709-57f2-441f-957e-7d13f286d8d6', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-09 12:32:47,310 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:32:47,341 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-09 12:32:47,356 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder 'fe000709-57f2-441f-957e-7d13f286d8d6' successfully executed, rows returned '1', returning first row only 2015-01-09 12:32:47,356 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{name=hqvs0_root, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 12:32:47,372 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:32:47,372 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:32:47,388 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 12:32:47,388 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-09 12:32:47,434 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-09 12:32:47,450 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-09 12:32:47,450 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-09 12:32:47,450 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:32:47,466 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:32:47,466 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}' 2015-01-09 12:32:47,481 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:32:47,512 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 12:32:47,512 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) No results were returned for filter 'Filter volumes by key' 2015-01-09 12:32:47,544 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-09 12:32:47,622 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-09 12:32:47,637 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-09 12:32:47,684 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-09 12:32:47,731 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:32:47,731 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-09 12:32:47,746 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:32:47,778 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 12:32:47,778 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) No results were returned for filter 'Filter volumes by key' 2015-01-09 12:32:47,840 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:32:47,856 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-09 12:32:47,856 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:32:47,887 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 12:32:47,887 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) No results were returned for filter 'Filter volumes by key' 2015-01-09 12:32:47,965 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:32:47,965 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}' 2015-01-09 12:32:47,965 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'bf3_mystst_replseta' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 12:32:48,012 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter export policies by key' successfully executed, rows affected '0' 2015-01-09 12:32:48,012 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) No results were returned for filter 'Filter export policies by key' 2015-01-09 12:32:48,058 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:32:48,074 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=442, name='bd8fac1f-b07a-42b9-984c-0ac2caa2954a', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 12:32:48,074 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:32:48,136 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-09 12:32:48,152 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-09 12:32:48,214 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-09 12:32:48,214 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder 'bd8fac1f-b07a-42b9-984c-0ac2caa2954a' successfully executed, rows returned '1', returning first row only 2015-01-09 12:32:48,230 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-09 12:32:48,230 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:32:48,324 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:32:48,339 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=466, name='3a6caaf2-ef2a-4f5e-893f-4542eff250ba', dictionaryEntry=Snapshot_Policy}', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}' 2015-01-09 12:32:48,339 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter snapshot policies by name', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}', query 'SELECT snapshot_policy.*, cluster.primary_address AS 'vserver.cluster.primary_address', vserver.name AS 'vserver.name' FROM cm_storage.snapshot_policy, cm_storage.cluster, cm_storage.vserver WHERE cluster.id = snapshot_policy.cluster_id AND snapshot_policy.name = 'default' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.id = snapshot_policy.vserver_id AND vserver.name IN ( 'hq-vs0', cluster.name )' 2015-01-09 12:32:48,402 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter snapshot policies by name' successfully executed, rows affected '1' 2015-01-09 12:32:48,417 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder '3a6caaf2-ef2a-4f5e-893f-4542eff250ba' successfully executed, rows returned '1', returning first row only 2015-01-09 12:32:48,417 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-stor}' 2015-01-09 12:32:48,417 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:32:48,495 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:32:48,495 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=462, name='7848f70b-7a67-4599-8916-f2db1549cc33', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=MEDIUM}' 2015-01-09 12:32:48,495 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=MEDIUM}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 12:32:48,542 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 12:32:48,542 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder '7848f70b-7a67-4599-8916-f2db1549cc33' successfully executed, rows returned '1', returning first row only 2015-01-09 12:32:48,558 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{policy_name=MEDIUM}' 2015-01-09 12:32:48,558 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:32:48,573 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:32:48,573 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=464, name='e4c85240-7f24-4968-94e3-0c95a7a710c8', dictionaryEntry=QoS_Policy_Group}', parameters '{qos_name=MEDIUM_bf3_mystst_replseta, cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 12:32:48,589 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter QoS policy group by key', parameters '{qos_name=MEDIUM_bf3_mystst_replseta, cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'MEDIUM_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:32:48,620 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 12:32:48,636 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 12:32:48,651 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=MEDIUM}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 12:32:48,698 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-09 12:32:48,807 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:32:48,807 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=434, name='4d03ad84-efb4-400e-adec-235595a4b097', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 12:32:48,823 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:32:48,870 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-09 12:32:48,901 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-09 12:32:48,948 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-09 12:32:48,963 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder '4d03ad84-efb4-400e-adec-235595a4b097' successfully executed, rows returned '1', returning first row only 2015-01-09 12:32:48,963 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-09 12:32:48,963 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:32:49,041 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:32:49,041 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=467, name='690f4b66-104d-4728-aadb-be0fa5cc562d', dictionaryEntry=Snapshot_Policy}', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}' 2015-01-09 12:32:49,057 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter snapshot policies by name', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}', query 'SELECT snapshot_policy.*, cluster.primary_address AS 'vserver.cluster.primary_address', vserver.name AS 'vserver.name' FROM cm_storage.snapshot_policy, cm_storage.cluster, cm_storage.vserver WHERE cluster.id = snapshot_policy.cluster_id AND snapshot_policy.name = 'default' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.id = snapshot_policy.vserver_id AND vserver.name IN ( 'hq-vs0', cluster.name )' 2015-01-09 12:32:49,088 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter snapshot policies by name' successfully executed, rows affected '1' 2015-01-09 12:32:49,104 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder '690f4b66-104d-4728-aadb-be0fa5cc562d' successfully executed, rows returned '1', returning first row only 2015-01-09 12:32:49,104 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-stor}' 2015-01-09 12:32:49,119 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:32:49,166 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:32:49,166 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=463, name='6809a45f-a3ed-4e06-8b32-a71b3f798e22', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=ARCHIVE}' 2015-01-09 12:32:49,182 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=ARCHIVE}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 12:32:49,213 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 12:32:49,213 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder '6809a45f-a3ed-4e06-8b32-a71b3f798e22' successfully executed, rows returned '1', returning first row only 2015-01-09 12:32:49,228 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{policy_name=ARCHIVE}' 2015-01-09 12:32:49,228 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:32:49,244 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:32:49,244 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=465, name='0a75c9bb-d1ce-4840-96a6-a48bf12b57dc', dictionaryEntry=QoS_Policy_Group}', parameters '{cluster_name=hq-stor, qos_name=ARCHIVE_bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-09 12:32:49,260 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter QoS policy group by key', parameters '{cluster_name=hq-stor, qos_name=ARCHIVE_bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'ARCHIVE_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:32:49,291 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 12:32:49,291 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 12:32:49,322 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=ARCHIVE}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 12:32:49,353 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-09 12:33:28,836 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:33:28,836 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-09 12:33:28,836 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-09 12:33:28,867 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-09 12:33:28,883 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-09 12:33:28,883 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{primary_address=hq-stor}' 2015-01-09 12:33:28,883 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:33:28,898 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-09 12:33:28,945 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-09 12:33:28,961 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:33:28,976 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=458, name='d499b79f-7679-43f9-bc75-3b1de7fa8801', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-09 12:33:28,976 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 12:33:29,023 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-09 12:33:29,039 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder 'd499b79f-7679-43f9-bc75-3b1de7fa8801' successfully executed, rows returned '1', returning first row only 2015-01-09 12:33:29,039 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 12:33:29,039 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:33:29,117 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:33:29,117 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=459, name='fe000709-57f2-441f-957e-7d13f286d8d6', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-09 12:33:29,132 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:33:29,179 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-09 12:33:29,195 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder 'fe000709-57f2-441f-957e-7d13f286d8d6' successfully executed, rows returned '1', returning first row only 2015-01-09 12:33:29,210 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{name=hqvs0_root, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 12:33:29,210 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:33:29,226 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:33:29,242 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 12:33:29,242 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-09 12:33:29,288 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-09 12:33:29,304 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-09 12:33:29,304 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-09 12:33:29,304 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:33:29,335 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:33:29,335 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4, vserver_name=hq-vs0}' 2015-01-09 12:33:29,335 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:33:29,382 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 12:33:29,382 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) No results were returned for filter 'Filter volumes by key' 2015-01-09 12:33:29,398 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-09 12:33:29,491 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-09 12:33:29,507 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-09 12:33:29,554 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-09 12:33:29,600 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:33:29,616 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev, vserver_name=hq-vs0}' 2015-01-09 12:33:29,616 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mysdev' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:33:29,647 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 12:33:29,663 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) No results were returned for filter 'Filter volumes by key' 2015-01-09 12:33:29,741 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:33:29,741 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev_y2015sm4, vserver_name=hq-vs0}' 2015-01-09 12:33:29,756 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev_y2015sm4, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mysdev_y2015sm4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:33:29,788 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 12:33:29,788 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) No results were returned for filter 'Filter volumes by key' 2015-01-09 12:33:29,850 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:33:29,866 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=sims4_mysdev_y2015sm4}' 2015-01-09 12:33:29,866 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=sims4_mysdev_y2015sm4}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'sims4_mysdev_y2015sm4' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 12:33:29,912 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter export policies by key' successfully executed, rows affected '0' 2015-01-09 12:33:29,912 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) No results were returned for filter 'Filter export policies by key' 2015-01-09 12:33:29,959 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:33:29,959 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=442, name='bd8fac1f-b07a-42b9-984c-0ac2caa2954a', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 12:33:29,975 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:33:30,022 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-09 12:33:30,053 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-09 12:33:30,115 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-09 12:33:30,131 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder 'bd8fac1f-b07a-42b9-984c-0ac2caa2954a' successfully executed, rows returned '1', returning first row only 2015-01-09 12:33:30,131 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-09 12:33:30,146 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:33:30,240 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:33:30,240 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=466, name='3a6caaf2-ef2a-4f5e-893f-4542eff250ba', dictionaryEntry=Snapshot_Policy}', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}' 2015-01-09 12:33:30,256 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter snapshot policies by name', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}', query 'SELECT snapshot_policy.*, cluster.primary_address AS 'vserver.cluster.primary_address', vserver.name AS 'vserver.name' FROM cm_storage.snapshot_policy, cm_storage.cluster, cm_storage.vserver WHERE cluster.id = snapshot_policy.cluster_id AND snapshot_policy.name = 'default' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.id = snapshot_policy.vserver_id AND vserver.name IN ( 'hq-vs0', cluster.name )' 2015-01-09 12:33:30,302 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter snapshot policies by name' successfully executed, rows affected '1' 2015-01-09 12:33:30,302 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder '3a6caaf2-ef2a-4f5e-893f-4542eff250ba' successfully executed, rows returned '1', returning first row only 2015-01-09 12:33:30,318 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-stor}' 2015-01-09 12:33:30,318 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:33:30,380 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:33:30,380 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=462, name='7848f70b-7a67-4599-8916-f2db1549cc33', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=MEDIUM}' 2015-01-09 12:33:30,396 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=MEDIUM}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 12:33:30,427 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 12:33:30,427 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder '7848f70b-7a67-4599-8916-f2db1549cc33' successfully executed, rows returned '1', returning first row only 2015-01-09 12:33:30,443 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{policy_name=MEDIUM}' 2015-01-09 12:33:30,443 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:33:30,458 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:33:30,458 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=464, name='e4c85240-7f24-4968-94e3-0c95a7a710c8', dictionaryEntry=QoS_Policy_Group}', parameters '{qos_name=MEDIUM_sims4_mysdev_y2015sm4, cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 12:33:30,474 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter QoS policy group by key', parameters '{qos_name=MEDIUM_sims4_mysdev_y2015sm4, cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'MEDIUM_sims4_mysdev_y2015sm4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:33:30,521 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 12:33:30,521 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 12:33:30,552 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=MEDIUM}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 12:33:30,583 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-09 12:33:30,708 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:33:30,708 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=434, name='4d03ad84-efb4-400e-adec-235595a4b097', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 12:33:30,708 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:33:30,770 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-09 12:33:30,786 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-09 12:33:30,848 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-09 12:33:30,848 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder '4d03ad84-efb4-400e-adec-235595a4b097' successfully executed, rows returned '1', returning first row only 2015-01-09 12:33:30,864 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-09 12:33:30,864 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:33:30,942 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:33:30,942 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=467, name='690f4b66-104d-4728-aadb-be0fa5cc562d', dictionaryEntry=Snapshot_Policy}', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}' 2015-01-09 12:33:30,958 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter snapshot policies by name', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}', query 'SELECT snapshot_policy.*, cluster.primary_address AS 'vserver.cluster.primary_address', vserver.name AS 'vserver.name' FROM cm_storage.snapshot_policy, cm_storage.cluster, cm_storage.vserver WHERE cluster.id = snapshot_policy.cluster_id AND snapshot_policy.name = 'default' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.id = snapshot_policy.vserver_id AND vserver.name IN ( 'hq-vs0', cluster.name )' 2015-01-09 12:33:30,989 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter snapshot policies by name' successfully executed, rows affected '1' 2015-01-09 12:33:31,004 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder '690f4b66-104d-4728-aadb-be0fa5cc562d' successfully executed, rows returned '1', returning first row only 2015-01-09 12:33:31,004 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-stor}' 2015-01-09 12:33:31,020 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:33:31,067 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:33:31,067 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=463, name='6809a45f-a3ed-4e06-8b32-a71b3f798e22', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=ARCHIVE}' 2015-01-09 12:33:31,082 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=ARCHIVE}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 12:33:31,114 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 12:33:31,114 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder '6809a45f-a3ed-4e06-8b32-a71b3f798e22' successfully executed, rows returned '1', returning first row only 2015-01-09 12:33:31,129 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Finder results '{policy_name=ARCHIVE}' 2015-01-09 12:33:31,129 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:33:31,145 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) ======================================================================================== 2015-01-09 12:33:31,145 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing finder 'Finder{id=465, name='0a75c9bb-d1ce-4840-96a6-a48bf12b57dc', dictionaryEntry=QoS_Policy_Group}', parameters '{cluster_name=hq-stor, qos_name=ARCHIVE_sims4_mysdev_y2015sm4, vserver_name=hq-vs0}' 2015-01-09 12:33:31,160 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'Filter QoS policy group by key', parameters '{cluster_name=hq-stor, qos_name=ARCHIVE_sims4_mysdev_y2015sm4, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'ARCHIVE_sims4_mysdev_y2015sm4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:33:31,207 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 12:33:31,207 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 12:33:31,223 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=ARCHIVE}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 12:33:31,254 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 73) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-09 12:36:36,704 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) ======================================================================================== 2015-01-09 12:36:36,704 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-09 12:36:36,704 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-09 12:36:36,750 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-09 12:36:36,750 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-09 12:36:36,766 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Finder results '{primary_address=hq-stor}' 2015-01-09 12:36:36,766 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) ======================================================================================== 2015-01-09 12:36:36,782 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-09 12:36:36,813 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-09 12:36:36,828 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) ======================================================================================== 2015-01-09 12:36:36,828 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing finder 'Finder{id=458, name='d499b79f-7679-43f9-bc75-3b1de7fa8801', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-09 12:36:36,844 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 12:36:36,875 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-09 12:36:36,891 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Finder 'd499b79f-7679-43f9-bc75-3b1de7fa8801' successfully executed, rows returned '1', returning first row only 2015-01-09 12:36:36,891 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 12:36:36,891 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) ======================================================================================== 2015-01-09 12:36:36,969 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) ======================================================================================== 2015-01-09 12:36:36,969 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing finder 'Finder{id=459, name='fe000709-57f2-441f-957e-7d13f286d8d6', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-09 12:36:36,984 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:36:37,031 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-09 12:36:37,031 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Finder 'fe000709-57f2-441f-957e-7d13f286d8d6' successfully executed, rows returned '1', returning first row only 2015-01-09 12:36:37,047 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Finder results '{name=hqvs0_root, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 12:36:37,047 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) ======================================================================================== 2015-01-09 12:36:37,062 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) ======================================================================================== 2015-01-09 12:36:37,062 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 12:36:37,062 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-09 12:36:37,094 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-09 12:36:37,109 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-09 12:36:37,125 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-09 12:36:37,125 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) ======================================================================================== 2015-01-09 12:36:37,140 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) ======================================================================================== 2015-01-09 12:36:37,140 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4, vserver_name=hq-vs0}' 2015-01-09 12:36:37,156 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:36:37,187 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 12:36:37,187 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) No results were returned for filter 'Filter volumes by key' 2015-01-09 12:36:37,218 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-09 12:36:37,281 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-09 12:36:37,296 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-09 12:36:37,343 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-09 12:36:37,390 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) ======================================================================================== 2015-01-09 12:36:37,390 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mysint, vserver_name=hq-vs0}' 2015-01-09 12:36:37,406 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mysint, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mysint' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:36:37,437 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 12:36:37,437 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) No results were returned for filter 'Filter volumes by key' 2015-01-09 12:36:37,499 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) ======================================================================================== 2015-01-09 12:36:37,515 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mysint_y2015sm4, vserver_name=hq-vs0}' 2015-01-09 12:36:37,515 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mysint_y2015sm4, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mysint_y2015sm4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:36:37,546 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 12:36:37,546 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) No results were returned for filter 'Filter volumes by key' 2015-01-09 12:36:37,624 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) ======================================================================================== 2015-01-09 12:36:37,640 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=sims4_mysint_y2015sm4}' 2015-01-09 12:36:37,640 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=sims4_mysint_y2015sm4}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'sims4_mysint_y2015sm4' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 12:36:37,686 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Local filter 'Filter export policies by key' successfully executed, rows affected '0' 2015-01-09 12:36:37,686 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) No results were returned for filter 'Filter export policies by key' 2015-01-09 12:36:37,718 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) ======================================================================================== 2015-01-09 12:36:37,733 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing finder 'Finder{id=442, name='bd8fac1f-b07a-42b9-984c-0ac2caa2954a', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 12:36:37,733 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:36:37,780 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-09 12:36:37,811 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-09 12:36:37,858 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-09 12:36:37,874 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Finder 'bd8fac1f-b07a-42b9-984c-0ac2caa2954a' successfully executed, rows returned '1', returning first row only 2015-01-09 12:36:37,874 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-09 12:36:37,874 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) ======================================================================================== 2015-01-09 12:36:37,952 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) ======================================================================================== 2015-01-09 12:36:37,952 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing finder 'Finder{id=466, name='3a6caaf2-ef2a-4f5e-893f-4542eff250ba', dictionaryEntry=Snapshot_Policy}', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}' 2015-01-09 12:36:37,967 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing local filter 'Filter snapshot policies by name', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}', query 'SELECT snapshot_policy.*, cluster.primary_address AS 'vserver.cluster.primary_address', vserver.name AS 'vserver.name' FROM cm_storage.snapshot_policy, cm_storage.cluster, cm_storage.vserver WHERE cluster.id = snapshot_policy.cluster_id AND snapshot_policy.name = 'default' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.id = snapshot_policy.vserver_id AND vserver.name IN ( 'hq-vs0', cluster.name )' 2015-01-09 12:36:37,998 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Local filter 'Filter snapshot policies by name' successfully executed, rows affected '1' 2015-01-09 12:36:38,014 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Finder '3a6caaf2-ef2a-4f5e-893f-4542eff250ba' successfully executed, rows returned '1', returning first row only 2015-01-09 12:36:38,014 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-stor}' 2015-01-09 12:36:38,014 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) ======================================================================================== 2015-01-09 12:36:38,092 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) ======================================================================================== 2015-01-09 12:36:38,108 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing finder 'Finder{id=462, name='7848f70b-7a67-4599-8916-f2db1549cc33', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=MEDIUM}' 2015-01-09 12:36:38,108 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=MEDIUM}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 12:36:38,139 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 12:36:38,139 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Finder '7848f70b-7a67-4599-8916-f2db1549cc33' successfully executed, rows returned '1', returning first row only 2015-01-09 12:36:38,154 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Finder results '{policy_name=MEDIUM}' 2015-01-09 12:36:38,154 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) ======================================================================================== 2015-01-09 12:36:38,186 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) ======================================================================================== 2015-01-09 12:36:38,186 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing finder 'Finder{id=464, name='e4c85240-7f24-4968-94e3-0c95a7a710c8', dictionaryEntry=QoS_Policy_Group}', parameters '{qos_name=medium_sims4_mysint_y2015sm4, cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 12:36:38,201 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing local filter 'Filter QoS policy group by key', parameters '{qos_name=medium_sims4_mysint_y2015sm4, cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'medium_sims4_mysint_y2015sm4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:36:38,248 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 12:36:38,248 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 12:36:38,295 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=MEDIUM}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 12:36:38,326 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-09 12:36:38,482 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) ======================================================================================== 2015-01-09 12:36:38,482 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing finder 'Finder{id=434, name='4d03ad84-efb4-400e-adec-235595a4b097', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 12:36:38,482 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:36:38,560 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-09 12:36:38,591 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-09 12:36:38,638 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-09 12:36:38,654 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Finder '4d03ad84-efb4-400e-adec-235595a4b097' successfully executed, rows returned '1', returning first row only 2015-01-09 12:36:38,654 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-09 12:36:38,669 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) ======================================================================================== 2015-01-09 12:36:38,763 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) ======================================================================================== 2015-01-09 12:36:38,763 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing finder 'Finder{id=467, name='690f4b66-104d-4728-aadb-be0fa5cc562d', dictionaryEntry=Snapshot_Policy}', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}' 2015-01-09 12:36:38,778 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing local filter 'Filter snapshot policies by name', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}', query 'SELECT snapshot_policy.*, cluster.primary_address AS 'vserver.cluster.primary_address', vserver.name AS 'vserver.name' FROM cm_storage.snapshot_policy, cm_storage.cluster, cm_storage.vserver WHERE cluster.id = snapshot_policy.cluster_id AND snapshot_policy.name = 'default' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.id = snapshot_policy.vserver_id AND vserver.name IN ( 'hq-vs0', cluster.name )' 2015-01-09 12:36:38,825 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Local filter 'Filter snapshot policies by name' successfully executed, rows affected '1' 2015-01-09 12:36:38,841 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Finder '690f4b66-104d-4728-aadb-be0fa5cc562d' successfully executed, rows returned '1', returning first row only 2015-01-09 12:36:38,856 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-stor}' 2015-01-09 12:36:38,856 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) ======================================================================================== 2015-01-09 12:36:39,059 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) ======================================================================================== 2015-01-09 12:36:39,075 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing finder 'Finder{id=463, name='6809a45f-a3ed-4e06-8b32-a71b3f798e22', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=ARCHIVE}' 2015-01-09 12:36:39,090 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=ARCHIVE}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 12:36:39,122 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 12:36:39,137 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Finder '6809a45f-a3ed-4e06-8b32-a71b3f798e22' successfully executed, rows returned '1', returning first row only 2015-01-09 12:36:39,137 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Finder results '{policy_name=ARCHIVE}' 2015-01-09 12:36:39,153 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) ======================================================================================== 2015-01-09 12:36:39,168 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) ======================================================================================== 2015-01-09 12:36:39,168 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing finder 'Finder{id=465, name='0a75c9bb-d1ce-4840-96a6-a48bf12b57dc', dictionaryEntry=QoS_Policy_Group}', parameters '{cluster_name=hq-stor, qos_name=archive_sims4_mysint_y2015sm4, vserver_name=hq-vs0}' 2015-01-09 12:36:39,184 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing local filter 'Filter QoS policy group by key', parameters '{cluster_name=hq-stor, qos_name=archive_sims4_mysint_y2015sm4, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'archive_sims4_mysint_y2015sm4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:36:39,215 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 12:36:39,215 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 12:36:39,246 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=ARCHIVE}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 12:36:39,278 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 75) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-09 12:49:21,931 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Executing local filter 'EADP Filter aggregates name containing string', parameters '{searchString=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE aggregate.name LIKE '%sas%' ' 2015-01-09 12:49:21,947 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 80) Local filter 'EADP Filter aggregates name containing string' successfully executed, rows affected '24' 2015-01-09 12:52:28,754 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Executing local filter 'EADP Filter aggregates with name containing search string', parameters '{cluster_name=hq-stor, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name LIKE 'sas' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:52:28,770 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Local filter 'EADP Filter aggregates with name containing search string' successfully executed, rows affected '0' 2015-01-09 12:52:51,327 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Executing local filter 'EADP Filter aggregates with name containing search string', parameters '{cluster_name=hq-stor, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name LIKE 'sas' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:52:51,358 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Local filter 'EADP Filter aggregates with name containing search string' successfully executed, rows affected '0' 2015-01-09 12:52:55,773 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Executing local filter 'EADP Filter aggregates with name containing search string', parameters '{cluster_name=dr-stor, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name LIKE 'sas' AND ( cluster.name = 'dr-stor' OR cluster.primary_address = 'dr-stor' )' 2015-01-09 12:52:55,788 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Local filter 'EADP Filter aggregates with name containing search string' successfully executed, rows affected '0' 2015-01-09 12:53:01,716 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Executing local filter 'EADP Filter aggregates with name containing search string', parameters '{cluster_name=dr-stor, search_string=sata}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name LIKE 'sata' AND ( cluster.name = 'dr-stor' OR cluster.primary_address = 'dr-stor' )' 2015-01-09 12:53:01,747 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Local filter 'EADP Filter aggregates with name containing search string' successfully executed, rows affected '0' 2015-01-09 12:53:29,671 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Executing local filter 'EADP Filter aggregates with name containing search string', parameters '{cluster_name=hq-stor, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name LIKE '%sas%' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:53:29,687 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Local filter 'EADP Filter aggregates with name containing search string' successfully executed, rows affected '1' 2015-01-09 12:53:36,254 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Executing local filter 'EADP Filter aggregates with name containing search string', parameters '{cluster_name=hq-stor, search_string=sata}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name LIKE '%sata%' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:53:36,285 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Local filter 'EADP Filter aggregates with name containing search string' successfully executed, rows affected '0' 2015-01-09 12:53:41,340 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Executing local filter 'EADP Filter aggregates with name containing search string', parameters '{cluster_name=dr-stor, search_string=sata}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name LIKE '%sata%' AND ( cluster.name = 'dr-stor' OR cluster.primary_address = 'dr-stor' )' 2015-01-09 12:53:41,371 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 81) Local filter 'EADP Filter aggregates with name containing search string' successfully executed, rows affected '2' 2015-01-09 12:56:38,162 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 83) ======================================================================================== 2015-01-09 12:56:38,177 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 83) Executing finder 'Finder{id=442, name='bd8fac1f-b07a-42b9-984c-0ac2caa2954a', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, search_string=sas}' 2015-01-09 12:56:38,177 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 83) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:56:38,240 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 83) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-09 12:56:38,255 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 83) Executing local filter 'EADP Filter aggregates with name containing search string', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name LIKE '%sas%' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:56:38,302 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 83) Local filter 'EADP Filter aggregates with name containing search string' successfully executed, rows affected '1' 2015-01-09 12:56:38,333 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 83) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-09 12:56:38,365 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 83) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-09 12:56:38,396 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 83) Finder 'bd8fac1f-b07a-42b9-984c-0ac2caa2954a' successfully executed, rows returned '1' 2015-01-09 12:56:38,396 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 83) ======================================================================================== 2015-01-09 12:56:43,450 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 83) ======================================================================================== 2015-01-09 12:56:43,450 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 83) Executing finder 'Finder{id=442, name='bd8fac1f-b07a-42b9-984c-0ac2caa2954a', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, search_string=sata}' 2015-01-09 12:56:43,466 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 83) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, search_string=sata}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:56:43,528 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 83) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-09 12:56:43,559 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 83) Executing local filter 'EADP Filter aggregates with name containing search string', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, search_string=sata}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name LIKE '%sata%' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 12:56:43,606 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 83) Local filter 'EADP Filter aggregates with name containing search string' successfully executed, rows affected '0' 2015-01-09 12:56:43,606 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 83) No results were returned for filter 'EADP Filter aggregates with name containing search string' 2015-01-09 12:56:43,637 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 83) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, search_string=sata}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-09 12:56:43,700 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 83) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-09 13:04:09,664 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) ======================================================================================== 2015-01-09 13:04:09,680 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-09 13:04:09,695 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-09 13:04:09,727 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-09 13:04:09,758 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-09 13:04:09,773 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Finder results '{primary_address=hq-stor}' 2015-01-09 13:04:09,773 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) ======================================================================================== 2015-01-09 13:04:09,805 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-09 13:04:09,836 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-09 13:04:09,867 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) ======================================================================================== 2015-01-09 13:04:09,867 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing finder 'Finder{id=458, name='d499b79f-7679-43f9-bc75-3b1de7fa8801', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-09 13:04:09,867 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 13:04:09,914 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-09 13:04:09,929 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Finder 'd499b79f-7679-43f9-bc75-3b1de7fa8801' successfully executed, rows returned '1', returning first row only 2015-01-09 13:04:09,929 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 13:04:09,945 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) ======================================================================================== 2015-01-09 13:04:10,007 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) ======================================================================================== 2015-01-09 13:04:10,023 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing finder 'Finder{id=459, name='fe000709-57f2-441f-957e-7d13f286d8d6', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-09 13:04:10,023 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:04:10,054 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-09 13:04:10,070 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Finder 'fe000709-57f2-441f-957e-7d13f286d8d6' successfully executed, rows returned '1', returning first row only 2015-01-09 13:04:10,070 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Finder results '{name=hqvs0_root, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 13:04:10,085 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) ======================================================================================== 2015-01-09 13:04:10,085 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) ======================================================================================== 2015-01-09 13:04:10,101 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 13:04:10,101 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-09 13:04:10,132 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-09 13:04:10,148 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-09 13:04:10,148 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-09 13:04:10,163 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) ======================================================================================== 2015-01-09 13:04:10,179 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) ======================================================================================== 2015-01-09 13:04:10,179 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}' 2015-01-09 13:04:10,195 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:04:10,226 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 13:04:10,241 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) No results were returned for filter 'Filter volumes by key' 2015-01-09 13:04:10,257 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-09 13:04:10,335 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-09 13:04:10,351 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-09 13:04:10,397 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-09 13:04:10,475 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) ======================================================================================== 2015-01-09 13:04:10,475 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-09 13:04:10,491 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:04:10,522 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 13:04:10,538 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) No results were returned for filter 'Filter volumes by key' 2015-01-09 13:04:10,616 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) ======================================================================================== 2015-01-09 13:04:10,616 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-09 13:04:10,631 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:04:10,663 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 13:04:10,663 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) No results were returned for filter 'Filter volumes by key' 2015-01-09 13:04:10,741 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) ======================================================================================== 2015-01-09 13:04:10,741 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}' 2015-01-09 13:04:10,756 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'bf3_mystst_replseta' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 13:04:10,787 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Local filter 'Filter export policies by key' successfully executed, rows affected '0' 2015-01-09 13:04:10,787 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) No results were returned for filter 'Filter export policies by key' 2015-01-09 13:04:10,834 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) ======================================================================================== 2015-01-09 13:04:10,834 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing finder 'Finder{id=442, name='bd8fac1f-b07a-42b9-984c-0ac2caa2954a', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, added_capacity_mb=10, vserver_name=hq-vs0, search_string=sas}' 2015-01-09 13:04:10,850 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, added_capacity_mb=10, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:04:10,897 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-09 13:04:10,928 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, added_capacity_mb=10, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-09 13:04:10,959 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-09 13:04:10,975 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing local filter 'EADP Filter aggregates with name containing search string', parameters '{cluster_name=hq-stor, added_capacity_mb=10, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name LIKE '%sas%' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:04:11,021 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Local filter 'EADP Filter aggregates with name containing search string' successfully executed, rows affected '1' 2015-01-09 13:04:11,037 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing local filter 'Filter aggregates by available capacity', parameters '{cluster_name=hq-stor, added_capacity_mb=10, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' , aggr.available_size_mb FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON aggr.node_id=node.id JOIN cm_storage.cluster AS cluster ON node.cluster_id =cluster.id WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND aggr.available_size_mb > 10 ' 2015-01-09 13:04:11,068 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Local filter 'Filter aggregates by available capacity' successfully executed, rows affected '2' 2015-01-09 13:04:11,084 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Finder 'bd8fac1f-b07a-42b9-984c-0ac2caa2954a' successfully executed, rows returned '1', returning first row only 2015-01-09 13:04:11,099 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-09 13:04:11,099 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) ======================================================================================== 2015-01-09 13:04:11,209 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) ======================================================================================== 2015-01-09 13:04:11,209 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing finder 'Finder{id=466, name='3a6caaf2-ef2a-4f5e-893f-4542eff250ba', dictionaryEntry=Snapshot_Policy}', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}' 2015-01-09 13:04:11,224 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing local filter 'Filter snapshot policies by name', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}', query 'SELECT snapshot_policy.*, cluster.primary_address AS 'vserver.cluster.primary_address', vserver.name AS 'vserver.name' FROM cm_storage.snapshot_policy, cm_storage.cluster, cm_storage.vserver WHERE cluster.id = snapshot_policy.cluster_id AND snapshot_policy.name = 'default' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.id = snapshot_policy.vserver_id AND vserver.name IN ( 'hq-vs0', cluster.name )' 2015-01-09 13:04:11,255 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Local filter 'Filter snapshot policies by name' successfully executed, rows affected '1' 2015-01-09 13:04:11,287 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Finder '3a6caaf2-ef2a-4f5e-893f-4542eff250ba' successfully executed, rows returned '1', returning first row only 2015-01-09 13:04:11,287 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-stor}' 2015-01-09 13:04:11,302 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) ======================================================================================== 2015-01-09 13:04:11,380 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) ======================================================================================== 2015-01-09 13:04:11,396 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing finder 'Finder{id=462, name='7848f70b-7a67-4599-8916-f2db1549cc33', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=MEDIUM}' 2015-01-09 13:04:11,396 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=MEDIUM}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 13:04:11,427 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 13:04:11,443 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Finder '7848f70b-7a67-4599-8916-f2db1549cc33' successfully executed, rows returned '1', returning first row only 2015-01-09 13:04:11,443 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Finder results '{policy_name=MEDIUM}' 2015-01-09 13:04:11,443 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) ======================================================================================== 2015-01-09 13:04:11,458 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) ======================================================================================== 2015-01-09 13:04:11,474 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing finder 'Finder{id=464, name='e4c85240-7f24-4968-94e3-0c95a7a710c8', dictionaryEntry=QoS_Policy_Group}', parameters '{qos_name=medium_bf3_mystst_replseta, cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 13:04:11,474 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing local filter 'Filter QoS policy group by key', parameters '{qos_name=medium_bf3_mystst_replseta, cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'medium_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:04:11,521 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 13:04:11,521 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 13:04:11,552 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=MEDIUM}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 13:04:11,583 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-09 13:04:11,661 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) ======================================================================================== 2015-01-09 13:04:11,661 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing finder 'Finder{id=463, name='6809a45f-a3ed-4e06-8b32-a71b3f798e22', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=ARCHIVE}' 2015-01-09 13:04:11,677 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=ARCHIVE}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 13:04:11,708 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 13:04:11,723 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Finder '6809a45f-a3ed-4e06-8b32-a71b3f798e22' successfully executed, rows returned '1', returning first row only 2015-01-09 13:04:11,723 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Finder results '{policy_name=ARCHIVE}' 2015-01-09 13:04:11,723 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) ======================================================================================== 2015-01-09 13:04:11,739 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) ======================================================================================== 2015-01-09 13:04:11,739 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing finder 'Finder{id=465, name='0a75c9bb-d1ce-4840-96a6-a48bf12b57dc', dictionaryEntry=QoS_Policy_Group}', parameters '{cluster_name=hq-stor, qos_name=archive_bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-09 13:04:11,755 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing local filter 'Filter QoS policy group by key', parameters '{cluster_name=hq-stor, qos_name=archive_bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'archive_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:04:11,786 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 13:04:11,786 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 13:04:11,833 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) ======================================================================================== 2015-01-09 13:04:11,833 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing finder 'Finder{id=465, name='0a75c9bb-d1ce-4840-96a6-a48bf12b57dc', dictionaryEntry=QoS_Policy_Group}', parameters '{cluster_name=hq-stor, qos_name=archive_bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-09 13:04:11,833 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing local filter 'Filter QoS policy group by key', parameters '{cluster_name=hq-stor, qos_name=archive_bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'archive_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:04:11,864 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 13:04:11,879 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 13:04:11,895 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=ARCHIVE}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 13:04:11,926 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 85) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-09 13:19:11,576 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) ======================================================================================== 2015-01-09 13:19:11,592 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-09 13:19:11,592 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-09 13:19:11,639 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-09 13:19:11,670 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-09 13:19:11,670 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Finder results '{primary_address=hq-stor}' 2015-01-09 13:19:11,670 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) ======================================================================================== 2015-01-09 13:19:11,701 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-09 13:19:11,748 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-09 13:19:11,779 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) ======================================================================================== 2015-01-09 13:19:11,795 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Executing finder 'Finder{id=458, name='d499b79f-7679-43f9-bc75-3b1de7fa8801', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-09 13:19:11,795 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 13:19:11,842 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-09 13:19:11,873 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Finder 'd499b79f-7679-43f9-bc75-3b1de7fa8801' successfully executed, rows returned '1', returning first row only 2015-01-09 13:19:11,873 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 13:19:11,873 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) ======================================================================================== 2015-01-09 13:19:11,998 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) ======================================================================================== 2015-01-09 13:19:12,013 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Executing finder 'Finder{id=459, name='fe000709-57f2-441f-957e-7d13f286d8d6', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-09 13:19:12,029 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:19:12,076 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-09 13:19:12,091 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Finder 'fe000709-57f2-441f-957e-7d13f286d8d6' successfully executed, rows returned '1', returning first row only 2015-01-09 13:19:12,091 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Finder results '{name=hqvs0_root, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 13:19:12,107 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) ======================================================================================== 2015-01-09 13:19:12,122 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) ======================================================================================== 2015-01-09 13:19:12,122 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 13:19:12,138 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-09 13:19:12,169 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-09 13:19:12,185 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-09 13:19:12,185 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-09 13:19:12,200 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) ======================================================================================== 2015-01-09 13:19:12,216 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) ======================================================================================== 2015-01-09 13:19:12,232 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}' 2015-01-09 13:19:12,232 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:19:12,278 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 13:19:12,294 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) No results were returned for filter 'Filter volumes by key' 2015-01-09 13:19:12,341 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-09 13:19:12,434 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-09 13:19:12,450 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-09 13:19:12,497 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-09 13:19:12,559 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) ======================================================================================== 2015-01-09 13:19:12,559 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-09 13:19:12,575 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:19:12,606 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 13:19:12,606 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) No results were returned for filter 'Filter volumes by key' 2015-01-09 13:19:12,668 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) ======================================================================================== 2015-01-09 13:19:12,668 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-09 13:19:12,684 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:19:12,731 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 13:19:12,731 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) No results were returned for filter 'Filter volumes by key' 2015-01-09 13:19:12,809 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) ======================================================================================== 2015-01-09 13:19:12,809 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}' 2015-01-09 13:19:12,824 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'bf3_mystst_replseta' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 13:19:12,856 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Local filter 'Filter export policies by key' successfully executed, rows affected '0' 2015-01-09 13:19:12,856 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) No results were returned for filter 'Filter export policies by key' 2015-01-09 13:19:12,918 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) ======================================================================================== 2015-01-09 13:19:12,918 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Executing finder 'Finder{id=462, name='7848f70b-7a67-4599-8916-f2db1549cc33', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=MEDIUM}' 2015-01-09 13:19:12,918 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=MEDIUM}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 13:19:12,949 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 13:19:12,965 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Finder '7848f70b-7a67-4599-8916-f2db1549cc33' successfully executed, rows returned '1', returning first row only 2015-01-09 13:19:12,965 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Finder results '{policy_name=MEDIUM}' 2015-01-09 13:19:12,965 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) ======================================================================================== 2015-01-09 13:19:12,980 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) ======================================================================================== 2015-01-09 13:19:12,980 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Executing finder 'Finder{id=464, name='e4c85240-7f24-4968-94e3-0c95a7a710c8', dictionaryEntry=QoS_Policy_Group}', parameters '{qos_name=medium_bf3_mystst_replseta, cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 13:19:12,996 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Executing local filter 'Filter QoS policy group by key', parameters '{qos_name=medium_bf3_mystst_replseta, cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'medium_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:19:13,027 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 13:19:13,027 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 13:19:13,058 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) ======================================================================================== 2015-01-09 13:19:13,058 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Executing finder 'Finder{id=464, name='e4c85240-7f24-4968-94e3-0c95a7a710c8', dictionaryEntry=QoS_Policy_Group}', parameters '{qos_name=medium_bf3_mystst_replseta, cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 13:19:13,058 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Executing local filter 'Filter QoS policy group by key', parameters '{qos_name=medium_bf3_mystst_replseta, cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'medium_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:19:13,105 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 13:19:13,121 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 13:19:13,136 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=MEDIUM}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 13:19:13,168 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-09 13:19:13,214 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) ======================================================================================== 2015-01-09 13:19:13,214 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Executing finder 'Finder{id=463, name='6809a45f-a3ed-4e06-8b32-a71b3f798e22', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=ARCHIVE}' 2015-01-09 13:19:13,214 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=ARCHIVE}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 13:19:13,246 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 13:19:13,261 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Finder '6809a45f-a3ed-4e06-8b32-a71b3f798e22' successfully executed, rows returned '1', returning first row only 2015-01-09 13:19:13,277 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Finder results '{policy_name=ARCHIVE}' 2015-01-09 13:19:13,277 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) ======================================================================================== 2015-01-09 13:19:13,292 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) ======================================================================================== 2015-01-09 13:19:13,292 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Executing finder 'Finder{id=465, name='0a75c9bb-d1ce-4840-96a6-a48bf12b57dc', dictionaryEntry=QoS_Policy_Group}', parameters '{cluster_name=hq-stor, qos_name=archive_bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-09 13:19:13,292 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Executing local filter 'Filter QoS policy group by key', parameters '{cluster_name=hq-stor, qos_name=archive_bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'archive_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:19:13,339 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 13:19:13,339 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 13:19:13,355 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) ======================================================================================== 2015-01-09 13:19:13,370 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Executing finder 'Finder{id=465, name='0a75c9bb-d1ce-4840-96a6-a48bf12b57dc', dictionaryEntry=QoS_Policy_Group}', parameters '{cluster_name=hq-stor, qos_name=archive_bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-09 13:19:13,370 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Executing local filter 'Filter QoS policy group by key', parameters '{cluster_name=hq-stor, qos_name=archive_bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'archive_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:19:13,417 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 13:19:13,417 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 13:19:13,433 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=ARCHIVE}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 13:19:13,464 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 86) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-09 13:19:23,853 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 13:19:23,853 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-09 13:19:23,869 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-09 13:19:23,900 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-09 13:19:23,916 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-09 13:19:23,916 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Finder results '{primary_address=hq-stor}' 2015-01-09 13:19:23,916 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 13:19:23,931 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-09 13:19:23,978 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-09 13:19:23,994 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 13:19:23,994 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Executing finder 'Finder{id=458, name='d499b79f-7679-43f9-bc75-3b1de7fa8801', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-09 13:19:24,009 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 13:19:24,041 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-09 13:19:24,056 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Finder 'd499b79f-7679-43f9-bc75-3b1de7fa8801' successfully executed, rows returned '1', returning first row only 2015-01-09 13:19:24,056 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 13:19:24,072 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 13:19:24,134 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 13:19:24,134 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Executing finder 'Finder{id=459, name='fe000709-57f2-441f-957e-7d13f286d8d6', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=hqvs0_root}' 2015-01-09 13:19:24,150 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=hqvs0_root}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:19:24,181 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-09 13:19:24,197 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Finder 'fe000709-57f2-441f-957e-7d13f286d8d6' successfully executed, rows returned '1', returning first row only 2015-01-09 13:19:24,197 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Finder results '{name=hqvs0_root, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 13:19:24,212 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 13:19:24,228 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 13:19:24,228 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 13:19:24,243 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-09 13:19:24,290 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-09 13:19:24,306 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-09 13:19:24,306 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-09 13:19:24,321 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 13:19:24,337 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 13:19:24,337 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}' 2015-01-09 13:19:24,353 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:19:24,384 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 13:19:24,384 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) No results were returned for filter 'Filter volumes by key' 2015-01-09 13:19:24,431 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-09 13:19:24,524 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-09 13:19:24,540 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-09 13:19:24,587 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-09 13:19:24,649 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 13:19:24,649 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-09 13:19:24,665 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:19:24,696 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 13:19:24,696 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) No results were returned for filter 'Filter volumes by key' 2015-01-09 13:19:24,789 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 13:19:24,805 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-09 13:19:24,821 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:19:24,867 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 13:19:24,867 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) No results were returned for filter 'Filter volumes by key' 2015-01-09 13:19:24,961 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 13:19:24,961 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}' 2015-01-09 13:19:24,977 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'bf3_mystst_replseta' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 13:19:25,023 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Local filter 'Filter export policies by key' successfully executed, rows affected '0' 2015-01-09 13:19:25,023 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) No results were returned for filter 'Filter export policies by key' 2015-01-09 13:19:25,086 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 13:19:25,086 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Executing finder 'Finder{id=462, name='7848f70b-7a67-4599-8916-f2db1549cc33', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=MEDIUM}' 2015-01-09 13:19:25,086 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=MEDIUM}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 13:19:25,133 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 13:19:25,148 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Finder '7848f70b-7a67-4599-8916-f2db1549cc33' successfully executed, rows returned '1', returning first row only 2015-01-09 13:19:25,148 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Finder results '{policy_name=MEDIUM}' 2015-01-09 13:19:25,148 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 13:19:25,164 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 13:19:25,164 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Executing finder 'Finder{id=464, name='e4c85240-7f24-4968-94e3-0c95a7a710c8', dictionaryEntry=QoS_Policy_Group}', parameters '{cluster_name=hq-stor, qos_name=medium_bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-09 13:19:25,179 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Executing local filter 'Filter QoS policy group by key', parameters '{cluster_name=hq-stor, qos_name=medium_bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'medium_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:19:25,211 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 13:19:25,226 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 13:19:25,242 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 13:19:25,242 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Executing finder 'Finder{id=464, name='e4c85240-7f24-4968-94e3-0c95a7a710c8', dictionaryEntry=QoS_Policy_Group}', parameters '{cluster_name=hq-stor, qos_name=medium_bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-09 13:19:25,257 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Executing local filter 'Filter QoS policy group by key', parameters '{cluster_name=hq-stor, qos_name=medium_bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'medium_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:19:25,304 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 13:19:25,304 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 13:19:25,335 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=MEDIUM}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 13:19:25,367 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-09 13:19:25,398 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 13:19:25,398 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Executing finder 'Finder{id=463, name='6809a45f-a3ed-4e06-8b32-a71b3f798e22', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=ARCHIVE}' 2015-01-09 13:19:25,413 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=ARCHIVE}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 13:19:25,429 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 13:19:25,445 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Finder '6809a45f-a3ed-4e06-8b32-a71b3f798e22' successfully executed, rows returned '1', returning first row only 2015-01-09 13:19:25,460 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Finder results '{policy_name=ARCHIVE}' 2015-01-09 13:19:25,460 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 13:19:25,476 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 13:19:25,476 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Executing finder 'Finder{id=465, name='0a75c9bb-d1ce-4840-96a6-a48bf12b57dc', dictionaryEntry=QoS_Policy_Group}', parameters '{cluster_name=hq-stor, qos_name=archive_bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-09 13:19:25,491 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Executing local filter 'Filter QoS policy group by key', parameters '{cluster_name=hq-stor, qos_name=archive_bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'archive_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:19:25,523 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 13:19:25,538 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 13:19:25,569 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 13:19:25,569 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Executing finder 'Finder{id=465, name='0a75c9bb-d1ce-4840-96a6-a48bf12b57dc', dictionaryEntry=QoS_Policy_Group}', parameters '{cluster_name=hq-stor, qos_name=archive_bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-09 13:19:25,585 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Executing local filter 'Filter QoS policy group by key', parameters '{cluster_name=hq-stor, qos_name=archive_bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'archive_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:19:25,616 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 13:19:25,632 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 13:19:25,647 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=ARCHIVE}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 13:19:25,679 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-45802 (HornetQ-client-global-threads-1769541880)) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-09 13:40:17,243 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) ======================================================================================== 2015-01-09 13:40:17,259 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-09 13:40:17,259 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-09 13:40:17,306 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-09 13:40:17,321 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-09 13:40:17,321 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Finder results '{primary_address=hq-stor}' 2015-01-09 13:40:17,337 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) ======================================================================================== 2015-01-09 13:40:17,353 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-09 13:40:17,384 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-09 13:40:17,399 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) ======================================================================================== 2015-01-09 13:40:17,399 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Executing finder 'Finder{id=458, name='d499b79f-7679-43f9-bc75-3b1de7fa8801', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-09 13:40:17,415 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 13:40:17,462 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-09 13:40:17,477 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Finder 'd499b79f-7679-43f9-bc75-3b1de7fa8801' successfully executed, rows returned '1', returning first row only 2015-01-09 13:40:17,477 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 13:40:17,477 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) ======================================================================================== 2015-01-09 13:40:17,649 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) ======================================================================================== 2015-01-09 13:40:17,665 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Executing finder 'Finder{id=459, name='fe000709-57f2-441f-957e-7d13f286d8d6', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-09 13:40:17,665 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:40:17,696 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-09 13:40:17,711 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Finder 'fe000709-57f2-441f-957e-7d13f286d8d6' successfully executed, rows returned '1', returning first row only 2015-01-09 13:40:17,711 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Finder results '{name=hqvs0_root, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 13:40:17,711 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) ======================================================================================== 2015-01-09 13:40:17,727 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) ======================================================================================== 2015-01-09 13:40:17,743 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 13:40:17,743 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-09 13:40:17,789 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-09 13:40:17,805 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-09 13:40:17,805 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-09 13:40:17,821 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) ======================================================================================== 2015-01-09 13:40:17,836 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) ======================================================================================== 2015-01-09 13:40:17,836 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4, vserver_name=hq-vs0}' 2015-01-09 13:40:17,852 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:40:17,883 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 13:40:17,899 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) No results were returned for filter 'Filter volumes by key' 2015-01-09 13:40:17,930 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-09 13:40:18,023 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-09 13:40:18,039 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-09 13:40:18,086 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-09 13:40:18,242 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) ======================================================================================== 2015-01-09 13:40:18,242 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev, vserver_name=hq-vs0}' 2015-01-09 13:40:18,257 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mysdev' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:40:18,320 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 13:40:18,320 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) No results were returned for filter 'Filter volumes by key' 2015-01-09 13:40:18,476 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) ======================================================================================== 2015-01-09 13:40:18,491 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev_y2015sm4, vserver_name=hq-vs0}' 2015-01-09 13:40:18,507 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev_y2015sm4, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mysdev_y2015sm4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:40:18,538 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 13:40:18,554 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) No results were returned for filter 'Filter volumes by key' 2015-01-09 13:40:18,710 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) ======================================================================================== 2015-01-09 13:40:18,710 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=sims4_mysdev_y2015sm4}' 2015-01-09 13:40:18,725 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=sims4_mysdev_y2015sm4}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'sims4_mysdev_y2015sm4' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 13:40:18,788 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Local filter 'Filter export policies by key' successfully executed, rows affected '0' 2015-01-09 13:40:18,803 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) No results were returned for filter 'Filter export policies by key' 2015-01-09 13:40:18,912 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) ======================================================================================== 2015-01-09 13:40:18,912 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Executing finder 'Finder{id=442, name='bd8fac1f-b07a-42b9-984c-0ac2caa2954a', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}' 2015-01-09 13:40:18,928 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:40:19,022 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-09 13:40:19,053 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-09 13:40:19,115 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-09 13:40:19,146 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Executing local filter 'EADP Filter aggregates with name containing search string', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name LIKE '%sas%' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:40:19,193 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Local filter 'EADP Filter aggregates with name containing search string' successfully executed, rows affected '1' 2015-01-09 13:40:19,209 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Executing local filter 'Filter aggregates by available capacity', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' , aggr.available_size_mb FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON aggr.node_id=node.id JOIN cm_storage.cluster AS cluster ON node.cluster_id =cluster.id WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND aggr.available_size_mb > 30 ' 2015-01-09 13:40:19,271 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Local filter 'Filter aggregates by available capacity' successfully executed, rows affected '2' 2015-01-09 13:40:19,287 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Finder 'bd8fac1f-b07a-42b9-984c-0ac2caa2954a' successfully executed, rows returned '1', returning first row only 2015-01-09 13:40:19,302 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-09 13:40:19,302 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) ======================================================================================== 2015-01-09 13:40:19,583 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) ======================================================================================== 2015-01-09 13:40:19,583 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Executing finder 'Finder{id=466, name='3a6caaf2-ef2a-4f5e-893f-4542eff250ba', dictionaryEntry=Snapshot_Policy}', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}' 2015-01-09 13:40:19,599 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Executing local filter 'Filter snapshot policies by name', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}', query 'SELECT snapshot_policy.*, cluster.primary_address AS 'vserver.cluster.primary_address', vserver.name AS 'vserver.name' FROM cm_storage.snapshot_policy, cm_storage.cluster, cm_storage.vserver WHERE cluster.id = snapshot_policy.cluster_id AND snapshot_policy.name = 'default' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.id = snapshot_policy.vserver_id AND vserver.name IN ( 'hq-vs0', cluster.name )' 2015-01-09 13:40:19,661 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Local filter 'Filter snapshot policies by name' successfully executed, rows affected '1' 2015-01-09 13:40:19,677 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Finder '3a6caaf2-ef2a-4f5e-893f-4542eff250ba' successfully executed, rows returned '1', returning first row only 2015-01-09 13:40:19,692 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-stor}' 2015-01-09 13:40:19,692 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) ======================================================================================== 2015-01-09 13:40:19,786 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) ======================================================================================== 2015-01-09 13:40:19,802 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Executing finder 'Finder{id=462, name='7848f70b-7a67-4599-8916-f2db1549cc33', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=MEDIUM}' 2015-01-09 13:40:19,802 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=MEDIUM}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 13:40:19,833 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 13:40:19,848 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Finder '7848f70b-7a67-4599-8916-f2db1549cc33' successfully executed, rows returned '1', returning first row only 2015-01-09 13:40:19,864 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Finder results '{policy_name=MEDIUM}' 2015-01-09 13:40:19,864 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) ======================================================================================== 2015-01-09 13:40:19,895 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) ======================================================================================== 2015-01-09 13:40:19,911 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Executing finder 'Finder{id=464, name='e4c85240-7f24-4968-94e3-0c95a7a710c8', dictionaryEntry=QoS_Policy_Group}', parameters '{qos_name=medium_sims4_mysdev_y2015sm4, cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 13:40:19,911 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Executing local filter 'Filter QoS policy group by key', parameters '{qos_name=medium_sims4_mysdev_y2015sm4, cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'medium_sims4_mysdev_y2015sm4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:40:19,973 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 13:40:19,989 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 13:40:20,020 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=MEDIUM}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 13:40:20,067 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-09 13:40:20,379 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) ======================================================================================== 2015-01-09 13:40:20,379 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Executing finder 'Finder{id=434, name='4d03ad84-efb4-400e-adec-235595a4b097', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sata}' 2015-01-09 13:40:20,394 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sata}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:40:20,441 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-09 13:40:20,472 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sata}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-09 13:40:20,550 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-09 13:40:20,582 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Executing local filter 'EADP Filter aggregates with name containing search string', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sata}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name LIKE '%sata%' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:40:20,628 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Local filter 'EADP Filter aggregates with name containing search string' successfully executed, rows affected '0' 2015-01-09 13:40:20,644 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) No results were returned for filter 'EADP Filter aggregates with name containing search string' 2015-01-09 13:40:20,660 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Executing local filter 'Filter aggregates by available capacity', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sata}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' , aggr.available_size_mb FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON aggr.node_id=node.id JOIN cm_storage.cluster AS cluster ON node.cluster_id =cluster.id WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND aggr.available_size_mb > 30 ' 2015-01-09 13:40:20,722 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 98) Local filter 'Filter aggregates by available capacity' successfully executed, rows affected '2' 2015-01-09 13:43:17,483 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:17,483 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-09 13:43:17,498 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-09 13:43:17,545 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-09 13:43:17,561 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-09 13:43:17,576 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Finder results '{primary_address=hq-stor}' 2015-01-09 13:43:17,576 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:17,607 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-09 13:43:17,654 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-09 13:43:17,685 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:17,685 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing finder 'Finder{id=458, name='d499b79f-7679-43f9-bc75-3b1de7fa8801', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-09 13:43:17,701 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 13:43:17,748 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-09 13:43:17,763 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Finder 'd499b79f-7679-43f9-bc75-3b1de7fa8801' successfully executed, rows returned '1', returning first row only 2015-01-09 13:43:17,779 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 13:43:17,779 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:17,904 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:17,919 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing finder 'Finder{id=459, name='fe000709-57f2-441f-957e-7d13f286d8d6', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-09 13:43:17,919 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:43:17,982 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-09 13:43:17,997 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Finder 'fe000709-57f2-441f-957e-7d13f286d8d6' successfully executed, rows returned '1', returning first row only 2015-01-09 13:43:18,013 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Finder results '{name=hqvs0_root, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 13:43:18,013 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:18,044 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:18,044 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 13:43:18,060 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-09 13:43:18,122 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-09 13:43:18,153 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-09 13:43:18,153 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-09 13:43:18,169 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:18,185 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:18,200 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4, vserver_name=hq-vs0}' 2015-01-09 13:43:18,200 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:43:18,263 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 13:43:18,263 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) No results were returned for filter 'Filter volumes by key' 2015-01-09 13:43:18,309 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-09 13:43:18,419 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-09 13:43:18,450 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-09 13:43:18,512 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-09 13:43:18,590 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:18,606 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev, vserver_name=hq-vs0}' 2015-01-09 13:43:18,606 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mysdev' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:43:18,668 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 13:43:18,668 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) No results were returned for filter 'Filter volumes by key' 2015-01-09 13:43:18,731 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:18,746 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev_y2015sm4, vserver_name=hq-vs0}' 2015-01-09 13:43:18,746 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev_y2015sm4, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mysdev_y2015sm4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:43:18,809 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 13:43:18,809 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) No results were returned for filter 'Filter volumes by key' 2015-01-09 13:43:18,918 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:18,933 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=sims4_mysdev_y2015sm4}' 2015-01-09 13:43:18,949 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=sims4_mysdev_y2015sm4}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'sims4_mysdev_y2015sm4' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 13:43:18,980 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'Filter export policies by key' successfully executed, rows affected '0' 2015-01-09 13:43:18,980 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) No results were returned for filter 'Filter export policies by key' 2015-01-09 13:43:19,058 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:19,058 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing finder 'Finder{id=442, name='bd8fac1f-b07a-42b9-984c-0ac2caa2954a', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}' 2015-01-09 13:43:19,074 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:43:19,152 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-09 13:43:19,183 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-09 13:43:19,245 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-09 13:43:19,261 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'EADP Filter aggregates with name containing search string', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name LIKE '%sas%' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:43:19,292 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'EADP Filter aggregates with name containing search string' successfully executed, rows affected '1' 2015-01-09 13:43:19,308 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'Filter aggregates by available capacity', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' , aggr.available_size_mb FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON aggr.node_id=node.id JOIN cm_storage.cluster AS cluster ON node.cluster_id =cluster.id WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND aggr.available_size_mb > 30 ' 2015-01-09 13:43:19,355 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'Filter aggregates by available capacity' successfully executed, rows affected '2' 2015-01-09 13:43:19,370 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Finder 'bd8fac1f-b07a-42b9-984c-0ac2caa2954a' successfully executed, rows returned '1', returning first row only 2015-01-09 13:43:19,386 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-09 13:43:19,386 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:19,495 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:19,495 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing finder 'Finder{id=466, name='3a6caaf2-ef2a-4f5e-893f-4542eff250ba', dictionaryEntry=Snapshot_Policy}', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}' 2015-01-09 13:43:19,511 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'Filter snapshot policies by name', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}', query 'SELECT snapshot_policy.*, cluster.primary_address AS 'vserver.cluster.primary_address', vserver.name AS 'vserver.name' FROM cm_storage.snapshot_policy, cm_storage.cluster, cm_storage.vserver WHERE cluster.id = snapshot_policy.cluster_id AND snapshot_policy.name = 'default' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.id = snapshot_policy.vserver_id AND vserver.name IN ( 'hq-vs0', cluster.name )' 2015-01-09 13:43:19,557 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'Filter snapshot policies by name' successfully executed, rows affected '1' 2015-01-09 13:43:19,573 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Finder '3a6caaf2-ef2a-4f5e-893f-4542eff250ba' successfully executed, rows returned '1', returning first row only 2015-01-09 13:43:19,573 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-stor}' 2015-01-09 13:43:19,589 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:19,667 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:19,667 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing finder 'Finder{id=462, name='7848f70b-7a67-4599-8916-f2db1549cc33', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=MEDIUM}' 2015-01-09 13:43:19,667 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=MEDIUM}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 13:43:19,713 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 13:43:19,729 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Finder '7848f70b-7a67-4599-8916-f2db1549cc33' successfully executed, rows returned '1', returning first row only 2015-01-09 13:43:19,729 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Finder results '{policy_name=MEDIUM}' 2015-01-09 13:43:19,745 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:19,776 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:19,791 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing finder 'Finder{id=464, name='e4c85240-7f24-4968-94e3-0c95a7a710c8', dictionaryEntry=QoS_Policy_Group}', parameters '{qos_name=medium_sims4_mysdev_y2015sm4, cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 13:43:19,791 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'Filter QoS policy group by key', parameters '{qos_name=medium_sims4_mysdev_y2015sm4, cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'medium_sims4_mysdev_y2015sm4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:43:19,838 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 13:43:19,838 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 13:43:19,885 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=MEDIUM}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 13:43:19,916 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-09 13:43:20,150 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:20,166 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing finder 'Finder{id=434, name='4d03ad84-efb4-400e-adec-235595a4b097', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}' 2015-01-09 13:43:20,166 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:43:20,228 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-09 13:43:20,275 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-09 13:43:20,322 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-09 13:43:20,337 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'EADP Filter aggregates with name containing search string', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name LIKE '%sas%' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:43:20,400 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'EADP Filter aggregates with name containing search string' successfully executed, rows affected '1' 2015-01-09 13:43:20,415 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'Filter aggregates by available capacity', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' , aggr.available_size_mb FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON aggr.node_id=node.id JOIN cm_storage.cluster AS cluster ON node.cluster_id =cluster.id WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND aggr.available_size_mb > 30 ' 2015-01-09 13:43:20,509 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'Filter aggregates by available capacity' successfully executed, rows affected '2' 2015-01-09 13:43:20,525 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Finder '4d03ad84-efb4-400e-adec-235595a4b097' successfully executed, rows returned '1', returning first row only 2015-01-09 13:43:20,540 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-09 13:43:20,540 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:20,665 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:20,665 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing finder 'Finder{id=467, name='690f4b66-104d-4728-aadb-be0fa5cc562d', dictionaryEntry=Snapshot_Policy}', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}' 2015-01-09 13:43:20,681 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'Filter snapshot policies by name', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}', query 'SELECT snapshot_policy.*, cluster.primary_address AS 'vserver.cluster.primary_address', vserver.name AS 'vserver.name' FROM cm_storage.snapshot_policy, cm_storage.cluster, cm_storage.vserver WHERE cluster.id = snapshot_policy.cluster_id AND snapshot_policy.name = 'default' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.id = snapshot_policy.vserver_id AND vserver.name IN ( 'hq-vs0', cluster.name )' 2015-01-09 13:43:20,774 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'Filter snapshot policies by name' successfully executed, rows affected '1' 2015-01-09 13:43:20,790 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Finder '690f4b66-104d-4728-aadb-be0fa5cc562d' successfully executed, rows returned '1', returning first row only 2015-01-09 13:43:20,805 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-stor}' 2015-01-09 13:43:20,805 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:20,868 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:20,868 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing finder 'Finder{id=463, name='6809a45f-a3ed-4e06-8b32-a71b3f798e22', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=ARCHIVE}' 2015-01-09 13:43:20,883 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=ARCHIVE}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 13:43:20,930 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 13:43:20,946 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Finder '6809a45f-a3ed-4e06-8b32-a71b3f798e22' successfully executed, rows returned '1', returning first row only 2015-01-09 13:43:20,946 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Finder results '{policy_name=ARCHIVE}' 2015-01-09 13:43:20,961 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:20,993 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:20,993 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing finder 'Finder{id=465, name='0a75c9bb-d1ce-4840-96a6-a48bf12b57dc', dictionaryEntry=QoS_Policy_Group}', parameters '{cluster_name=hq-stor, qos_name=archive_sims4_mysdev_y2015sm4, vserver_name=hq-vs0}' 2015-01-09 13:43:21,008 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'Filter QoS policy group by key', parameters '{cluster_name=hq-stor, qos_name=archive_sims4_mysdev_y2015sm4, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'archive_sims4_mysdev_y2015sm4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:43:21,055 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 13:43:21,055 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 13:43:21,102 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=ARCHIVE}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 13:43:21,164 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-09 13:43:54,079 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:54,095 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-09 13:43:54,095 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-09 13:43:54,142 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-09 13:43:54,157 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-09 13:43:54,157 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Finder results '{primary_address=hq-stor}' 2015-01-09 13:43:54,157 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:54,173 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-09 13:43:54,220 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-09 13:43:54,235 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:54,235 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing finder 'Finder{id=458, name='d499b79f-7679-43f9-bc75-3b1de7fa8801', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-09 13:43:54,251 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 13:43:54,298 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-09 13:43:54,313 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Finder 'd499b79f-7679-43f9-bc75-3b1de7fa8801' successfully executed, rows returned '1', returning first row only 2015-01-09 13:43:54,313 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 13:43:54,313 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:54,391 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:54,391 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing finder 'Finder{id=459, name='fe000709-57f2-441f-957e-7d13f286d8d6', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-09 13:43:54,391 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:43:54,422 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-09 13:43:54,438 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Finder 'fe000709-57f2-441f-957e-7d13f286d8d6' successfully executed, rows returned '1', returning first row only 2015-01-09 13:43:54,438 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Finder results '{name=hqvs0_root, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 13:43:54,454 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:54,454 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:54,469 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 13:43:54,469 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-09 13:43:54,516 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-09 13:43:54,532 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-09 13:43:54,532 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-09 13:43:54,547 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:54,563 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:54,563 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4, vserver_name=hq-vs0}' 2015-01-09 13:43:54,563 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:43:54,625 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 13:43:54,625 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) No results were returned for filter 'Filter volumes by key' 2015-01-09 13:43:54,656 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-09 13:43:54,766 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-09 13:43:54,781 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-09 13:43:54,844 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-09 13:43:54,922 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:54,922 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev, vserver_name=hq-vs0}' 2015-01-09 13:43:54,937 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mysdev' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:43:54,968 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 13:43:54,968 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) No results were returned for filter 'Filter volumes by key' 2015-01-09 13:43:55,046 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:55,046 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev_y2015sm4, vserver_name=hq-vs0}' 2015-01-09 13:43:55,062 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev_y2015sm4, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mysdev_y2015sm4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:43:55,124 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 13:43:55,124 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) No results were returned for filter 'Filter volumes by key' 2015-01-09 13:43:55,234 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:55,234 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=sims4_mysdev_y2015sm4}' 2015-01-09 13:43:55,249 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=sims4_mysdev_y2015sm4}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'sims4_mysdev_y2015sm4' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 13:43:55,312 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'Filter export policies by key' successfully executed, rows affected '0' 2015-01-09 13:43:55,327 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) No results were returned for filter 'Filter export policies by key' 2015-01-09 13:43:55,405 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:55,405 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing finder 'Finder{id=442, name='bd8fac1f-b07a-42b9-984c-0ac2caa2954a', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}' 2015-01-09 13:43:55,421 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:43:55,514 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-09 13:43:55,546 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-09 13:43:55,670 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-09 13:43:55,686 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'EADP Filter aggregates with name containing search string', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name LIKE '%sas%' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:43:55,733 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'EADP Filter aggregates with name containing search string' successfully executed, rows affected '1' 2015-01-09 13:43:55,748 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'Filter aggregates by available capacity', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' , aggr.available_size_mb FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON aggr.node_id=node.id JOIN cm_storage.cluster AS cluster ON node.cluster_id =cluster.id WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND aggr.available_size_mb > 30 ' 2015-01-09 13:43:55,795 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'Filter aggregates by available capacity' successfully executed, rows affected '2' 2015-01-09 13:43:55,811 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Finder 'bd8fac1f-b07a-42b9-984c-0ac2caa2954a' successfully executed, rows returned '1', returning first row only 2015-01-09 13:43:55,811 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-09 13:43:55,826 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:55,920 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:55,936 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing finder 'Finder{id=466, name='3a6caaf2-ef2a-4f5e-893f-4542eff250ba', dictionaryEntry=Snapshot_Policy}', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}' 2015-01-09 13:43:55,936 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'Filter snapshot policies by name', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}', query 'SELECT snapshot_policy.*, cluster.primary_address AS 'vserver.cluster.primary_address', vserver.name AS 'vserver.name' FROM cm_storage.snapshot_policy, cm_storage.cluster, cm_storage.vserver WHERE cluster.id = snapshot_policy.cluster_id AND snapshot_policy.name = 'default' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.id = snapshot_policy.vserver_id AND vserver.name IN ( 'hq-vs0', cluster.name )' 2015-01-09 13:43:55,998 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'Filter snapshot policies by name' successfully executed, rows affected '1' 2015-01-09 13:43:56,014 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Finder '3a6caaf2-ef2a-4f5e-893f-4542eff250ba' successfully executed, rows returned '1', returning first row only 2015-01-09 13:43:56,014 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-stor}' 2015-01-09 13:43:56,014 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:56,076 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:56,076 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing finder 'Finder{id=462, name='7848f70b-7a67-4599-8916-f2db1549cc33', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=MEDIUM}' 2015-01-09 13:43:56,092 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=MEDIUM}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 13:43:56,138 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 13:43:56,154 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Finder '7848f70b-7a67-4599-8916-f2db1549cc33' successfully executed, rows returned '1', returning first row only 2015-01-09 13:43:56,154 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Finder results '{policy_name=MEDIUM}' 2015-01-09 13:43:56,154 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:56,170 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:56,185 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing finder 'Finder{id=464, name='e4c85240-7f24-4968-94e3-0c95a7a710c8', dictionaryEntry=QoS_Policy_Group}', parameters '{qos_name=medium_sims4_mysdev_y2015sm4, cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 13:43:56,201 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'Filter QoS policy group by key', parameters '{qos_name=medium_sims4_mysdev_y2015sm4, cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'medium_sims4_mysdev_y2015sm4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:43:56,310 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 13:43:56,310 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 13:43:56,357 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=MEDIUM}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 13:43:56,435 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-09 13:43:56,638 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:56,638 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing finder 'Finder{id=434, name='4d03ad84-efb4-400e-adec-235595a4b097', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}' 2015-01-09 13:43:56,653 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:43:56,731 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-09 13:43:56,762 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-09 13:43:56,840 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-09 13:43:56,856 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'EADP Filter aggregates with name containing search string', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name LIKE '%sas%' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:43:56,918 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'EADP Filter aggregates with name containing search string' successfully executed, rows affected '1' 2015-01-09 13:43:56,950 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'Filter aggregates by available capacity', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' , aggr.available_size_mb FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON aggr.node_id=node.id JOIN cm_storage.cluster AS cluster ON node.cluster_id =cluster.id WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND aggr.available_size_mb > 30 ' 2015-01-09 13:43:57,043 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'Filter aggregates by available capacity' successfully executed, rows affected '2' 2015-01-09 13:43:57,074 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Finder '4d03ad84-efb4-400e-adec-235595a4b097' successfully executed, rows returned '1', returning first row only 2015-01-09 13:43:57,074 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-09 13:43:57,074 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:57,199 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:57,199 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing finder 'Finder{id=467, name='690f4b66-104d-4728-aadb-be0fa5cc562d', dictionaryEntry=Snapshot_Policy}', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}' 2015-01-09 13:43:57,215 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'Filter snapshot policies by name', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}', query 'SELECT snapshot_policy.*, cluster.primary_address AS 'vserver.cluster.primary_address', vserver.name AS 'vserver.name' FROM cm_storage.snapshot_policy, cm_storage.cluster, cm_storage.vserver WHERE cluster.id = snapshot_policy.cluster_id AND snapshot_policy.name = 'default' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.id = snapshot_policy.vserver_id AND vserver.name IN ( 'hq-vs0', cluster.name )' 2015-01-09 13:43:57,277 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'Filter snapshot policies by name' successfully executed, rows affected '1' 2015-01-09 13:43:57,293 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Finder '690f4b66-104d-4728-aadb-be0fa5cc562d' successfully executed, rows returned '1', returning first row only 2015-01-09 13:43:57,293 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-stor}' 2015-01-09 13:43:57,308 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:57,371 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:57,386 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing finder 'Finder{id=463, name='6809a45f-a3ed-4e06-8b32-a71b3f798e22', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=ARCHIVE}' 2015-01-09 13:43:57,386 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=ARCHIVE}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 13:43:57,449 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 13:43:57,464 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Finder '6809a45f-a3ed-4e06-8b32-a71b3f798e22' successfully executed, rows returned '1', returning first row only 2015-01-09 13:43:57,464 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Finder results '{policy_name=ARCHIVE}' 2015-01-09 13:43:57,480 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:57,496 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) ======================================================================================== 2015-01-09 13:43:57,511 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing finder 'Finder{id=465, name='0a75c9bb-d1ce-4840-96a6-a48bf12b57dc', dictionaryEntry=QoS_Policy_Group}', parameters '{cluster_name=hq-stor, qos_name=archive_sims4_mysdev_y2015sm4, vserver_name=hq-vs0}' 2015-01-09 13:43:57,527 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'Filter QoS policy group by key', parameters '{cluster_name=hq-stor, qos_name=archive_sims4_mysdev_y2015sm4, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'archive_sims4_mysdev_y2015sm4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:43:57,589 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 13:43:57,589 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 13:43:57,620 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=ARCHIVE}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 13:43:57,667 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 102) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-09 13:54:27,022 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) ======================================================================================== 2015-01-09 13:54:27,022 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-09 13:54:27,022 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-09 13:54:27,069 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-09 13:54:27,084 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-09 13:54:27,084 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Finder results '{primary_address=hq-stor}' 2015-01-09 13:54:27,084 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) ======================================================================================== 2015-01-09 13:54:27,116 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-09 13:54:27,147 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-09 13:54:27,162 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) ======================================================================================== 2015-01-09 13:54:27,162 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing finder 'Finder{id=458, name='d499b79f-7679-43f9-bc75-3b1de7fa8801', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-09 13:54:27,178 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 13:54:27,209 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-09 13:54:27,225 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Finder 'd499b79f-7679-43f9-bc75-3b1de7fa8801' successfully executed, rows returned '1', returning first row only 2015-01-09 13:54:27,225 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 13:54:27,225 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) ======================================================================================== 2015-01-09 13:54:27,318 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) ======================================================================================== 2015-01-09 13:54:27,318 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing finder 'Finder{id=459, name='fe000709-57f2-441f-957e-7d13f286d8d6', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-09 13:54:27,334 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:54:27,365 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-09 13:54:27,381 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Finder 'fe000709-57f2-441f-957e-7d13f286d8d6' successfully executed, rows returned '1', returning first row only 2015-01-09 13:54:27,381 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Finder results '{name=hqvs0_root, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 13:54:27,381 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) ======================================================================================== 2015-01-09 13:54:27,396 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) ======================================================================================== 2015-01-09 13:54:27,396 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 13:54:27,412 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-09 13:54:27,443 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-09 13:54:27,459 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-09 13:54:27,459 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-09 13:54:27,459 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) ======================================================================================== 2015-01-09 13:54:27,490 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) ======================================================================================== 2015-01-09 13:54:27,490 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4, vserver_name=hq-vs0}' 2015-01-09 13:54:27,506 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:54:27,537 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 13:54:27,537 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) No results were returned for filter 'Filter volumes by key' 2015-01-09 13:54:27,568 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-09 13:54:27,646 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-09 13:54:27,662 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-09 13:54:27,708 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-09 13:54:27,771 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) ======================================================================================== 2015-01-09 13:54:27,786 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev, vserver_name=hq-vs0}' 2015-01-09 13:54:27,786 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mysdev' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:54:27,833 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 13:54:27,833 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) No results were returned for filter 'Filter volumes by key' 2015-01-09 13:54:27,896 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) ======================================================================================== 2015-01-09 13:54:27,911 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev_y2015sm4, vserver_name=hq-vs0}' 2015-01-09 13:54:27,911 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev_y2015sm4, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mysdev_y2015sm4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:54:27,958 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 13:54:27,958 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) No results were returned for filter 'Filter volumes by key' 2015-01-09 13:54:28,036 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) ======================================================================================== 2015-01-09 13:54:28,036 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=sims4_mysdev_y2015sm4}' 2015-01-09 13:54:28,052 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=sims4_mysdev_y2015sm4}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'sims4_mysdev_y2015sm4' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 13:54:28,083 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Local filter 'Filter export policies by key' successfully executed, rows affected '0' 2015-01-09 13:54:28,098 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) No results were returned for filter 'Filter export policies by key' 2015-01-09 13:54:28,161 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) ======================================================================================== 2015-01-09 13:54:28,161 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing finder 'Finder{id=442, name='bd8fac1f-b07a-42b9-984c-0ac2caa2954a', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}' 2015-01-09 13:54:28,161 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:54:28,223 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-09 13:54:28,254 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-09 13:54:28,301 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-09 13:54:28,317 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing local filter 'EADP Filter aggregates with name containing search string', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name LIKE '%sas%' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:54:28,348 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Local filter 'EADP Filter aggregates with name containing search string' successfully executed, rows affected '1' 2015-01-09 13:54:28,364 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing local filter 'Filter aggregates by available capacity', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' , aggr.available_size_mb FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON aggr.node_id=node.id JOIN cm_storage.cluster AS cluster ON node.cluster_id =cluster.id WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND aggr.available_size_mb > 30 ' 2015-01-09 13:54:28,395 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Local filter 'Filter aggregates by available capacity' successfully executed, rows affected '2' 2015-01-09 13:54:28,410 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Finder 'bd8fac1f-b07a-42b9-984c-0ac2caa2954a' successfully executed, rows returned '1', returning first row only 2015-01-09 13:54:28,426 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-09 13:54:28,426 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) ======================================================================================== 2015-01-09 13:54:28,504 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) ======================================================================================== 2015-01-09 13:54:28,504 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing finder 'Finder{id=466, name='3a6caaf2-ef2a-4f5e-893f-4542eff250ba', dictionaryEntry=Snapshot_Policy}', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}' 2015-01-09 13:54:28,520 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing local filter 'Filter snapshot policies by name', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}', query 'SELECT snapshot_policy.*, cluster.primary_address AS 'vserver.cluster.primary_address', vserver.name AS 'vserver.name' FROM cm_storage.snapshot_policy, cm_storage.cluster, cm_storage.vserver WHERE cluster.id = snapshot_policy.cluster_id AND snapshot_policy.name = 'default' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.id = snapshot_policy.vserver_id AND vserver.name IN ( 'hq-vs0', cluster.name )' 2015-01-09 13:54:28,551 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Local filter 'Filter snapshot policies by name' successfully executed, rows affected '1' 2015-01-09 13:54:28,566 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Finder '3a6caaf2-ef2a-4f5e-893f-4542eff250ba' successfully executed, rows returned '1', returning first row only 2015-01-09 13:54:28,566 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-stor}' 2015-01-09 13:54:28,566 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) ======================================================================================== 2015-01-09 13:54:28,644 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) ======================================================================================== 2015-01-09 13:54:28,644 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing finder 'Finder{id=462, name='7848f70b-7a67-4599-8916-f2db1549cc33', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=MEDIUM}' 2015-01-09 13:54:28,660 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=MEDIUM}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 13:54:28,691 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 13:54:28,707 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Finder '7848f70b-7a67-4599-8916-f2db1549cc33' successfully executed, rows returned '1', returning first row only 2015-01-09 13:54:28,707 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Finder results '{policy_name=MEDIUM}' 2015-01-09 13:54:28,722 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) ======================================================================================== 2015-01-09 13:54:28,754 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) ======================================================================================== 2015-01-09 13:54:28,754 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing finder 'Finder{id=464, name='e4c85240-7f24-4968-94e3-0c95a7a710c8', dictionaryEntry=QoS_Policy_Group}', parameters '{qos_name=medium_sims4_mysdev_y2015sm4, cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 13:54:28,769 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing local filter 'Filter QoS policy group by key', parameters '{qos_name=medium_sims4_mysdev_y2015sm4, cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'medium_sims4_mysdev_y2015sm4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:54:28,816 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 13:54:28,816 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 13:54:28,863 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=MEDIUM}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 13:54:28,910 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-09 13:54:29,190 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) ======================================================================================== 2015-01-09 13:54:29,190 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing finder 'Finder{id=434, name='4d03ad84-efb4-400e-adec-235595a4b097', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}' 2015-01-09 13:54:29,206 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:54:29,268 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-09 13:54:29,300 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-09 13:54:29,346 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-09 13:54:29,362 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing local filter 'EADP Filter aggregates with name containing search string', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name LIKE '%sas%' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:54:29,409 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Local filter 'EADP Filter aggregates with name containing search string' successfully executed, rows affected '1' 2015-01-09 13:54:29,424 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing local filter 'Filter aggregates by available capacity', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' , aggr.available_size_mb FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON aggr.node_id=node.id JOIN cm_storage.cluster AS cluster ON node.cluster_id =cluster.id WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND aggr.available_size_mb > 30 ' 2015-01-09 13:54:29,471 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Local filter 'Filter aggregates by available capacity' successfully executed, rows affected '2' 2015-01-09 13:54:29,471 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Finder '4d03ad84-efb4-400e-adec-235595a4b097' successfully executed, rows returned '1', returning first row only 2015-01-09 13:54:29,487 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-09 13:54:29,487 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) ======================================================================================== 2015-01-09 13:54:29,565 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) ======================================================================================== 2015-01-09 13:54:29,565 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing finder 'Finder{id=467, name='690f4b66-104d-4728-aadb-be0fa5cc562d', dictionaryEntry=Snapshot_Policy}', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}' 2015-01-09 13:54:29,580 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing local filter 'Filter snapshot policies by name', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}', query 'SELECT snapshot_policy.*, cluster.primary_address AS 'vserver.cluster.primary_address', vserver.name AS 'vserver.name' FROM cm_storage.snapshot_policy, cm_storage.cluster, cm_storage.vserver WHERE cluster.id = snapshot_policy.cluster_id AND snapshot_policy.name = 'default' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.id = snapshot_policy.vserver_id AND vserver.name IN ( 'hq-vs0', cluster.name )' 2015-01-09 13:54:29,627 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Local filter 'Filter snapshot policies by name' successfully executed, rows affected '1' 2015-01-09 13:54:29,643 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Finder '690f4b66-104d-4728-aadb-be0fa5cc562d' successfully executed, rows returned '1', returning first row only 2015-01-09 13:54:29,643 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-stor}' 2015-01-09 13:54:29,643 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) ======================================================================================== 2015-01-09 13:54:29,721 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) ======================================================================================== 2015-01-09 13:54:29,721 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing finder 'Finder{id=463, name='6809a45f-a3ed-4e06-8b32-a71b3f798e22', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=ARCHIVE}' 2015-01-09 13:54:29,721 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=ARCHIVE}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 13:54:29,768 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 13:54:29,783 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Finder '6809a45f-a3ed-4e06-8b32-a71b3f798e22' successfully executed, rows returned '1', returning first row only 2015-01-09 13:54:29,783 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Finder results '{policy_name=ARCHIVE}' 2015-01-09 13:54:29,799 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) ======================================================================================== 2015-01-09 13:54:29,814 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) ======================================================================================== 2015-01-09 13:54:29,814 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing finder 'Finder{id=465, name='0a75c9bb-d1ce-4840-96a6-a48bf12b57dc', dictionaryEntry=QoS_Policy_Group}', parameters '{cluster_name=hq-stor, qos_name=archive_sims4_mysdev_y2015sm4, vserver_name=hq-vs0}' 2015-01-09 13:54:29,830 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing local filter 'Filter QoS policy group by key', parameters '{cluster_name=hq-stor, qos_name=archive_sims4_mysdev_y2015sm4, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'archive_sims4_mysdev_y2015sm4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 13:54:29,861 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 13:54:29,877 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 13:54:29,892 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=ARCHIVE}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 13:54:29,939 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 101) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-09 14:05:30,197 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) ======================================================================================== 2015-01-09 14:05:30,197 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-09 14:05:30,212 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-09 14:05:30,243 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-09 14:05:30,259 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-09 14:05:30,275 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Finder results '{primary_address=hq-stor}' 2015-01-09 14:05:30,275 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) ======================================================================================== 2015-01-09 14:05:30,306 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-09 14:05:30,337 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-09 14:05:30,353 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) ======================================================================================== 2015-01-09 14:05:30,368 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Executing finder 'Finder{id=458, name='d499b79f-7679-43f9-bc75-3b1de7fa8801', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-09 14:05:30,368 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 14:05:30,431 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-09 14:05:30,446 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Finder 'd499b79f-7679-43f9-bc75-3b1de7fa8801' successfully executed, rows returned '1', returning first row only 2015-01-09 14:05:30,462 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 14:05:30,462 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) ======================================================================================== 2015-01-09 14:05:30,540 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) ======================================================================================== 2015-01-09 14:05:30,540 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Executing finder 'Finder{id=459, name='fe000709-57f2-441f-957e-7d13f286d8d6', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-09 14:05:30,555 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:05:30,587 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-09 14:05:30,618 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Finder 'fe000709-57f2-441f-957e-7d13f286d8d6' successfully executed, rows returned '1', returning first row only 2015-01-09 14:05:30,618 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Finder results '{name=hqvs0_root, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 14:05:30,633 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) ======================================================================================== 2015-01-09 14:05:30,649 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) ======================================================================================== 2015-01-09 14:05:30,665 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 14:05:30,665 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-09 14:05:30,711 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-09 14:05:30,727 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-09 14:05:30,743 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-09 14:05:30,743 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) ======================================================================================== 2015-01-09 14:05:30,758 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) ======================================================================================== 2015-01-09 14:05:30,774 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}' 2015-01-09 14:05:30,789 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:05:30,852 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-09 14:05:30,867 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-09 14:05:30,867 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=bf3}' 2015-01-09 14:05:30,883 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) ======================================================================================== 2015-01-09 14:05:30,899 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) ======================================================================================== 2015-01-09 14:05:30,899 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-09 14:05:30,914 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:05:30,977 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-09 14:05:30,992 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Finder 'fef76399-2ee5-4dc3-8c08-f38a29d5878f' successfully executed, rows returned '1', returning first row only 2015-01-09 14:05:30,992 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Finder results '{name=bf3_mystst, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 14:05:30,992 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) ======================================================================================== 2015-01-09 14:05:31,023 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) ======================================================================================== 2015-01-09 14:05:31,023 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-09 14:05:31,023 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:05:31,101 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-09 14:05:31,117 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Finder '38bbe32d-72cc-4c32-9821-e342e2f5010b' successfully executed, rows returned '1', returning first row only 2015-01-09 14:05:31,117 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Finder results '{name=bf3_mystst_replseta, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 14:05:31,117 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) ======================================================================================== 2015-01-09 14:05:31,148 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) ======================================================================================== 2015-01-09 14:05:31,148 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}' 2015-01-09 14:05:31,148 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'bf3_mystst_replseta' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 14:05:31,226 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-09 14:05:31,242 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Finder '8f96e070-d410-471d-a418-04c63a35c6b6' successfully executed, rows returned '1', returning first row only 2015-01-09 14:05:31,257 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) Finder results '{name=bf3_mystst_replseta, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 14:05:31,257 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 105) ======================================================================================== 2015-01-09 14:08:44,710 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) ======================================================================================== 2015-01-09 14:08:44,710 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-09 14:08:44,710 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-09 14:08:44,756 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-09 14:08:44,756 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-09 14:08:44,772 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Finder results '{primary_address=hq-stor}' 2015-01-09 14:08:44,772 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) ======================================================================================== 2015-01-09 14:08:44,788 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-09 14:08:44,834 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-09 14:08:44,850 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) ======================================================================================== 2015-01-09 14:08:44,850 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Executing finder 'Finder{id=458, name='d499b79f-7679-43f9-bc75-3b1de7fa8801', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-09 14:08:44,866 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 14:08:44,912 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-09 14:08:44,928 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Finder 'd499b79f-7679-43f9-bc75-3b1de7fa8801' successfully executed, rows returned '1', returning first row only 2015-01-09 14:08:44,944 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 14:08:44,944 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) ======================================================================================== 2015-01-09 14:08:45,053 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) ======================================================================================== 2015-01-09 14:08:45,068 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Executing finder 'Finder{id=459, name='fe000709-57f2-441f-957e-7d13f286d8d6', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-09 14:08:45,084 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:08:45,131 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-09 14:08:45,146 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Finder 'fe000709-57f2-441f-957e-7d13f286d8d6' successfully executed, rows returned '1', returning first row only 2015-01-09 14:08:45,146 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Finder results '{name=hqvs0_root, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 14:08:45,162 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) ======================================================================================== 2015-01-09 14:08:45,178 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) ======================================================================================== 2015-01-09 14:08:45,178 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 14:08:45,178 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-09 14:08:45,240 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-09 14:08:45,256 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-09 14:08:45,271 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-09 14:08:45,271 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) ======================================================================================== 2015-01-09 14:08:45,287 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) ======================================================================================== 2015-01-09 14:08:45,302 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}' 2015-01-09 14:08:45,318 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:08:45,365 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-09 14:08:45,380 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-01-09 14:08:45,396 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=bf3}' 2015-01-09 14:08:45,396 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) ======================================================================================== 2015-01-09 14:08:45,412 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) ======================================================================================== 2015-01-09 14:08:45,412 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-09 14:08:45,427 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:08:45,474 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-09 14:08:45,490 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Finder 'fef76399-2ee5-4dc3-8c08-f38a29d5878f' successfully executed, rows returned '1', returning first row only 2015-01-09 14:08:45,490 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Finder results '{name=bf3_mystst, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 14:08:45,505 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) ======================================================================================== 2015-01-09 14:08:45,521 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) ======================================================================================== 2015-01-09 14:08:45,521 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-09 14:08:45,536 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:08:45,599 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-09 14:08:45,599 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Finder '38bbe32d-72cc-4c32-9821-e342e2f5010b' successfully executed, rows returned '1', returning first row only 2015-01-09 14:08:45,614 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Finder results '{name=bf3_mystst_replseta, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 14:08:45,630 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) ======================================================================================== 2015-01-09 14:08:45,661 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) ======================================================================================== 2015-01-09 14:08:45,661 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}' 2015-01-09 14:08:45,677 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'bf3_mystst_replseta' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 14:08:45,724 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-09 14:08:45,739 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Finder '8f96e070-d410-471d-a418-04c63a35c6b6' successfully executed, rows returned '1', returning first row only 2015-01-09 14:08:45,739 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Finder results '{name=bf3_mystst_replseta, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 14:08:45,755 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) ======================================================================================== 2015-01-09 14:08:45,802 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) ======================================================================================== 2015-01-09 14:08:45,802 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Executing finder 'Finder{id=442, name='bd8fac1f-b07a-42b9-984c-0ac2caa2954a', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, added_capacity_mb=10, vserver_name=hq-vs0, search_string=sas}' 2015-01-09 14:08:45,817 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, added_capacity_mb=10, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:08:45,895 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-09 14:08:45,958 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, added_capacity_mb=10, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-09 14:08:46,004 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-09 14:08:46,020 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Executing local filter 'EADP Filter aggregates with name containing search string', parameters '{cluster_name=hq-stor, added_capacity_mb=10, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name LIKE '%sas%' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:08:46,067 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Local filter 'EADP Filter aggregates with name containing search string' successfully executed, rows affected '1' 2015-01-09 14:08:46,082 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Executing local filter 'Filter aggregates by available capacity', parameters '{cluster_name=hq-stor, added_capacity_mb=10, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' , aggr.available_size_mb FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON aggr.node_id=node.id JOIN cm_storage.cluster AS cluster ON node.cluster_id =cluster.id WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND aggr.available_size_mb > 10 ' 2015-01-09 14:08:46,114 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Local filter 'Filter aggregates by available capacity' successfully executed, rows affected '2' 2015-01-09 14:08:46,129 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Finder 'bd8fac1f-b07a-42b9-984c-0ac2caa2954a' successfully executed, rows returned '1', returning first row only 2015-01-09 14:08:46,129 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-09 14:08:46,129 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) ======================================================================================== 2015-01-09 14:08:46,207 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) ======================================================================================== 2015-01-09 14:08:46,207 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Executing finder 'Finder{id=466, name='3a6caaf2-ef2a-4f5e-893f-4542eff250ba', dictionaryEntry=Snapshot_Policy}', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}' 2015-01-09 14:08:46,223 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Executing local filter 'Filter snapshot policies by name', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}', query 'SELECT snapshot_policy.*, cluster.primary_address AS 'vserver.cluster.primary_address', vserver.name AS 'vserver.name' FROM cm_storage.snapshot_policy, cm_storage.cluster, cm_storage.vserver WHERE cluster.id = snapshot_policy.cluster_id AND snapshot_policy.name = 'default' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.id = snapshot_policy.vserver_id AND vserver.name IN ( 'hq-vs0', cluster.name )' 2015-01-09 14:08:46,254 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Local filter 'Filter snapshot policies by name' successfully executed, rows affected '1' 2015-01-09 14:08:46,270 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Finder '3a6caaf2-ef2a-4f5e-893f-4542eff250ba' successfully executed, rows returned '1', returning first row only 2015-01-09 14:08:46,270 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-stor}' 2015-01-09 14:08:46,270 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) ======================================================================================== 2015-01-09 14:08:46,332 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) ======================================================================================== 2015-01-09 14:08:46,332 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Executing finder 'Finder{id=462, name='7848f70b-7a67-4599-8916-f2db1549cc33', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=MEDIUM}' 2015-01-09 14:08:46,348 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=MEDIUM}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 14:08:46,363 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 14:08:46,379 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Finder '7848f70b-7a67-4599-8916-f2db1549cc33' successfully executed, rows returned '1', returning first row only 2015-01-09 14:08:46,379 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Finder results '{policy_name=MEDIUM}' 2015-01-09 14:08:46,379 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) ======================================================================================== 2015-01-09 14:08:46,394 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) ======================================================================================== 2015-01-09 14:08:46,410 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Executing finder 'Finder{id=464, name='e4c85240-7f24-4968-94e3-0c95a7a710c8', dictionaryEntry=QoS_Policy_Group}', parameters '{qos_name=medium_bf3_mystst_replseta, cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 14:08:46,410 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Executing local filter 'Filter QoS policy group by key', parameters '{qos_name=medium_bf3_mystst_replseta, cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'medium_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:08:46,441 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 14:08:46,457 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 14:08:46,472 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=MEDIUM}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 14:08:46,504 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-09 14:08:46,582 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) ======================================================================================== 2015-01-09 14:08:46,597 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Executing finder 'Finder{id=463, name='6809a45f-a3ed-4e06-8b32-a71b3f798e22', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=ARCHIVE}' 2015-01-09 14:08:46,597 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=ARCHIVE}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 14:08:46,628 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 14:08:46,644 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Finder '6809a45f-a3ed-4e06-8b32-a71b3f798e22' successfully executed, rows returned '1', returning first row only 2015-01-09 14:08:46,644 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Finder results '{policy_name=ARCHIVE}' 2015-01-09 14:08:46,660 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) ======================================================================================== 2015-01-09 14:08:46,660 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) ======================================================================================== 2015-01-09 14:08:46,675 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Executing finder 'Finder{id=465, name='0a75c9bb-d1ce-4840-96a6-a48bf12b57dc', dictionaryEntry=QoS_Policy_Group}', parameters '{cluster_name=hq-stor, qos_name=archive_bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-09 14:08:46,675 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Executing local filter 'Filter QoS policy group by key', parameters '{cluster_name=hq-stor, qos_name=archive_bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'archive_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:08:46,706 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 14:08:46,722 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 14:08:46,738 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) ======================================================================================== 2015-01-09 14:08:46,738 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Executing finder 'Finder{id=465, name='0a75c9bb-d1ce-4840-96a6-a48bf12b57dc', dictionaryEntry=QoS_Policy_Group}', parameters '{cluster_name=hq-stor, qos_name=archive_bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-09 14:08:46,753 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Executing local filter 'Filter QoS policy group by key', parameters '{cluster_name=hq-stor, qos_name=archive_bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'archive_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:08:46,800 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 14:08:46,816 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 14:08:46,831 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=ARCHIVE}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 14:08:46,878 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 104) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-09 14:10:37,917 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) ======================================================================================== 2015-01-09 14:10:37,917 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-09 14:10:37,917 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-09 14:10:37,963 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-09 14:10:37,979 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-09 14:10:37,995 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Finder results '{primary_address=hq-stor}' 2015-01-09 14:10:37,995 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) ======================================================================================== 2015-01-09 14:10:38,010 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-09 14:10:38,057 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-09 14:10:38,088 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) ======================================================================================== 2015-01-09 14:10:38,088 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing finder 'Finder{id=458, name='d499b79f-7679-43f9-bc75-3b1de7fa8801', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-09 14:10:38,104 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 14:10:38,166 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-09 14:10:38,197 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Finder 'd499b79f-7679-43f9-bc75-3b1de7fa8801' successfully executed, rows returned '1', returning first row only 2015-01-09 14:10:38,197 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 14:10:38,213 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) ======================================================================================== 2015-01-09 14:10:38,307 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) ======================================================================================== 2015-01-09 14:10:38,307 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing finder 'Finder{id=459, name='fe000709-57f2-441f-957e-7d13f286d8d6', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-09 14:10:38,322 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:10:38,385 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-09 14:10:38,400 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Finder 'fe000709-57f2-441f-957e-7d13f286d8d6' successfully executed, rows returned '1', returning first row only 2015-01-09 14:10:38,416 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Finder results '{name=hqvs0_root, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 14:10:38,416 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) ======================================================================================== 2015-01-09 14:10:38,431 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) ======================================================================================== 2015-01-09 14:10:38,431 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 14:10:38,447 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-09 14:10:38,494 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-09 14:10:38,509 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-09 14:10:38,509 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-09 14:10:38,509 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) ======================================================================================== 2015-01-09 14:10:38,541 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) ======================================================================================== 2015-01-09 14:10:38,541 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4, vserver_name=hq-vs0}' 2015-01-09 14:10:38,541 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:10:38,587 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 14:10:38,587 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) No results were returned for filter 'Filter volumes by key' 2015-01-09 14:10:38,619 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-09 14:10:38,697 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-09 14:10:38,712 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-09 14:10:38,759 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-09 14:10:38,821 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) ======================================================================================== 2015-01-09 14:10:38,821 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev, vserver_name=hq-vs0}' 2015-01-09 14:10:38,821 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mysdev' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:10:38,868 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 14:10:38,868 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) No results were returned for filter 'Filter volumes by key' 2015-01-09 14:10:38,946 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) ======================================================================================== 2015-01-09 14:10:38,946 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev_y2015sm4, vserver_name=hq-vs0}' 2015-01-09 14:10:38,962 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev_y2015sm4, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mysdev_y2015sm4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:10:39,009 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 14:10:39,009 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) No results were returned for filter 'Filter volumes by key' 2015-01-09 14:10:39,071 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) ======================================================================================== 2015-01-09 14:10:39,087 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=sims4_mysdev_y2015sm4}' 2015-01-09 14:10:39,087 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=sims4_mysdev_y2015sm4}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'sims4_mysdev_y2015sm4' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 14:10:39,133 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Local filter 'Filter export policies by key' successfully executed, rows affected '0' 2015-01-09 14:10:39,133 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) No results were returned for filter 'Filter export policies by key' 2015-01-09 14:10:39,196 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) ======================================================================================== 2015-01-09 14:10:39,211 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing finder 'Finder{id=442, name='bd8fac1f-b07a-42b9-984c-0ac2caa2954a', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}' 2015-01-09 14:10:39,211 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:10:39,274 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-09 14:10:39,305 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-09 14:10:39,367 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-09 14:10:39,383 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing local filter 'EADP Filter aggregates with name containing search string', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name LIKE '%sas%' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:10:39,430 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Local filter 'EADP Filter aggregates with name containing search string' successfully executed, rows affected '1' 2015-01-09 14:10:39,445 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing local filter 'Filter aggregates by available capacity', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' , aggr.available_size_mb FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON aggr.node_id=node.id JOIN cm_storage.cluster AS cluster ON node.cluster_id =cluster.id WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND aggr.available_size_mb > 30 ' 2015-01-09 14:10:39,477 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Local filter 'Filter aggregates by available capacity' successfully executed, rows affected '2' 2015-01-09 14:10:39,492 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Finder 'bd8fac1f-b07a-42b9-984c-0ac2caa2954a' successfully executed, rows returned '1', returning first row only 2015-01-09 14:10:39,508 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-09 14:10:39,508 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) ======================================================================================== 2015-01-09 14:10:39,586 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) ======================================================================================== 2015-01-09 14:10:39,601 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing finder 'Finder{id=466, name='3a6caaf2-ef2a-4f5e-893f-4542eff250ba', dictionaryEntry=Snapshot_Policy}', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}' 2015-01-09 14:10:39,601 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing local filter 'Filter snapshot policies by name', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}', query 'SELECT snapshot_policy.*, cluster.primary_address AS 'vserver.cluster.primary_address', vserver.name AS 'vserver.name' FROM cm_storage.snapshot_policy, cm_storage.cluster, cm_storage.vserver WHERE cluster.id = snapshot_policy.cluster_id AND snapshot_policy.name = 'default' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.id = snapshot_policy.vserver_id AND vserver.name IN ( 'hq-vs0', cluster.name )' 2015-01-09 14:10:39,664 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Local filter 'Filter snapshot policies by name' successfully executed, rows affected '1' 2015-01-09 14:10:39,664 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Finder '3a6caaf2-ef2a-4f5e-893f-4542eff250ba' successfully executed, rows returned '1', returning first row only 2015-01-09 14:10:39,679 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-stor}' 2015-01-09 14:10:39,679 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) ======================================================================================== 2015-01-09 14:10:39,742 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) ======================================================================================== 2015-01-09 14:10:39,742 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing finder 'Finder{id=462, name='7848f70b-7a67-4599-8916-f2db1549cc33', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=MEDIUM}' 2015-01-09 14:10:39,742 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=MEDIUM}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 14:10:39,773 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 14:10:39,789 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Finder '7848f70b-7a67-4599-8916-f2db1549cc33' successfully executed, rows returned '1', returning first row only 2015-01-09 14:10:39,789 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Finder results '{policy_name=MEDIUM}' 2015-01-09 14:10:39,804 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) ======================================================================================== 2015-01-09 14:10:39,820 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) ======================================================================================== 2015-01-09 14:10:39,820 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing finder 'Finder{id=464, name='e4c85240-7f24-4968-94e3-0c95a7a710c8', dictionaryEntry=QoS_Policy_Group}', parameters '{qos_name=medium_sims4_mysdev_y2015sm4, cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 14:10:39,835 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing local filter 'Filter QoS policy group by key', parameters '{qos_name=medium_sims4_mysdev_y2015sm4, cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'medium_sims4_mysdev_y2015sm4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:10:39,867 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 14:10:39,882 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 14:10:39,898 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=MEDIUM}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 14:10:39,945 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-09 14:10:40,116 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) ======================================================================================== 2015-01-09 14:10:40,116 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing finder 'Finder{id=434, name='4d03ad84-efb4-400e-adec-235595a4b097', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}' 2015-01-09 14:10:40,132 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:10:40,179 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-09 14:10:40,210 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-09 14:10:40,272 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-09 14:10:40,288 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing local filter 'EADP Filter aggregates with name containing search string', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name LIKE '%sas%' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:10:40,335 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Local filter 'EADP Filter aggregates with name containing search string' successfully executed, rows affected '1' 2015-01-09 14:10:40,350 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing local filter 'Filter aggregates by available capacity', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' , aggr.available_size_mb FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON aggr.node_id=node.id JOIN cm_storage.cluster AS cluster ON node.cluster_id =cluster.id WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND aggr.available_size_mb > 30 ' 2015-01-09 14:10:40,381 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Local filter 'Filter aggregates by available capacity' successfully executed, rows affected '2' 2015-01-09 14:10:40,397 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Finder '4d03ad84-efb4-400e-adec-235595a4b097' successfully executed, rows returned '1', returning first row only 2015-01-09 14:10:40,413 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-09 14:10:40,413 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) ======================================================================================== 2015-01-09 14:10:40,506 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) ======================================================================================== 2015-01-09 14:10:40,506 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing finder 'Finder{id=467, name='690f4b66-104d-4728-aadb-be0fa5cc562d', dictionaryEntry=Snapshot_Policy}', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}' 2015-01-09 14:10:40,522 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing local filter 'Filter snapshot policies by name', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}', query 'SELECT snapshot_policy.*, cluster.primary_address AS 'vserver.cluster.primary_address', vserver.name AS 'vserver.name' FROM cm_storage.snapshot_policy, cm_storage.cluster, cm_storage.vserver WHERE cluster.id = snapshot_policy.cluster_id AND snapshot_policy.name = 'default' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.id = snapshot_policy.vserver_id AND vserver.name IN ( 'hq-vs0', cluster.name )' 2015-01-09 14:10:40,553 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Local filter 'Filter snapshot policies by name' successfully executed, rows affected '1' 2015-01-09 14:10:40,569 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Finder '690f4b66-104d-4728-aadb-be0fa5cc562d' successfully executed, rows returned '1', returning first row only 2015-01-09 14:10:40,584 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-stor}' 2015-01-09 14:10:40,584 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) ======================================================================================== 2015-01-09 14:10:40,647 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) ======================================================================================== 2015-01-09 14:10:40,647 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing finder 'Finder{id=463, name='6809a45f-a3ed-4e06-8b32-a71b3f798e22', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=ARCHIVE}' 2015-01-09 14:10:40,647 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=ARCHIVE}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 14:10:40,693 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 14:10:40,709 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Finder '6809a45f-a3ed-4e06-8b32-a71b3f798e22' successfully executed, rows returned '1', returning first row only 2015-01-09 14:10:40,709 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Finder results '{policy_name=ARCHIVE}' 2015-01-09 14:10:40,709 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) ======================================================================================== 2015-01-09 14:10:40,725 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) ======================================================================================== 2015-01-09 14:10:40,725 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing finder 'Finder{id=465, name='0a75c9bb-d1ce-4840-96a6-a48bf12b57dc', dictionaryEntry=QoS_Policy_Group}', parameters '{cluster_name=hq-stor, qos_name=archive_sims4_mysdev_y2015sm4, vserver_name=hq-vs0}' 2015-01-09 14:10:40,740 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing local filter 'Filter QoS policy group by key', parameters '{cluster_name=hq-stor, qos_name=archive_sims4_mysdev_y2015sm4, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'archive_sims4_mysdev_y2015sm4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:10:40,771 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 14:10:40,787 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 14:10:40,803 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=ARCHIVE}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 14:10:40,834 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 106) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-09 14:12:10,361 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) ======================================================================================== 2015-01-09 14:12:10,361 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-09 14:12:10,361 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-09 14:12:10,392 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-09 14:12:10,408 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-09 14:12:10,408 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Finder results '{primary_address=hq-stor}' 2015-01-09 14:12:10,423 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) ======================================================================================== 2015-01-09 14:12:10,439 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-09 14:12:10,470 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-09 14:12:10,486 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) ======================================================================================== 2015-01-09 14:12:10,501 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing finder 'Finder{id=458, name='d499b79f-7679-43f9-bc75-3b1de7fa8801', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-09 14:12:10,501 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 14:12:10,548 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-09 14:12:10,564 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Finder 'd499b79f-7679-43f9-bc75-3b1de7fa8801' successfully executed, rows returned '1', returning first row only 2015-01-09 14:12:10,564 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 14:12:10,564 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) ======================================================================================== 2015-01-09 14:12:10,642 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) ======================================================================================== 2015-01-09 14:12:10,642 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing finder 'Finder{id=459, name='fe000709-57f2-441f-957e-7d13f286d8d6', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-09 14:12:10,657 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:12:10,688 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-09 14:12:10,720 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Finder 'fe000709-57f2-441f-957e-7d13f286d8d6' successfully executed, rows returned '1', returning first row only 2015-01-09 14:12:10,720 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Finder results '{name=hqvs0_root, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 14:12:10,720 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) ======================================================================================== 2015-01-09 14:12:10,735 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) ======================================================================================== 2015-01-09 14:12:10,751 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 14:12:10,766 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-09 14:12:10,813 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-09 14:12:10,829 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-09 14:12:10,829 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-09 14:12:10,829 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) ======================================================================================== 2015-01-09 14:12:10,860 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) ======================================================================================== 2015-01-09 14:12:10,860 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4, vserver_name=hq-vs0}' 2015-01-09 14:12:10,860 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:12:10,907 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 14:12:10,907 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) No results were returned for filter 'Filter volumes by key' 2015-01-09 14:12:10,938 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-09 14:12:11,016 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-09 14:12:11,032 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-09 14:12:11,094 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-09 14:12:11,172 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) ======================================================================================== 2015-01-09 14:12:11,188 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev, vserver_name=hq-vs0}' 2015-01-09 14:12:11,188 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mysdev' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:12:11,250 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 14:12:11,250 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) No results were returned for filter 'Filter volumes by key' 2015-01-09 14:12:11,344 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) ======================================================================================== 2015-01-09 14:12:11,344 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev_y2015sm4, vserver_name=hq-vs0}' 2015-01-09 14:12:11,344 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev_y2015sm4, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mysdev_y2015sm4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:12:11,406 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 14:12:11,406 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) No results were returned for filter 'Filter volumes by key' 2015-01-09 14:12:11,515 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) ======================================================================================== 2015-01-09 14:12:11,515 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=sims4_mysdev_y2015sm4}' 2015-01-09 14:12:11,515 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=sims4_mysdev_y2015sm4}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'sims4_mysdev_y2015sm4' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 14:12:11,562 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Local filter 'Filter export policies by key' successfully executed, rows affected '0' 2015-01-09 14:12:11,562 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) No results were returned for filter 'Filter export policies by key' 2015-01-09 14:12:11,624 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) ======================================================================================== 2015-01-09 14:12:11,640 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing finder 'Finder{id=442, name='bd8fac1f-b07a-42b9-984c-0ac2caa2954a', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}' 2015-01-09 14:12:11,640 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:12:11,702 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-09 14:12:11,734 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-09 14:12:11,780 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-09 14:12:11,796 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing local filter 'EADP Filter aggregates with name containing search string', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name LIKE '%sas%' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:12:11,843 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Local filter 'EADP Filter aggregates with name containing search string' successfully executed, rows affected '1' 2015-01-09 14:12:11,858 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing local filter 'Filter aggregates by available capacity', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' , aggr.available_size_mb FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON aggr.node_id=node.id JOIN cm_storage.cluster AS cluster ON node.cluster_id =cluster.id WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND aggr.available_size_mb > 30 ' 2015-01-09 14:12:11,890 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Local filter 'Filter aggregates by available capacity' successfully executed, rows affected '2' 2015-01-09 14:12:11,905 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Finder 'bd8fac1f-b07a-42b9-984c-0ac2caa2954a' successfully executed, rows returned '1', returning first row only 2015-01-09 14:12:11,921 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-09 14:12:11,921 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) ======================================================================================== 2015-01-09 14:12:11,999 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) ======================================================================================== 2015-01-09 14:12:12,014 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing finder 'Finder{id=466, name='3a6caaf2-ef2a-4f5e-893f-4542eff250ba', dictionaryEntry=Snapshot_Policy}', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}' 2015-01-09 14:12:12,014 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing local filter 'Filter snapshot policies by name', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}', query 'SELECT snapshot_policy.*, cluster.primary_address AS 'vserver.cluster.primary_address', vserver.name AS 'vserver.name' FROM cm_storage.snapshot_policy, cm_storage.cluster, cm_storage.vserver WHERE cluster.id = snapshot_policy.cluster_id AND snapshot_policy.name = 'default' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.id = snapshot_policy.vserver_id AND vserver.name IN ( 'hq-vs0', cluster.name )' 2015-01-09 14:12:12,061 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Local filter 'Filter snapshot policies by name' successfully executed, rows affected '1' 2015-01-09 14:12:12,077 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Finder '3a6caaf2-ef2a-4f5e-893f-4542eff250ba' successfully executed, rows returned '1', returning first row only 2015-01-09 14:12:12,077 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-stor}' 2015-01-09 14:12:12,077 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) ======================================================================================== 2015-01-09 14:12:12,124 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) ======================================================================================== 2015-01-09 14:12:12,139 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing finder 'Finder{id=462, name='7848f70b-7a67-4599-8916-f2db1549cc33', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=MEDIUM}' 2015-01-09 14:12:12,139 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=MEDIUM}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 14:12:12,170 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 14:12:12,186 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Finder '7848f70b-7a67-4599-8916-f2db1549cc33' successfully executed, rows returned '1', returning first row only 2015-01-09 14:12:12,186 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Finder results '{policy_name=MEDIUM}' 2015-01-09 14:12:12,202 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) ======================================================================================== 2015-01-09 14:12:12,217 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) ======================================================================================== 2015-01-09 14:12:12,217 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing finder 'Finder{id=464, name='e4c85240-7f24-4968-94e3-0c95a7a710c8', dictionaryEntry=QoS_Policy_Group}', parameters '{qos_name=medium_sims4_mysdev_y2015sm4, cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 14:12:12,217 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing local filter 'Filter QoS policy group by key', parameters '{qos_name=medium_sims4_mysdev_y2015sm4, cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'medium_sims4_mysdev_y2015sm4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:12:12,248 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 14:12:12,264 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 14:12:12,280 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=MEDIUM}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 14:12:12,326 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-09 14:12:12,498 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) ======================================================================================== 2015-01-09 14:12:12,498 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing finder 'Finder{id=434, name='4d03ad84-efb4-400e-adec-235595a4b097', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}' 2015-01-09 14:12:12,514 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:12:12,592 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-09 14:12:12,623 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-09 14:12:12,685 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-09 14:12:12,701 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing local filter 'EADP Filter aggregates with name containing search string', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name LIKE '%sas%' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:12:12,732 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Local filter 'EADP Filter aggregates with name containing search string' successfully executed, rows affected '1' 2015-01-09 14:12:12,748 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing local filter 'Filter aggregates by available capacity', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' , aggr.available_size_mb FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON aggr.node_id=node.id JOIN cm_storage.cluster AS cluster ON node.cluster_id =cluster.id WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND aggr.available_size_mb > 30 ' 2015-01-09 14:12:12,794 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Local filter 'Filter aggregates by available capacity' successfully executed, rows affected '2' 2015-01-09 14:12:12,826 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Finder '4d03ad84-efb4-400e-adec-235595a4b097' successfully executed, rows returned '1', returning first row only 2015-01-09 14:12:12,826 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-09 14:12:12,826 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) ======================================================================================== 2015-01-09 14:12:12,935 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) ======================================================================================== 2015-01-09 14:12:12,950 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing finder 'Finder{id=467, name='690f4b66-104d-4728-aadb-be0fa5cc562d', dictionaryEntry=Snapshot_Policy}', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}' 2015-01-09 14:12:12,966 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing local filter 'Filter snapshot policies by name', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}', query 'SELECT snapshot_policy.*, cluster.primary_address AS 'vserver.cluster.primary_address', vserver.name AS 'vserver.name' FROM cm_storage.snapshot_policy, cm_storage.cluster, cm_storage.vserver WHERE cluster.id = snapshot_policy.cluster_id AND snapshot_policy.name = 'default' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.id = snapshot_policy.vserver_id AND vserver.name IN ( 'hq-vs0', cluster.name )' 2015-01-09 14:12:13,013 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Local filter 'Filter snapshot policies by name' successfully executed, rows affected '1' 2015-01-09 14:12:13,028 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Finder '690f4b66-104d-4728-aadb-be0fa5cc562d' successfully executed, rows returned '1', returning first row only 2015-01-09 14:12:13,028 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-stor}' 2015-01-09 14:12:13,028 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) ======================================================================================== 2015-01-09 14:12:13,091 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) ======================================================================================== 2015-01-09 14:12:13,091 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing finder 'Finder{id=463, name='6809a45f-a3ed-4e06-8b32-a71b3f798e22', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=ARCHIVE}' 2015-01-09 14:12:13,091 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=ARCHIVE}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 14:12:13,138 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 14:12:13,153 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Finder '6809a45f-a3ed-4e06-8b32-a71b3f798e22' successfully executed, rows returned '1', returning first row only 2015-01-09 14:12:13,153 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Finder results '{policy_name=ARCHIVE}' 2015-01-09 14:12:13,153 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) ======================================================================================== 2015-01-09 14:12:13,169 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) ======================================================================================== 2015-01-09 14:12:13,169 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing finder 'Finder{id=465, name='0a75c9bb-d1ce-4840-96a6-a48bf12b57dc', dictionaryEntry=QoS_Policy_Group}', parameters '{cluster_name=hq-stor, qos_name=archive_sims4_mysdev_y2015sm4, vserver_name=hq-vs0}' 2015-01-09 14:12:13,184 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing local filter 'Filter QoS policy group by key', parameters '{cluster_name=hq-stor, qos_name=archive_sims4_mysdev_y2015sm4, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'archive_sims4_mysdev_y2015sm4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:12:13,216 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 14:12:13,216 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 14:12:13,247 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=ARCHIVE}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 14:12:13,278 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 107) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-09 14:12:36,397 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 14:12:36,397 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-09 14:12:36,397 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-09 14:12:36,475 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-09 14:12:36,490 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-09 14:12:36,490 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Finder results '{primary_address=hq-stor}' 2015-01-09 14:12:36,490 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 14:12:36,506 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-09 14:12:36,568 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-09 14:12:36,584 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 14:12:36,600 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing finder 'Finder{id=458, name='d499b79f-7679-43f9-bc75-3b1de7fa8801', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-09 14:12:36,615 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 14:12:36,693 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-09 14:12:36,709 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Finder 'd499b79f-7679-43f9-bc75-3b1de7fa8801' successfully executed, rows returned '1', returning first row only 2015-01-09 14:12:36,724 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 14:12:36,724 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 14:12:36,818 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 14:12:36,818 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing finder 'Finder{id=459, name='fe000709-57f2-441f-957e-7d13f286d8d6', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=hqvs0_root}' 2015-01-09 14:12:36,834 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=hqvs0_root}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:12:36,896 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-09 14:12:36,927 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Finder 'fe000709-57f2-441f-957e-7d13f286d8d6' successfully executed, rows returned '1', returning first row only 2015-01-09 14:12:36,927 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Finder results '{name=hqvs0_root, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-09 14:12:36,927 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 14:12:36,958 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 14:12:36,958 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-09 14:12:36,974 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-09 14:12:37,021 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-09 14:12:37,052 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-09 14:12:37,052 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-09 14:12:37,068 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 14:12:37,099 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 14:12:37,099 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4, vserver_name=hq-vs0}' 2015-01-09 14:12:37,114 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:12:37,161 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 14:12:37,161 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) No results were returned for filter 'Filter volumes by key' 2015-01-09 14:12:37,192 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-09 14:12:37,302 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-09 14:12:37,317 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-09 14:12:37,380 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-09 14:12:37,473 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 14:12:37,473 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev, vserver_name=hq-vs0}' 2015-01-09 14:12:37,489 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mysdev' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:12:37,536 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 14:12:37,536 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) No results were returned for filter 'Filter volumes by key' 2015-01-09 14:12:37,645 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 14:12:37,645 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev_y2015sm4, vserver_name=hq-vs0}' 2015-01-09 14:12:37,660 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=sims4_mysdev_y2015sm4, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mysdev_y2015sm4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:12:37,707 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-09 14:12:37,707 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) No results were returned for filter 'Filter volumes by key' 2015-01-09 14:12:37,801 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 14:12:37,801 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=sims4_mysdev_y2015sm4}' 2015-01-09 14:12:37,816 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=sims4_mysdev_y2015sm4}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'sims4_mysdev_y2015sm4' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-09 14:12:37,863 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Local filter 'Filter export policies by key' successfully executed, rows affected '0' 2015-01-09 14:12:37,879 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) No results were returned for filter 'Filter export policies by key' 2015-01-09 14:12:37,957 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 14:12:37,972 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing finder 'Finder{id=442, name='bd8fac1f-b07a-42b9-984c-0ac2caa2954a', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}' 2015-01-09 14:12:37,972 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:12:38,066 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-09 14:12:38,097 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing local filter 'Filter aggregates by available capacity', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' , aggr.available_size_mb FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON aggr.node_id=node.id JOIN cm_storage.cluster AS cluster ON node.cluster_id =cluster.id WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND aggr.available_size_mb > 30 ' 2015-01-09 14:12:38,144 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Local filter 'Filter aggregates by available capacity' successfully executed, rows affected '2' 2015-01-09 14:12:38,191 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing local filter 'EADP Filter aggregates with name containing search string', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name LIKE '%sas%' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:12:38,253 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Local filter 'EADP Filter aggregates with name containing search string' successfully executed, rows affected '1' 2015-01-09 14:12:38,284 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-09 14:12:38,378 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-09 14:12:38,409 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Finder 'bd8fac1f-b07a-42b9-984c-0ac2caa2954a' successfully executed, rows returned '1', returning first row only 2015-01-09 14:12:38,409 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-09 14:12:38,425 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 14:12:38,518 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 14:12:38,534 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing finder 'Finder{id=466, name='3a6caaf2-ef2a-4f5e-893f-4542eff250ba', dictionaryEntry=Snapshot_Policy}', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}' 2015-01-09 14:12:38,550 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing local filter 'Filter snapshot policies by name', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}', query 'SELECT snapshot_policy.*, cluster.primary_address AS 'vserver.cluster.primary_address', vserver.name AS 'vserver.name' FROM cm_storage.snapshot_policy, cm_storage.cluster, cm_storage.vserver WHERE cluster.id = snapshot_policy.cluster_id AND snapshot_policy.name = 'default' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.id = snapshot_policy.vserver_id AND vserver.name IN ( 'hq-vs0', cluster.name )' 2015-01-09 14:12:38,612 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Local filter 'Filter snapshot policies by name' successfully executed, rows affected '1' 2015-01-09 14:12:38,628 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Finder '3a6caaf2-ef2a-4f5e-893f-4542eff250ba' successfully executed, rows returned '1', returning first row only 2015-01-09 14:12:38,643 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-stor}' 2015-01-09 14:12:38,643 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 14:12:38,706 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 14:12:38,721 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing finder 'Finder{id=462, name='7848f70b-7a67-4599-8916-f2db1549cc33', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=MEDIUM}' 2015-01-09 14:12:38,721 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=MEDIUM}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 14:12:38,768 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 14:12:38,799 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Finder '7848f70b-7a67-4599-8916-f2db1549cc33' successfully executed, rows returned '1', returning first row only 2015-01-09 14:12:38,799 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Finder results '{policy_name=MEDIUM}' 2015-01-09 14:12:38,799 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 14:12:38,830 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 14:12:38,846 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing finder 'Finder{id=464, name='e4c85240-7f24-4968-94e3-0c95a7a710c8', dictionaryEntry=QoS_Policy_Group}', parameters '{cluster_name=hq-stor, qos_name=medium_sims4_mysdev_y2015sm4, vserver_name=hq-vs0}' 2015-01-09 14:12:38,846 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing local filter 'Filter QoS policy group by key', parameters '{cluster_name=hq-stor, qos_name=medium_sims4_mysdev_y2015sm4, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'medium_sims4_mysdev_y2015sm4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:12:38,908 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 14:12:38,908 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 14:12:38,940 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=MEDIUM}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'MEDIUM'' 2015-01-09 14:12:38,986 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-09 14:12:39,189 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 14:12:39,189 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing finder 'Finder{id=434, name='4d03ad84-efb4-400e-adec-235595a4b097', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}' 2015-01-09 14:12:39,189 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:12:39,298 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-09 14:12:39,314 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing local filter 'Filter aggregates by available capacity', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' , aggr.available_size_mb FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON aggr.node_id=node.id JOIN cm_storage.cluster AS cluster ON node.cluster_id =cluster.id WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND aggr.available_size_mb > 30 ' 2015-01-09 14:12:39,376 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Local filter 'Filter aggregates by available capacity' successfully executed, rows affected '2' 2015-01-09 14:12:39,392 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing local filter 'EADP Filter aggregates with name containing search string', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name LIKE '%sas%' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:12:39,439 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Local filter 'EADP Filter aggregates with name containing search string' successfully executed, rows affected '1' 2015-01-09 14:12:39,486 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-09 14:12:39,548 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-09 14:12:39,564 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Finder '4d03ad84-efb4-400e-adec-235595a4b097' successfully executed, rows returned '1', returning first row only 2015-01-09 14:12:39,579 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-09 14:12:39,579 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 14:12:39,688 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 14:12:39,688 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing finder 'Finder{id=467, name='690f4b66-104d-4728-aadb-be0fa5cc562d', dictionaryEntry=Snapshot_Policy}', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}' 2015-01-09 14:12:39,704 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing local filter 'Filter snapshot policies by name', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}', query 'SELECT snapshot_policy.*, cluster.primary_address AS 'vserver.cluster.primary_address', vserver.name AS 'vserver.name' FROM cm_storage.snapshot_policy, cm_storage.cluster, cm_storage.vserver WHERE cluster.id = snapshot_policy.cluster_id AND snapshot_policy.name = 'default' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.id = snapshot_policy.vserver_id AND vserver.name IN ( 'hq-vs0', cluster.name )' 2015-01-09 14:12:39,766 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Local filter 'Filter snapshot policies by name' successfully executed, rows affected '1' 2015-01-09 14:12:39,782 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Finder '690f4b66-104d-4728-aadb-be0fa5cc562d' successfully executed, rows returned '1', returning first row only 2015-01-09 14:12:39,798 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-stor}' 2015-01-09 14:12:39,798 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 14:12:39,860 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 14:12:39,876 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing finder 'Finder{id=463, name='6809a45f-a3ed-4e06-8b32-a71b3f798e22', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=ARCHIVE}' 2015-01-09 14:12:39,891 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=ARCHIVE}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 14:12:39,938 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-09 14:12:39,954 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Finder '6809a45f-a3ed-4e06-8b32-a71b3f798e22' successfully executed, rows returned '1', returning first row only 2015-01-09 14:12:39,969 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Finder results '{policy_name=ARCHIVE}' 2015-01-09 14:12:39,969 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 14:12:40,000 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) ======================================================================================== 2015-01-09 14:12:40,000 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing finder 'Finder{id=465, name='0a75c9bb-d1ce-4840-96a6-a48bf12b57dc', dictionaryEntry=QoS_Policy_Group}', parameters '{cluster_name=hq-stor, qos_name=archive_sims4_mysdev_y2015sm4, vserver_name=hq-vs0}' 2015-01-09 14:12:40,000 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing local filter 'Filter QoS policy group by key', parameters '{cluster_name=hq-stor, qos_name=archive_sims4_mysdev_y2015sm4, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'archive_sims4_mysdev_y2015sm4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-09 14:12:40,063 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-09 14:12:40,063 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) No results were returned for filter 'Filter QoS policy group by key' 2015-01-09 14:12:40,110 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=ARCHIVE}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'ARCHIVE'' 2015-01-09 14:12:40,172 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-46396 (HornetQ-client-global-threads-1769541880)) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-12 12:17:37,344 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Executing local filter 'EADP Filter aggregates with name containing search string', parameters '{cluster_name=dr-stor, search_string=sata}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name LIKE '%sata%' AND ( cluster.name = 'dr-stor' OR cluster.primary_address = 'dr-stor' )' 2015-01-12 12:17:37,376 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Local filter 'EADP Filter aggregates with name containing search string' successfully executed, rows affected '2' 2015-01-12 12:17:41,681 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Executing local filter 'EADP Filter aggregates with name containing search string', parameters '{cluster_name=dr-stor, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name LIKE '%sas%' AND ( cluster.name = 'dr-stor' OR cluster.primary_address = 'dr-stor' )' 2015-01-12 12:17:41,712 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Local filter 'EADP Filter aggregates with name containing search string' successfully executed, rows affected '0' 2015-01-12 12:17:48,998 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Executing local filter 'EADP Filter aggregates with name containing search string', parameters '{cluster_name=lab-stor, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name LIKE '%sas%' AND ( cluster.name = 'lab-stor' OR cluster.primary_address = 'lab-stor' )' 2015-01-12 12:17:49,029 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Local filter 'EADP Filter aggregates with name containing search string' successfully executed, rows affected '1' 2015-01-12 12:17:53,069 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Executing local filter 'EADP Filter aggregates with name containing search string', parameters '{cluster_name=lab-stor, search_string=sata}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name LIKE '%sata%' AND ( cluster.name = 'lab-stor' OR cluster.primary_address = 'lab-stor' )' 2015-01-12 12:17:53,100 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Local filter 'EADP Filter aggregates with name containing search string' successfully executed, rows affected '1' 2015-01-12 12:17:57,983 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Executing local filter 'EADP Filter aggregates with name containing search string', parameters '{cluster_name=lab-stor, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name LIKE '%sas%' AND ( cluster.name = 'lab-stor' OR cluster.primary_address = 'lab-stor' )' 2015-01-12 12:17:58,014 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Local filter 'EADP Filter aggregates with name containing search string' successfully executed, rows affected '1' 2015-01-12 12:18:12,070 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=low}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'low'' 2015-01-12 12:18:12,086 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-12 12:18:36,110 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Executing local filter 'EADP Filter aggregates with name containing search string', parameters '{cluster_name=lab-stor, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name LIKE '%sas%' AND ( cluster.name = 'lab-stor' OR cluster.primary_address = 'lab-stor' )' 2015-01-12 12:18:36,125 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Local filter 'EADP Filter aggregates with name containing search string' successfully executed, rows affected '1' 2015-01-14 09:22:42,564 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 9) ======================================================================================== 2015-01-14 09:22:42,579 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 9) Executing finder 'Finder{id=442, name='bd8fac1f-b07a-42b9-984c-0ac2caa2954a', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, added_capacity_mb=1, vserver_name=hq-vs0, search_string=sas}' 2015-01-14 09:22:42,579 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 9) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, added_capacity_mb=1, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-14 09:22:42,657 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 9) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-14 09:22:42,689 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 9) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, added_capacity_mb=1, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-14 09:22:42,735 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 9) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-14 09:22:42,751 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 9) Executing local filter 'EADP Filter aggregates with name containing search string', parameters '{cluster_name=hq-stor, added_capacity_mb=1, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name LIKE '%sas%' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-14 09:22:42,798 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 9) Local filter 'EADP Filter aggregates with name containing search string' successfully executed, rows affected '1' 2015-01-14 09:22:42,798 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 9) Executing local filter 'Filter aggregates by available capacity', parameters '{cluster_name=hq-stor, added_capacity_mb=1, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' , aggr.available_size_mb FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON aggr.node_id=node.id JOIN cm_storage.cluster AS cluster ON node.cluster_id =cluster.id WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND aggr.available_size_mb > 1 ' 2015-01-14 09:22:42,829 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 9) Local filter 'Filter aggregates by available capacity' successfully executed, rows affected '2' 2015-01-14 09:22:42,860 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 9) Finder 'bd8fac1f-b07a-42b9-984c-0ac2caa2954a' successfully executed, rows returned '1' 2015-01-14 09:22:42,860 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 9) ======================================================================================== 2015-01-14 09:53:10,470 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-01-14 09:53:10,486 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-14 09:53:10,486 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-14 09:53:10,564 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-14 09:53:10,580 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-14 09:53:10,580 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Finder results '{primary_address=hq-stor}' 2015-01-14 09:53:10,580 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-01-14 09:53:10,689 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-14 09:53:10,751 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-14 09:53:10,767 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-01-14 09:53:10,782 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing finder 'Finder{id=458, name='d499b79f-7679-43f9-bc75-3b1de7fa8801', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-14 09:53:10,782 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-14 09:53:10,876 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-14 09:53:10,892 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Finder 'd499b79f-7679-43f9-bc75-3b1de7fa8801' successfully executed, rows returned '1', returning first row only 2015-01-14 09:53:10,892 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-14 09:53:10,907 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-01-14 09:53:14,994 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-01-14 09:53:14,994 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing finder 'Finder{id=459, name='fe000709-57f2-441f-957e-7d13f286d8d6', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-14 09:53:15,041 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-14 09:53:15,088 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-14 09:53:15,104 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Finder 'fe000709-57f2-441f-957e-7d13f286d8d6' successfully executed, rows returned '1', returning first row only 2015-01-14 09:53:15,104 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Finder results '{name=hqvs0_root, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-14 09:53:15,104 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-01-14 09:53:15,119 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-01-14 09:53:15,119 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-14 09:53:15,135 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-14 09:53:15,213 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-14 09:53:15,228 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-14 09:53:15,228 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-14 09:53:15,244 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-01-14 09:53:15,275 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-01-14 09:53:15,275 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}' 2015-01-14 09:53:15,291 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-14 09:53:15,462 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-14 09:53:15,478 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) No results were returned for filter 'Filter volumes by key' 2015-01-14 09:53:15,915 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-14 09:53:16,008 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-14 09:53:16,149 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-14 09:53:16,289 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-14 09:53:19,581 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-01-14 09:53:19,581 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3_mystst}' 2015-01-14 09:53:19,596 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3_mystst}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-14 09:53:19,674 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-14 09:53:19,690 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) No results were returned for filter 'Filter volumes by key' 2015-01-14 09:53:19,815 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-01-14 09:53:19,830 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-14 09:53:19,830 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-14 09:53:19,893 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-14 09:53:19,893 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) No results were returned for filter 'Filter volumes by key' 2015-01-14 09:53:20,002 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-01-14 09:53:20,018 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}' 2015-01-14 09:53:20,018 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'bf3_mystst_replseta' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-14 09:53:20,064 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'Filter export policies by key' successfully executed, rows affected '0' 2015-01-14 09:53:20,064 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) No results were returned for filter 'Filter export policies by key' 2015-01-14 09:53:20,127 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-01-14 09:53:20,142 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing finder 'Finder{id=442, name='bd8fac1f-b07a-42b9-984c-0ac2caa2954a', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, added_capacity_mb=10, vserver_name=hq-vs0, search_string=sas}' 2015-01-14 09:53:20,142 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, added_capacity_mb=10, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-14 09:53:20,205 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-14 09:53:20,252 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, added_capacity_mb=10, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-14 09:53:20,314 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-14 09:53:20,314 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'EADP Filter aggregates with name containing search string', parameters '{cluster_name=hq-stor, added_capacity_mb=10, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name LIKE '%sas%' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-14 09:53:20,392 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'EADP Filter aggregates with name containing search string' successfully executed, rows affected '1' 2015-01-14 09:53:20,392 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'Filter aggregates by available capacity', parameters '{cluster_name=hq-stor, added_capacity_mb=10, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' , aggr.available_size_mb FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON aggr.node_id=node.id JOIN cm_storage.cluster AS cluster ON node.cluster_id =cluster.id WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND aggr.available_size_mb > 10 ' 2015-01-14 09:53:20,470 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'Filter aggregates by available capacity' successfully executed, rows affected '2' 2015-01-14 09:53:20,486 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Finder 'bd8fac1f-b07a-42b9-984c-0ac2caa2954a' successfully executed, rows returned '1', returning first row only 2015-01-14 09:53:20,486 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-14 09:53:20,486 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-01-14 09:53:20,610 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-01-14 09:53:20,626 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing finder 'Finder{id=466, name='3a6caaf2-ef2a-4f5e-893f-4542eff250ba', dictionaryEntry=Snapshot_Policy}', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}' 2015-01-14 09:53:20,626 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'Filter snapshot policies by name', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}', query 'SELECT snapshot_policy.*, cluster.primary_address AS 'vserver.cluster.primary_address', vserver.name AS 'vserver.name' FROM cm_storage.snapshot_policy, cm_storage.cluster, cm_storage.vserver WHERE cluster.id = snapshot_policy.cluster_id AND snapshot_policy.name = 'default' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.id = snapshot_policy.vserver_id AND vserver.name IN ( 'hq-vs0', cluster.name )' 2015-01-14 09:53:20,688 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'Filter snapshot policies by name' successfully executed, rows affected '1' 2015-01-14 09:53:20,704 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Finder '3a6caaf2-ef2a-4f5e-893f-4542eff250ba' successfully executed, rows returned '1', returning first row only 2015-01-14 09:53:20,720 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-stor}' 2015-01-14 09:53:20,720 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-01-14 09:53:20,798 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-01-14 09:53:20,798 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing finder 'Finder{id=462, name='7848f70b-7a67-4599-8916-f2db1549cc33', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=MEDIUM}' 2015-01-14 09:53:20,798 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=MEDIUM}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'MEDIUM'' 2015-01-14 09:53:20,829 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-14 09:53:20,844 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Finder '7848f70b-7a67-4599-8916-f2db1549cc33' successfully executed, rows returned '1', returning first row only 2015-01-14 09:53:20,844 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Finder results '{policy_name=MEDIUM}' 2015-01-14 09:53:20,844 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-01-14 09:53:20,860 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-01-14 09:53:20,876 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing finder 'Finder{id=464, name='e4c85240-7f24-4968-94e3-0c95a7a710c8', dictionaryEntry=QoS_Policy_Group}', parameters '{qos_name=medium_bf3_mystst_replseta, cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-14 09:53:20,876 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'Filter QoS policy group by key', parameters '{qos_name=medium_bf3_mystst_replseta, cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'medium_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-14 09:53:20,969 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-14 09:53:20,985 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) No results were returned for filter 'Filter QoS policy group by key' 2015-01-14 09:53:21,016 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=MEDIUM}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'MEDIUM'' 2015-01-14 09:53:21,078 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-14 09:54:32,978 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-01-14 09:54:32,978 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-14 09:54:32,978 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-14 09:54:33,025 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-14 09:54:33,040 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-14 09:54:33,040 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Finder results '{primary_address=hq-stor}' 2015-01-14 09:54:33,040 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-01-14 09:54:33,056 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-14 09:54:33,087 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-14 09:54:33,103 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-01-14 09:54:33,103 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing finder 'Finder{id=458, name='d499b79f-7679-43f9-bc75-3b1de7fa8801', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-14 09:54:33,103 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-14 09:54:33,150 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-14 09:54:33,165 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Finder 'd499b79f-7679-43f9-bc75-3b1de7fa8801' successfully executed, rows returned '1', returning first row only 2015-01-14 09:54:33,165 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-14 09:54:33,165 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-01-14 09:54:33,243 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-01-14 09:54:33,243 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing finder 'Finder{id=459, name='fe000709-57f2-441f-957e-7d13f286d8d6', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-14 09:54:33,243 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-14 09:54:33,290 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-14 09:54:33,306 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Finder 'fe000709-57f2-441f-957e-7d13f286d8d6' successfully executed, rows returned '1', returning first row only 2015-01-14 09:54:33,306 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Finder results '{name=hqvs0_root, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-14 09:54:33,306 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-01-14 09:54:33,321 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-01-14 09:54:33,321 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-14 09:54:33,321 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-14 09:54:33,352 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-14 09:54:33,368 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-14 09:54:33,368 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-14 09:54:33,368 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-01-14 09:54:33,384 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-01-14 09:54:33,384 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}' 2015-01-14 09:54:33,399 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-14 09:54:33,430 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-14 09:54:33,430 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) No results were returned for filter 'Filter volumes by key' 2015-01-14 09:54:33,462 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-14 09:54:33,540 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-14 09:54:33,555 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-14 09:54:33,602 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-14 09:54:33,711 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-01-14 09:54:33,711 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3_mystst}' 2015-01-14 09:54:33,711 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3_mystst}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-14 09:54:33,758 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-14 09:54:33,758 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) No results were returned for filter 'Filter volumes by key' 2015-01-14 09:54:33,898 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-01-14 09:54:33,898 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-14 09:54:33,930 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-14 09:54:34,273 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-14 09:54:34,273 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) No results were returned for filter 'Filter volumes by key' 2015-01-14 09:54:34,382 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-01-14 09:54:34,382 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}' 2015-01-14 09:54:34,382 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'bf3_mystst_replseta' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-14 09:54:34,413 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'Filter export policies by key' successfully executed, rows affected '0' 2015-01-14 09:54:34,429 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) No results were returned for filter 'Filter export policies by key' 2015-01-14 09:54:34,460 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-01-14 09:54:34,460 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing finder 'Finder{id=462, name='7848f70b-7a67-4599-8916-f2db1549cc33', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=MEDIUM}' 2015-01-14 09:54:34,476 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=MEDIUM}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'MEDIUM'' 2015-01-14 09:54:34,507 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-14 09:54:34,522 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Finder '7848f70b-7a67-4599-8916-f2db1549cc33' successfully executed, rows returned '1', returning first row only 2015-01-14 09:54:34,522 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Finder results '{policy_name=MEDIUM}' 2015-01-14 09:54:34,522 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-01-14 09:54:34,538 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-01-14 09:54:34,538 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing finder 'Finder{id=464, name='e4c85240-7f24-4968-94e3-0c95a7a710c8', dictionaryEntry=QoS_Policy_Group}', parameters '{qos_name=medium_bf3_mystst_replseta, cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-14 09:54:34,538 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'Filter QoS policy group by key', parameters '{qos_name=medium_bf3_mystst_replseta, cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'medium_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-14 09:54:34,600 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-14 09:54:34,600 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) No results were returned for filter 'Filter QoS policy group by key' 2015-01-14 09:54:34,632 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-01-14 09:54:34,632 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing finder 'Finder{id=464, name='e4c85240-7f24-4968-94e3-0c95a7a710c8', dictionaryEntry=QoS_Policy_Group}', parameters '{qos_name=medium_bf3_mystst_replseta, cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-14 09:54:34,632 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'Filter QoS policy group by key', parameters '{qos_name=medium_bf3_mystst_replseta, cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'medium_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-14 09:54:34,663 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-14 09:54:34,663 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) No results were returned for filter 'Filter QoS policy group by key' 2015-01-14 09:54:34,678 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=MEDIUM}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'MEDIUM'' 2015-01-14 09:54:34,710 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-14 09:54:34,741 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-01-14 09:54:34,756 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing finder 'Finder{id=463, name='6809a45f-a3ed-4e06-8b32-a71b3f798e22', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=ARCHIVE}' 2015-01-14 09:54:34,756 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=ARCHIVE}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'ARCHIVE'' 2015-01-14 09:54:34,788 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-14 09:54:34,803 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Finder '6809a45f-a3ed-4e06-8b32-a71b3f798e22' successfully executed, rows returned '1', returning first row only 2015-01-14 09:54:34,803 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Finder results '{policy_name=ARCHIVE}' 2015-01-14 09:54:34,803 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-01-14 09:54:34,819 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-01-14 09:54:34,819 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing finder 'Finder{id=465, name='0a75c9bb-d1ce-4840-96a6-a48bf12b57dc', dictionaryEntry=QoS_Policy_Group}', parameters '{cluster_name=hq-stor, qos_name=archive_bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-14 09:54:34,834 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'Filter QoS policy group by key', parameters '{cluster_name=hq-stor, qos_name=archive_bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'archive_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-14 09:54:34,850 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-14 09:54:34,866 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) No results were returned for filter 'Filter QoS policy group by key' 2015-01-14 09:54:34,881 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-01-14 09:54:34,881 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing finder 'Finder{id=465, name='0a75c9bb-d1ce-4840-96a6-a48bf12b57dc', dictionaryEntry=QoS_Policy_Group}', parameters '{cluster_name=hq-stor, qos_name=archive_bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-14 09:54:34,881 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'Filter QoS policy group by key', parameters '{cluster_name=hq-stor, qos_name=archive_bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'archive_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-14 09:54:34,928 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-14 09:54:34,928 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) No results were returned for filter 'Filter QoS policy group by key' 2015-01-14 09:54:34,944 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=ARCHIVE}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'ARCHIVE'' 2015-01-14 09:54:34,975 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-14 09:55:10,729 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) ======================================================================================== 2015-01-14 09:55:10,729 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-14 09:55:10,745 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-14 09:55:10,807 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-14 09:55:10,823 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-14 09:55:10,823 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Finder results '{primary_address=hq-stor}' 2015-01-14 09:55:10,823 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) ======================================================================================== 2015-01-14 09:55:10,854 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-14 09:55:10,963 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-14 09:55:10,963 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) ======================================================================================== 2015-01-14 09:55:10,979 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Executing finder 'Finder{id=458, name='d499b79f-7679-43f9-bc75-3b1de7fa8801', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-14 09:55:10,979 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-14 09:55:11,151 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-14 09:55:11,151 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Finder 'd499b79f-7679-43f9-bc75-3b1de7fa8801' successfully executed, rows returned '1', returning first row only 2015-01-14 09:55:11,166 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-14 09:55:11,166 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) ======================================================================================== 2015-01-14 09:55:11,322 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) ======================================================================================== 2015-01-14 09:55:11,322 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Executing finder 'Finder{id=459, name='fe000709-57f2-441f-957e-7d13f286d8d6', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}' 2015-01-14 09:55:11,338 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=hqvs0_root, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-14 09:55:11,385 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-14 09:55:11,400 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Finder 'fe000709-57f2-441f-957e-7d13f286d8d6' successfully executed, rows returned '1', returning first row only 2015-01-14 09:55:11,400 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Finder results '{name=hqvs0_root, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-14 09:55:11,400 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) ======================================================================================== 2015-01-14 09:55:11,416 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) ======================================================================================== 2015-01-14 09:55:11,431 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-14 09:55:11,431 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-14 09:55:11,478 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-14 09:55:11,494 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-14 09:55:11,494 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-14 09:55:11,494 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) ======================================================================================== 2015-01-14 09:55:11,509 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) ======================================================================================== 2015-01-14 09:55:11,509 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}' 2015-01-14 09:55:11,525 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-14 09:55:11,541 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-14 09:55:11,556 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) No results were returned for filter 'Filter volumes by key' 2015-01-14 09:55:11,572 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-14 09:55:11,634 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-14 09:55:11,650 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-14 09:55:11,697 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-14 09:55:11,868 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) ======================================================================================== 2015-01-14 09:55:11,868 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}' 2015-01-14 09:55:11,868 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vol_name=bf3_mystst, vserver_name=hq-vs0}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-14 09:55:11,899 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-14 09:55:11,899 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) No results were returned for filter 'Filter volumes by key' 2015-01-14 09:55:11,977 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) ======================================================================================== 2015-01-14 09:55:11,977 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3_mystst_replseta}' 2015-01-14 09:55:11,977 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=bf3_mystst_replseta}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-14 09:55:12,024 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-14 09:55:12,024 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) No results were returned for filter 'Filter volumes by key' 2015-01-14 09:55:12,118 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) ======================================================================================== 2015-01-14 09:55:12,118 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}' 2015-01-14 09:55:12,118 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=bf3_mystst_replseta}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'bf3_mystst_replseta' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-14 09:55:12,149 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Local filter 'Filter export policies by key' successfully executed, rows affected '0' 2015-01-14 09:55:12,149 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) No results were returned for filter 'Filter export policies by key' 2015-01-14 09:55:12,180 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) ======================================================================================== 2015-01-14 09:55:12,196 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Executing finder 'Finder{id=462, name='7848f70b-7a67-4599-8916-f2db1549cc33', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=MEDIUM}' 2015-01-14 09:55:12,196 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=MEDIUM}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'MEDIUM'' 2015-01-14 09:55:12,211 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-14 09:55:12,227 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Finder '7848f70b-7a67-4599-8916-f2db1549cc33' successfully executed, rows returned '1', returning first row only 2015-01-14 09:55:12,227 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Finder results '{policy_name=MEDIUM}' 2015-01-14 09:55:12,243 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) ======================================================================================== 2015-01-14 09:55:12,243 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) ======================================================================================== 2015-01-14 09:55:12,258 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Executing finder 'Finder{id=464, name='e4c85240-7f24-4968-94e3-0c95a7a710c8', dictionaryEntry=QoS_Policy_Group}', parameters '{qos_name=medium_bf3_mystst_replseta, cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-14 09:55:12,258 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Executing local filter 'Filter QoS policy group by key', parameters '{qos_name=medium_bf3_mystst_replseta, cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'medium_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-14 09:55:12,289 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-14 09:55:12,289 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) No results were returned for filter 'Filter QoS policy group by key' 2015-01-14 09:55:12,305 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) ======================================================================================== 2015-01-14 09:55:12,305 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Executing finder 'Finder{id=464, name='e4c85240-7f24-4968-94e3-0c95a7a710c8', dictionaryEntry=QoS_Policy_Group}', parameters '{qos_name=medium_bf3_mystst_replseta, cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-14 09:55:12,321 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Executing local filter 'Filter QoS policy group by key', parameters '{qos_name=medium_bf3_mystst_replseta, cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'medium_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-14 09:55:12,352 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-14 09:55:12,352 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) No results were returned for filter 'Filter QoS policy group by key' 2015-01-14 09:55:12,367 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=MEDIUM}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'MEDIUM'' 2015-01-14 09:55:12,399 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-14 09:55:12,430 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) ======================================================================================== 2015-01-14 09:55:12,430 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Executing finder 'Finder{id=463, name='6809a45f-a3ed-4e06-8b32-a71b3f798e22', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=ARCHIVE}' 2015-01-14 09:55:12,430 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=ARCHIVE}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'ARCHIVE'' 2015-01-14 09:55:12,477 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-14 09:55:12,492 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Finder '6809a45f-a3ed-4e06-8b32-a71b3f798e22' successfully executed, rows returned '1', returning first row only 2015-01-14 09:55:12,508 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Finder results '{policy_name=ARCHIVE}' 2015-01-14 09:55:12,508 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) ======================================================================================== 2015-01-14 09:55:12,523 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) ======================================================================================== 2015-01-14 09:55:12,523 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Executing finder 'Finder{id=465, name='0a75c9bb-d1ce-4840-96a6-a48bf12b57dc', dictionaryEntry=QoS_Policy_Group}', parameters '{cluster_name=hq-stor, qos_name=archive_bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-14 09:55:12,523 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Executing local filter 'Filter QoS policy group by key', parameters '{cluster_name=hq-stor, qos_name=archive_bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'archive_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-14 09:55:12,570 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-14 09:55:12,570 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) No results were returned for filter 'Filter QoS policy group by key' 2015-01-14 09:55:12,601 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) ======================================================================================== 2015-01-14 09:55:12,601 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Executing finder 'Finder{id=465, name='0a75c9bb-d1ce-4840-96a6-a48bf12b57dc', dictionaryEntry=QoS_Policy_Group}', parameters '{cluster_name=hq-stor, qos_name=archive_bf3_mystst_replseta, vserver_name=hq-vs0}' 2015-01-14 09:55:12,601 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Executing local filter 'Filter QoS policy group by key', parameters '{cluster_name=hq-stor, qos_name=archive_bf3_mystst_replseta, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'archive_bf3_mystst_replseta' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-14 09:55:12,633 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-14 09:55:12,633 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) No results were returned for filter 'Filter QoS policy group by key' 2015-01-14 09:55:12,648 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=ARCHIVE}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'ARCHIVE'' 2015-01-14 09:55:12,695 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-5506 (HornetQ-client-global-threads-1199737262)) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-16 14:30:29,094 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) ======================================================================================== 2015-01-16 14:30:29,094 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-16 14:30:29,109 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-16 14:30:29,141 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-16 14:30:29,141 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-16 14:30:29,141 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Finder results '{primary_address=hq-stor}' 2015-01-16 14:30:29,141 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) ======================================================================================== 2015-01-16 14:30:29,156 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-16 14:30:29,172 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-16 14:30:29,187 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) ======================================================================================== 2015-01-16 14:30:29,187 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Executing finder 'Finder{id=458, name='d499b79f-7679-43f9-bc75-3b1de7fa8801', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-16 14:30:29,187 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-16 14:30:29,250 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-16 14:30:29,265 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Finder 'd499b79f-7679-43f9-bc75-3b1de7fa8801' successfully executed, rows returned '1', returning first row only 2015-01-16 14:30:29,265 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-16 14:30:29,265 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) ======================================================================================== 2015-01-16 14:30:29,343 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) ======================================================================================== 2015-01-16 14:30:29,343 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Executing finder 'Finder{id=459, name='fe000709-57f2-441f-957e-7d13f286d8d6', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=hqvs0_root}' 2015-01-16 14:30:29,343 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=hqvs0_root}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-16 14:30:29,406 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-16 14:30:29,406 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Finder 'fe000709-57f2-441f-957e-7d13f286d8d6' successfully executed, rows returned '1', returning first row only 2015-01-16 14:30:29,406 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Finder results '{name=hqvs0_root, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-16 14:30:29,406 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) ======================================================================================== 2015-01-16 14:30:29,421 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) ======================================================================================== 2015-01-16 14:30:29,421 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-16 14:30:29,421 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-16 14:30:29,515 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-16 14:30:29,515 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-16 14:30:29,515 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-16 14:30:29,515 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) ======================================================================================== 2015-01-16 14:30:29,531 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) ======================================================================================== 2015-01-16 14:30:29,531 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=sims4}' 2015-01-16 14:30:29,531 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=sims4}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-16 14:30:29,609 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-16 14:30:29,609 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) No results were returned for filter 'Filter volumes by key' 2015-01-16 14:30:29,624 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-16 14:30:29,655 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-16 14:30:29,671 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-16 14:30:29,687 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-16 14:30:29,843 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) ======================================================================================== 2015-01-16 14:30:29,843 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=sims4_mysdev}' 2015-01-16 14:30:29,843 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=sims4_mysdev}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mysdev' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-16 14:30:29,921 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-16 14:30:29,921 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) No results were returned for filter 'Filter volumes by key' 2015-01-16 14:30:29,999 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) ======================================================================================== 2015-01-16 14:30:29,999 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=sims4_mysdev_y2015sm4}' 2015-01-16 14:30:29,999 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=sims4_mysdev_y2015sm4}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mysdev_y2015sm4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-16 14:30:30,030 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-16 14:30:30,030 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) No results were returned for filter 'Filter volumes by key' 2015-01-16 14:30:30,092 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) ======================================================================================== 2015-01-16 14:30:30,108 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=sims4_mysdev_y2015sm4}' 2015-01-16 14:30:30,108 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=sims4_mysdev_y2015sm4}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'sims4_mysdev_y2015sm4' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-16 14:30:30,123 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Local filter 'Filter export policies by key' successfully executed, rows affected '0' 2015-01-16 14:30:30,139 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) No results were returned for filter 'Filter export policies by key' 2015-01-16 14:30:30,186 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) ======================================================================================== 2015-01-16 14:30:30,186 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Executing finder 'Finder{id=442, name='bd8fac1f-b07a-42b9-984c-0ac2caa2954a', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}' 2015-01-16 14:30:30,186 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-16 14:30:30,217 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-16 14:30:30,233 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-16 14:30:30,264 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-16 14:30:30,264 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Executing local filter 'EADP Filter aggregates with name containing search string', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name LIKE '%sas%' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-16 14:30:30,279 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Local filter 'EADP Filter aggregates with name containing search string' successfully executed, rows affected '1' 2015-01-16 14:30:30,295 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Executing local filter 'Filter aggregates by available capacity', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' , aggr.available_size_mb FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON aggr.node_id=node.id JOIN cm_storage.cluster AS cluster ON node.cluster_id =cluster.id WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND aggr.available_size_mb > 30 ' 2015-01-16 14:30:30,311 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Local filter 'Filter aggregates by available capacity' successfully executed, rows affected '2' 2015-01-16 14:30:30,326 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Finder 'bd8fac1f-b07a-42b9-984c-0ac2caa2954a' successfully executed, rows returned '1', returning first row only 2015-01-16 14:30:30,326 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-16 14:30:30,326 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) ======================================================================================== 2015-01-16 14:30:30,389 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) ======================================================================================== 2015-01-16 14:30:30,389 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Executing finder 'Finder{id=466, name='3a6caaf2-ef2a-4f5e-893f-4542eff250ba', dictionaryEntry=Snapshot_Policy}', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}' 2015-01-16 14:30:30,404 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Executing local filter 'Filter snapshot policies by name', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}', query 'SELECT snapshot_policy.*, cluster.primary_address AS 'vserver.cluster.primary_address', vserver.name AS 'vserver.name' FROM cm_storage.snapshot_policy, cm_storage.cluster, cm_storage.vserver WHERE cluster.id = snapshot_policy.cluster_id AND snapshot_policy.name = 'default' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.id = snapshot_policy.vserver_id AND vserver.name IN ( 'hq-vs0', cluster.name )' 2015-01-16 14:30:30,420 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Local filter 'Filter snapshot policies by name' successfully executed, rows affected '1' 2015-01-16 14:30:30,420 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Finder '3a6caaf2-ef2a-4f5e-893f-4542eff250ba' successfully executed, rows returned '1', returning first row only 2015-01-16 14:30:30,420 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-stor}' 2015-01-16 14:30:30,420 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) ======================================================================================== 2015-01-16 14:30:30,467 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) ======================================================================================== 2015-01-16 14:30:30,482 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Executing finder 'Finder{id=462, name='7848f70b-7a67-4599-8916-f2db1549cc33', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=MEDIUM}' 2015-01-16 14:30:30,482 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=MEDIUM}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'MEDIUM'' 2015-01-16 14:30:30,498 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-16 14:30:30,498 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Finder '7848f70b-7a67-4599-8916-f2db1549cc33' successfully executed, rows returned '1', returning first row only 2015-01-16 14:30:30,498 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Finder results '{policy_name=MEDIUM}' 2015-01-16 14:30:30,498 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) ======================================================================================== 2015-01-16 14:30:30,513 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) ======================================================================================== 2015-01-16 14:30:30,513 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Executing finder 'Finder{id=464, name='e4c85240-7f24-4968-94e3-0c95a7a710c8', dictionaryEntry=QoS_Policy_Group}', parameters '{qos_name=medium_sims4_mysdev_y2015sm4, cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-16 14:30:30,529 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Executing local filter 'Filter QoS policy group by key', parameters '{qos_name=medium_sims4_mysdev_y2015sm4, cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'medium_sims4_mysdev_y2015sm4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-16 14:30:30,545 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-16 14:30:30,545 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) No results were returned for filter 'Filter QoS policy group by key' 2015-01-16 14:30:30,560 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=MEDIUM}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'MEDIUM'' 2015-01-16 14:30:30,576 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-16 14:30:30,763 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) ======================================================================================== 2015-01-16 14:30:30,763 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Executing finder 'Finder{id=463, name='6809a45f-a3ed-4e06-8b32-a71b3f798e22', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=ARCHIVE}' 2015-01-16 14:30:30,763 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=ARCHIVE}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'ARCHIVE'' 2015-01-16 14:30:30,794 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-16 14:30:30,794 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Finder '6809a45f-a3ed-4e06-8b32-a71b3f798e22' successfully executed, rows returned '1', returning first row only 2015-01-16 14:30:30,794 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Finder results '{policy_name=ARCHIVE}' 2015-01-16 14:30:30,810 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) ======================================================================================== 2015-01-16 14:30:30,810 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) ======================================================================================== 2015-01-16 14:30:30,810 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Executing finder 'Finder{id=465, name='0a75c9bb-d1ce-4840-96a6-a48bf12b57dc', dictionaryEntry=QoS_Policy_Group}', parameters '{qos_name=archive_sims4_mysdev_y2015sm4, cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-16 14:30:30,810 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Executing local filter 'Filter QoS policy group by key', parameters '{qos_name=archive_sims4_mysdev_y2015sm4, cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'archive_sims4_mysdev_y2015sm4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-16 14:30:30,841 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-16 14:30:30,841 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) No results were returned for filter 'Filter QoS policy group by key' 2015-01-16 14:30:30,857 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) ======================================================================================== 2015-01-16 14:30:30,857 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Executing finder 'Finder{id=465, name='0a75c9bb-d1ce-4840-96a6-a48bf12b57dc', dictionaryEntry=QoS_Policy_Group}', parameters '{qos_name=archive_sims4_mysdev_y2015sm4, cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-16 14:30:30,857 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Executing local filter 'Filter QoS policy group by key', parameters '{qos_name=archive_sims4_mysdev_y2015sm4, cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'archive_sims4_mysdev_y2015sm4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-16 14:30:30,872 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-16 14:30:30,888 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) No results were returned for filter 'Filter QoS policy group by key' 2015-01-16 14:30:30,888 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=ARCHIVE}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'ARCHIVE'' 2015-01-16 14:30:30,919 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 6) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-16 14:31:08,078 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) ======================================================================================== 2015-01-16 14:31:08,078 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing finder 'Finder{id=431, name='15bb5263-f93a-44c0-93aa-9ab152e42ed8', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-01-16 14:31:08,078 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-01-16 14:31:08,109 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-01-16 14:31:08,109 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Finder '15bb5263-f93a-44c0-93aa-9ab152e42ed8' successfully executed, rows returned '1', returning first row only 2015-01-16 14:31:08,109 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Finder results '{primary_address=hq-stor}' 2015-01-16 14:31:08,109 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) ======================================================================================== 2015-01-16 14:31:08,125 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-01-16 14:31:08,156 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-01-16 14:31:08,156 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) ======================================================================================== 2015-01-16 14:31:08,156 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing finder 'Finder{id=458, name='d499b79f-7679-43f9-bc75-3b1de7fa8801', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}' 2015-01-16 14:31:08,172 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=default}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'default' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-16 14:31:08,187 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Local filter 'Filter export policies by key' successfully executed, rows affected '1' 2015-01-16 14:31:08,203 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Finder 'd499b79f-7679-43f9-bc75-3b1de7fa8801' successfully executed, rows returned '1', returning first row only 2015-01-16 14:31:08,203 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-16 14:31:08,203 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) ======================================================================================== 2015-01-16 14:31:08,265 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) ======================================================================================== 2015-01-16 14:31:08,265 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing finder 'Finder{id=459, name='fe000709-57f2-441f-957e-7d13f286d8d6', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=hqvs0_root}' 2015-01-16 14:31:08,265 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=hqvs0_root}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-16 14:31:08,297 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-01-16 14:31:08,297 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Finder 'fe000709-57f2-441f-957e-7d13f286d8d6' successfully executed, rows returned '1', returning first row only 2015-01-16 14:31:08,297 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Finder results '{name=hqvs0_root, vserver.cluster.primary_address=hq-stor, vserver.name=hq-vs0}' 2015-01-16 14:31:08,297 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) ======================================================================================== 2015-01-16 14:31:08,312 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) ======================================================================================== 2015-01-16 14:31:08,312 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-16 14:31:08,312 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-01-16 14:31:08,343 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-01-16 14:31:08,343 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-01-16 14:31:08,343 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-01-16 14:31:08,343 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) ======================================================================================== 2015-01-16 14:31:08,359 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) ======================================================================================== 2015-01-16 14:31:08,359 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=sims4}' 2015-01-16 14:31:08,359 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=sims4}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-16 14:31:08,390 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-16 14:31:08,390 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) No results were returned for filter 'Filter volumes by key' 2015-01-16 14:31:08,406 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing local filter 'cm_storage.Volume filter by key', parameters '{vserver.cluster.primary_address=hq-stor, name=hqvs0_root, vserver.name=hq-vs0}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver_cluster.primary_address = 'hq-stor' AND vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.name = 'hqvs0_root' AND vserver.name = 'hq-vs0'' 2015-01-16 14:31:08,453 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Local filter 'cm_storage.Volume filter by key' successfully executed, rows affected '1' 2015-01-16 14:31:08,468 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing local filter 'cm_storage.Aggregate filter by id', parameters '{id=691}', query 'SELECT aggregate.name, node.name AS 'node.name', aggregate.available_size_mb, aggregate.volume_count, aggregate.block_type, aggregate.snapshot_used_size_mb, IF (aggregate.has_partner_root = 1, 'true', 'false') AS has_partner_root, aggregate.size_mb, aggregate.raid_status, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, aggregate.snapshot_total_size_mb, aggregate.used_size_mb, aggregate.days_until_full, IF (aggregate.hybrid_enabled = 1, 'true', 'false') AS hybrid_enabled, aggregate.hybrid_cache_size_mb, aggregate.id, IF (aggregate.has_local_root = 1, 'true', 'false') AS has_local_root, aggregate.state, node_cluster.primary_address AS 'node.cluster.primary_address', aggregate.node_id, aggregate.raid_type, aggregate.number_of_disks, aggregate.daily_growth_rate_mb FROM cm_storage.aggregate, cm_storage.cluster AS node_cluster, cm_storage.node AS node WHERE aggregate.node_id = node.id AND node.cluster_id = node_cluster.id AND aggregate.id = 691 ' 2015-01-16 14:31:08,484 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Local filter 'cm_storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-01-16 14:31:08,577 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) ======================================================================================== 2015-01-16 14:31:08,577 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing finder 'Finder{id=432, name='fef76399-2ee5-4dc3-8c08-f38a29d5878f', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=sims4_mysdev}' 2015-01-16 14:31:08,577 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=sims4_mysdev}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mysdev' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-16 14:31:08,593 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-16 14:31:08,609 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) No results were returned for filter 'Filter volumes by key' 2015-01-16 14:31:08,749 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) ======================================================================================== 2015-01-16 14:31:08,749 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing finder 'Finder{id=439, name='38bbe32d-72cc-4c32-9821-e342e2f5010b', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=sims4_mysdev_y2015sm4}' 2015-01-16 14:31:08,749 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=sims4_mysdev_y2015sm4}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'sims4_mysdev_y2015sm4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-16 14:31:08,780 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Local filter 'Filter volumes by key' successfully executed, rows affected '0' 2015-01-16 14:31:08,780 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) No results were returned for filter 'Filter volumes by key' 2015-01-16 14:31:08,843 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) ======================================================================================== 2015-01-16 14:31:08,843 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing finder 'Finder{id=441, name='8f96e070-d410-471d-a418-04c63a35c6b6', dictionaryEntry=Export_Policy}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=sims4_mysdev_y2015sm4}' 2015-01-16 14:31:08,843 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing local filter 'Filter export policies by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, export_policy_name=sims4_mysdev_y2015sm4}', query 'SELECT export_policy.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.export_policy, cm_storage.vserver, cm_storage.cluster WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.name = 'hq-vs0' AND export_policy.name = 'sims4_mysdev_y2015sm4' AND cluster.id = vserver.cluster_id AND export_policy.vserver_id = vserver.id' 2015-01-16 14:31:08,874 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Local filter 'Filter export policies by key' successfully executed, rows affected '0' 2015-01-16 14:31:08,874 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) No results were returned for filter 'Filter export policies by key' 2015-01-16 14:31:08,921 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) ======================================================================================== 2015-01-16 14:31:08,921 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing finder 'Finder{id=442, name='bd8fac1f-b07a-42b9-984c-0ac2caa2954a', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}' 2015-01-16 14:31:08,936 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-16 14:31:08,967 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-16 14:31:08,983 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-16 14:31:09,014 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-16 14:31:09,030 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing local filter 'EADP Filter aggregates with name containing search string', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name LIKE '%sas%' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-16 14:31:09,061 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Local filter 'EADP Filter aggregates with name containing search string' successfully executed, rows affected '1' 2015-01-16 14:31:09,061 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing local filter 'Filter aggregates by available capacity', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' , aggr.available_size_mb FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON aggr.node_id=node.id JOIN cm_storage.cluster AS cluster ON node.cluster_id =cluster.id WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND aggr.available_size_mb > 30 ' 2015-01-16 14:31:09,092 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Local filter 'Filter aggregates by available capacity' successfully executed, rows affected '2' 2015-01-16 14:31:09,092 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Finder 'bd8fac1f-b07a-42b9-984c-0ac2caa2954a' successfully executed, rows returned '1', returning first row only 2015-01-16 14:31:09,092 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-16 14:31:09,092 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) ======================================================================================== 2015-01-16 14:31:09,155 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) ======================================================================================== 2015-01-16 14:31:09,155 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing finder 'Finder{id=466, name='3a6caaf2-ef2a-4f5e-893f-4542eff250ba', dictionaryEntry=Snapshot_Policy}', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}' 2015-01-16 14:31:09,170 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing local filter 'Filter snapshot policies by name', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}', query 'SELECT snapshot_policy.*, cluster.primary_address AS 'vserver.cluster.primary_address', vserver.name AS 'vserver.name' FROM cm_storage.snapshot_policy, cm_storage.cluster, cm_storage.vserver WHERE cluster.id = snapshot_policy.cluster_id AND snapshot_policy.name = 'default' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.id = snapshot_policy.vserver_id AND vserver.name IN ( 'hq-vs0', cluster.name )' 2015-01-16 14:31:09,201 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Local filter 'Filter snapshot policies by name' successfully executed, rows affected '1' 2015-01-16 14:31:09,201 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Finder '3a6caaf2-ef2a-4f5e-893f-4542eff250ba' successfully executed, rows returned '1', returning first row only 2015-01-16 14:31:09,201 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-stor}' 2015-01-16 14:31:09,201 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) ======================================================================================== 2015-01-16 14:31:09,248 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) ======================================================================================== 2015-01-16 14:31:09,248 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing finder 'Finder{id=462, name='7848f70b-7a67-4599-8916-f2db1549cc33', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=MEDIUM}' 2015-01-16 14:31:09,264 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=MEDIUM}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'MEDIUM'' 2015-01-16 14:31:09,279 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-16 14:31:09,295 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Finder '7848f70b-7a67-4599-8916-f2db1549cc33' successfully executed, rows returned '1', returning first row only 2015-01-16 14:31:09,295 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Finder results '{policy_name=MEDIUM}' 2015-01-16 14:31:09,295 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) ======================================================================================== 2015-01-16 14:31:09,295 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) ======================================================================================== 2015-01-16 14:31:09,295 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing finder 'Finder{id=464, name='e4c85240-7f24-4968-94e3-0c95a7a710c8', dictionaryEntry=QoS_Policy_Group}', parameters '{qos_name=medium_sims4_mysdev_y2015sm4, cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-16 14:31:09,310 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing local filter 'Filter QoS policy group by key', parameters '{qos_name=medium_sims4_mysdev_y2015sm4, cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'medium_sims4_mysdev_y2015sm4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-16 14:31:09,326 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-16 14:31:09,326 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) No results were returned for filter 'Filter QoS policy group by key' 2015-01-16 14:31:09,342 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=MEDIUM}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'MEDIUM'' 2015-01-16 14:31:09,357 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-01-16 14:31:09,544 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) ======================================================================================== 2015-01-16 14:31:09,544 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing finder 'Finder{id=434, name='4d03ad84-efb4-400e-adec-235595a4b097', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}' 2015-01-16 14:31:09,544 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing local filter 'Filter aggregates by delegation to Storage Virtual Machine', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver_allowed_aggregate AS vserver_allowed_aggregate ON vserver_allowed_aggregate.aggregate_id = aggr.id JOIN cm_storage.vserver AS mapped_vserver ON vserver_allowed_aggregate.vserver_id = mapped_vserver.id WHERE mapped_vserver.restricted_aggregate_count > 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) UNION SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON node.id = aggr.node_id JOIN cm_storage.cluster AS cluster ON cluster.id = node.cluster_id JOIN cm_storage.vserver AS mapped_vserver ON cluster.id = mapped_vserver.cluster_id WHERE mapped_vserver.restricted_aggregate_count = 0 AND mapped_vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-16 14:31:09,591 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Local filter 'Filter aggregates by delegation to Storage Virtual Machine' successfully executed, rows affected '2' 2015-01-16 14:31:09,607 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-01-16 14:31:09,638 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-01-16 14:31:09,638 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing local filter 'EADP Filter aggregates with name containing search string', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name LIKE '%sas%' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-16 14:31:09,669 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Local filter 'EADP Filter aggregates with name containing search string' successfully executed, rows affected '1' 2015-01-16 14:31:09,669 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing local filter 'Filter aggregates by available capacity', parameters '{cluster_name=hq-stor, added_capacity_mb=30, vserver_name=hq-vs0, search_string=sas}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' , aggr.available_size_mb FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON aggr.node_id=node.id JOIN cm_storage.cluster AS cluster ON node.cluster_id =cluster.id WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND aggr.available_size_mb > 30 ' 2015-01-16 14:31:09,700 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Local filter 'Filter aggregates by available capacity' successfully executed, rows affected '2' 2015-01-16 14:31:09,700 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Finder '4d03ad84-efb4-400e-adec-235595a4b097' successfully executed, rows returned '1', returning first row only 2015-01-16 14:31:09,700 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-01-16 14:31:09,700 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) ======================================================================================== 2015-01-16 14:31:09,763 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) ======================================================================================== 2015-01-16 14:31:09,763 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing finder 'Finder{id=467, name='690f4b66-104d-4728-aadb-be0fa5cc562d', dictionaryEntry=Snapshot_Policy}', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}' 2015-01-16 14:31:09,778 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing local filter 'Filter snapshot policies by name', parameters '{cluster_name=hq-stor, snapshot_policy_name=default, vserver_name=hq-vs0}', query 'SELECT snapshot_policy.*, cluster.primary_address AS 'vserver.cluster.primary_address', vserver.name AS 'vserver.name' FROM cm_storage.snapshot_policy, cm_storage.cluster, cm_storage.vserver WHERE cluster.id = snapshot_policy.cluster_id AND snapshot_policy.name = 'default' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND vserver.id = snapshot_policy.vserver_id AND vserver.name IN ( 'hq-vs0', cluster.name )' 2015-01-16 14:31:09,794 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Local filter 'Filter snapshot policies by name' successfully executed, rows affected '1' 2015-01-16 14:31:09,810 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Finder '690f4b66-104d-4728-aadb-be0fa5cc562d' successfully executed, rows returned '1', returning first row only 2015-01-16 14:31:09,810 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Finder results '{name=default, vserver.cluster.primary_address=hq-stor, vserver.name=hq-stor}' 2015-01-16 14:31:09,810 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) ======================================================================================== 2015-01-16 14:31:09,841 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) ======================================================================================== 2015-01-16 14:31:09,841 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing finder 'Finder{id=463, name='6809a45f-a3ed-4e06-8b32-a71b3f798e22', dictionaryEntry=ocor_policies}', parameters '{ocorPolicyName=ARCHIVE}' 2015-01-16 14:31:09,856 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing local filter 'EADP Filter on ocor policy name', parameters '{ocorPolicyName=ARCHIVE}', query 'SELECT policy_name FROM ea_qos.ocor_policies WHERE ea_qos.ocor_policies.policy_name = 'ARCHIVE'' 2015-01-16 14:31:09,888 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Local filter 'EADP Filter on ocor policy name' successfully executed, rows affected '1' 2015-01-16 14:31:09,888 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Finder '6809a45f-a3ed-4e06-8b32-a71b3f798e22' successfully executed, rows returned '1', returning first row only 2015-01-16 14:31:09,888 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Finder results '{policy_name=ARCHIVE}' 2015-01-16 14:31:09,888 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) ======================================================================================== 2015-01-16 14:31:09,903 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) ======================================================================================== 2015-01-16 14:31:09,903 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing finder 'Finder{id=465, name='0a75c9bb-d1ce-4840-96a6-a48bf12b57dc', dictionaryEntry=QoS_Policy_Group}', parameters '{qos_name=archive_sims4_mysdev_y2015sm4, cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-01-16 14:31:09,903 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing local filter 'Filter QoS policy group by key', parameters '{qos_name=archive_sims4_mysdev_y2015sm4, cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT qos.name AS 'name', vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.qos_policy_group AS qos, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = qos.vserver_id AND cluster.id = vserver.cluster_id AND qos.name = 'archive_sims4_mysdev_y2015sm4' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-01-16 14:31:09,934 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Local filter 'Filter QoS policy group by key' successfully executed, rows affected '0' 2015-01-16 14:31:09,934 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) No results were returned for filter 'Filter QoS policy group by key' 2015-01-16 14:31:09,934 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Executing local filter 'ea_qos.ocor_policies filter by key', parameters '{policy_name=ARCHIVE}', query 'SELECT ocor_policies.id, ocor_policies.cost, ocor_policies.limit_per_tb, ocor_policies.policy_name, ocor_policies.policy_type FROM ea_qos.ocor_policies WHERE ocor_policies.policy_name = 'ARCHIVE'' 2015-01-16 14:31:09,966 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 7) Local filter 'ea_qos.ocor_policies filter by key' successfully executed, rows affected '1' 2015-02-26 12:36:52,460 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 16) ======================================================================================== 2015-02-26 12:36:52,460 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 16) Executing finder 'Finder{id=19, name='Find array by host name', dictionaryEntry=Array}', parameters '{array_name=hq-stor-7m-1.acme.com}' 2015-02-26 12:36:52,475 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 16) Executing local filter 'Filter arrays by name', parameters '{array_name=hq-stor-7m-1.acme.com}', query 'SELECT array.ip FROM storage.array WHERE array.name = 'hq-stor-7m-1.acme.com'' 2015-02-26 12:36:52,491 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 16) Local filter 'Filter arrays by name' successfully executed, rows affected '1' 2015-02-26 12:36:52,506 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 16) Finder 'Find array by host name' successfully executed, rows returned '1', returning first row only 2015-02-26 12:36:52,506 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 16) Finder results '{ip=192.168.126.185}' 2015-02-26 12:36:52,506 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 16) ======================================================================================== 2015-02-26 12:36:52,522 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 16) Executing local filter 'storage.Array filter by key', parameters '{ip=192.168.126.185}', query 'SELECT array.model, array.serial_number, array.ip, array.location, array.name, array.id, array.partner_id, array.system_id, array.os_version FROM storage.array WHERE array.ip = '192.168.126.185'' 2015-02-26 12:36:52,538 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 16) Local filter 'storage.Array filter by key' successfully executed, rows affected '1' 2015-02-26 12:36:52,584 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 16) ======================================================================================== 2015-02-26 12:36:52,584 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 16) Executing finder 'Finder{id=26, name='Find volume by name in a given array', dictionaryEntry=Volume}', parameters '{array_host=hq-stor-7m-1.acme.com, vol_name=users}' 2015-02-26 12:36:52,584 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 16) Executing local filter 'Filter volumes by name in array', parameters '{array_host=hq-stor-7m-1.acme.com, vol_name=users}', query 'SELECT vol.name AS 'name', array.ip AS 'array.ip', array.name AS 'array.name' FROM storage.volume AS vol JOIN storage.array AS array ON vol.array_id = array.id WHERE vol.name = 'users' AND ( array.ip = 'hq-stor-7m-1.acme.com' OR array.name = 'hq-stor-7m-1.acme.com' )' 2015-02-26 12:36:52,616 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 16) Local filter 'Filter volumes by name in array' successfully executed, rows affected '1' 2015-02-26 12:36:52,616 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 16) Finder 'Find volume by name in a given array' successfully executed, rows returned '1', returning first row only 2015-02-26 12:36:52,616 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 16) Finder results '{array.ip=192.168.126.185, array.name=hq-stor-7m-1.acme.com, name=users}' 2015-02-26 12:36:52,631 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 16) ======================================================================================== 2015-02-26 12:36:52,647 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 16) Executing local filter 'storage.Volume filter by key', parameters '{name=users, array.ip=192.168.126.185}', query 'SELECT IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.state, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.dedupe_schedule, volume.size_mb, volume.id, volume.snapshot_used_mb, volume.block_type, volume.volume_guarantee, volume.vfiler_id, volume.language, volume.snapshot_reserved_percent, volume.autosize_max_mb, volume.name, array.ip AS 'array.ip', volume.array_id, volume.fractional_reserve, volume.used_size_mb, volume.available_size_mb, volume.autosize_grow_mb, volume.aggregate_id, volume.discovery_timestamp, volume.type FROM storage.volume, storage.array AS array WHERE volume.array_id = array.id AND volume.name = 'users' AND array.ip = '192.168.126.185'' 2015-02-26 12:36:52,662 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 16) Local filter 'storage.Volume filter by key' successfully executed, rows affected '1' 2015-02-26 12:36:52,678 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 16) Executing local filter 'storage.Aggregate filter by id', parameters '{id=741}', query 'SELECT aggregate.total_size_mb, aggregate.name, aggregate.volume_count, aggregate.available_size_mb, aggregate.id, aggregate.block_type, aggregate.array_id, aggregate.state, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, array.ip AS 'array.ip', aggregate.used_size_mb, aggregate.status FROM storage.aggregate, storage.array AS array WHERE aggregate.id = 741 AND aggregate.array_id = array.id' 2015-02-26 12:36:52,693 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 16) Local filter 'storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-02-26 12:53:07,187 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-02-26 12:53:07,203 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing finder 'Finder{id=19, name='Find array by host name', dictionaryEntry=Array}', parameters '{array_name=hq-stor-7m-1.acme.com}' 2015-02-26 12:53:07,203 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'Filter arrays by name', parameters '{array_name=hq-stor-7m-1.acme.com}', query 'SELECT array.ip FROM storage.array WHERE array.name = 'hq-stor-7m-1.acme.com'' 2015-02-26 12:53:07,218 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'Filter arrays by name' successfully executed, rows affected '1' 2015-02-26 12:53:07,218 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Finder 'Find array by host name' successfully executed, rows returned '1', returning first row only 2015-02-26 12:53:07,234 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Finder results '{ip=192.168.126.185}' 2015-02-26 12:53:07,234 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-02-26 12:53:07,234 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'storage.Array filter by key', parameters '{ip=192.168.126.185}', query 'SELECT array.model, array.serial_number, array.ip, array.location, array.name, array.id, array.partner_id, array.system_id, array.os_version FROM storage.array WHERE array.ip = '192.168.126.185'' 2015-02-26 12:53:07,249 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'storage.Array filter by key' successfully executed, rows affected '1' 2015-02-26 12:53:07,296 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-02-26 12:53:07,296 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing finder 'Finder{id=26, name='Find volume by name in a given array', dictionaryEntry=Volume}', parameters '{array_host=hq-stor-7m-1.acme.com, vol_name=users}' 2015-02-26 12:53:07,296 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'Filter volumes by name in array', parameters '{array_host=hq-stor-7m-1.acme.com, vol_name=users}', query 'SELECT vol.name AS 'name', array.ip AS 'array.ip', array.name AS 'array.name' FROM storage.volume AS vol JOIN storage.array AS array ON vol.array_id = array.id WHERE vol.name = 'users' AND ( array.ip = 'hq-stor-7m-1.acme.com' OR array.name = 'hq-stor-7m-1.acme.com' )' 2015-02-26 12:53:07,327 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'Filter volumes by name in array' successfully executed, rows affected '1' 2015-02-26 12:53:07,327 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Finder 'Find volume by name in a given array' successfully executed, rows returned '1', returning first row only 2015-02-26 12:53:07,327 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Finder results '{array.ip=192.168.126.185, array.name=hq-stor-7m-1.acme.com, name=users}' 2015-02-26 12:53:07,343 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-02-26 12:53:07,359 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'storage.Volume filter by key', parameters '{name=users, array.ip=192.168.126.185}', query 'SELECT IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.state, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.dedupe_schedule, volume.size_mb, volume.id, volume.snapshot_used_mb, volume.block_type, volume.volume_guarantee, volume.vfiler_id, volume.language, volume.snapshot_reserved_percent, volume.autosize_max_mb, volume.name, array.ip AS 'array.ip', volume.array_id, volume.fractional_reserve, volume.used_size_mb, volume.available_size_mb, volume.autosize_grow_mb, volume.aggregate_id, volume.discovery_timestamp, volume.type FROM storage.volume, storage.array AS array WHERE volume.array_id = array.id AND volume.name = 'users' AND array.ip = '192.168.126.185'' 2015-02-26 12:53:07,374 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'storage.Volume filter by key' successfully executed, rows affected '1' 2015-02-26 12:53:07,390 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'storage.Aggregate filter by id', parameters '{id=741}', query 'SELECT aggregate.total_size_mb, aggregate.name, aggregate.volume_count, aggregate.available_size_mb, aggregate.id, aggregate.block_type, aggregate.array_id, aggregate.state, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, array.ip AS 'array.ip', aggregate.used_size_mb, aggregate.status FROM storage.aggregate, storage.array AS array WHERE aggregate.id = 741 AND aggregate.array_id = array.id' 2015-02-26 12:53:07,405 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-02-26 12:53:16,766 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-02-26 12:53:16,781 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing finder 'Finder{id=19, name='Find array by host name', dictionaryEntry=Array}', parameters '{array_name=hq-stor-7m-1.acme.com}' 2015-02-26 12:53:16,781 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'Filter arrays by name', parameters '{array_name=hq-stor-7m-1.acme.com}', query 'SELECT array.ip FROM storage.array WHERE array.name = 'hq-stor-7m-1.acme.com'' 2015-02-26 12:53:16,813 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'Filter arrays by name' successfully executed, rows affected '1' 2015-02-26 12:53:16,813 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Finder 'Find array by host name' successfully executed, rows returned '1', returning first row only 2015-02-26 12:53:16,813 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Finder results '{ip=192.168.126.185}' 2015-02-26 12:53:16,828 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-02-26 12:53:16,828 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'storage.Array filter by key', parameters '{ip=192.168.126.185}', query 'SELECT array.model, array.serial_number, array.ip, array.location, array.name, array.id, array.partner_id, array.system_id, array.os_version FROM storage.array WHERE array.ip = '192.168.126.185'' 2015-02-26 12:53:16,859 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'storage.Array filter by key' successfully executed, rows affected '1' 2015-02-26 12:53:16,891 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-02-26 12:53:16,891 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing finder 'Finder{id=26, name='Find volume by name in a given array', dictionaryEntry=Volume}', parameters '{array_host=hq-stor-7m-1.acme.com, vol_name=users}' 2015-02-26 12:53:16,906 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'Filter volumes by name in array', parameters '{array_host=hq-stor-7m-1.acme.com, vol_name=users}', query 'SELECT vol.name AS 'name', array.ip AS 'array.ip', array.name AS 'array.name' FROM storage.volume AS vol JOIN storage.array AS array ON vol.array_id = array.id WHERE vol.name = 'users' AND ( array.ip = 'hq-stor-7m-1.acme.com' OR array.name = 'hq-stor-7m-1.acme.com' )' 2015-02-26 12:53:16,922 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'Filter volumes by name in array' successfully executed, rows affected '1' 2015-02-26 12:53:16,937 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Finder 'Find volume by name in a given array' successfully executed, rows returned '1', returning first row only 2015-02-26 12:53:16,937 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Finder results '{array.ip=192.168.126.185, array.name=hq-stor-7m-1.acme.com, name=users}' 2015-02-26 12:53:16,937 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) ======================================================================================== 2015-02-26 12:53:16,953 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'storage.Volume filter by key', parameters '{name=users, array.ip=192.168.126.185}', query 'SELECT IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.state, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.dedupe_schedule, volume.size_mb, volume.id, volume.snapshot_used_mb, volume.block_type, volume.volume_guarantee, volume.vfiler_id, volume.language, volume.snapshot_reserved_percent, volume.autosize_max_mb, volume.name, array.ip AS 'array.ip', volume.array_id, volume.fractional_reserve, volume.used_size_mb, volume.available_size_mb, volume.autosize_grow_mb, volume.aggregate_id, volume.discovery_timestamp, volume.type FROM storage.volume, storage.array AS array WHERE volume.array_id = array.id AND volume.name = 'users' AND array.ip = '192.168.126.185'' 2015-02-26 12:53:17,000 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'storage.Volume filter by key' successfully executed, rows affected '1' 2015-02-26 12:53:17,015 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Executing local filter 'storage.Aggregate filter by id', parameters '{id=741}', query 'SELECT aggregate.total_size_mb, aggregate.name, aggregate.volume_count, aggregate.available_size_mb, aggregate.id, aggregate.block_type, aggregate.array_id, aggregate.state, IF (aggregate.is_hybrid = 1, 'true', 'false') AS is_hybrid, array.ip AS 'array.ip', aggregate.used_size_mb, aggregate.status FROM storage.aggregate, storage.array AS array WHERE aggregate.id = 741 AND aggregate.array_id = array.id' 2015-02-26 12:53:17,047 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 18) Local filter 'storage.Aggregate filter by id' successfully executed, rows affected '1' 2015-03-09 02:00:00,713 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-30920 (HornetQ-client-global-threads-1746896074)) Executing local filter 'Get all clusters', parameters 'null', query 'SELECT cluster.name, cluster.uuid AS UUID, cluster.serial_number, cluster.primary_address, cluster.version, GROUP_CONCAT(cluster_license.license) AS license FROM cm_storage.cluster cluster LEFT JOIN cm_storage.cluster_license ON cluster_license.cluster_id = cluster.id GROUP BY cluster.id' 2015-03-09 02:00:00,744 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-30920 (HornetQ-client-global-threads-1746896074)) Local filter 'Get all clusters' successfully executed, rows affected '3' 2015-03-09 02:00:00,760 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-30920 (HornetQ-client-global-threads-1746896074)) Executing local filter 'Get all the nodes', parameters 'null', query 'SELECT node.name AS name, ha_node.name AS partner, cluster.primary_address AS "cluster.primary_address", cluster.name AS "cluster.name", cluster.serial_number AS "cluster.serial_number", node.primary_address , node.serial_number AS serial_number, node.model, node.os_version, node.location FROM cm_storage.node node LEFT JOIN cm_storage.node ha_node ON node.ha_partner_id = ha_node.id INNER JOIN cm_storage.cluster cluster ON node.cluster_id = cluster.id ' 2015-03-09 02:00:00,791 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-30920 (HornetQ-client-global-threads-1746896074)) Local filter 'Get all the nodes' successfully executed, rows affected '4' 2015-03-09 02:00:00,807 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-30920 (HornetQ-client-global-threads-1746896074)) Executing local filter 'Get all arrays', parameters 'null', query 'SELECT array.name, array.ip, ha_array.name AS partner, array.serial_number, array.system_id, array.model, array.os_version, array.location , GROUP_CONCAT(array_license.license) AS license FROM storage.array array LEFT JOIN storage.array ha_array ON array.partner_id = ha_array.id LEFT JOIN storage.array_license ON array_license.array_id = array.id GROUP BY array.id ' 2015-03-09 02:00:00,838 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-30920 (HornetQ-client-global-threads-1746896074)) Local filter 'Get all arrays' successfully executed, rows affected '2' 2015-03-11 10:58:18,325 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4357 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-11 10:58:18,356 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4357 (HornetQ-client-global-threads-1688780147)) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=telus_vol002}' 2015-03-11 10:58:18,356 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4357 (HornetQ-client-global-threads-1688780147)) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=telus_vol002}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'telus_vol002' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-03-11 10:58:18,387 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4357 (HornetQ-client-global-threads-1688780147)) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-03-11 10:58:18,418 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4357 (HornetQ-client-global-threads-1688780147)) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-03-11 10:58:18,418 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4357 (HornetQ-client-global-threads-1688780147)) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=telus_vol002}' 2015-03-11 10:58:18,418 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4357 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-11 10:58:18,434 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4357 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-11 10:58:18,434 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4357 (HornetQ-client-global-threads-1688780147)) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-03-11 10:58:18,434 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4357 (HornetQ-client-global-threads-1688780147)) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-03-11 10:58:18,512 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4357 (HornetQ-client-global-threads-1688780147)) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-03-11 10:58:18,512 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4357 (HornetQ-client-global-threads-1688780147)) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-03-11 10:58:18,528 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4357 (HornetQ-client-global-threads-1688780147)) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-03-11 10:58:18,528 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4357 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-11 10:58:18,559 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4357 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-11 10:58:18,574 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4357 (HornetQ-client-global-threads-1688780147)) Executing finder 'Finder{id=473, name='06b92fa3-1900-484d-a613-ee877a66a9d6', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor, license=SnapVault}' 2015-03-11 10:58:18,574 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4357 (HornetQ-client-global-threads-1688780147)) Executing local filter 'Filter clusters by license', parameters '{cluster_name=hq-stor, license=SnapVault}', query 'SELECT cluster.primary_address AS 'primary_address' FROM cm_storage.cluster_license license, cm_storage.cluster cluster WHERE license.cluster_id=cluster.id AND license.license = CASE 'SnapVault' WHEN 'SnapMirror_DP' THEN 'snapmirror' WHEN 'FlexVolHPO' THEN 'FlexVol_HPO' WHEN 'StripedVolume' THEN 'Striped_Volume' WHEN 'SnapManager_Suite' THEN 'SnapManagerSuite' WHEN 'SPA' THEN 'snapprotectapps' ELSE 'SnapVault' END ' 2015-03-11 10:58:18,637 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4357 (HornetQ-client-global-threads-1688780147)) Local filter 'Filter clusters by license' successfully executed, rows affected '3' 2015-03-11 10:58:18,637 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4357 (HornetQ-client-global-threads-1688780147)) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor, license=SnapVault}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-03-11 10:58:18,684 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4357 (HornetQ-client-global-threads-1688780147)) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-03-11 10:58:18,684 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4357 (HornetQ-client-global-threads-1688780147)) Finder '06b92fa3-1900-484d-a613-ee877a66a9d6' successfully executed, rows returned '1', returning first row only 2015-03-11 10:58:18,684 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4357 (HornetQ-client-global-threads-1688780147)) Finder results '{primary_address=hq-stor}' 2015-03-11 10:58:18,699 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4357 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-11 10:58:18,762 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4357 (HornetQ-client-global-threads-1688780147)) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-03-11 10:58:18,777 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4357 (HornetQ-client-global-threads-1688780147)) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-03-11 10:58:18,949 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4357 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-11 10:58:18,949 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4357 (HornetQ-client-global-threads-1688780147)) Executing finder 'Finder{id=474, name='56cdea6d-a208-48a6-b913-0de55fff29df', dictionaryEntry=SnapMirror}', parameters '{source_volume=telus_vol002}' 2015-03-11 10:58:18,964 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4357 (HornetQ-client-global-threads-1688780147)) Executing local filter 'Filter SnapMirror relationships by source volume_custom', parameters '{source_volume=telus_vol002}', query 'SELECT snapmirror.id, snapmirror.state, src_volume.name AS 'volume.name', dest_volume.name AS 'secondary_volume.name', src_vserver.name AS 'volume.vserver.name', dest_vserver.name AS 'secondary_volume.vserver.name', src_cluster.primary_address AS 'volume.vserver.cluster.primary_address', dest_cluster.primary_address AS 'secondary_volume.vserver.cluster.primary_address' FROM cm_storage.snapmirror, cm_storage.cluster src_cluster, cm_storage.cluster dest_cluster, cm_storage.vserver src_vserver, cm_storage.vserver dest_vserver, cm_storage.volume src_volume, cm_storage.volume dest_volume WHERE src_volume.name = 'telus_vol002' AND src_volume.id = snapmirror.volume_id AND snapmirror.secondary_volume_id = dest_volume.id AND snapmirror.volume_id = src_volume.id AND dest_volume.vserver_id = dest_vserver.id AND src_volume.vserver_id = src_vserver.id AND dest_vserver.cluster_id = dest_cluster.id AND src_vserver.cluster_id = src_cluster.id; ' 2015-03-11 10:58:19,058 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4357 (HornetQ-client-global-threads-1688780147)) Local filter 'Filter SnapMirror relationships by source volume_custom' successfully executed, rows affected '1' 2015-03-11 10:58:19,074 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4357 (HornetQ-client-global-threads-1688780147)) Finder '56cdea6d-a208-48a6-b913-0de55fff29df' successfully executed, rows returned '1', returning first row only 2015-03-11 10:58:19,074 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4357 (HornetQ-client-global-threads-1688780147)) Finder results '{secondary_volume.name=sv_telus_vol002, secondary_volume.vserver.cluster.primary_address=dr-stor, secondary_volume.vserver.name=dr-vs0, volume.name=telus_vol002, volume.vserver.cluster.primary_address=hq-stor, volume.vserver.name=hq-vs0}' 2015-03-11 10:58:19,074 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4357 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-11 10:58:19,089 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4357 (HornetQ-client-global-threads-1688780147)) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=dr-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'dr-stor'' 2015-03-11 10:58:19,136 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4357 (HornetQ-client-global-threads-1688780147)) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-03-11 11:07:20,790 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4467 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-11 11:07:20,790 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4467 (HornetQ-client-global-threads-1688780147)) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=telus_vol002}' 2015-03-11 11:07:20,805 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4467 (HornetQ-client-global-threads-1688780147)) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=telus_vol002}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'telus_vol002' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-03-11 11:07:20,821 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4467 (HornetQ-client-global-threads-1688780147)) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-03-11 11:07:20,821 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4467 (HornetQ-client-global-threads-1688780147)) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-03-11 11:07:20,837 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4467 (HornetQ-client-global-threads-1688780147)) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=telus_vol002}' 2015-03-11 11:07:20,837 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4467 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-11 11:07:20,852 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4467 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-11 11:07:20,852 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4467 (HornetQ-client-global-threads-1688780147)) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-03-11 11:07:20,852 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4467 (HornetQ-client-global-threads-1688780147)) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-03-11 11:07:20,883 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4467 (HornetQ-client-global-threads-1688780147)) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-03-11 11:07:20,883 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4467 (HornetQ-client-global-threads-1688780147)) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-03-11 11:07:20,883 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4467 (HornetQ-client-global-threads-1688780147)) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-03-11 11:07:20,899 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4467 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-11 11:07:20,915 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4467 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-11 11:07:20,915 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4467 (HornetQ-client-global-threads-1688780147)) Executing finder 'Finder{id=473, name='06b92fa3-1900-484d-a613-ee877a66a9d6', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor, license=SnapVault}' 2015-03-11 11:07:20,915 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4467 (HornetQ-client-global-threads-1688780147)) Executing local filter 'Filter clusters by license', parameters '{cluster_name=hq-stor, license=SnapVault}', query 'SELECT cluster.primary_address AS 'primary_address' FROM cm_storage.cluster_license license, cm_storage.cluster cluster WHERE license.cluster_id=cluster.id AND license.license = CASE 'SnapVault' WHEN 'SnapMirror_DP' THEN 'snapmirror' WHEN 'FlexVolHPO' THEN 'FlexVol_HPO' WHEN 'StripedVolume' THEN 'Striped_Volume' WHEN 'SnapManager_Suite' THEN 'SnapManagerSuite' WHEN 'SPA' THEN 'snapprotectapps' ELSE 'SnapVault' END ' 2015-03-11 11:07:20,946 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4467 (HornetQ-client-global-threads-1688780147)) Local filter 'Filter clusters by license' successfully executed, rows affected '3' 2015-03-11 11:07:20,946 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4467 (HornetQ-client-global-threads-1688780147)) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor, license=SnapVault}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-03-11 11:07:20,977 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4467 (HornetQ-client-global-threads-1688780147)) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-03-11 11:07:20,977 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4467 (HornetQ-client-global-threads-1688780147)) Finder '06b92fa3-1900-484d-a613-ee877a66a9d6' successfully executed, rows returned '1', returning first row only 2015-03-11 11:07:20,993 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4467 (HornetQ-client-global-threads-1688780147)) Finder results '{primary_address=hq-stor}' 2015-03-11 11:07:20,993 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4467 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-11 11:07:20,993 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4467 (HornetQ-client-global-threads-1688780147)) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-03-11 11:07:21,024 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4467 (HornetQ-client-global-threads-1688780147)) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-03-11 11:07:21,117 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4467 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-11 11:07:21,117 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4467 (HornetQ-client-global-threads-1688780147)) Executing finder 'Finder{id=474, name='56cdea6d-a208-48a6-b913-0de55fff29df', dictionaryEntry=SnapMirror}', parameters '{source_volume=telus_vol002}' 2015-03-11 11:07:21,133 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4467 (HornetQ-client-global-threads-1688780147)) Executing local filter 'Filter SnapMirror relationships by source volume_custom', parameters '{source_volume=telus_vol002}', query 'SELECT snapmirror.id, snapmirror.state, src_volume.name AS 'volume.name', dest_volume.name AS 'secondary_volume.name', src_vserver.name AS 'volume.vserver.name', dest_vserver.name AS 'secondary_volume.vserver.name', src_cluster.primary_address AS 'volume.vserver.cluster.primary_address', dest_cluster.primary_address AS 'secondary_volume.vserver.cluster.primary_address' FROM cm_storage.snapmirror, cm_storage.cluster src_cluster, cm_storage.cluster dest_cluster, cm_storage.vserver src_vserver, cm_storage.vserver dest_vserver, cm_storage.volume src_volume, cm_storage.volume dest_volume WHERE src_volume.name = 'telus_vol002' AND src_volume.id = snapmirror.volume_id AND snapmirror.secondary_volume_id = dest_volume.id AND snapmirror.volume_id = src_volume.id AND dest_volume.vserver_id = dest_vserver.id AND src_volume.vserver_id = src_vserver.id AND dest_vserver.cluster_id = dest_cluster.id AND src_vserver.cluster_id = src_cluster.id; ' 2015-03-11 11:07:21,180 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4467 (HornetQ-client-global-threads-1688780147)) Local filter 'Filter SnapMirror relationships by source volume_custom' successfully executed, rows affected '1' 2015-03-11 11:07:21,180 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4467 (HornetQ-client-global-threads-1688780147)) Finder '56cdea6d-a208-48a6-b913-0de55fff29df' successfully executed, rows returned '1', returning first row only 2015-03-11 11:07:21,180 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4467 (HornetQ-client-global-threads-1688780147)) Finder results '{secondary_volume.name=sv_telus_vol002, secondary_volume.vserver.cluster.primary_address=dr-stor, secondary_volume.vserver.name=dr-vs0, volume.name=telus_vol002, volume.vserver.cluster.primary_address=hq-stor, volume.vserver.name=hq-vs0}' 2015-03-11 11:07:21,195 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4467 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-11 11:07:21,195 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4467 (HornetQ-client-global-threads-1688780147)) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=dr-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'dr-stor'' 2015-03-11 11:07:21,227 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-4467 (HornetQ-client-global-threads-1688780147)) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-03-13 09:50:21,257 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-19170 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-13 09:50:21,272 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-19170 (HornetQ-client-global-threads-1688780147)) Executing finder 'Finder{id=20, name='Find volume by name in a given Storage Virtual Machine', dictionaryEntry=Volume}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=telus_vol002}' 2015-03-13 09:50:21,272 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-19170 (HornetQ-client-global-threads-1688780147)) Executing local filter 'Filter volumes by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0, vol_name=telus_vol002}', query 'SELECT volume.name, vserver.name AS 'vserver.name', cluster.primary_address AS 'vserver.cluster.primary_address' FROM cm_storage.volume, cm_storage.vserver, cm_storage.cluster WHERE vserver.id = volume.vserver_id AND cluster.id = vserver.cluster_id AND volume.name = 'telus_vol002' AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-03-13 09:50:21,319 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-19170 (HornetQ-client-global-threads-1688780147)) Local filter 'Filter volumes by key' successfully executed, rows affected '1' 2015-03-13 09:50:21,350 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-19170 (HornetQ-client-global-threads-1688780147)) Finder 'Find volume by name in a given Storage Virtual Machine' successfully executed, rows returned '1', returning first row only 2015-03-13 09:50:21,350 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-19170 (HornetQ-client-global-threads-1688780147)) Finder results '{vserver.name=hq-vs0, vserver.cluster.primary_address=hq-stor, name=telus_vol002}' 2015-03-13 09:50:21,350 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-19170 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-13 09:50:21,366 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-19170 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-13 09:50:21,366 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-19170 (HornetQ-client-global-threads-1688780147)) Executing finder 'Finder{id=16, name='Find Storage Virtual Machine in a given cluster', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}' 2015-03-13 09:50:21,366 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-19170 (HornetQ-client-global-threads-1688780147)) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq-vs0}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq-vs0' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-03-13 09:50:21,428 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-19170 (HornetQ-client-global-threads-1688780147)) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-03-13 09:50:21,444 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-19170 (HornetQ-client-global-threads-1688780147)) Finder 'Find Storage Virtual Machine in a given cluster' successfully executed, rows returned '1', returning first row only 2015-03-13 09:50:21,444 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-19170 (HornetQ-client-global-threads-1688780147)) Finder results '{cluster.primary_address=hq-stor, name=hq-vs0}' 2015-03-13 09:50:21,444 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-19170 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-13 09:50:21,506 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-19170 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-13 09:50:21,506 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-19170 (HornetQ-client-global-threads-1688780147)) Executing finder 'Finder{id=473, name='06b92fa3-1900-484d-a613-ee877a66a9d6', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor, license=SnapVault}' 2015-03-13 09:50:21,522 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-19170 (HornetQ-client-global-threads-1688780147)) Executing local filter 'Filter clusters by license', parameters '{cluster_name=hq-stor, license=SnapVault}', query 'SELECT cluster.primary_address AS 'primary_address' FROM cm_storage.cluster_license license, cm_storage.cluster cluster WHERE license.cluster_id=cluster.id AND license.license = CASE 'SnapVault' WHEN 'SnapMirror_DP' THEN 'snapmirror' WHEN 'FlexVolHPO' THEN 'FlexVol_HPO' WHEN 'StripedVolume' THEN 'Striped_Volume' WHEN 'SnapManager_Suite' THEN 'SnapManagerSuite' WHEN 'SPA' THEN 'snapprotectapps' ELSE 'SnapVault' END ' 2015-03-13 09:50:21,569 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-19170 (HornetQ-client-global-threads-1688780147)) Local filter 'Filter clusters by license' successfully executed, rows affected '3' 2015-03-13 09:50:21,584 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-19170 (HornetQ-client-global-threads-1688780147)) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor, license=SnapVault}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-03-13 09:50:21,615 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-19170 (HornetQ-client-global-threads-1688780147)) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-03-13 09:50:21,631 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-19170 (HornetQ-client-global-threads-1688780147)) Finder '06b92fa3-1900-484d-a613-ee877a66a9d6' successfully executed, rows returned '1', returning first row only 2015-03-13 09:50:21,631 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-19170 (HornetQ-client-global-threads-1688780147)) Finder results '{primary_address=hq-stor}' 2015-03-13 09:50:21,647 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-19170 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-13 09:50:21,662 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-19170 (HornetQ-client-global-threads-1688780147)) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-03-13 09:50:21,678 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-19170 (HornetQ-client-global-threads-1688780147)) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-03-13 09:50:21,787 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-19170 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-13 09:50:21,803 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-19170 (HornetQ-client-global-threads-1688780147)) Executing finder 'Finder{id=474, name='56cdea6d-a208-48a6-b913-0de55fff29df', dictionaryEntry=SnapMirror}', parameters '{source_volume=telus_vol002}' 2015-03-13 09:50:21,803 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-19170 (HornetQ-client-global-threads-1688780147)) Executing local filter 'Filter SnapMirror relationships by source volume_custom', parameters '{source_volume=telus_vol002}', query 'SELECT snapmirror.id, snapmirror.state, src_volume.name AS 'volume.name', dest_volume.name AS 'secondary_volume.name', src_vserver.name AS 'volume.vserver.name', dest_vserver.name AS 'secondary_volume.vserver.name', src_cluster.primary_address AS 'volume.vserver.cluster.primary_address', dest_cluster.primary_address AS 'secondary_volume.vserver.cluster.primary_address' FROM cm_storage.snapmirror, cm_storage.cluster src_cluster, cm_storage.cluster dest_cluster, cm_storage.vserver src_vserver, cm_storage.vserver dest_vserver, cm_storage.volume src_volume, cm_storage.volume dest_volume WHERE src_volume.name = 'telus_vol002' AND src_volume.id = snapmirror.volume_id AND snapmirror.secondary_volume_id = dest_volume.id AND snapmirror.volume_id = src_volume.id AND dest_volume.vserver_id = dest_vserver.id AND src_volume.vserver_id = src_vserver.id AND dest_vserver.cluster_id = dest_cluster.id AND src_vserver.cluster_id = src_cluster.id; ' 2015-03-13 09:50:21,880 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-19170 (HornetQ-client-global-threads-1688780147)) Local filter 'Filter SnapMirror relationships by source volume_custom' successfully executed, rows affected '1' 2015-03-13 09:50:21,896 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-19170 (HornetQ-client-global-threads-1688780147)) Finder '56cdea6d-a208-48a6-b913-0de55fff29df' successfully executed, rows returned '1', returning first row only 2015-03-13 09:50:21,896 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-19170 (HornetQ-client-global-threads-1688780147)) Finder results '{secondary_volume.name=sv_telus_vol002, secondary_volume.vserver.cluster.primary_address=dr-stor, secondary_volume.vserver.name=dr-vs0, volume.name=telus_vol002, volume.vserver.cluster.primary_address=hq-stor, volume.vserver.name=hq-vs0}' 2015-03-13 09:50:21,896 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-19170 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-13 09:50:21,912 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-19170 (HornetQ-client-global-threads-1688780147)) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=dr-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'dr-stor'' 2015-03-13 09:50:21,943 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-19170 (HornetQ-client-global-threads-1688780147)) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-03-16 02:00:04,035 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-38954 (HornetQ-client-global-threads-1688780147)) Executing local filter 'Get all clusters', parameters 'null', query 'SELECT cluster.name, cluster.uuid AS UUID, cluster.serial_number, cluster.primary_address, cluster.version, GROUP_CONCAT(cluster_license.license) AS license FROM cm_storage.cluster cluster LEFT JOIN cm_storage.cluster_license ON cluster_license.cluster_id = cluster.id GROUP BY cluster.id' 2015-03-16 02:00:04,081 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-38954 (HornetQ-client-global-threads-1688780147)) Local filter 'Get all clusters' successfully executed, rows affected '3' 2015-03-16 02:00:04,159 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-38954 (HornetQ-client-global-threads-1688780147)) Executing local filter 'Get all the nodes', parameters 'null', query 'SELECT node.name AS name, ha_node.name AS partner, cluster.primary_address AS "cluster.primary_address", cluster.name AS "cluster.name", cluster.serial_number AS "cluster.serial_number", node.primary_address , node.serial_number AS serial_number, node.model, node.os_version, node.location FROM cm_storage.node node LEFT JOIN cm_storage.node ha_node ON node.ha_partner_id = ha_node.id INNER JOIN cm_storage.cluster cluster ON node.cluster_id = cluster.id ' 2015-03-16 02:00:04,191 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-38954 (HornetQ-client-global-threads-1688780147)) Local filter 'Get all the nodes' successfully executed, rows affected '4' 2015-03-16 02:00:04,206 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-38954 (HornetQ-client-global-threads-1688780147)) Executing local filter 'Get all arrays', parameters 'null', query 'SELECT array.name, array.ip, ha_array.name AS partner, array.serial_number, array.system_id, array.model, array.os_version, array.location , GROUP_CONCAT(array_license.license) AS license FROM storage.array array LEFT JOIN storage.array ha_array ON array.partner_id = ha_array.id LEFT JOIN storage.array_license ON array_license.array_id = array.id GROUP BY array.id ' 2015-03-16 02:00:04,237 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-38954 (HornetQ-client-global-threads-1688780147)) Local filter 'Get all arrays' successfully executed, rows affected '2' 2015-03-19 15:16:01,474 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 1) ======================================================================================== 2015-03-19 15:16:01,474 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 1) Executing finder 'Finder{id=234, name='0e7f1495-da6f-432f-a288-ef27cf0619f7', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-03-19 15:16:01,474 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 1) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-03-19 15:16:01,505 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 1) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-03-19 15:16:01,520 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 1) Finder '0e7f1495-da6f-432f-a288-ef27cf0619f7' successfully executed, rows returned '1', returning first row only 2015-03-19 15:16:01,520 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 1) Finder results '{primary_address=hq-stor}' 2015-03-19 15:16:01,520 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 1) ======================================================================================== 2015-03-19 15:16:01,598 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 1) ======================================================================================== 2015-03-19 15:16:01,614 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 1) Executing finder 'Finder{id=124, name='99e02006-61a7-46c1-8f2c-502067b03448', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, node_name=hq-stor-01, aggr_name=hq_n01_sas}' 2015-03-19 15:16:01,614 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 1) Executing local filter 'Filter aggregates by key', parameters '{cluster_name=hq-stor, node_name=hq-stor-01, aggr_name=hq_n01_sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address', disk_aggr_mapping.disk_type AS 'disk_type' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate LEFT JOIN ( SELECT disk_aggregate.aggregate_id AS aggregate_id, GROUP_CONCAT(DISTINCT(disk.type)) AS disk_type FROM cm_storage.disk_aggregate JOIN cm_storage.disk ON disk_aggregate.disk_id = disk.id GROUP BY disk_aggregate.aggregate_id ) AS disk_aggr_mapping ON aggregate.id= disk_aggr_mapping.aggregate_id WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name = 'hq_n01_sas' AND node.name = 'hq-stor-01' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-03-19 15:16:01,692 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 1) Local filter 'Filter aggregates by key' successfully executed, rows affected '1' 2015-03-19 15:16:01,708 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 1) Finder '99e02006-61a7-46c1-8f2c-502067b03448' successfully executed, rows returned '1', returning first row only 2015-03-19 15:16:01,708 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 1) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-03-19 15:16:01,708 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 1) ======================================================================================== 2015-03-19 15:16:01,801 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 1) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-03-19 15:16:01,832 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 1) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-03-19 15:16:01,864 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 1) ======================================================================================== 2015-03-19 15:16:01,864 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 1) Executing finder 'Finder{id=81, name='2f0831d1-3f5b-45f8-a2e7-76264e3e9647', dictionaryEntry=Port}', parameters '{port_name=e0c, role=data, cluster=hq-stor, node_name=hq-stor-01, filter_by_attribute=role, ipspace_name=}' 2015-03-19 15:16:01,864 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 1) Executing local filter 'Filter ports by cluster, node and name', parameters '{port_name=e0c, role=data, cluster=hq-stor, node_name=hq-stor-01, filter_by_attribute=role, ipspace_name=}', query 'SELECT node.name AS 'node.name', port.operational_status, port.mtu, cluster.primary_address AS 'node.cluster.primary_address', port.role, port.type, port.name FROM cm_storage.port, cm_storage.node AS node, cm_storage.cluster AS cluster WHERE port.name = 'e0c' AND ( cluster.primary_address = 'hq-stor' OR cluster.name = 'hq-stor' ) AND node.name = 'hq-stor-01' AND port.node_id = node.id AND node.cluster_id = cluster.id' 2015-03-19 15:16:01,910 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 1) Local filter 'Filter ports by cluster, node and name' successfully executed, rows affected '1' 2015-03-19 15:16:01,910 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 1) Executing local filter 'Filter ports by role or ipspace', parameters '{port_name=e0c, role=data, cluster=hq-stor, node_name=hq-stor-01, filter_by_attribute=role, ipspace_name=}', query 'SELECT port.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.port JOIN cm_storage.node ON port.node_id = node.id JOIN cm_storage.cluster ON node.cluster_id = cluster.id LEFT JOIN cm_storage.broadcast_domain ON broadcast_domain.id = port.broadcast_domain_id LEFT JOIN cm_storage.ipspace ON ipspace.id = broadcast_domain.ipspace_id WHERE ( ( 'role'='ipspace' AND ( ( port.broadcast_domain_id IS NULL AND broadcast_domain.ipspace_id IS NULL ) OR ipspace.cluster_id = cluster.id ) AND FIND_IN_SET( IF(ipspace.name IS NULL, 'Default', ipspace.name) , IF(''='', 'Default', '') ) ) OR ( 'role'='role' AND FIND_IN_SET(port.role , 'data') ) ) AND ( cluster.primary_address = 'hq-stor' OR cluster.name = 'hq-stor' ) AND ( node.name = 'hq-stor-01' OR 'hq-stor-01' ='' ) AND port.operational_status = 'Up' GROUP BY cluster.primary_address, node.name, port.name' 2015-03-19 15:16:01,973 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 1) Local filter 'Filter ports by role or ipspace' successfully executed, rows affected '4' 2015-03-19 15:16:01,973 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 1) Finder '2f0831d1-3f5b-45f8-a2e7-76264e3e9647' successfully executed, rows returned '1', returning first row only 2015-03-19 15:16:01,988 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 1) Finder results '{name=e0c, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-03-19 15:16:01,988 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 1) ======================================================================================== 2015-03-19 15:20:22,861 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) ======================================================================================== 2015-03-19 15:20:22,861 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Executing finder 'Finder{id=234, name='0e7f1495-da6f-432f-a288-ef27cf0619f7', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-03-19 15:20:22,861 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-03-19 15:20:22,892 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-03-19 15:20:22,908 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Finder '0e7f1495-da6f-432f-a288-ef27cf0619f7' successfully executed, rows returned '1', returning first row only 2015-03-19 15:20:22,908 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Finder results '{primary_address=hq-stor}' 2015-03-19 15:20:22,908 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) ======================================================================================== 2015-03-19 15:20:22,970 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) ======================================================================================== 2015-03-19 15:20:22,970 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Executing finder 'Finder{id=124, name='99e02006-61a7-46c1-8f2c-502067b03448', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, node_name=hq-stor-01, aggr_name=hq_n01_sas}' 2015-03-19 15:20:22,986 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Executing local filter 'Filter aggregates by key', parameters '{cluster_name=hq-stor, node_name=hq-stor-01, aggr_name=hq_n01_sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address', disk_aggr_mapping.disk_type AS 'disk_type' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate LEFT JOIN ( SELECT disk_aggregate.aggregate_id AS aggregate_id, GROUP_CONCAT(DISTINCT(disk.type)) AS disk_type FROM cm_storage.disk_aggregate JOIN cm_storage.disk ON disk_aggregate.disk_id = disk.id GROUP BY disk_aggregate.aggregate_id ) AS disk_aggr_mapping ON aggregate.id= disk_aggr_mapping.aggregate_id WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name = 'hq_n01_sas' AND node.name = 'hq-stor-01' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-03-19 15:20:23,064 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Local filter 'Filter aggregates by key' successfully executed, rows affected '1' 2015-03-19 15:20:23,079 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Finder '99e02006-61a7-46c1-8f2c-502067b03448' successfully executed, rows returned '1', returning first row only 2015-03-19 15:20:23,079 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-03-19 15:20:23,079 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) ======================================================================================== 2015-03-19 15:20:23,157 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-03-19 15:20:23,189 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-03-19 15:20:23,204 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) ======================================================================================== 2015-03-19 15:20:23,204 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Executing finder 'Finder{id=81, name='2f0831d1-3f5b-45f8-a2e7-76264e3e9647', dictionaryEntry=Port}', parameters '{port_name=e0c, role=data, cluster=hq-stor, node_name=hq-stor-01, filter_by_attribute=role, ipspace_name=}' 2015-03-19 15:20:23,220 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Executing local filter 'Filter ports by cluster, node and name', parameters '{port_name=e0c, role=data, cluster=hq-stor, node_name=hq-stor-01, filter_by_attribute=role, ipspace_name=}', query 'SELECT node.name AS 'node.name', port.operational_status, port.mtu, cluster.primary_address AS 'node.cluster.primary_address', port.role, port.type, port.name FROM cm_storage.port, cm_storage.node AS node, cm_storage.cluster AS cluster WHERE port.name = 'e0c' AND ( cluster.primary_address = 'hq-stor' OR cluster.name = 'hq-stor' ) AND node.name = 'hq-stor-01' AND port.node_id = node.id AND node.cluster_id = cluster.id' 2015-03-19 15:20:23,251 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Local filter 'Filter ports by cluster, node and name' successfully executed, rows affected '1' 2015-03-19 15:20:23,267 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Executing local filter 'Filter ports by role or ipspace', parameters '{port_name=e0c, role=data, cluster=hq-stor, node_name=hq-stor-01, filter_by_attribute=role, ipspace_name=}', query 'SELECT port.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.port JOIN cm_storage.node ON port.node_id = node.id JOIN cm_storage.cluster ON node.cluster_id = cluster.id LEFT JOIN cm_storage.broadcast_domain ON broadcast_domain.id = port.broadcast_domain_id LEFT JOIN cm_storage.ipspace ON ipspace.id = broadcast_domain.ipspace_id WHERE ( ( 'role'='ipspace' AND ( ( port.broadcast_domain_id IS NULL AND broadcast_domain.ipspace_id IS NULL ) OR ipspace.cluster_id = cluster.id ) AND FIND_IN_SET( IF(ipspace.name IS NULL, 'Default', ipspace.name) , IF(''='', 'Default', '') ) ) OR ( 'role'='role' AND FIND_IN_SET(port.role , 'data') ) ) AND ( cluster.primary_address = 'hq-stor' OR cluster.name = 'hq-stor' ) AND ( node.name = 'hq-stor-01' OR 'hq-stor-01' ='' ) AND port.operational_status = 'Up' GROUP BY cluster.primary_address, node.name, port.name' 2015-03-19 15:20:23,329 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Local filter 'Filter ports by role or ipspace' successfully executed, rows affected '4' 2015-03-19 15:20:23,345 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Finder '2f0831d1-3f5b-45f8-a2e7-76264e3e9647' successfully executed, rows returned '1', returning first row only 2015-03-19 15:20:23,345 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Finder results '{name=e0c, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-03-19 15:20:23,360 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) ======================================================================================== 2015-03-19 15:21:22,454 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) ======================================================================================== 2015-03-19 15:21:22,454 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Executing finder 'Finder{id=234, name='0e7f1495-da6f-432f-a288-ef27cf0619f7', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-03-19 15:21:22,454 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-03-19 15:21:22,501 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-03-19 15:21:22,501 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Finder '0e7f1495-da6f-432f-a288-ef27cf0619f7' successfully executed, rows returned '1', returning first row only 2015-03-19 15:21:22,517 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Finder results '{primary_address=hq-stor}' 2015-03-19 15:21:22,517 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) ======================================================================================== 2015-03-19 15:21:22,563 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) ======================================================================================== 2015-03-19 15:21:22,563 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Executing finder 'Finder{id=124, name='99e02006-61a7-46c1-8f2c-502067b03448', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, node_name=hq-stor-01, aggr_name=hq_n01_sas}' 2015-03-19 15:21:22,579 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Executing local filter 'Filter aggregates by key', parameters '{cluster_name=hq-stor, node_name=hq-stor-01, aggr_name=hq_n01_sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address', disk_aggr_mapping.disk_type AS 'disk_type' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate LEFT JOIN ( SELECT disk_aggregate.aggregate_id AS aggregate_id, GROUP_CONCAT(DISTINCT(disk.type)) AS disk_type FROM cm_storage.disk_aggregate JOIN cm_storage.disk ON disk_aggregate.disk_id = disk.id GROUP BY disk_aggregate.aggregate_id ) AS disk_aggr_mapping ON aggregate.id= disk_aggr_mapping.aggregate_id WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name = 'hq_n01_sas' AND node.name = 'hq-stor-01' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-03-19 15:21:22,641 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Local filter 'Filter aggregates by key' successfully executed, rows affected '1' 2015-03-19 15:21:22,657 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Finder '99e02006-61a7-46c1-8f2c-502067b03448' successfully executed, rows returned '1', returning first row only 2015-03-19 15:21:22,657 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-03-19 15:21:22,673 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) ======================================================================================== 2015-03-19 15:21:22,719 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-03-19 15:21:22,751 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-03-19 15:21:22,766 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) ======================================================================================== 2015-03-19 15:21:22,766 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Executing finder 'Finder{id=81, name='2f0831d1-3f5b-45f8-a2e7-76264e3e9647', dictionaryEntry=Port}', parameters '{port_name=e0c, role=data, cluster=hq-stor, node_name=hq-stor-01, filter_by_attribute=role, ipspace_name=}' 2015-03-19 15:21:22,782 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Executing local filter 'Filter ports by cluster, node and name', parameters '{port_name=e0c, role=data, cluster=hq-stor, node_name=hq-stor-01, filter_by_attribute=role, ipspace_name=}', query 'SELECT node.name AS 'node.name', port.operational_status, port.mtu, cluster.primary_address AS 'node.cluster.primary_address', port.role, port.type, port.name FROM cm_storage.port, cm_storage.node AS node, cm_storage.cluster AS cluster WHERE port.name = 'e0c' AND ( cluster.primary_address = 'hq-stor' OR cluster.name = 'hq-stor' ) AND node.name = 'hq-stor-01' AND port.node_id = node.id AND node.cluster_id = cluster.id' 2015-03-19 15:21:22,813 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Local filter 'Filter ports by cluster, node and name' successfully executed, rows affected '1' 2015-03-19 15:21:22,829 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Executing local filter 'Filter ports by role or ipspace', parameters '{port_name=e0c, role=data, cluster=hq-stor, node_name=hq-stor-01, filter_by_attribute=role, ipspace_name=}', query 'SELECT port.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.port JOIN cm_storage.node ON port.node_id = node.id JOIN cm_storage.cluster ON node.cluster_id = cluster.id LEFT JOIN cm_storage.broadcast_domain ON broadcast_domain.id = port.broadcast_domain_id LEFT JOIN cm_storage.ipspace ON ipspace.id = broadcast_domain.ipspace_id WHERE ( ( 'role'='ipspace' AND ( ( port.broadcast_domain_id IS NULL AND broadcast_domain.ipspace_id IS NULL ) OR ipspace.cluster_id = cluster.id ) AND FIND_IN_SET( IF(ipspace.name IS NULL, 'Default', ipspace.name) , IF(''='', 'Default', '') ) ) OR ( 'role'='role' AND FIND_IN_SET(port.role , 'data') ) ) AND ( cluster.primary_address = 'hq-stor' OR cluster.name = 'hq-stor' ) AND ( node.name = 'hq-stor-01' OR 'hq-stor-01' ='' ) AND port.operational_status = 'Up' GROUP BY cluster.primary_address, node.name, port.name' 2015-03-19 15:21:22,875 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Local filter 'Filter ports by role or ipspace' successfully executed, rows affected '4' 2015-03-19 15:21:22,891 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Finder '2f0831d1-3f5b-45f8-a2e7-76264e3e9647' successfully executed, rows returned '1', returning first row only 2015-03-19 15:21:22,891 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) Finder results '{name=e0c, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-03-19 15:21:22,891 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 13) ======================================================================================== 2015-03-19 15:24:02,360 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 11) ======================================================================================== 2015-03-19 15:24:02,360 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 11) Executing finder 'Finder{id=234, name='0e7f1495-da6f-432f-a288-ef27cf0619f7', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-03-19 15:24:02,376 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 11) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-03-19 15:24:02,423 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 11) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-03-19 15:24:02,438 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 11) Finder '0e7f1495-da6f-432f-a288-ef27cf0619f7' successfully executed, rows returned '1', returning first row only 2015-03-19 15:24:02,438 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 11) Finder results '{primary_address=hq-stor}' 2015-03-19 15:24:02,454 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 11) ======================================================================================== 2015-03-19 15:24:02,501 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 11) ======================================================================================== 2015-03-19 15:24:02,501 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 11) Executing finder 'Finder{id=124, name='99e02006-61a7-46c1-8f2c-502067b03448', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, node_name=hq-stor-01, aggr_name=hq_n01_sas}' 2015-03-19 15:24:02,516 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 11) Executing local filter 'Filter aggregates by key', parameters '{cluster_name=hq-stor, node_name=hq-stor-01, aggr_name=hq_n01_sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address', disk_aggr_mapping.disk_type AS 'disk_type' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate LEFT JOIN ( SELECT disk_aggregate.aggregate_id AS aggregate_id, GROUP_CONCAT(DISTINCT(disk.type)) AS disk_type FROM cm_storage.disk_aggregate JOIN cm_storage.disk ON disk_aggregate.disk_id = disk.id GROUP BY disk_aggregate.aggregate_id ) AS disk_aggr_mapping ON aggregate.id= disk_aggr_mapping.aggregate_id WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name = 'hq_n01_sas' AND node.name = 'hq-stor-01' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-03-19 15:24:02,610 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 11) Local filter 'Filter aggregates by key' successfully executed, rows affected '1' 2015-03-19 15:24:02,625 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 11) Finder '99e02006-61a7-46c1-8f2c-502067b03448' successfully executed, rows returned '1', returning first row only 2015-03-19 15:24:02,625 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 11) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-03-19 15:24:02,625 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 11) ======================================================================================== 2015-03-19 15:24:02,688 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 11) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-03-19 15:24:02,735 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 11) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-03-19 15:24:02,813 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 11) ======================================================================================== 2015-03-19 15:24:02,813 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 11) Executing finder 'Finder{id=81, name='2f0831d1-3f5b-45f8-a2e7-76264e3e9647', dictionaryEntry=Port}', parameters '{port_name=e0c, role=data, cluster=hq-stor, node_name=hq-stor-01, filter_by_attribute=role, ipspace_name=}' 2015-03-19 15:24:02,828 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 11) Executing local filter 'Filter ports by cluster, node and name', parameters '{port_name=e0c, role=data, cluster=hq-stor, node_name=hq-stor-01, filter_by_attribute=role, ipspace_name=}', query 'SELECT node.name AS 'node.name', port.operational_status, port.mtu, cluster.primary_address AS 'node.cluster.primary_address', port.role, port.type, port.name FROM cm_storage.port, cm_storage.node AS node, cm_storage.cluster AS cluster WHERE port.name = 'e0c' AND ( cluster.primary_address = 'hq-stor' OR cluster.name = 'hq-stor' ) AND node.name = 'hq-stor-01' AND port.node_id = node.id AND node.cluster_id = cluster.id' 2015-03-19 15:24:02,875 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 11) Local filter 'Filter ports by cluster, node and name' successfully executed, rows affected '1' 2015-03-19 15:24:02,890 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 11) Executing local filter 'Filter ports by role or ipspace', parameters '{port_name=e0c, role=data, cluster=hq-stor, node_name=hq-stor-01, filter_by_attribute=role, ipspace_name=}', query 'SELECT port.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.port JOIN cm_storage.node ON port.node_id = node.id JOIN cm_storage.cluster ON node.cluster_id = cluster.id LEFT JOIN cm_storage.broadcast_domain ON broadcast_domain.id = port.broadcast_domain_id LEFT JOIN cm_storage.ipspace ON ipspace.id = broadcast_domain.ipspace_id WHERE ( ( 'role'='ipspace' AND ( ( port.broadcast_domain_id IS NULL AND broadcast_domain.ipspace_id IS NULL ) OR ipspace.cluster_id = cluster.id ) AND FIND_IN_SET( IF(ipspace.name IS NULL, 'Default', ipspace.name) , IF(''='', 'Default', '') ) ) OR ( 'role'='role' AND FIND_IN_SET(port.role , 'data') ) ) AND ( cluster.primary_address = 'hq-stor' OR cluster.name = 'hq-stor' ) AND ( node.name = 'hq-stor-01' OR 'hq-stor-01' ='' ) AND port.operational_status = 'Up' GROUP BY cluster.primary_address, node.name, port.name' 2015-03-19 15:24:02,968 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 11) Local filter 'Filter ports by role or ipspace' successfully executed, rows affected '4' 2015-03-19 15:24:02,984 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 11) Finder '2f0831d1-3f5b-45f8-a2e7-76264e3e9647' successfully executed, rows returned '1', returning first row only 2015-03-19 15:24:02,984 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 11) Finder results '{name=e0c, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-03-19 15:24:03,000 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 11) ======================================================================================== 2015-03-19 15:31:20,070 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) ======================================================================================== 2015-03-19 15:31:20,070 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) Executing finder 'Finder{id=234, name='0e7f1495-da6f-432f-a288-ef27cf0619f7', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-03-19 15:31:20,085 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-03-19 15:31:20,117 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-03-19 15:31:20,132 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) Finder '0e7f1495-da6f-432f-a288-ef27cf0619f7' successfully executed, rows returned '1', returning first row only 2015-03-19 15:31:20,132 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) Finder results '{primary_address=hq-stor}' 2015-03-19 15:31:20,132 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) ======================================================================================== 2015-03-19 15:31:20,179 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) ======================================================================================== 2015-03-19 15:31:20,179 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) Executing finder 'Finder{id=124, name='99e02006-61a7-46c1-8f2c-502067b03448', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, node_name=hq-stor-01, aggr_name=hq_n01_sas}' 2015-03-19 15:31:20,195 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) Executing local filter 'Filter aggregates by key', parameters '{cluster_name=hq-stor, node_name=hq-stor-01, aggr_name=hq_n01_sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address', disk_aggr_mapping.disk_type AS 'disk_type' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate LEFT JOIN ( SELECT disk_aggregate.aggregate_id AS aggregate_id, GROUP_CONCAT(DISTINCT(disk.type)) AS disk_type FROM cm_storage.disk_aggregate JOIN cm_storage.disk ON disk_aggregate.disk_id = disk.id GROUP BY disk_aggregate.aggregate_id ) AS disk_aggr_mapping ON aggregate.id= disk_aggr_mapping.aggregate_id WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name = 'hq_n01_sas' AND node.name = 'hq-stor-01' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-03-19 15:31:20,257 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) Local filter 'Filter aggregates by key' successfully executed, rows affected '1' 2015-03-19 15:31:20,273 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) Finder '99e02006-61a7-46c1-8f2c-502067b03448' successfully executed, rows returned '1', returning first row only 2015-03-19 15:31:20,273 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-03-19 15:31:20,288 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) ======================================================================================== 2015-03-19 15:31:20,335 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-03-19 15:31:20,351 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-03-19 15:31:20,366 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) ======================================================================================== 2015-03-19 15:31:20,366 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) Executing finder 'Finder{id=81, name='2f0831d1-3f5b-45f8-a2e7-76264e3e9647', dictionaryEntry=Port}', parameters '{port_name=e0a, role=data, cluster=hq-stor, node_name=hq-stor-01, filter_by_attribute=role, ipspace_name=-NA-}' 2015-03-19 15:31:20,382 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) Executing local filter 'Filter ports by role or ipspace', parameters '{port_name=e0a, role=data, cluster=hq-stor, node_name=hq-stor-01, filter_by_attribute=role, ipspace_name=-NA-}', query 'SELECT port.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.port JOIN cm_storage.node ON port.node_id = node.id JOIN cm_storage.cluster ON node.cluster_id = cluster.id LEFT JOIN cm_storage.broadcast_domain ON broadcast_domain.id = port.broadcast_domain_id LEFT JOIN cm_storage.ipspace ON ipspace.id = broadcast_domain.ipspace_id WHERE ( ( 'role'='ipspace' AND ( ( port.broadcast_domain_id IS NULL AND broadcast_domain.ipspace_id IS NULL ) OR ipspace.cluster_id = cluster.id ) AND FIND_IN_SET( IF(ipspace.name IS NULL, 'Default', ipspace.name) , IF('-NA-'='', 'Default', '-NA-') ) ) OR ( 'role'='role' AND FIND_IN_SET(port.role , 'data') ) ) AND ( cluster.primary_address = 'hq-stor' OR cluster.name = 'hq-stor' ) AND ( node.name = 'hq-stor-01' OR 'hq-stor-01' ='' ) AND port.operational_status = 'Up' GROUP BY cluster.primary_address, node.name, port.name' 2015-03-19 15:31:20,429 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) Local filter 'Filter ports by role or ipspace' successfully executed, rows affected '4' 2015-03-19 15:31:20,444 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) Executing local filter 'Filter ports by cluster, node and name', parameters '{port_name=e0a, role=data, cluster=hq-stor, node_name=hq-stor-01, filter_by_attribute=role, ipspace_name=-NA-}', query 'SELECT node.name AS 'node.name', port.operational_status, port.mtu, cluster.primary_address AS 'node.cluster.primary_address', port.role, port.type, port.name FROM cm_storage.port, cm_storage.node AS node, cm_storage.cluster AS cluster WHERE port.name = 'e0a' AND ( cluster.primary_address = 'hq-stor' OR cluster.name = 'hq-stor' ) AND node.name = 'hq-stor-01' AND port.node_id = node.id AND node.cluster_id = cluster.id' 2015-03-19 15:31:20,475 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) Local filter 'Filter ports by cluster, node and name' successfully executed, rows affected '1' 2015-03-19 15:31:20,491 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) Finder '2f0831d1-3f5b-45f8-a2e7-76264e3e9647' successfully executed, rows returned '1', returning first row only 2015-03-19 15:31:20,491 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) Finder results '{name=e0a, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-03-19 15:31:20,491 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) ======================================================================================== 2015-03-19 15:31:54,032 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69583 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-19 15:31:54,032 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69583 (HornetQ-client-global-threads-1688780147)) Executing finder 'Finder{id=234, name='0e7f1495-da6f-432f-a288-ef27cf0619f7', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-03-19 15:31:54,047 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69583 (HornetQ-client-global-threads-1688780147)) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-03-19 15:31:54,094 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69583 (HornetQ-client-global-threads-1688780147)) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-03-19 15:31:54,110 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69583 (HornetQ-client-global-threads-1688780147)) Finder '0e7f1495-da6f-432f-a288-ef27cf0619f7' successfully executed, rows returned '1', returning first row only 2015-03-19 15:31:54,125 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69583 (HornetQ-client-global-threads-1688780147)) Finder results '{primary_address=hq-stor}' 2015-03-19 15:31:54,125 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69583 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-19 15:31:54,156 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69583 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-19 15:31:54,172 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69583 (HornetQ-client-global-threads-1688780147)) Executing finder 'Finder{id=124, name='99e02006-61a7-46c1-8f2c-502067b03448', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, node_name=hq-stor-01, aggr_name=hq_n01_sas}' 2015-03-19 15:31:54,172 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69583 (HornetQ-client-global-threads-1688780147)) Executing local filter 'Filter aggregates by key', parameters '{cluster_name=hq-stor, node_name=hq-stor-01, aggr_name=hq_n01_sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address', disk_aggr_mapping.disk_type AS 'disk_type' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate LEFT JOIN ( SELECT disk_aggregate.aggregate_id AS aggregate_id, GROUP_CONCAT(DISTINCT(disk.type)) AS disk_type FROM cm_storage.disk_aggregate JOIN cm_storage.disk ON disk_aggregate.disk_id = disk.id GROUP BY disk_aggregate.aggregate_id ) AS disk_aggr_mapping ON aggregate.id= disk_aggr_mapping.aggregate_id WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name = 'hq_n01_sas' AND node.name = 'hq-stor-01' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-03-19 15:31:54,297 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69583 (HornetQ-client-global-threads-1688780147)) Local filter 'Filter aggregates by key' successfully executed, rows affected '1' 2015-03-19 15:31:54,312 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69583 (HornetQ-client-global-threads-1688780147)) Finder '99e02006-61a7-46c1-8f2c-502067b03448' successfully executed, rows returned '1', returning first row only 2015-03-19 15:31:54,312 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69583 (HornetQ-client-global-threads-1688780147)) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-03-19 15:31:54,312 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69583 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-19 15:31:54,344 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69583 (HornetQ-client-global-threads-1688780147)) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-03-19 15:31:54,390 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69583 (HornetQ-client-global-threads-1688780147)) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-03-19 15:31:54,406 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69583 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-19 15:31:54,406 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69583 (HornetQ-client-global-threads-1688780147)) Executing finder 'Finder{id=81, name='2f0831d1-3f5b-45f8-a2e7-76264e3e9647', dictionaryEntry=Port}', parameters '{port_name=e0a, role=data, cluster=hq-stor, node_name=hq-stor-01, filter_by_attribute=role, ipspace_name=-NA-}' 2015-03-19 15:31:54,422 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69583 (HornetQ-client-global-threads-1688780147)) Executing local filter 'Filter ports by cluster, node and name', parameters '{port_name=e0a, role=data, cluster=hq-stor, node_name=hq-stor-01, filter_by_attribute=role, ipspace_name=-NA-}', query 'SELECT node.name AS 'node.name', port.operational_status, port.mtu, cluster.primary_address AS 'node.cluster.primary_address', port.role, port.type, port.name FROM cm_storage.port, cm_storage.node AS node, cm_storage.cluster AS cluster WHERE port.name = 'e0a' AND ( cluster.primary_address = 'hq-stor' OR cluster.name = 'hq-stor' ) AND node.name = 'hq-stor-01' AND port.node_id = node.id AND node.cluster_id = cluster.id' 2015-03-19 15:31:54,453 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69583 (HornetQ-client-global-threads-1688780147)) Local filter 'Filter ports by cluster, node and name' successfully executed, rows affected '1' 2015-03-19 15:31:54,468 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69583 (HornetQ-client-global-threads-1688780147)) Executing local filter 'Filter ports by role or ipspace', parameters '{port_name=e0a, role=data, cluster=hq-stor, node_name=hq-stor-01, filter_by_attribute=role, ipspace_name=-NA-}', query 'SELECT port.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.port JOIN cm_storage.node ON port.node_id = node.id JOIN cm_storage.cluster ON node.cluster_id = cluster.id LEFT JOIN cm_storage.broadcast_domain ON broadcast_domain.id = port.broadcast_domain_id LEFT JOIN cm_storage.ipspace ON ipspace.id = broadcast_domain.ipspace_id WHERE ( ( 'role'='ipspace' AND ( ( port.broadcast_domain_id IS NULL AND broadcast_domain.ipspace_id IS NULL ) OR ipspace.cluster_id = cluster.id ) AND FIND_IN_SET( IF(ipspace.name IS NULL, 'Default', ipspace.name) , IF('-NA-'='', 'Default', '-NA-') ) ) OR ( 'role'='role' AND FIND_IN_SET(port.role , 'data') ) ) AND ( cluster.primary_address = 'hq-stor' OR cluster.name = 'hq-stor' ) AND ( node.name = 'hq-stor-01' OR 'hq-stor-01' ='' ) AND port.operational_status = 'Up' GROUP BY cluster.primary_address, node.name, port.name' 2015-03-19 15:31:54,531 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69583 (HornetQ-client-global-threads-1688780147)) Local filter 'Filter ports by role or ipspace' successfully executed, rows affected '4' 2015-03-19 15:31:54,546 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69583 (HornetQ-client-global-threads-1688780147)) Finder '2f0831d1-3f5b-45f8-a2e7-76264e3e9647' successfully executed, rows returned '1', returning first row only 2015-03-19 15:31:54,546 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69583 (HornetQ-client-global-threads-1688780147)) Finder results '{name=e0a, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-03-19 15:31:54,546 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69583 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-19 15:33:41,675 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) ======================================================================================== 2015-03-19 15:33:41,675 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) Executing finder 'Finder{id=234, name='0e7f1495-da6f-432f-a288-ef27cf0619f7', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-03-19 15:33:41,675 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-03-19 15:33:41,722 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-03-19 15:33:41,738 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) Finder '0e7f1495-da6f-432f-a288-ef27cf0619f7' successfully executed, rows returned '1', returning first row only 2015-03-19 15:33:41,738 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) Finder results '{primary_address=hq-stor}' 2015-03-19 15:33:41,738 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) ======================================================================================== 2015-03-19 15:33:41,784 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) ======================================================================================== 2015-03-19 15:33:41,784 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) Executing finder 'Finder{id=124, name='99e02006-61a7-46c1-8f2c-502067b03448', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, node_name=hq-stor-01, aggr_name=hq_n01_sas}' 2015-03-19 15:33:41,784 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) Executing local filter 'Filter aggregates by key', parameters '{cluster_name=hq-stor, node_name=hq-stor-01, aggr_name=hq_n01_sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address', disk_aggr_mapping.disk_type AS 'disk_type' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate LEFT JOIN ( SELECT disk_aggregate.aggregate_id AS aggregate_id, GROUP_CONCAT(DISTINCT(disk.type)) AS disk_type FROM cm_storage.disk_aggregate JOIN cm_storage.disk ON disk_aggregate.disk_id = disk.id GROUP BY disk_aggregate.aggregate_id ) AS disk_aggr_mapping ON aggregate.id= disk_aggr_mapping.aggregate_id WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name = 'hq_n01_sas' AND node.name = 'hq-stor-01' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-03-19 15:33:41,862 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) Local filter 'Filter aggregates by key' successfully executed, rows affected '1' 2015-03-19 15:33:41,878 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) Finder '99e02006-61a7-46c1-8f2c-502067b03448' successfully executed, rows returned '1', returning first row only 2015-03-19 15:33:41,878 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-03-19 15:33:41,894 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) ======================================================================================== 2015-03-19 15:33:41,940 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-03-19 15:33:41,956 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-03-19 15:33:41,987 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) ======================================================================================== 2015-03-19 15:33:41,987 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) Executing finder 'Finder{id=81, name='2f0831d1-3f5b-45f8-a2e7-76264e3e9647', dictionaryEntry=Port}', parameters '{port_name=e0c, role=data, cluster=hq-stor, node_name=hq-stor-01, filter_by_attribute=role, ipspace_name=-NA-}' 2015-03-19 15:33:42,003 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) Executing local filter 'Filter ports by role or ipspace', parameters '{port_name=e0c, role=data, cluster=hq-stor, node_name=hq-stor-01, filter_by_attribute=role, ipspace_name=-NA-}', query 'SELECT port.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.port JOIN cm_storage.node ON port.node_id = node.id JOIN cm_storage.cluster ON node.cluster_id = cluster.id LEFT JOIN cm_storage.broadcast_domain ON broadcast_domain.id = port.broadcast_domain_id LEFT JOIN cm_storage.ipspace ON ipspace.id = broadcast_domain.ipspace_id WHERE ( ( 'role'='ipspace' AND ( ( port.broadcast_domain_id IS NULL AND broadcast_domain.ipspace_id IS NULL ) OR ipspace.cluster_id = cluster.id ) AND FIND_IN_SET( IF(ipspace.name IS NULL, 'Default', ipspace.name) , IF('-NA-'='', 'Default', '-NA-') ) ) OR ( 'role'='role' AND FIND_IN_SET(port.role , 'data') ) ) AND ( cluster.primary_address = 'hq-stor' OR cluster.name = 'hq-stor' ) AND ( node.name = 'hq-stor-01' OR 'hq-stor-01' ='' ) AND port.operational_status = 'Up' GROUP BY cluster.primary_address, node.name, port.name' 2015-03-19 15:33:42,050 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) Local filter 'Filter ports by role or ipspace' successfully executed, rows affected '4' 2015-03-19 15:33:42,065 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) Executing local filter 'Filter ports by cluster, node and name', parameters '{port_name=e0c, role=data, cluster=hq-stor, node_name=hq-stor-01, filter_by_attribute=role, ipspace_name=-NA-}', query 'SELECT node.name AS 'node.name', port.operational_status, port.mtu, cluster.primary_address AS 'node.cluster.primary_address', port.role, port.type, port.name FROM cm_storage.port, cm_storage.node AS node, cm_storage.cluster AS cluster WHERE port.name = 'e0c' AND ( cluster.primary_address = 'hq-stor' OR cluster.name = 'hq-stor' ) AND node.name = 'hq-stor-01' AND port.node_id = node.id AND node.cluster_id = cluster.id' 2015-03-19 15:33:42,112 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) Local filter 'Filter ports by cluster, node and name' successfully executed, rows affected '1' 2015-03-19 15:33:42,128 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) Finder '2f0831d1-3f5b-45f8-a2e7-76264e3e9647' successfully executed, rows returned '1', returning first row only 2015-03-19 15:33:42,143 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) Finder results '{name=e0c, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-03-19 15:33:42,143 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 14) ======================================================================================== 2015-03-19 15:33:49,613 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69489 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-19 15:33:49,613 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69489 (HornetQ-client-global-threads-1688780147)) Executing finder 'Finder{id=234, name='0e7f1495-da6f-432f-a288-ef27cf0619f7', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-03-19 15:33:49,613 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69489 (HornetQ-client-global-threads-1688780147)) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-03-19 15:33:49,706 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69489 (HornetQ-client-global-threads-1688780147)) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-03-19 15:33:49,722 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69489 (HornetQ-client-global-threads-1688780147)) Finder '0e7f1495-da6f-432f-a288-ef27cf0619f7' successfully executed, rows returned '1', returning first row only 2015-03-19 15:33:49,722 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69489 (HornetQ-client-global-threads-1688780147)) Finder results '{primary_address=hq-stor}' 2015-03-19 15:33:49,722 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69489 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-19 15:33:49,768 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69489 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-19 15:33:49,784 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69489 (HornetQ-client-global-threads-1688780147)) Executing finder 'Finder{id=124, name='99e02006-61a7-46c1-8f2c-502067b03448', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, node_name=hq-stor-01, aggr_name=hq_n01_sas}' 2015-03-19 15:33:49,784 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69489 (HornetQ-client-global-threads-1688780147)) Executing local filter 'Filter aggregates by key', parameters '{cluster_name=hq-stor, node_name=hq-stor-01, aggr_name=hq_n01_sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address', disk_aggr_mapping.disk_type AS 'disk_type' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate LEFT JOIN ( SELECT disk_aggregate.aggregate_id AS aggregate_id, GROUP_CONCAT(DISTINCT(disk.type)) AS disk_type FROM cm_storage.disk_aggregate JOIN cm_storage.disk ON disk_aggregate.disk_id = disk.id GROUP BY disk_aggregate.aggregate_id ) AS disk_aggr_mapping ON aggregate.id= disk_aggr_mapping.aggregate_id WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name = 'hq_n01_sas' AND node.name = 'hq-stor-01' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-03-19 15:33:49,940 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69489 (HornetQ-client-global-threads-1688780147)) Local filter 'Filter aggregates by key' successfully executed, rows affected '1' 2015-03-19 15:33:49,956 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69489 (HornetQ-client-global-threads-1688780147)) Finder '99e02006-61a7-46c1-8f2c-502067b03448' successfully executed, rows returned '1', returning first row only 2015-03-19 15:33:49,971 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69489 (HornetQ-client-global-threads-1688780147)) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-03-19 15:33:49,971 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69489 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-19 15:33:50,080 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69489 (HornetQ-client-global-threads-1688780147)) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-03-19 15:33:50,189 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69489 (HornetQ-client-global-threads-1688780147)) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-03-19 15:33:50,205 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69489 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-19 15:33:50,205 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69489 (HornetQ-client-global-threads-1688780147)) Executing finder 'Finder{id=81, name='2f0831d1-3f5b-45f8-a2e7-76264e3e9647', dictionaryEntry=Port}', parameters '{port_name=e0c, role=data, cluster=hq-stor, node_name=hq-stor-01, filter_by_attribute=role, ipspace_name=-NA-}' 2015-03-19 15:33:50,221 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69489 (HornetQ-client-global-threads-1688780147)) Executing local filter 'Filter ports by cluster, node and name', parameters '{port_name=e0c, role=data, cluster=hq-stor, node_name=hq-stor-01, filter_by_attribute=role, ipspace_name=-NA-}', query 'SELECT node.name AS 'node.name', port.operational_status, port.mtu, cluster.primary_address AS 'node.cluster.primary_address', port.role, port.type, port.name FROM cm_storage.port, cm_storage.node AS node, cm_storage.cluster AS cluster WHERE port.name = 'e0c' AND ( cluster.primary_address = 'hq-stor' OR cluster.name = 'hq-stor' ) AND node.name = 'hq-stor-01' AND port.node_id = node.id AND node.cluster_id = cluster.id' 2015-03-19 15:33:50,299 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69489 (HornetQ-client-global-threads-1688780147)) Local filter 'Filter ports by cluster, node and name' successfully executed, rows affected '1' 2015-03-19 15:33:50,314 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69489 (HornetQ-client-global-threads-1688780147)) Executing local filter 'Filter ports by role or ipspace', parameters '{port_name=e0c, role=data, cluster=hq-stor, node_name=hq-stor-01, filter_by_attribute=role, ipspace_name=-NA-}', query 'SELECT port.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.port JOIN cm_storage.node ON port.node_id = node.id JOIN cm_storage.cluster ON node.cluster_id = cluster.id LEFT JOIN cm_storage.broadcast_domain ON broadcast_domain.id = port.broadcast_domain_id LEFT JOIN cm_storage.ipspace ON ipspace.id = broadcast_domain.ipspace_id WHERE ( ( 'role'='ipspace' AND ( ( port.broadcast_domain_id IS NULL AND broadcast_domain.ipspace_id IS NULL ) OR ipspace.cluster_id = cluster.id ) AND FIND_IN_SET( IF(ipspace.name IS NULL, 'Default', ipspace.name) , IF('-NA-'='', 'Default', '-NA-') ) ) OR ( 'role'='role' AND FIND_IN_SET(port.role , 'data') ) ) AND ( cluster.primary_address = 'hq-stor' OR cluster.name = 'hq-stor' ) AND ( node.name = 'hq-stor-01' OR 'hq-stor-01' ='' ) AND port.operational_status = 'Up' GROUP BY cluster.primary_address, node.name, port.name' 2015-03-19 15:33:50,392 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69489 (HornetQ-client-global-threads-1688780147)) Local filter 'Filter ports by role or ipspace' successfully executed, rows affected '4' 2015-03-19 15:33:50,408 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69489 (HornetQ-client-global-threads-1688780147)) Finder '2f0831d1-3f5b-45f8-a2e7-76264e3e9647' successfully executed, rows returned '1', returning first row only 2015-03-19 15:33:50,423 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69489 (HornetQ-client-global-threads-1688780147)) Finder results '{name=e0c, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-03-19 15:33:50,423 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69489 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-19 15:39:45,179 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) ======================================================================================== 2015-03-19 15:39:45,179 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing finder 'Finder{id=259, name='8407a264-b9c0-4899-a268-ea8aea1a527b', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-03-19 15:39:45,195 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-03-19 15:39:45,210 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-03-19 15:39:45,226 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Finder '8407a264-b9c0-4899-a268-ea8aea1a527b' successfully executed, rows returned '1', returning first row only 2015-03-19 15:39:45,241 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Finder results '{primary_address=hq-stor}' 2015-03-19 15:39:45,241 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) ======================================================================================== 2015-03-19 15:39:45,304 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) ======================================================================================== 2015-03-19 15:39:45,304 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing finder 'Finder{id=21, name='Find nodes of a cluster', dictionaryEntry=Node}', parameters '{cluster=hq-stor}' 2015-03-19 15:39:45,304 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing local filter 'Filter nodes by cluster', parameters '{cluster=hq-stor}', query 'SELECT node.name , cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.node JOIN cm_storage.cluster ON node.cluster_id = cluster.id WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-03-19 15:39:45,335 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Local filter 'Filter nodes by cluster' successfully executed, rows affected '1' 2015-03-19 15:39:45,351 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Finder 'Find nodes of a cluster' successfully executed, rows returned '1' 2015-03-19 15:39:45,351 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) ======================================================================================== 2015-03-19 15:39:45,366 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) ======================================================================================== 2015-03-19 15:39:45,366 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing finder 'Finder{id=130, name='be4160db-0d6b-496c-b3b7-65d98b3deabe', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq_vs9}' 2015-03-19 15:39:45,382 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq_vs9}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq_vs9' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-03-19 15:39:45,397 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-03-19 15:39:45,413 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Finder 'be4160db-0d6b-496c-b3b7-65d98b3deabe' successfully executed, rows returned '1', returning first row only 2015-03-19 15:39:45,429 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Finder results '{cluster.primary_address=hq-stor, name=hq_vs9}' 2015-03-19 15:39:45,429 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) ======================================================================================== 2015-03-19 15:39:45,444 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing local filter 'cm_storage.Vserver filter by key', parameters '{cluster.primary_address=hq-stor, name=hq_vs9}', query 'SELECT vserver.root_volume_id, vserver.ipspace_id, IF (vserver.nfs_allowed = 1, 'true', 'false') AS nfs_allowed, IF (vserver.cifs_is_up = 1, 'true', 'false') AS cifs_is_up, vserver.language, vserver.dns_servers, IF (vserver.is_repository = 1, 'true', 'false') AS is_repository, vserver.admin_state, vserver.nis_domain, vserver.cluster_id, vserver.max_volumes, vserver.name_service_switch, IF (vserver.cifs_allowed = 1, 'true', 'false') AS cifs_allowed, vserver.restricted_aggregate_count, IF (vserver.iscsi_is_up = 1, 'true', 'false') AS iscsi_is_up, vserver.qos_policy_group_id, vserver.dns_domain, IF (vserver.fcp_is_up = 1, 'true', 'false') AS fcp_is_up, vserver.snapshot_policy_id, IF (vserver.dns_enabled = 1, 'true', 'false') AS dns_enabled, IF (vserver.iscsi_allowed = 1, 'true', 'false') AS iscsi_allowed, vserver.uuid, vserver.cifs_domain, vserver.cifs_authentication_style, vserver.id, vserver.type, IF (vserver.nfs_is_up = 1, 'true', 'false') AS nfs_is_up, vserver.subtype, cluster.primary_address AS 'cluster.primary_address', IF (vserver.fcp_allowed = 1, 'true', 'false') AS fcp_allowed, vserver.nis_servers, vserver.operational_state, vserver.comment, IF (vserver.nis_enabled = 1, 'true', 'false') AS nis_enabled, vserver.name FROM cm_storage.vserver, cm_storage.cluster AS cluster WHERE vserver.name = 'hq_vs9' AND cluster.primary_address = 'hq-stor' AND vserver.cluster_id = cluster.id' 2015-03-19 15:39:45,507 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Local filter 'cm_storage.Vserver filter by key' successfully executed, rows affected '1' 2015-03-19 15:39:45,522 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing local filter 'cm_storage.Volume filter by id', parameters '{id=6797}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.id = 6797 ' 2015-03-19 15:39:45,585 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Local filter 'cm_storage.Volume filter by id' successfully executed, rows affected '1' 2015-03-19 15:39:45,600 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) ======================================================================================== 2015-03-19 15:39:45,600 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing finder 'Finder{id=150, name='7853a3be-9ee1-4f7f-abec-1508cec461e0', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, added_capacity_mb=20, node_name=hq-stor-01}' 2015-03-19 15:39:45,616 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, added_capacity_mb=20, node_name=hq-stor-01}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-03-19 15:39:45,663 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-03-19 15:39:45,678 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing local filter 'Filter aggregates by node', parameters '{cluster_name=hq-stor, added_capacity_mb=20, node_name=hq-stor-01}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND node.name = 'hq-stor-01' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-03-19 15:39:45,709 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Local filter 'Filter aggregates by node' successfully executed, rows affected '2' 2015-03-19 15:39:45,709 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing local filter 'Filter aggregates by available capacity', parameters '{cluster_name=hq-stor, added_capacity_mb=20, node_name=hq-stor-01}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' , aggr.available_size_mb FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON aggr.node_id=node.id JOIN cm_storage.cluster AS cluster ON node.cluster_id =cluster.id WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND aggr.available_size_mb > 20 ' 2015-03-19 15:39:45,741 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Local filter 'Filter aggregates by available capacity' successfully executed, rows affected '2' 2015-03-19 15:39:45,756 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing local filter 'Filter aggregates by state as online', parameters '{cluster_name=hq-stor, added_capacity_mb=20, node_name=hq-stor-01}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE node.id = aggregate.node_id AND aggregate.state = 'online' AND node.name = 'hq-stor-01' AND cluster.name = 'hq-stor'' 2015-03-19 15:39:45,772 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Local filter 'Filter aggregates by state as online' successfully executed, rows affected '2' 2015-03-19 15:39:45,787 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Finder '7853a3be-9ee1-4f7f-abec-1508cec461e0' successfully executed, rows returned '1', returning first row only 2015-03-19 15:39:45,787 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-03-19 15:39:45,803 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) ======================================================================================== 2015-03-19 15:39:45,819 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) ======================================================================================== 2015-03-19 15:39:45,819 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing finder 'Finder{id=150, name='7853a3be-9ee1-4f7f-abec-1508cec461e0', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, added_capacity_mb=20, node_name=hq-stor-01}' 2015-03-19 15:39:45,834 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, added_capacity_mb=20, node_name=hq-stor-01}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-03-19 15:39:45,897 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-03-19 15:39:45,912 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing local filter 'Filter aggregates by node', parameters '{cluster_name=hq-stor, added_capacity_mb=20, node_name=hq-stor-01}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND node.name = 'hq-stor-01' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-03-19 15:39:45,943 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Local filter 'Filter aggregates by node' successfully executed, rows affected '2' 2015-03-19 15:39:45,959 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing local filter 'Filter aggregates by available capacity', parameters '{cluster_name=hq-stor, added_capacity_mb=20, node_name=hq-stor-01}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' , aggr.available_size_mb FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON aggr.node_id=node.id JOIN cm_storage.cluster AS cluster ON node.cluster_id =cluster.id WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND aggr.available_size_mb > 20 ' 2015-03-19 15:39:45,990 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Local filter 'Filter aggregates by available capacity' successfully executed, rows affected '2' 2015-03-19 15:39:46,006 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing local filter 'Filter aggregates by state as online', parameters '{cluster_name=hq-stor, added_capacity_mb=20, node_name=hq-stor-01}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE node.id = aggregate.node_id AND aggregate.state = 'online' AND node.name = 'hq-stor-01' AND cluster.name = 'hq-stor'' 2015-03-19 15:39:46,037 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Local filter 'Filter aggregates by state as online' successfully executed, rows affected '2' 2015-03-19 15:39:46,037 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Finder '7853a3be-9ee1-4f7f-abec-1508cec461e0' successfully executed, rows returned '1', returning first row only 2015-03-19 15:39:46,053 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-03-19 15:39:46,053 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) ======================================================================================== 2015-03-19 15:39:46,162 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-03-19 15:39:46,178 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-03-19 15:40:02,793 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-19 15:40:02,808 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Executing finder 'Finder{id=259, name='8407a264-b9c0-4899-a268-ea8aea1a527b', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-03-19 15:40:02,808 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-03-19 15:40:02,839 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-03-19 15:40:02,855 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Finder '8407a264-b9c0-4899-a268-ea8aea1a527b' successfully executed, rows returned '1', returning first row only 2015-03-19 15:40:02,855 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Finder results '{primary_address=hq-stor}' 2015-03-19 15:40:02,855 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-19 15:40:02,871 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-19 15:40:02,871 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Executing finder 'Finder{id=21, name='Find nodes of a cluster', dictionaryEntry=Node}', parameters '{cluster=hq-stor}' 2015-03-19 15:40:02,886 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Executing local filter 'Filter nodes by cluster', parameters '{cluster=hq-stor}', query 'SELECT node.name , cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.node JOIN cm_storage.cluster ON node.cluster_id = cluster.id WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-03-19 15:40:02,917 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Local filter 'Filter nodes by cluster' successfully executed, rows affected '1' 2015-03-19 15:40:02,933 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Finder 'Find nodes of a cluster' successfully executed, rows returned '1' 2015-03-19 15:40:02,933 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-19 15:40:02,949 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-19 15:40:02,949 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Executing finder 'Finder{id=130, name='be4160db-0d6b-496c-b3b7-65d98b3deabe', dictionaryEntry=Vserver}', parameters '{cluster_name=hq-stor, vserver_name=hq_vs9}' 2015-03-19 15:40:02,964 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Executing local filter 'Filter Storage Virtual Machines by key', parameters '{cluster_name=hq-stor, vserver_name=hq_vs9}', query 'SELECT vserver.name, vserver.type, vserver.uuid, vserver.name_service_switch, vserver.nis_domain, vserver.language, vserver.comment, vserver.admin_state, vserver.nfs_allowed, vserver.cifs_allowed, vserver.fcp_allowed, vserver.iscsi_allowed, cluster.primary_address AS 'cluster.primary_address' FROM cm_storage.vserver, cm_storage.cluster WHERE cluster.id = vserver.cluster_id AND vserver.name = 'hq_vs9' AND ( cluster.name = 'hq-stor' OR cluster.primary_address='hq-stor' )' 2015-03-19 15:40:02,996 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Local filter 'Filter Storage Virtual Machines by key' successfully executed, rows affected '1' 2015-03-19 15:40:03,011 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Finder 'be4160db-0d6b-496c-b3b7-65d98b3deabe' successfully executed, rows returned '1', returning first row only 2015-03-19 15:40:03,011 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Finder results '{cluster.primary_address=hq-stor, name=hq_vs9}' 2015-03-19 15:40:03,011 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-19 15:40:03,042 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Executing local filter 'cm_storage.Vserver filter by key', parameters '{cluster.primary_address=hq-stor, name=hq_vs9}', query 'SELECT vserver.root_volume_id, vserver.ipspace_id, IF (vserver.nfs_allowed = 1, 'true', 'false') AS nfs_allowed, IF (vserver.cifs_is_up = 1, 'true', 'false') AS cifs_is_up, vserver.language, vserver.dns_servers, IF (vserver.is_repository = 1, 'true', 'false') AS is_repository, vserver.admin_state, vserver.nis_domain, vserver.cluster_id, vserver.max_volumes, vserver.name_service_switch, IF (vserver.cifs_allowed = 1, 'true', 'false') AS cifs_allowed, vserver.restricted_aggregate_count, IF (vserver.iscsi_is_up = 1, 'true', 'false') AS iscsi_is_up, vserver.qos_policy_group_id, vserver.dns_domain, IF (vserver.fcp_is_up = 1, 'true', 'false') AS fcp_is_up, vserver.snapshot_policy_id, IF (vserver.dns_enabled = 1, 'true', 'false') AS dns_enabled, IF (vserver.iscsi_allowed = 1, 'true', 'false') AS iscsi_allowed, vserver.uuid, vserver.cifs_domain, vserver.cifs_authentication_style, vserver.id, vserver.type, IF (vserver.nfs_is_up = 1, 'true', 'false') AS nfs_is_up, vserver.subtype, cluster.primary_address AS 'cluster.primary_address', IF (vserver.fcp_allowed = 1, 'true', 'false') AS fcp_allowed, vserver.nis_servers, vserver.operational_state, vserver.comment, IF (vserver.nis_enabled = 1, 'true', 'false') AS nis_enabled, vserver.name FROM cm_storage.vserver, cm_storage.cluster AS cluster WHERE vserver.name = 'hq_vs9' AND cluster.primary_address = 'hq-stor' AND vserver.cluster_id = cluster.id' 2015-03-19 15:40:03,089 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Local filter 'cm_storage.Vserver filter by key' successfully executed, rows affected '1' 2015-03-19 15:40:03,105 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Executing local filter 'cm_storage.Volume filter by id', parameters '{id=6800}', query 'SELECT volume.state, volume.compression, IF (volume.snapshot_enabled = 1, 'true', 'false') AS snapshot_enabled, volume.auto_increment_size_mb, volume.hybrid_cache_eligibility, volume.auto_delete_delete_order, volume.constituent_role, volume.language, volume.parent_volume_id, volume.max_namespace_constituent_size_mb, volume.auto_delete_destroy_list, vserver_cluster.primary_address AS 'vserver.cluster.primary_address', volume.used_size_mb, volume.aggregate_id, IF (volume.auto_delete_enabled = 1, 'true', 'false') AS auto_delete_enabled, volume.percent_compression_space_saved, IF (volume.autosize_enabled = 1, 'true', 'false') AS autosize_enabled, volume.data_days_until_full, volume.auto_delete_prefix, volume.snapshot_used_mb, volume.block_type, volume.style, volume.max_autosize_mb, volume.sis_last_op_end_timestamp, volume.qos_policy_group_id, vserver.name AS 'vserver.name', volume.compression_space_saved_mb, volume.sis_last_op_begin_timestamp, volume.deduplication_space_saved_mb, volume.auto_delete_defer_delete, volume.flexcache_min_reserve_mb, volume.max_data_constituent_size_mb, volume.size_mb, volume.auto_delete_trigger, IF (volume.is_managed_by_service = 1, 'true', 'false') AS is_managed_by_service, volume.flexcache_origin_volume_id, volume.auto_delete_commitment, volume.space_guarantee, volume.snapshot_reserved_percent, IF (volume.snap_diff_enabled = 1, 'true', 'false') AS snap_diff_enabled, volume.snapshot_policy_id, volume.security_style, volume.available_size_mb, volume.inode_files_total, volume.storage_class, volume.junction_path, volume.auto_size_mode, volume.export_policy_id, IF (volume.dedupe_enabled = 1, 'true', 'false') AS dedupe_enabled, volume.vserver_id, volume.id, volume.efficiency_policy_id, volume.inode_files_used, volume.percent_deduplication_space_saved, volume.name, volume.data_daily_growth_rate_mb, volume.auto_delete_target_free_space, volume.type FROM cm_storage.volume, cm_storage.vserver AS vserver, cm_storage.cluster AS vserver_cluster WHERE vserver.cluster_id = vserver_cluster.id AND volume.vserver_id = vserver.id AND volume.id = 6800 ' 2015-03-19 15:40:03,167 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Local filter 'cm_storage.Volume filter by id' successfully executed, rows affected '1' 2015-03-19 15:40:03,183 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-19 15:40:03,183 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Executing finder 'Finder{id=150, name='7853a3be-9ee1-4f7f-abec-1508cec461e0', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, added_capacity_mb=20, node_name=hq-stor-01}' 2015-03-19 15:40:03,183 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Executing local filter 'Filter aggregates by state as online', parameters '{cluster_name=hq-stor, added_capacity_mb=20, node_name=hq-stor-01}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE node.id = aggregate.node_id AND aggregate.state = 'online' AND node.name = 'hq-stor-01' AND cluster.name = 'hq-stor'' 2015-03-19 15:40:03,214 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Local filter 'Filter aggregates by state as online' successfully executed, rows affected '2' 2015-03-19 15:40:03,230 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Executing local filter 'Filter aggregates by available capacity', parameters '{cluster_name=hq-stor, added_capacity_mb=20, node_name=hq-stor-01}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' , aggr.available_size_mb FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON aggr.node_id=node.id JOIN cm_storage.cluster AS cluster ON node.cluster_id =cluster.id WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND aggr.available_size_mb > 20 ' 2015-03-19 15:40:03,261 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Local filter 'Filter aggregates by available capacity' successfully executed, rows affected '2' 2015-03-19 15:40:03,276 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Executing local filter 'Filter aggregates by node', parameters '{cluster_name=hq-stor, added_capacity_mb=20, node_name=hq-stor-01}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND node.name = 'hq-stor-01' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-03-19 15:40:03,308 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Local filter 'Filter aggregates by node' successfully executed, rows affected '2' 2015-03-19 15:40:03,339 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, added_capacity_mb=20, node_name=hq-stor-01}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-03-19 15:40:03,386 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-03-19 15:40:03,401 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Finder '7853a3be-9ee1-4f7f-abec-1508cec461e0' successfully executed, rows returned '1', returning first row only 2015-03-19 15:40:03,401 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-03-19 15:40:03,401 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-19 15:40:03,417 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-19 15:40:03,432 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Executing finder 'Finder{id=150, name='7853a3be-9ee1-4f7f-abec-1508cec461e0', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, added_capacity_mb=20, node_name=hq-stor-01}' 2015-03-19 15:40:03,432 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Executing local filter 'Filter aggregates by state as online', parameters '{cluster_name=hq-stor, added_capacity_mb=20, node_name=hq-stor-01}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE node.id = aggregate.node_id AND aggregate.state = 'online' AND node.name = 'hq-stor-01' AND cluster.name = 'hq-stor'' 2015-03-19 15:40:03,479 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Local filter 'Filter aggregates by state as online' successfully executed, rows affected '2' 2015-03-19 15:40:03,495 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Executing local filter 'Filter aggregates by available capacity', parameters '{cluster_name=hq-stor, added_capacity_mb=20, node_name=hq-stor-01}', query 'SELECT aggr.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' , aggr.available_size_mb FROM cm_storage.aggregate AS aggr JOIN cm_storage.node AS node ON aggr.node_id=node.id JOIN cm_storage.cluster AS cluster ON node.cluster_id =cluster.id WHERE ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' ) AND aggr.available_size_mb > 20 ' 2015-03-19 15:40:03,542 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Local filter 'Filter aggregates by available capacity' successfully executed, rows affected '2' 2015-03-19 15:40:03,557 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Executing local filter 'Filter aggregates by node', parameters '{cluster_name=hq-stor, added_capacity_mb=20, node_name=hq-stor-01}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND node.name = 'hq-stor-01' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-03-19 15:40:03,604 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Local filter 'Filter aggregates by node' successfully executed, rows affected '2' 2015-03-19 15:40:03,620 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Executing local filter 'Filter aggregates excluding root aggregates', parameters '{cluster_name=hq-stor, added_capacity_mb=20, node_name=hq-stor-01}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root = 0 AND aggregate.has_partner_root = 0 ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id UNION SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.aggregate, cm_storage.node, cm_storage.cluster WHERE ( aggregate.has_local_root IS NULL OR aggregate.has_partner_root IS NULL ) AND aggregate.node_id = node.id AND node.cluster_id = cluster.id AND aggregate.id NOT IN ( SELECT volume.aggregate_id FROM cm_storage.volume, cm_storage.vserver WHERE volume.aggregate_id IS NOT NULL AND volume.vserver_id = vserver.id AND vserver.type = 'node' )' 2015-03-19 15:40:03,666 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Local filter 'Filter aggregates excluding root aggregates' successfully executed, rows affected '5' 2015-03-19 15:40:03,682 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Finder '7853a3be-9ee1-4f7f-abec-1508cec461e0' successfully executed, rows returned '1', returning first row only 2015-03-19 15:40:03,682 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-03-19 15:40:03,698 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) ======================================================================================== 2015-03-19 15:40:03,791 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-03-19 15:40:03,822 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (Thread-69711 (HornetQ-client-global-threads-1688780147)) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-03-19 15:42:22,196 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) ======================================================================================== 2015-03-19 15:42:22,196 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing finder 'Finder{id=234, name='0e7f1495-da6f-432f-a288-ef27cf0619f7', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-03-19 15:42:22,196 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-03-19 15:42:22,228 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-03-19 15:42:22,243 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Finder '0e7f1495-da6f-432f-a288-ef27cf0619f7' successfully executed, rows returned '1', returning first row only 2015-03-19 15:42:22,243 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Finder results '{primary_address=hq-stor}' 2015-03-19 15:42:22,243 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) ======================================================================================== 2015-03-19 15:42:22,306 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) ======================================================================================== 2015-03-19 15:42:22,306 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing finder 'Finder{id=124, name='99e02006-61a7-46c1-8f2c-502067b03448', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, node_name=hq-stor-01, aggr_name=hq_n01_sas}' 2015-03-19 15:42:22,306 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing local filter 'Filter aggregates by key', parameters '{cluster_name=hq-stor, node_name=hq-stor-01, aggr_name=hq_n01_sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address', disk_aggr_mapping.disk_type AS 'disk_type' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate LEFT JOIN ( SELECT disk_aggregate.aggregate_id AS aggregate_id, GROUP_CONCAT(DISTINCT(disk.type)) AS disk_type FROM cm_storage.disk_aggregate JOIN cm_storage.disk ON disk_aggregate.disk_id = disk.id GROUP BY disk_aggregate.aggregate_id ) AS disk_aggr_mapping ON aggregate.id= disk_aggr_mapping.aggregate_id WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name = 'hq_n01_sas' AND node.name = 'hq-stor-01' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-03-19 15:42:22,384 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Local filter 'Filter aggregates by key' successfully executed, rows affected '1' 2015-03-19 15:42:22,399 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Finder '99e02006-61a7-46c1-8f2c-502067b03448' successfully executed, rows returned '1', returning first row only 2015-03-19 15:42:22,399 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-03-19 15:42:22,399 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) ======================================================================================== 2015-03-19 15:42:34,630 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) ======================================================================================== 2015-03-19 15:42:34,645 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing finder 'Finder{id=234, name='0e7f1495-da6f-432f-a288-ef27cf0619f7', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-03-19 15:42:34,645 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-03-19 15:42:34,676 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-03-19 15:42:34,692 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Finder '0e7f1495-da6f-432f-a288-ef27cf0619f7' successfully executed, rows returned '1', returning first row only 2015-03-19 15:42:34,692 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Finder results '{primary_address=hq-stor}' 2015-03-19 15:42:34,692 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) ======================================================================================== 2015-03-19 15:42:34,739 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) ======================================================================================== 2015-03-19 15:42:34,754 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing finder 'Finder{id=124, name='99e02006-61a7-46c1-8f2c-502067b03448', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, node_name=hq-stor-01, aggr_name=hq_n01_sas}' 2015-03-19 15:42:34,754 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing local filter 'Filter aggregates by key', parameters '{cluster_name=hq-stor, node_name=hq-stor-01, aggr_name=hq_n01_sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address', disk_aggr_mapping.disk_type AS 'disk_type' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate LEFT JOIN ( SELECT disk_aggregate.aggregate_id AS aggregate_id, GROUP_CONCAT(DISTINCT(disk.type)) AS disk_type FROM cm_storage.disk_aggregate JOIN cm_storage.disk ON disk_aggregate.disk_id = disk.id GROUP BY disk_aggregate.aggregate_id ) AS disk_aggr_mapping ON aggregate.id= disk_aggr_mapping.aggregate_id WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name = 'hq_n01_sas' AND node.name = 'hq-stor-01' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-03-19 15:42:34,832 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Local filter 'Filter aggregates by key' successfully executed, rows affected '1' 2015-03-19 15:42:34,848 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Finder '99e02006-61a7-46c1-8f2c-502067b03448' successfully executed, rows returned '1', returning first row only 2015-03-19 15:42:34,848 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-03-19 15:42:34,864 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) ======================================================================================== 2015-03-19 15:42:34,910 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-03-19 15:42:34,926 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-03-19 15:42:34,942 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) ======================================================================================== 2015-03-19 15:42:34,957 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing finder 'Finder{id=81, name='2f0831d1-3f5b-45f8-a2e7-76264e3e9647', dictionaryEntry=Port}', parameters '{port_name=e0c, role=data, cluster=hq-stor, node_name=hq-stor-01, filter_by_attribute=role, ipspace_name=}' 2015-03-19 15:42:34,957 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing local filter 'Filter ports by cluster, node and name', parameters '{port_name=e0c, role=data, cluster=hq-stor, node_name=hq-stor-01, filter_by_attribute=role, ipspace_name=}', query 'SELECT node.name AS 'node.name', port.operational_status, port.mtu, cluster.primary_address AS 'node.cluster.primary_address', port.role, port.type, port.name FROM cm_storage.port, cm_storage.node AS node, cm_storage.cluster AS cluster WHERE port.name = 'e0c' AND ( cluster.primary_address = 'hq-stor' OR cluster.name = 'hq-stor' ) AND node.name = 'hq-stor-01' AND port.node_id = node.id AND node.cluster_id = cluster.id' 2015-03-19 15:42:34,988 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Local filter 'Filter ports by cluster, node and name' successfully executed, rows affected '1' 2015-03-19 15:42:34,988 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Executing local filter 'Filter ports by role or ipspace', parameters '{port_name=e0c, role=data, cluster=hq-stor, node_name=hq-stor-01, filter_by_attribute=role, ipspace_name=}', query 'SELECT port.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.port JOIN cm_storage.node ON port.node_id = node.id JOIN cm_storage.cluster ON node.cluster_id = cluster.id LEFT JOIN cm_storage.broadcast_domain ON broadcast_domain.id = port.broadcast_domain_id LEFT JOIN cm_storage.ipspace ON ipspace.id = broadcast_domain.ipspace_id WHERE ( ( 'role'='ipspace' AND ( ( port.broadcast_domain_id IS NULL AND broadcast_domain.ipspace_id IS NULL ) OR ipspace.cluster_id = cluster.id ) AND FIND_IN_SET( IF(ipspace.name IS NULL, 'Default', ipspace.name) , IF(''='', 'Default', '') ) ) OR ( 'role'='role' AND FIND_IN_SET(port.role , 'data') ) ) AND ( cluster.primary_address = 'hq-stor' OR cluster.name = 'hq-stor' ) AND ( node.name = 'hq-stor-01' OR 'hq-stor-01' ='' ) AND port.operational_status = 'Up' GROUP BY cluster.primary_address, node.name, port.name' 2015-03-19 15:42:35,035 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Local filter 'Filter ports by role or ipspace' successfully executed, rows affected '4' 2015-03-19 15:42:35,051 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Finder '2f0831d1-3f5b-45f8-a2e7-76264e3e9647' successfully executed, rows returned '1', returning first row only 2015-03-19 15:42:35,051 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) Finder results '{name=e0c, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-03-19 15:42:35,051 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 27) ======================================================================================== 2015-03-19 15:53:04,772 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) ======================================================================================== 2015-03-19 15:53:04,788 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Executing finder 'Finder{id=234, name='0e7f1495-da6f-432f-a288-ef27cf0619f7', dictionaryEntry=Cluster}', parameters '{cluster_name=hq-stor}' 2015-03-19 15:53:04,788 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Executing local filter 'Filter clusters by key', parameters '{cluster_name=hq-stor}', query 'SELECT cluster.id, cluster.admin_vserver_id, cluster.name, cluster.location, cluster.primary_address, cluster.uuid FROM cm_storage.cluster WHERE cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor'' 2015-03-19 15:53:04,819 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Local filter 'Filter clusters by key' successfully executed, rows affected '1' 2015-03-19 15:53:04,835 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Finder '0e7f1495-da6f-432f-a288-ef27cf0619f7' successfully executed, rows returned '1', returning first row only 2015-03-19 15:53:04,835 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Finder results '{primary_address=hq-stor}' 2015-03-19 15:53:04,850 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) ======================================================================================== 2015-03-19 15:53:04,928 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) ======================================================================================== 2015-03-19 15:53:04,928 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Executing finder 'Finder{id=124, name='99e02006-61a7-46c1-8f2c-502067b03448', dictionaryEntry=Aggregate}', parameters '{cluster_name=hq-stor, node_name=hq-stor-01, aggr_name=hq_n01_sas}' 2015-03-19 15:53:04,944 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Executing local filter 'Filter aggregates by key', parameters '{cluster_name=hq-stor, node_name=hq-stor-01, aggr_name=hq_n01_sas}', query 'SELECT aggregate.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address', disk_aggr_mapping.disk_type AS 'disk_type' FROM cm_storage.cluster, cm_storage.node, cm_storage.aggregate LEFT JOIN ( SELECT disk_aggregate.aggregate_id AS aggregate_id, GROUP_CONCAT(DISTINCT(disk.type)) AS disk_type FROM cm_storage.disk_aggregate JOIN cm_storage.disk ON disk_aggregate.disk_id = disk.id GROUP BY disk_aggregate.aggregate_id ) AS disk_aggr_mapping ON aggregate.id= disk_aggr_mapping.aggregate_id WHERE node.id = aggregate.node_id AND cluster.id = node.cluster_id AND aggregate.name = 'hq_n01_sas' AND node.name = 'hq-stor-01' AND ( cluster.name = 'hq-stor' OR cluster.primary_address = 'hq-stor' )' 2015-03-19 15:53:05,022 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Local filter 'Filter aggregates by key' successfully executed, rows affected '1' 2015-03-19 15:53:05,022 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Finder '99e02006-61a7-46c1-8f2c-502067b03448' successfully executed, rows returned '1', returning first row only 2015-03-19 15:53:05,038 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Finder results '{name=hq_n01_sas, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-03-19 15:53:05,038 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) ======================================================================================== 2015-03-19 15:53:05,084 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Executing local filter 'cm_storage.Cluster filter by key', parameters '{primary_address=hq-stor}', query 'SELECT cluster.primary_address, cluster.admin_vserver_id, cluster.serial_number, cluster.uuid, cluster.mt_configuration_state, cluster.id, cluster.version, IF (cluster.is_metrocluster = 1, 'true', 'false') AS is_metrocluster, cluster.name, cluster.mt_mode, cluster.location FROM cm_storage.cluster WHERE cluster.primary_address = 'hq-stor'' 2015-03-19 15:53:05,116 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Local filter 'cm_storage.Cluster filter by key' successfully executed, rows affected '1' 2015-03-19 15:53:05,147 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) ======================================================================================== 2015-03-19 15:53:05,147 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Executing finder 'Finder{id=81, name='2f0831d1-3f5b-45f8-a2e7-76264e3e9647', dictionaryEntry=Port}', parameters '{port_name=e0c, role=data, cluster=hq-stor, node_name=hq-stor-01, filter_by_attribute=role, ipspace_name=}' 2015-03-19 15:53:05,162 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Executing local filter 'Filter ports by cluster, node and name', parameters '{port_name=e0c, role=data, cluster=hq-stor, node_name=hq-stor-01, filter_by_attribute=role, ipspace_name=}', query 'SELECT node.name AS 'node.name', port.operational_status, port.mtu, cluster.primary_address AS 'node.cluster.primary_address', port.role, port.type, port.name FROM cm_storage.port, cm_storage.node AS node, cm_storage.cluster AS cluster WHERE port.name = 'e0c' AND ( cluster.primary_address = 'hq-stor' OR cluster.name = 'hq-stor' ) AND node.name = 'hq-stor-01' AND port.node_id = node.id AND node.cluster_id = cluster.id' 2015-03-19 15:53:05,209 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Local filter 'Filter ports by cluster, node and name' successfully executed, rows affected '1' 2015-03-19 15:53:05,225 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Executing local filter 'Filter ports by role or ipspace', parameters '{port_name=e0c, role=data, cluster=hq-stor, node_name=hq-stor-01, filter_by_attribute=role, ipspace_name=}', query 'SELECT port.name, node.name AS 'node.name', cluster.primary_address AS 'node.cluster.primary_address' FROM cm_storage.port JOIN cm_storage.node ON port.node_id = node.id JOIN cm_storage.cluster ON node.cluster_id = cluster.id LEFT JOIN cm_storage.broadcast_domain ON broadcast_domain.id = port.broadcast_domain_id LEFT JOIN cm_storage.ipspace ON ipspace.id = broadcast_domain.ipspace_id WHERE ( ( 'role'='ipspace' AND ( ( port.broadcast_domain_id IS NULL AND broadcast_domain.ipspace_id IS NULL ) OR ipspace.cluster_id = cluster.id ) AND FIND_IN_SET( IF(ipspace.name IS NULL, 'Default', ipspace.name) , IF(''='', 'Default', '') ) ) OR ( 'role'='role' AND FIND_IN_SET(port.role , 'data') ) ) AND ( cluster.primary_address = 'hq-stor' OR cluster.name = 'hq-stor' ) AND ( node.name = 'hq-stor-01' OR 'hq-stor-01' ='' ) AND port.operational_status = 'Up' GROUP BY cluster.primary_address, node.name, port.name' 2015-03-19 15:53:05,272 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Local filter 'Filter ports by role or ipspace' successfully executed, rows affected '4' 2015-03-19 15:53:05,303 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Finder '2f0831d1-3f5b-45f8-a2e7-76264e3e9647' successfully executed, rows returned '1', returning first row only 2015-03-19 15:53:05,303 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) Finder results '{name=e0c, node.cluster.primary_address=hq-stor, node.name=hq-stor-01}' 2015-03-19 15:53:05,303 DEBUG [com.netapp.wfa.finders.execution.impl.FindersExecutorImpl] (http-executor-threads - 87) ========================================================================================