Skip to content

Initial Commit for reports documents#36

Open
ArunBEC22 wants to merge 7 commits intoIBM:mainfrom
PadmaNair:sp-oc-customreports
Open

Initial Commit for reports documents#36
ArunBEC22 wants to merge 7 commits intoIBM:mainfrom
PadmaNair:sp-oc-customreports

Conversation

@ArunBEC22
Copy link

@ArunBEC22 ArunBEC22 commented Jan 29, 2026

This PR includes the SQL queries for custom reports that serve as a ready reference for customers to search and identify the required SQL for specific reporting needs. The provided queries can be used in the OC reporting engine to configure and trigger email-based report generation.

Signed-off-by: Arun R H <arunrh@Aruns-MacBook-Pro.local>
@ArunBEC22 ArunBEC22 requested a review from gvivekrao as a code owner January 29, 2026 06:40
Signed-off-by: Arun R H <arunrh@Aruns-MacBook-Pro.local>
@ArunBEC22 ArunBEC22 force-pushed the sp-oc-customreports branch from f7b23db to 30e6b13 Compare January 30, 2026 04:29
Signed-off-by: Arun R H <arunrh@Aruns-MacBook-Pro.local>
@ArunBEC22 ArunBEC22 force-pushed the sp-oc-customreports branch from 91323c9 to 2c33584 Compare January 30, 2026 11:39
Signed-off-by: Arun R H <arunrh@Aruns-MacBook-Pro.local>
@@ -0,0 +1,54 @@
# Storage Utilization Summary
Copy link

@gvivekrao gvivekrao Feb 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tape related reports to be also added as a separate folder or here itself.

  1. Tape Drive Utilisation in a day/month. (can refer https://github.com/asafonov-ops/SP-mount-heatmap#)
  2. Daily Volume Usage. eg : How many tapes were actually used today?
  3. Scratch Tape Utilisation(Scratch tape used and remaining)
  4. Reclaim report : How many Tape Volumes reclaimed in day, Also How much capacity was reclaimed.
  5. DRM report?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can include it as part of next Phase

@@ -0,0 +1,73 @@
# Daily Ingest

**Report ID:** R010

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we have the report segregated across backup/archive/migrate workflows from a node.
For eg: How much data backedup or archived or migrated in a day for a node/client

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can include it as part of next Phase

@@ -0,0 +1,50 @@
# Large Data Movement Summary

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this folder we could also have reports which shows the capacity utilisation between Metadata and Data.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can include it as part of next Phase


### Purpose

Assess DBSPACE layout consistency and storage allocation strategies. Helps identify whether database storage is evenly distributed or if consolidation is needed.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can this report be a t table level?
Basically each Table in the DB2 is occupying how much space.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can include it as part of next Phase

Arun R H added 3 commits February 7, 2026 13:48
Signed-off-by: Arun R H <arunrh@Aruns-MacBook-Pro.local>
Signed-off-by: Arun R H <arunrh@Aruns-MacBook-Pro.local>
Signed-off-by: Arun R H <arunrh@Aruns-MacBook-Pro.local>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants