Tim,
I know that we have published info stating that PCS only works/is supported under 7.3 but it *does* work in 7.2.6.1. From our PAM guru...
It is kind of weird, but it is due to the development cycle of PCS vs. the actual PAM module (believe it or not, PCS was around in the code way before PAM existed)…..
So here it goes:
You only get to run PCS in 7.2.6.1 and later for 7.2.x releases; the actual PAM hardware functionality isn’t there, only PCS. In 7.2.6.1 you can enable PCS with:
options ext_cache.enable on
In Data ONTAP 7.3 forward, the option changes names and you can actually install the PAM so you need to be able to configure for PCS ‘on’ or PAM ‘on’ or everything ‘off’.
PCS ‘on’ looks like:
options flexscale.enable pcs
PAM ‘on’ looks like:
options flexscale.enable pcs
Everything off looks like:
options flexscale.enable off
NOTE: If you have actual PAM hardware in the system PCS won’t function.