NSX-T Transport Node where Vendor ID is set returns all the entities and then filtered by Edge to identify the specific NSX-T Edge nodes or Transport nodes not in inventory. /var/log/arkin/collector/collector.STDOUT), you see indications that inventory tasks are starting but not completing.VCF Operations for Networks 9.0.x
This issue is typically caused by a thread-locking condition within the Collector's inventory synchronization service. When the nsxt.TransportNode.inventory task becomes thread-locked, the appliance cannot complete the mapping of incoming IPFIX (UDP 2055) flow packets to the corresponding inventory objects.
To resolve this issue, you must force a refresh of the inventory synchronization to clear the locked threads.
Before performing a reset, ensure that flows are reaching the collector:
tcpdump -i eth0 port 2055
If packets are arriving but not displaying:
If the flows stop again after a period of time:
jps -l (identify the collectorMain process id from this command)
jstack -l <PROCESS_ID> >& jst.outputSee steps below:ubuntu@aria-networks-collector :~ $ jps -l
3409 /home/ubuntu/build-target/launcher/launcher-0.001-SNAPSHOT.jar
3170 com.vnera. latency. NetopaCollector
10308 com. vnera.collector.CollectorMain
2998 com.vnera.telemetry.SwitchTelemetryServer
21064 jdk.jcmd/sun.tools.jps.Jps
4425 com.vnera.ipfix. IpfixProcessor
3007 com.vnera.telemetry.NSXMetricServer
ubuntu@aria-networks-collector :~ $ jstack -l 10308 >& jst.output
jst.output file to /home/support/ from /home/ubuntuubuntu@aria-networks-collector:~$ sudo cp jst.output /home/support/
ubuntu@aria-networks-collector:~$ exit
logout
support@aria-networks-collector:~$ ls -lrth
total 188K
-rw-r----- 1 root root 185K Jun 23 21:20 jst.output
support@aria-networks-collector:~$ sudo chown support:support jst.output
support@aria-networks-collector:~$ ls -lrth
total 188K
-rw-r----- 1 support support 185K Jun 23 21:20 jst.output
support@aria-networks-collector:~$