Midrange Storage Performance Planning: Data Services and Array Features Flashcards
What models is FAST VP supported on Unity XT?
Unity HFA
UnityVSA
What is FAST VP?
fully automated storage tiering for virtual pools
What is the advantage of using mixed pools in Unity HFA?
reducing cost of configuration by reducing drive counts and using large capacity drives
What are tiering policies in FAST VP?
determine how the data relocation takes place within a storage pool
access patterns for all data within a pool are compared against each other
What is the Highest Available Tier policy in FAST VP?
when quick responses are a priority
What is the Auto Tier policy in FAST VP?
automatically relocates data to the most appropriate tier based on the activity level of each slice
What is the Start High, Then Auto Tier policy in FAST VP?
recommended policy for each newly created pool
takes advantage of Highest Available and Auto tier policies
What is the Lowest Available Tier policy in FAST VP?
when cost effectiveness is highest priority
What is the default policy in FAST VP?
Start High Then Auto Tier
places initial allocation of objects in highest tier available - monitors activity of the object to determine correct placement
How does the tiering process in FAST VP work?
tracks data in a storage pool per slice (256MB)
ranks slices according to level of activity - automated
most utilized data is on hot tier
How does FAST VP help with Unity XT performance?
automatically moves data within a pool to appropriate drive technology
When is FAST VP most effective for Unity XT?
if data relocation occurs during or immediately after normal daily processing
How should you configure FAST VP for highly active applications?
for relocation to run constantly
What is the appropriate free capacity for FAST VP to work correctly?
recommended at least 10% free capacity in storage pools so relocation can occur efficiently
What’s the main benefit of FAST Cache?
can scale up to a larger than the maximum DRAM Cache capacity
improves the access of data that is resident in the SAS and NL SAS layers
What does FAST Cache consist of?
one or more RAID 1 pairs of SAS flash 2 drives
provides both read/write caching
What process does FAST Cache do during reads?
driver copies data off the disk being accessed in FAST Cache
What process does FAST Cache do during writes?
effectively buffers the data waiting to be written to disk
How does FAST Cache work?
identifies a 64KB chunk of data that is accessed frequently
system then temporarily copies data to FAST Cache
storage services further requests faster since its pulling it from FAST Cache now
What is the performance benefit of FAST Cache?
reduces the load on the underlying disks of the LUNs that will ultimately contain data
What happens when data sitting in FAST Cache gets less frequently accessed?
data is flushed out of cache
What is the FAST Cache policy engine?
software that monitors and manages the IO flow through FAST Cache
keeps statistics to determine what data is good for promotion
When does data become eligible for promotion to FAST Cache?
when an eligible block is accessed from spinning drives three times within a short period of time
How are the FAST Cache policies defined?
system defined and can’t be modified by the user