nerdexam
F5

101 · Question #667

An administrator notices the following log message generated by a BIG IP system " diskmonitor 011d005: Disk partition shared has less than 30% tree" Which command should the administrator use to troub

The correct answer is D. df-h. The BIG-IP disk monitor alert indicates low free space on the shared partition; df -h reports current disk usage across all mounted filesystems in human-readable format.

Section 2: F5 Solutions and Technology

Question

An administrator notices the following log message generated by a BIG IP system " diskmonitor 011d005: Disk partition shared has less than 30% tree" Which command should the administrator use to troubleshoot the problem?

Options

  • Aparted-1
  • Bfdisk-1
  • Cisbik
  • Ddf-h

How the community answered

(28 responses)
  • A
    4% (1)
  • B
    4% (1)
  • C
    7% (2)
  • D
    86% (24)

Why each option

The BIG-IP disk monitor alert indicates low free space on the shared partition; df -h reports current disk usage across all mounted filesystems in human-readable format.

Aparted-1

parted -l displays partition table geometry and structure, not current disk space utilization or free space percentages.

Bfdisk-1

fdisk -l lists disk partition types and boundaries but does not report how much space is used or free on any filesystem.

Cisbik

lsblk lists block devices and their mount points but does not show disk space consumption or available free space percentages.

Ddf-hCorrect

The df -h command displays disk space usage for all mounted filesystems in a human-readable format, showing used and available space as percentages. It directly reveals how full the shared partition is, confirming and quantifying the condition the diskmonitor alert describes. This is the standard Linux/BIG-IP tool for diagnosing low disk space conditions.

Concept tested: BIG-IP disk space troubleshooting with df

Source: https://support.f5.com/csp/article/K14403

Topics

#disk monitoring#df -h#BIG-IP troubleshooting#Linux commands

Community Discussion

No community discussion yet for this question.

Full 101 Practice