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.
See this idea on ideas.ibm.com
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 |
By clicking the "Post Comment" or "Submit Idea" button, you are agreeing to the IBM Ideas Portal Terms of Use.
Do not place IBM confidential, company confidential, or personal information into any field.
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
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.
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.
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.
Attachment (Description): Please find the log for reference.