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 May 7, 2012

Change in order for the TSM6.3 Restore process of WORM enabled File system

Issue:
IBM TSM (non NDMP) is used to take backup of WORMed/Retained file, it backs up file content and also backs up the Xattr “ibrix.virtual.retention_state” along with the value of the Xattr. Now, when IBM TSM restores a retained/WORMed file on a retention enabled Ibrix Filesystem , it does the setting of the Xattr “ibrix.virtual.retention_state” before restoring the file data. This makes the file read-only and IBM TSM is not able to write the data on the file. As a result the restore fails. However it is working fine as expected with ISVs

Background:

Typically in a retention enabled ibrix filesystem, the File Extended Attribute(Xattr) “ibrix.virtual.retention_state” represents the retention/WORM metadata of the file, i.e whether the file is WORMed or Retained , Retention Period etc. A non-WORMed / non-Retained file will not have this Xattr. This Xattr is listable and the data of the Xattr can be extracted/set using normal VFS interface.

Tested Configuration:
1. TSM 6.3 with Non-NDMP backup
2. RHEL 5.5 (Tikanga)

Potential/logical Solution:
If the restore needs to be successful IBM TSM needs to restore the file data first and then should set the Xattr “ibrix.virtual.retention_state”. This is the error we get in TSM logs : ANS4004E Error processing '/fs1/dir2/file2': destination file or directory is write locked

Other information:
But when restoring(non NDMP) the file TSM does the following, in the following sequence is observed based on the logs
1. Create the file.
2. Set the backed up Xattr of the file.
3. Restore the File Data.

Please note, restoring a retained/WORMed file (on a Retention Enable Ibrix Filesystem) to the original location when the original file is existing is not possible , as the original file is read-only. This is expected behavior. The normal use case is that the restore is done to a different location OR the original file does not exist in the original location. The restore should get back the File Data and also its retention metadata i.e the Xattr “ibrix.virtual.retention_state” (WORMed/Retained whichever is valid ).

Please also note, In a retention enabled Ibrix Filesystem when the Xattr “ibrix.virtual.retention_state” is set, the file becomes read-only (WORMed/Retained whichever is valid).

Idea priority Urgent
  • Guest
    Reply
    |
    Jun 12, 2015

    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

  • Guest
    Reply
    |
    Aug 9, 2012

    Thank you for submitting the request. This is a recognized requirement and a solution appears to be desirable. This request is not in a committed release plan for this year,
    but the theme is aligned with our multi-year strategy. IBM’s plans may change and no commitment is made that a solution will be provided.

  • Guest
    Reply
    |
    Aug 9, 2012

    Thank you for submitting the request. This is a recognized requirement and a solution appears to be desirable. This request is not in a committed release plan for this year,
    but the theme is aligned with our multi-year strategy. IBM’s plans may change and no commitment is made that a solution will be provided.

  • Guest
    Reply
    |
    Aug 9, 2012

    Thank you for submitting the request. This is a recognized requirement and a solution appears to be desirable. This request is not in a committed release plan for this year,
    but the theme is aligned with our multi-year strategy. IBM’s plans may change and no commitment is made that a solution will be provided.

  • Guest
    Reply
    |
    May 7, 2012

    Attachment (Description): Please find the log for reference.