- Community Home
- >
- Storage
- >
- HPE Nimble Storage
- >
- Array Performance and Data Protection
- >
- Slow unzip performance, CS700
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2015 02:38 PM
06-18-2015 02:38 PM
Has anyone seen issues with unzipping files on VM's (ESXi 5.5 w/ win 2008R2)? We use NANT to deploy code to all of our servers and it take forever to unzip the files.
Network is fast, we can move large files without an issue.
We do not see the same issue on our other SAN (VNX)
Not sure if this is an OS issue or storage. New VM's that are on the Nimble have same or more CPU/RAM as the ones on the VNX.
Just curious what others have seen.
thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2015 06:16 PM
06-18-2015 06:16 PM
SolutionHere are a few ideas:
- Is there a virus scanner running that could be scanning the files as they unzip?
- Is disk indexing enabled on the Windows host?
Both of these could cause performance issues when dealing with a lot of little files being created when unzipping.
If these aren't your solution, I would suggest contacting Nimble support. They could help troubleshoot and see if your performance problem is with the storage.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2015 07:06 PM
06-18-2015 07:06 PM
Re: Slow unzip performance, CS700
Yeah, sorry I should have said the sys-admin found windows defender running and we killed it. but that only shaved 100 seconds off the total time. Old system does this in about 360 seconds while the new is still over 1000 seconds. I will have them check indexing and see if it is on.
thanks for the reply.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2015 07:53 PM
06-18-2015 07:53 PM
Re: Slow unzip performance, CS700
Another thing you can tune (and may have been done on the previous system) is to disable 8.3 file naming. This can be a big overhead if there is a large number of files or directories. How to disable 8.3 file name creation on NTFS partitions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2015 09:18 AM
07-09-2015 09:18 AM
Re: Slow unzip performance, CS700
Not sure who Kat Usavage is but none of the tips Adam gave me helped (sorry Adam). We are still investigating it. Highly doubt it is a Nimble issue though, as we can unzip a file in Linux in under 5 seconds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2015 09:53 AM
07-09-2015 09:53 AM
Re: Slow unzip performance, CS700
No offense taken Shawn! :-) I hope you do find your issue. Have you tried using an unzip tool outside of NANT to see if it suffers from the same performance problem on the Windows hosts?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2015 10:05 AM
07-09-2015 10:05 AM
Re: Slow unzip performance, CS700
cool Adam! They tested the built in zip program only. Not sure about any other third party products. Something is different as the same file unzips much faster on our older hardware (server/SAN) using the same program. Think they will have to scan through the GPO settings and see if there is something off. thanks again!