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.
Comment from HPE (Sam Chan ), posted from an email
EXFS(enhanced XFS) is a proprietary HPE product, which adds a few features to the standard XFS filesystem. EXFS is required for ISSP 4.x. when customers go to ISSP 4.0, it's necessary to convert their XFS filesystem(s) to EXFS. this conversion is done with tools that ship with ISSP 4.x. This is what this customer did when they went to ISSP 4.0.
The conversion would change the superblock magic number of an XFS filesystem from the standard 0x58465342 to 0x45584653. There're also some feature additions with EXFS. Other than that, the layout and structure of EXFS is the same as XFS.
EXFS is not related to upgrading SLES.
We would like to work with IBM to have Tivoli natively support EXFS(hence the RFE) so that customer can run their backups normally again. The change to Tivoli should be minimal since EXFS is essentially the same as XFS, aside from those changes mentioned.
If IBM is willing, we can certainly connect their engineers with ours to hash out the details in order to proceed with the RFE.
---- Away from this i am opening another PMR because of the debugging HPE did in the last days----
(HPE) ...we have been testing with the backup and were able to debug the slowness in the backup. Here is a summary of our analysis
[Hint: Option/Solution 1 doesn't make any difference on our system in fact]
When data is moving, the rate seems ok until paging starts. When paging starts, there is a lot of time spent compacting HUGE pages. This slowdown due to paging is not the major slowdown however. The major slowdown is due to the dsmc process, which is the Tivoli backup executable, is getting stuck in user code checking a futex that keeps timing out.
Here are 2 options that can be implemented based on Doug's analysis:
1. Disable transparent huge pages(THP) and test again: use the echo command to change the setting now
* How to disable transparent huge pages
add the parameter 'transparent_hugepage=never' to the kernel cmdline For it to take effect immediately, run the command:
'echo never > /sys/kernel/mm/transparent_hugepage/enabled'
2. Open a case with IBM, reproduce the slowness and have IBM debug the application to determine why it is getting stuck on a futex.
Based on the above analysis and in spite of the fact that upgrading ISSP on the customers server does not explain why the application would start exhibiting this behavior, it is time to bring in IBM to troubleshoot this further. HPE is not able to find any problems in the system which explain the Tivoli backup slowdown. So, test with THP disabled and engage IBM for help with the Tivoli application.