-
Notifications
You must be signed in to change notification settings - Fork 10
Description
We have deployed the exporter to approximately 200 AIX servers of various versions and TL levels with no issues.
There are 10 servers, all atleast running AIX 7.1 that are having issues.
When we set either -C or -c and Prometheus initiates the scrape, we get a segmentation fault. This happens on all versions of the exporter that we have tested it on (1.14.3.0, 1.12.1.0, 1.8.0.0, maybe others)
./node_exporter_aix -p 50005 -a -cmdif
Node exporter for AIX version 1.14.3.0 listening on port 50005
Segmentation fault(coredump)
We tested the debug version that was posted in another segmentation fault issue, and got a little extra info:
./node_exporter_aix_debug -p 50005 -a -cmdif
Node exporter for AIX version 1.12.1.0 listening on port 50005
Number of cpu records: 160
Segmentation fault(coredump)
We found that 9 of the 10 servers have 8 SMT threads with over 128 virtual CPU’s allocated.
All the other servers that are working have less than 64 virtual cpu’s.
Is there a limit on number of CPUs that we could be hitting to cause the segmentation faults?