You have created a new FlexCache cache volume and want to warm the cache before clients access the cache volume for the first time.
In this scenario, how would you accomplish this task?
You have created a new FlexCache cache volume and want to warm the cache before clients access the cache volume for the first time.
In this scenario, how would you accomplish this task?
To warm the FlexCache cache volume before clients access it for the first time, you need to prepopulate the cache volume with data from the origin volume. This can be accomplished using the flexcache prepopulate start command, which allows pre-population of the volume at various levels such as volume, qtree, directory, or single file.
The answer is C : https://docs.netapp.com/ontap-9/index.jsp?topic=%2Fcom.netapp.doc.pow-fc-mgmt%2FGUID-E878AB6F-2A64-4E66-B865-6C11A0962AA9.html
Prewarming the cache ONTAP 9.8 introduces an on-box method of pre-warming the cache with the data. The command is flexcache prepopulate start. This command takes a path variable so that the pre-population can be done at a volume, qtree, directory or single file level.
C - You can prepopulate a FlexCache volume to reduce the time it takes to access cached data. https://docs.netapp.com/us-en/ontap/flexcache/prepopulate-volume-task.html
Answer is C
C is the correct answer
C is the answer
Answer is C
C You can prepopulate a FlexCache volume to reduce the time it takes to access cached data
You can prepopulate a FlexCache volume to reduce the time it takes to access cached data.
Thank you oriona93!!