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 Aug 6, 2026

Add log rotation / size limit for cluster resource console.log (LogToFile), or disable it by default

The IBM Storage Protect Windows Failover Cluster resource (custom resource type registered by the IBM Storage Protect installer during cluster configuration) includes private properties LogToFile and ConsoleLogFile. When LogToFile=1 (the default value set automatically by the installer during cluster setup), the resource continuously redirects server console output to a flat file at the path specified in ConsoleLogFile, for as long as the resource remains online.

This file has no built-in size limit, rotation, or retention mechanism. It grows indefinitely for the entire uptime of the clustered server instance, in our environment it reached approximately 5 GB after a period of normal production operation, with no cap in sight. Left unmanaged, this creates a real risk of filling the volume hosting the instance directory, which could impact database logging, storage pool operations, or server availability entirely.

Why this matters:

  • The setting is enabled by default during cluster configuration, without any prompt, documentation warning, or opt-in step, customers are not made aware this file has unbounded growth potential until they notice disk usage climbing.
  • Because the file handle is held open continuously by the cluster resource process, standard external log-rotation approaches (rename-and-reopen, copytruncate-equivalents) are not feasible on Windows without taking the resource offline, meaning customers must build custom scheduled automation that stops the resource, archives the file, and restarts it, purely to manage a logging mechanism they did not explicitly choose to enable.
  • We confirmed with IBM Support (case reference: TS022681333) that this is not currently a documented APAR or known issue, and that disabling the setting (LogToFile=0) is the only current mitigation, at the cost of losing console-level visibility during startup/failover events, which appears to be the original intent of this feature.

Suggested resolution:

Implement built-in size-based or age-based rotation for console.log within the cluster resource DLL itself

Business impact:

Risk of unplanned disk-full conditions affecting a production backup infrastructure component, and the operational burden of building/maintaining custom workarounds (including planned resource outages) to manage a file that was enabled without our explicit consent, for a supported out-of-the-box cluster configuration.

Environment:

IBM Storage Protect Server 8.2.1.000, Windows Server 2022, Windows Failover Cluster configuration (installed via IBM Storage Protect installer's cluster setup).

Idea priority High