Unsolved
This post is more than 5 years old
3 Posts
1
6499
February 23rd, 2011 11:00
How to enable FAST Cache on multiple LUNs/MetaLUNs
Hello everyone,
I just recently had the FAST Cache enabler installed and am now looking to start using it on a CX4-960 Clariion. I have enabled FAST Cache via the storage system properties which was pretty easy to do.
It looks like all new LUNs will have FAST Cache turned on by default or I can turn it off.
My question is how can I enable FAST Cache on the existing LUNs/MetaLUNs that were configured before FAST Cache was installed efficiently? It looks like MetaLUNs do not even have an option for FAST Cache unless I look at the component LUNs of the MetaLUN which do have an option to turn on FAST Cache.
Doing this via the GUI in this manner will take hours as I have many LUNs. Are there any tools that can make this easier or a better way of doing this?
Thank you in advance.
0 events found


kenn2347
3 Apprentice
•
542 Posts
1
February 23rd, 2011 11:00
Looking thru the NaviCLI admin guide, i cannot find any CLI commands that you can script to enable cache on a lun. So it looks like the GUI might be the only place to enable it
Are you able to highlight a few lun's and select properties and then enable it? Make sure they are normal lun's and not a metalun. you cannot edit properties when selecting multiple metaluns
cxguy
3 Posts
0
February 23rd, 2011 12:00
Unfortunately there is not an option to enable FAST Cache on a MetaLUN basis.
You can perform a show component luns on the MetaLUN and then enable FAST Cache on a per LUN basis. The GUI does not allow me to highlight multiple LUNs, select properties and then enable FAST Cache all at once.
I believe there must be a better way of doing this as this simply is not practical on a storage system with even 100+ LUNS
tools/suggestions/options anyone
Kumar_A
2 Intern
•
727 Posts
1
February 23rd, 2011 14:00
While there is no command as such to enable FAST Cache on multiple LUNs at the same time, the Secure CLI does support enabling/disabling FAST Cache. See FAST Cache whitepaper on Powerlink.
http://powerlink.emc.com/km/live1/en_US/Offering_Technical/White_Paper/h8046-clariion-celerra-unified-fast-cache-wp.pdf?
cxguy
3 Posts
0
February 23rd, 2011 14:00
Ok.
I did some more research and found that basically what I am asking is not possible, however there are NaviSECCli commands that can be used...
The commands look good enough for me to script this and come up with my own solution.
Thank you to all who contributed and I will split points accordingly
callidus1
1 Message
0
January 26th, 2012 10:00
I was actually looking for a solution for the same problem. I found this post but no command mentioned. Here is how i am doing it.
To get the status of FastCache on a LUN...
# naviseccli -h getlun -fastcache
FAST Cache : Disabled
FAST Cache Read Hits: 0
FAST Cache Read Misses: 0
FAST Cache Write Hits: 0
FAST Cache Write Misses: 0
To enable the fastcache on a Raidgroup LUN:
# naviseccli -h chglun -l -fastcache 1
To Check the status of FastCache again after enabling.
# naviseccli -h getlun -fastcache
FAST Cache : Enabled
FAST Cache Read Hits: 0
FAST Cache Read Misses: 0
FAST Cache Write Hits: 0
FAST Cache Write Misses: 0
I have about 89 LUNs to enable fastcache hence i am going to script the activity.
The following doc on emc powerlink helped me to achieve my goal.
http://www.emc.com/collateral/software/white-papers/h8046-clariion-celerra-unified-fast-cache-wp.pdf
I know cxguy figured what to do. Reason for my posting is to help anyone who may be looking for help.
Anonymous User
63 Posts
0
March 26th, 2012 23:00
Indeed, chglun has the option.
I'm wondering if we can change the FAST VP Pool LUN with chglun to enable/disable FAST Cache on that particular Pool LUN???
And I found almost every where people/guide state we can enable/disable FAST Cache on FAST Pool basis, but not Pool LUN individually.
dynamox
9 Legend
•
20.4K Posts
0
March 27th, 2012 05:00
correct FAST Cache can be managed individually for traditional RAID LUNs only.
Anonymous User
63 Posts
0
March 27th, 2012 22:00
Well, my architect stats he has done on individual Pool LUN disabling FAST Cache...
Quote:" About Turning on FAST Cache for pool LUNs, you have to know that FAST Cache for pool LUNs will be enable at a Pool level and can be disabled at a LUN Level."
Maybe he's referring to disable Cache (both SP Cache & FAST Cache) on particular Pool LUN... Is that possible to disable Cache (both SP Cache & FAST Cache) on particular Pool LUN?
Referring to :
FAST Cache P.8: (P/N 300-011-980 RE A05)
Turning on FAST Cache for pool LUNs
FAST Cache may be enabled or disabled on a pool basis. It cannot be enabled on individual LUNs within the pool.
dynamox
9 Legend
•
20.4K Posts
1
March 28th, 2012 04:00
not on a pool LUN, on traditional raid LUN yes.
Anonymous User
63 Posts
0
March 29th, 2012 00:00
Thanks for your answers. My understandings are correct.