NOTE: tcpdump is not installed natively on any Aria Operations node due to product security requirements. If you need to troubleshoot with tcpdump, please open a case with support
Example output
root@<ops_node_hostname> [ ~ ]# tcpdump icmp and src <ops_node_IP> and dst <target_IP>tcpdump: verbose output suppressed, use -v[v]... for full protocol decodelistening on eth0, link-type EN10MB (Ethernet), snapshot length 262144 bytes23:46:15.169897 IP <ops_node_FQDN> > <target_IP_or_FQDN>: ICMP echo request, id 43793, seq 5, length 6423:46:17.169843 IP > <ops_node_FQDN><target_IP_or_FQDN>: ICMP echo request, id 43793, seq 7, length 6423:46:19.169814 IP > <ops_node_FQDN><target_IP_or_FQDN>: ICMP echo request, id 43793, seq 9, length 6423:46:21.169932 IP > <ops_node_FQDN><target_IP_or_FQDN>: ICMP echo request, id 43793, seq 11, length 6423:46:23.169845 IP > <ops_node_FQDN><target_IP_or_FQDN>: ICMP echo request, id 43793, seq 13, length 6423:46:25.169708 IP > <ops_node_FQDN><target_IP_or_FQDN>: ICMP echo request, id 43793, seq 15, length 64
Aria Operations 8.x
IP_ADDRESS with the endpoint IP address you are looking for (leave the single quotes)su - postgres -c "/opt/vmware/vpostgres/current/bin/psql -p 5432 -d vcopsdb -c \"SELECT i.resource_name, i.resource_kind_key, p.property_instance_name, p.property_value_string FROM hd_resource_property_history_v AS p JOIN resource_id_name AS i ON i.resource_id = p.internal_id WHERE p.property_name = 'net|ip_address' AND p.period_end_time = 9999999999999 AND p.property_value_string IN ('IP_ADDRESS') ORDER BY p.property_value_string;\""
resource_name in Aria Operations