To change the MSM file system from HFS to zFS follow these steps:
//SYSIN DD * select * from mountpoint; /*
//SYSIN DD * update mountpoint set MP_OPTIONS = 'old value' where MP_OPTIONS = 'new value'; //*
//SYSIN DD * select * from mountpoint; /*
Note that these steps above do not include the file systems mounted to /../msm, /../msmruntime and /../msminstall. These file systems can simply be converted from HFS to zFS without any additional requirement for MSM. If after the conversion of HFS to zFS MSMTC fails at start with:
java.lang.NoClassDefFoundError: org.apache.catalina.startup.Bootstrap
Caused by: java.lang.ClassNotFoundException: org.apache.catalina.startup.Bootstrap
Refer to TEC559459. If Bootstrap.jar is available under /msmruntime/tomcat/bin then this may be security related.