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 Submitted
Created by Guest
Created on Sep 18, 2025

mmbackup using virtualmountpoints for filesets

We are submitting a Request for Enhancement (RFE) to improve the integration between IBM's mmbackup utility for Scale and IBM Storage Protect (formerly TSM). This enhancement will address significant performance bottlenecks we've encountered when protecting large-scale Scale filesystems.

Background:

Our environment uses IBM Storage Protect to back up multiple Scale Filesets. Each fileset contains millions of files. The mmbackup tool does an excellent job of efficiently backing up this data.

However, a major challenge arises during the expiration process within IBM Storage Protect. By default, the Storage Protect server can only run one expiration process per filespace. A filespace is a logical representation of a filesystem backup. The default mmbackup configuration creates a single filespace for an entire Scale filesystem, even if that filesystem is massive and we have multiple filesets. This one-to-one relationship means that the expiration process for our large filesystems takes an extremely long time, often a week or more, which significantly impacts our operational efficiency.

Proposed Solution:

IBM Storage Protect offers a feature called virtualmountpoint to work around this limitation. This feature allows a single filesystem to be represented as multiple "virtual" filespaces within Storage Protect. Each virtual filespace can then be processed by its own expiration process, enabling parallel expiration and drastically reducing the time required.

We have already implemented a workaround to leverage this feature, but sometimes we got a mismatch and  files ending up in our root fileset (filespace). Our current setup uses 10 dedicated nodes for backups. We have developed a custom script that runs before each backup to check if a virtual mount point exists for every fileset. If one is missing, our script updates all dsm.sys and then synchronizes the configuration across all 10 nodes.

This manual process is complex, time-consuming, and prone to error.

Request for Enhancement:

We request that a new feature be added to mmbackup to automate the creation and management of virtual mount points. Instead of requiring a separate, manual process, we would like mmbackup to be able to accept a parameter that tells it to automatically create a virtualmountpoint for each individual fileset within the filesystem.

This would simplify our backup administration, eliminate the need for our custom workaround scripts, and allow us to fully leverage the parallel processing capabilities of IBM Storage Protect for expiration and other maintenance tasks. This would be a significant quality-of-life improvement for administrators and would make mmbackup a more robust and scalable solution for managing massive GPFS filesystems.

Idea priority Medium
  • Guest
    Nov 18, 2025

    we also run into this limitation. The idea to manage a list of virtual mountpoints was dropped because it is too much work to maintain it.