Which TWO of the following are valid ways to troubleshoot inter-datacenter communication issues?
Trap 1: Change the datacenter name in the config.
This will break the existing cluster configuration.
Trap 2: Restart all clients in the datacenter.
This is disruptive and rarely resolves DC issues.
Trap 3: Use 'consul kv export' to sync data.
This is not for troubleshooting communication.
- A
Change the datacenter name in the config.
Why wrong: This will break the existing cluster configuration.
- B
Inspect server logs for RPC errors between datacenters.
RPC logs reveal cross-DC connectivity issues.
- C
Restart all clients in the datacenter.
Why wrong: This is disruptive and rarely resolves DC issues.
- D
Use 'consul members -wan' to verify remote server visibility.
Correct troubleshooting command.
- E
Use 'consul kv export' to sync data.
Why wrong: This is not for troubleshooting communication.