Hi,
I want to invoke "DiscoverInterfaceOnNode" method. I get "InvalidNode" error. There is a node having "3" NodeID. When appears that error? When not exist or not having ant interfaces etc.? Briefly, what is the reason of that error?
Looking at the code, I can see two possible causes for this error:
1. No node with that NodeID value exists. You already indicated that one does exist.
2. The node is not an SNMP node in Orion. Could this be the problem in your case?
Thanks tdanner,
That node is added by "Windows Servers: WMI and ICMP" option. I just realized now.
Ok, here is the my main question to work with that. We added the node via "WMI". I can see LAN interface on node at "List Resources" screen. How can I discover/add the interface automatically after add node? If is it possible can you give me some example? I know there is an example like "CRUD.AddInterface". But the example includes some specific values about interface like "IfName", "InterfaceName" etc. I want to add automatically initerfaces.
Unfortunately we don't have an API for discovering and adding interfaces on WMI nodes yet.
I will wait this feature on next releases.
tdanner
Any info on an API for discovering and adding interfaces on WMI nodes?