Detecting the Heartbeat Between ADC and ADA
Function
Detects the heartbeat between ADC and ADA to check whether the ada process is running properly.
Syntax
adc --host <host_ip>:<port> --detect
Options
Option |
Description |
Required or Not |
---|---|---|
--host |
|
Yes |
--detect |
Detects the heartbeat. If the heartbeat message is detected, SUCCESS is returned. Otherwise, an error information is returned. |
Yes |
Example
- Prepare the environment by referring to Environment Preparation.
- Log in to the server installed with Toolkit as the running user.
- Run the following command to detect the heartbeat between the ADC and the host:
adc --host xx.xx.xx.xx:22118 --detect
Replace xx.xx.xx.xx with the actual IP address of the host.