nerdexam
Broadcom-VMware

VCP550 · Question #39

A vSphere administrator is performing maintenance on a group of ESXi 5.5 hosts when an error message displays indicating that the ramdisk is full. The two hosts reporting the problem were deployed wit

The correct answer is A. Redirect host logs to an NFS store. Auto Deploy hosts are stateless and use a ramdisk for runtime storage including logs; when the ramdisk fills up, redirecting syslog output to persistent NFS storage resolves the issue without requiring a reboot or hardware change.

Perform Basic Troubleshooting

Question

A vSphere administrator is performing maintenance on a group of ESXi 5.5 hosts when an error message displays indicating that the ramdisk is full. The two hosts reporting the problem were deployed with Auto Deploy. What should the administrator do to resolve this issue?

Options

  • ARedirect host logs to an NFS store
  • BDisable the System Logs through the host DCUI
  • CDecrease the maximum host log file size to 10240KB
  • DMove the ramdisk to an SSD drive

How the community answered

(20 responses)
  • A
    85% (17)
  • B
    5% (1)
  • C
    10% (2)

Why each option

Auto Deploy hosts are stateless and use a ramdisk for runtime storage including logs; when the ramdisk fills up, redirecting syslog output to persistent NFS storage resolves the issue without requiring a reboot or hardware change.

ARedirect host logs to an NFS storeCorrect

Auto Deploy hosts boot entirely from the network and store runtime data including log files in a volatile ramdisk with limited capacity. Redirecting host logs to an NFS store using the vSphere Syslog Collector or configuring the Syslog.global.logDir advanced setting offloads log writes from the ramdisk to persistent network storage, immediately relieving the space pressure and preventing recurrence.

BDisable the System Logs through the host DCUI

Disabling System Logs through the DCUI would eliminate log data needed for diagnostics and troubleshooting; it is not a supported or recommended resolution and does not address the underlying storage design issue.

CDecrease the maximum host log file size to 10240KB

Decreasing the maximum log file size reduces future log growth but does not free the space already consumed on the full ramdisk, so it does not resolve the current full-ramdisk error condition.

DMove the ramdisk to an SSD drive

The ramdisk on an Auto Deploy host is a virtual memory construct that cannot be physically moved to an SSD drive; Auto Deploy stateless hosts do not use local disk for the ramdisk.

Concept tested: Auto Deploy stateless host ramdisk log redirection to NFS

Source: https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.install.doc/GUID-B9BD8E33-8BD5-4F4F-A6A1-7B8E6B6A3B4E.html

Topics

#Auto Deploy#ramdisk full#log redirection#NFS logging

Community Discussion

No community discussion yet for this question.

Full VCP550 Practice