Is there a way to display EXTRA NODES from the Alumni List in an output for an automated job?

[admin@aerospike_instance ~]$ asadm Seed: [(‘IP’, port, None)] Config_file: /home/ouser/.aerospike/astools.conf, /etc/aerospike/astools.conf Aerospike Interactive Shell, version 0.1.23

Found 80 nodes Online: (80 nodes shown here) Extra nodes in alumni list: DeadNode1:port# , DeadNode2:port#

Is there an aerospike command to output this information without having to enter asadm? Ultimately I’d like to have the extra node data to alert us when there are extra nodes in the alumni list.

Thanks!

Everything asadm does is built on info commands, for which you have the info command reference. If you can do it in asadm, you can do it from your own application.

Associated with that are the configuration parameter reference, and the metrics reference.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.