GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Diagnosing a performance bottleneck in BACKUP/...
Operating System - OpenVMS
1850469
Members
2696
Online
104054
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
back
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
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
04-06-2011 08:30 PM
04-06-2011 08:30 PM
Re: Diagnosing a performance bottleneck in BACKUP/LIST
AND, possibly, get a copy of the SWXCR utilities loaded on the system so you can get a better idea about the drives using swxcrmgr online. Writing to a RAID unit with a failed drive will certainly be much slower. Definitely capture a BACKUP before any work gets done on that RAIDset but I know you knew that already.
Then I'd compress the data on that drive since their free space is pretty well sliced and diced (or, maybe, find another more dedicated space like making a LD partition or RAM disk just for the listing for top speed.
I may have a copy of the SWXCR utils...
bob
Then I'd compress the data on that drive since their free space is pretty well sliced and diced (or, maybe, find another more dedicated space like making a LD partition or RAM disk just for the listing for top speed.
I may have a copy of the SWXCR utils...
bob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2011 07:53 AM
04-07-2011 07:53 AM
Re: Diagnosing a performance bottleneck in BACKUP/LIST
Write to RAID-5 in redundant state:
- read old data (maybe from cache)
- read old parity (maybe from cache)
- write new parity
- write new data
RAID-5 array reduced:
if parity disk for this write is missing
- write data
else if data disk for this write is missing
- read old parity (maybe from cache)
- write new parity
else
- read old data (maybe from cache)
- read old parity (maybe from cache)
- write new parity
- write new data
So writing to a reduced array is never slower than writing to a redundant array.
/Guenther
- read old data (maybe from cache)
- read old parity (maybe from cache)
- write new parity
- write new data
RAID-5 array reduced:
if parity disk for this write is missing
- write data
else if data disk for this write is missing
- read old parity (maybe from cache)
- write new parity
else
- read old data (maybe from cache)
- read old parity (maybe from cache)
- write new parity
- write new data
So writing to a reduced array is never slower than writing to a redundant array.
/Guenther
- « Previous
-
- 1
- 2
- Next »
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2026 Hewlett Packard Enterprise Development LP