Skip to Main Content
IBM Power Ideas Portal


This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Not under consideration
Workspace IBM i
Categories Storage
Created by Guest
Created on Jul 5, 2022

Change the calculated storage size returned by SNMP to be more in line with what the query (QSYS2.ASP_INFO) and WRKSYSSTS return

SNMP shows the following:

.1.3.6.1.2.1.25.2.3.1.4.1

StorageAllocationUnits = 32768


.1.3.6.1.2.1.25.2.3.1.5.1

StorageSize = 315593355


.1.3.6.1.2.1.25.2.3.1.6.1

StorageUsed = 180845384


The math against those numbers gives me Total Storage = 9631.1449 and Used Storage = 5518.9624 but when I look at the system or query QSYS2.ASP_INFO I see Total Storage = 10341.364 and Used Storage = 4415.545. They both come out to 57.3043% used but the numbers are different 9.6TB compared to 10.3TB.

Idea priority Medium
  • Guest
    Reply
    |
    Aug 8, 2022
    If you take the SNMP data and convert it to TB you also end up 10.3. Most of the IBM i storage APIs return base10 calculations where 1K=1000 (1TB = 10^12) and not 1024. The SNMP uses base 2 calculations where 1K does equal 1024 or 1 TiB = 2^40. We probably will not change since that is what consumers of SNMP are expecting.