PROBLEM: (78713) (PATCH ID: OSF505-238) ******** This patch fixes possible EVM configuration errors during a cluster rolling upgrade. The problem is that EVM uses the find command to locate all EVM template files in a directory tree. During a rolling upgrade, tagged files are created for the old template files. The EVM configuration process will then attempt to access both the tagged and non-tagged files. Various error messages will be produced and the cluster nodes that have not completed the roll will attempt to access template files that are intended only for the rolled nodes. The following is an example of an error message that will be output on the console if this problem happens: Warning: /usr/share/evm/templates/clu/.Old..drd.evt ignored - name does not end with ".evt"