Dear Community,

I want to monitor the free disk space on a 50TB drive that exists on our backup server. Sadly the DiskFree sensor SNMP always shows 100% free and 16.777.216 MB free. But it should be more.

I also notice that it does not recognize the actual max size of 50TB. Not even when I change it to GB or TB.

How can I monitor bigger drives than 16TB or why is this error happening. Can anyone help?


Article Comments

Hello,

Thank you for your message.

To investigate on the origin of the issue, can you please provide me the following:

  • Allocation unit size of the disk (via PowerShell console by using the command below)
Get-CimInstance -ClassName Win32_Volume | Select-Object Label, BlockSize | Format-Table -AutoSize
  • Result of a walk on the OID "1.3.6.1.2.1.25.2.3.1" with SNMP Tester

How to use the tester:

  1. Start the SNMP Tester
  2. Configure the tester below point "1. Set SNMP Settings"
    1. Local IP = Any (at first). If this fails, also switch to one of the listed local IPs
    2. Device IP/Port = IP of the target device and the configured port (SNMP uses port 161 by default)
    3. SNMP Version = Select the version which is configured on the device
    4. Community = Community string defined in the target device
  3. Below "Select Request Type", switch to the option "Walk" and copy the OID provided above
  4. Press the "Start" Button on the top

If the output is quite long, I invite you to use an external service like pastebin to store it temporarily and provide a link. Otherwise, you can add it directly in your response.

Regards.


Sep, 2021 - Permalink