Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

1789

December 17th, 2014 22:00

Front end IO modules/Back end IO modules and Cache usage dependancy

In VNX/Clariion environment we got Active/Passive ( SPA/SPB or Primary DM/Seconday DM ) mode operation, when Primary fails, Standby takes control of all luns/FS and process IO accordingly..

But in VMAX/DMX architecture why do we have Active/Active mode operation to serve workloads ?

Friend of mine referenced , that Cache plays a big role in VMAX/DMX architecture to serve IOPS. Where Cache has set of tables for each THIN device and performs mapping between Frond end IO modules and Back end IO modules. I am not sure if that is the method followed to serve IOPS in VMAX/DMX.  Can experts clarify ?

1.3K Posts

December 18th, 2014 12:00

The user cache on VMAX systems is usually pretty large, and all of it can be used for reads.  It uses an LRU algorithm to keep frequently read data in cache so we can get read hits even on random IO.

Configuration information is also kept in cache (meta data) separate from the user data, but both areas are accessible by all directors.

There is more detail in the product guide. The older guides had a lot more detail on IO flow, but a quick search didn't come up with the old guides.

http://www.emc.com/collateral/hardware/product-description/h6544-vmax-w-enginuity-pdg.pdf

Chapter 3 of this DMX3 manual has the detail on IO flow, which is pretty much the same as VMAX at the high level.

http://www.publicsurplus.com/sms/docviewer/aucdoc/dmx3%20specifications.pdf?auc=542541&docid=3212385

1.3K Posts

December 18th, 2014 11:00

A device in VMAX can be accessed by any director in the system at any time.  We can have up to 16 director boards in the system and a device can be accessed from all 16 at the same time.

The cache is global, and accessible by all modules, FE, BE, RDF, etc.

All writes go to cache in VMAX.  A read that can be satisfied by the cache will just be accessed by the front-end, the backend won't even know about that IO.

35 Posts

December 18th, 2014 12:00

Thanks for your explanation Quincy56,

So you mean Cache slots reference table serves all write and read operations and it checks for the configuration database for the list of the mapped FA ports for that pa and then pushes the data through them to the Host .

Correct me if I am wrong

No Events found!

Top