To resolve this issue, copy over the types.cf from /etc/VRTSvcs/conf/ to /etc/VRTSvcs/conf/config/. This will ensure VCS has the correct types.cf configuration. Apply as follows:
1. Stop the cluster on ALL nodes (applications will continue to run, but not failover) using:
# hastop -all -force
2. On all cluster nodes, backup the original types.cf file using:
# mv /etc/VRTSvcs/conf/config/types.cf /etc/VRTSvcs/conf/config/types.cf.
3. On all ctluster nodes, copy the types.cf file:
# cp /etc/VRTSvcs/conf/types.cf /etc/VRTSvcs/conf/config/types.cf
4. Verify the size both types.cf file again; they should be identical:
# ls -l /etc/VRTSvcs/conf/types.cf
# ls -l /etc/VRTSvcs/conf/config/types.cf
5. On all cluster nodes, start VCS:
# hastart