How to know which script version is compiled into the Indeni server?

E.g., indeni-server-6.0.0.ova. There are interrogation, etc., scripts which appear to be compiled into the server product. How can I correlate those to the actual source?

Do mean that if you were to run imanage and note that you are running and older version than what is in production (GA), how would you go about seeing what the script code is. For example: if the collector.log file indicates show-ospf-neighbors.ind is failing, how would you know what command it's running or how the script is parsing, etc.?

The ind's are delivered as /usr/share/indeni-collector/lib/indeni-knowledge.jar

You can be extracted using:


jar xf /usr/share/indeni-collector/lib/indeni-knowledge.jar



We are plannig to add the Knowlage version to the UI so it will be easy to follow which version is in use within the platform