Quantcast
Channel: THWACK: Message List
Viewing all articles
Browse latest Browse all 20625

Re: Finding out who removed a Node from NPM, when there is no log in the events, and node is not present in NCM anymore

$
0
0

Note: though you think the node is not in NCM it may still there really...

 

I've found that if I delete a node in NPM it stays in NCM, but unfindable through the webUI.

 

I have to go into the database and manually delete the entry from the database manager.

 

here is the query I use:

SELECT n1.agentip,n1.nodeCaption
from NCM.dbo.nodes n1
where corenodeid not in  (select nodeid from NPM.dbo.nodes n2)

[replace NCM and NPM with your database names]


Viewing all articles
Browse latest Browse all 20625

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>