We have an issue where we are occasionally hitting 100% cache utilization and when this occurs, as you can imagine, we begin to suffer severe performance issues.
Here is an example of that from SPA:
In this case, we hit the 100% utlization mark twice in this 24 hour interval. During both of these examples, write response time went out of control.
Digging a bit further, I find that our DA utilization is pretty warm as well all of the time. This differs greatly from the other DMX's in our environment where they are running much cooler. Following is an exaple of that from SPA:
Looking at the utlization of the DF's I can see that they are running consistently at around 70% and peaking up over 80%.
So, data in cache must destage to the back end and this must traverse the DA Directors, which are running at a high utilization.
So...to my questions:
1) What percentage utilization it too much for a DA director?
2) If the DA is our issue, how can we go about improving performance of the environment? Adding additional DA's?
3) Is there something other then Cache and DA utilization that I should be looking at?
BTW, if your DAs are showing over 50% utilization most of the time, that is probably too high. Going above 50% for breif periods of time during the day is probably OK.
System WP level events are caused by filling cache with writes faster than the system can destage.
Generally adding cache won't help much, if at all.
This can be corrected by slowing the writes into the system, or speeding up the destage.
Most people don't want to slow the writes into the system, so you probably want to speed up the destage.
First thing to look for is hot drives. You can hit system WP because of a few hot disks. In this case you need to spread the load over more drives, or implement cache partitioning so the slow drives don't hurt all the workloads.
If the workload is already spread over the drives, then you generally need to add more drives and/or DA CPUs to speed up the destage.
One other option is to change RAID protection to one that can destage faster, such as from RAID5 to RAID1 or RAID6 to RAID1.
Not from the service processor, but it is possible to collect it on the same host that is collecting the SPA data, or another host connected to the Symm with SE installed.
If you want to PM me with the serial # I can possibly get the STP data, depending on how big the files are, and how slow the connection is.
Yes it is. Looks like you have a DMX2500, so you can add two more pairs of DAs and drives which would cut the DA utilization in half, if you could spread the workload out over the new DAs.
Quincy561
1281 Posts
783
0
Posted August 1st, 2012 07:00
BTW, if your DAs are showing over 50% utilization most of the time, that is probably too high. Going above 50% for breif periods of time during the day is probably OK.