VMware NSX 4.x Professional — Question 23
While collecting logs, logs were received from only two of three vRealize Automation nodes.
How to find more information about the issue? (Choose the best answer.)
Answer options
- A. Examine the output of vracli remote-syslog command from the third node
- B. Examine the output of vracli log-bundle command from the third node
- C. Examine the output of kubectl get logs command from the third node
- D. Examine the output of vracli log-bundle --include-legacy-pod-logs command from the third node
Correct answer: D
Explanation
The correct answer is D because the command vracli log-bundle --include-legacy-pod-logs collects comprehensive logs, including those from legacy pods, which are essential for diagnosing issues in a multi-node environment. The other options either do not gather sufficient log information or focus on unrelated aspects of the logging system.