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).
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:
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 an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
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.
This was delivered in Spectrum Protect for Virtual Environments 8.1.0.
This request may not be delivered within the release currently under development, but the theme is aligned with the current multi-year strategy. IBM may consider and evaluate any RFE Community feedback for this request through activities such as voting. IBM will update this request in the future.
Due to processing by IBM, this request was reassigned to have the following updated attributes:
Brand - Servers and Systems Software
Product family - Storage
Product - Tivoli Storage Manager (TSM) Family
For recording keeping, the previous attributes were:
Brand - Tivoli
Product family - Storage
Product - Tivoli Storage Manager (TSM) Family
In addition to the solution similar to the vmlist option, the include.vm / exclude.vm could also be supported in the Options file of the data mover with a syntax like the exclude.vmdisk option which is currently already available.
And additional/alternative approach, at least for vSphere environments, could be to key off of a tag in vCenter so the VMs to exclude could be tagged for exclusion from the VMware end. It should, of course, be possible to specify the tag to use in the optfile.
Where there are 100s or 1000s of VMs to process, a comma-separated list of virtual machine names becomes difficult to manage.
Adding a new DOMAIN.VMFULL option, perhaps called -vminc, which points to a text file similar to a traditional include/exclude list, would be easier to read, support and modify as needed.
Something like...
domain.vmfull vminc="D:\path\to\list\of\VMs.list"
Content of D:\path\to\list\of\VMs.list:
exclude.vm TEST01*
include.vm TEST02
include.vm WIN01REPORT* MC_REPORTS
include.vm WIN01*