This section explains how to use the qq portal_ping command.

Description

Test connectivity from all local nodes to the specified remote hosts

Usage

qq portal_ping [-h] [-j | -b] (-m HOSTS | --spoke-id SPOKE_ID | --hub-id HUB_ID) [-p PORTAL_PORT]

Flags

Flag Name Required Description
-j No Pretty-print JSON
-b No Summarize output if all connections are successful
-m No The IP addresses and TCP ports of the remote cluster. Use a comma-delimited list to specify multiple hosts. Use colon as a separator after each IP address to provide custom TCP port (3713 is used by default). Ports specified this way override other --port arguments. Put brackets around an IPv6 address, such as [2001:db8::1] or [2001:db8::1]:4000. Use a dash to specify a range of IPv4 addresses that share their first three octets, such as 10.220.1.70-73 or 10.220.1.70-10.220.1.73. A port applies to the whole range.
--spoke-id No Ping all hub hosts defined in a local spoke portal
--hub-id No Ping all spoke hosts defined in a local hub portal
-p No The TCP port for portal activity on the remote cluster. The default port 3713 is used if this field is not provided.