Skip to Main Content
IBM System Storage Ideas Portal


This portal is to open public enhancement requests against IBM System Storage products. 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
Created by Guest
Created on Oct 21, 2015

filespace capacity and utilization should reflect allocated and used space in the databases protected

Today it is not possible to check capacity and utilization of the databases protected, as the filespaces is not updated with the figures

tsm: TSMGOT15>q fil ORAPREEDB01_ORACLE f=D

Node Name: ORAPREEDB01_ORACLE
Filespace Name: /orapreedb01_gpcalp01
Hexadecimal Filespace Name:
FSID: 1
Platform: TDPO Linux86-64
Filespace Type: API:ORACLE
Is Filespace Unicode?: No
Capacity: 0 KB
Pct Util: 0.0
Last Backup Start Date/Time:
Days Since Last Backup Started:
Last Backup Completion Date/Time: 10/21/2015 08:11:38
Days Since Last Backup Completed: <1
Last Full NAS Image Backup Completion Date/Time:
Days Since Last Full NAS Image Backup Completed:
Last Replication Start Date/Time:
Days Since Last Replication Started:
Last Replication Completion Date/Time:
Days Since Last Replication Completed:
Backup Replication Rule Name: DEFAULT
Backup Replication Rule State: Enabled
Archive Replication Rule Name: DEFAULT
Archive Replication Rule State: Enabled
Space Management Replication Rule Name: DEFAULT
Space Management Replication Rule State: Enabled


tsm: TSMGOT15>

Idea priority Low
  • Guest
    Reply
    |
    Oct 25, 2015

    IBM has evaluated the request, and has determined that it does not align with the current multi-year strategy. This request may be resubmitted for consideration after 18 months from the date of submission. The request submitter will automatically be notified by email when the request qualifies for reconsideration and resubmission.

    But, I think you may be able to meet your charge back requirements today using existing functionality. The "used capacity" of the databases is now reported to the Spectrum Protect Server (as of 7.1.3) with the SUR FE capacity reporting. This value is stored in a new "protectsize" field in the Filespace table. You could also query this information using a SELECT statement like this: SELECT protectsize,filespace_name FROM FILESPACES WHERE (NODE_NAME='DUCK_EXC').