Previous | Contents | Index |
One of the functions of the pmdf cnbuild
utility is to
compile PMDF configuration information into an image or file that can
be loaded quickly.
The compiled format is quite rigidly defined and often changes substantially between different versions of PMDF. Minor changes can also occur as part of mid-version releases.
When such changes occur an internal version field is also changed so that incompatible formats can be detected. When an incompatible format is detected PMDF components will halt with a "Compiled configuration version mismatch" error.
The solution to this problem is simply to generate a new compiled configuration with the UNIX command,
# pmdf cnbuild -option |
It is also a good idea to use the pmdf restart
command to
restart any resident PMDF server processes so they can obtain updated
configuration information.
Previous | Next | Contents | Index |