Active IQ Unified Manager Discussions

NetApp Harvest Graphite Issue with Ontap 9

it_storage_team
13,821 Views

Hi Chris,

 

 

We upgrade out NetApp Cluster to Ontap 9.0RC1 and NetApp Harvest Graph are not showing any data.

The log file show following error.

 

[2016-07-17 01:01:36] [NORMAL ] WORKER STARTED [Version: 1.2.2] [Conf: netapp-harvest.conf] [Poller: noiclapa01-cls-mgt]
[2016-07-17 01:01:36] [NORMAL ] [main] Poller will monitor a [FILER] at [172.23.16.201:443]
[2016-07-17 01:01:36] [NORMAL ] [main] Poller will use [password] authentication with username [netapp-harvest] and password [**********]
[2016-07-17 01:01:37] [NORMAL ] [main] Collection of system info from [172.23.16.201] running [NetApp Release 9.0RC1] successful.
[2016-07-17 01:01:37] [ERROR ] [main] No best-fit collection template found (same generation and major release, minor same or less) found in [/appInstall/netapp-harvest/template/default]. Exiting;
[2016-07-17 01:01:58] [NORMAL ] WORKER STARTED [Version: 1.2.2] [Conf: netapp-harvest.conf] [Poller: noiclapa01-cls-mgt]
[2016-07-17 01:01:58] [NORMAL ] [main] Poller will monitor a [FILER] at [172.23.16.201:443]
[2016-07-17 01:01:58] [NORMAL ] [main] Poller will use [password] authentication with username [netapp-harvest] and password [**********]
[2016-07-17 01:01:59] [NORMAL ] [main] Collection of system info from [172.23.16.201] running [NetApp Release 9.0RC1] successful.
[2016-07-17 01:01:59] [ERROR ] [main] No best-fit collection template found (same generation and major release, minor same or less) found in [/appInstall/netapp-harvest/template/default]. Exiting; 

 

I suspect we need new template for Ontap 9.

 

Please help.

 

Rgds

Vikash

21 REPLIES 21

johannes_mitterer
2,844 Views

Hi,

 

You can find the file on the machine where you run harvest. So on the nabox VM in your case.

I guess you can find it under /opt/netapp-harvest/template/default/

You just need to copy the file then:

cd /opt/netapp-harvest/template/default/
cp cdot-9.1.0.conf cdot-9.2.0.conf

 

 

Then you can restart harvest and check the logs for the specific cluster:

/opt/netapp-harvest/netapp-manager -restart

tail -f /opt/netapp-harvest/log/<Cluster>_netapp-harvest.log

 

 

I hope this helps!

Public