VCP-VCF Administrator 2024 Question 304
Select 3You are a VMware Cloud Foundation Administrator, and you notice that the SDDC Manager UI is unresponsive when attempting to perform routine operations. After accessing the SDDC Manager appliance, you find that the /var/log partition is full. What steps should you take to resolve this issue while ensuring minimal disruption to the environment?
- A
Manually remove old log files from the
/var/logdirectory to free up space. - B
Restart the SDDC Manager services using the command
systemctl restart vcf-services. - C
Use the
vcfCLI command to generate a support bundle and analyze the logs for errors. - D
Configure log rotation policies to prevent the
/var/logpartition from filling up in the future. - E
Reboot the SDDC Manager appliance to clear the issue.
Show answer and explanation
Correct answers: A, C, D
Explanation
When the /var/log partition is full, it can cause the SDDC Manager UI and other services to become unresponsive. The immediate step is to free up space by manually removing old log files. Generating a support bundle provides insights into the root cause, and configuring log rotation policies helps prevent similar issues in the future. Restarting services or rebooting the appliance without addressing the root cause is not advisable, as it may lead to further instability.
- A. Correct.
Manually removing old log files is a valid step to free up space in the
/var/logpartition and restore functionality to the SDDC Manager. - B. Incorrect.
Restarting the SDDC Manager services without addressing the root cause (e.g., full
/var/logpartition) will not resolve the issue and may cause further complications. - C. Correct.
Generating a support bundle and analyzing the logs can help identify the root cause of the log overflow and provide insights for further troubleshooting.
- D. Correct.
Configuring log rotation policies is a proactive step to prevent this issue from recurring in the future.
- E. Incorrect.
Rebooting the SDDC Manager appliance is not recommended as the first step in this scenario, as it may disrupt the environment and does not address the root cause of the issue.