Updating to 5.1 shows errors and fails

In some instances the update from 4.9.5 el8 to 5.1 fails with the below error.

*> No available modular metadata for modular package 'swtpm-tools-0.7.0-4.20211109gitb79fd91.module+el8.10.0+1835+43f01cbb.x86_64', it cannot be installed on the system*
*> *
*> The downloaded packages were saved in cache until the next successful transaction.*
*> *
*> You can remove cached packages by executing 'yum clean packages'.*
*> *
*> Error: No available modular metadata for modular package*

To resolve the issue add a line to Cristie.repo, clean packages and yum then run the update again.

Log into the VA over ssh
Add the following to /etc/yum.repos.d/cristie.repo and save (ESC, wq!)

module_hotfixes=1

e.g.

[cristie]
name=Cristie
baseurl=https://source.cristie.com/appliance/v5
gpgcheck=0
metadata_expire=1m
enabled=1
module_hotfixes=1

Run the below commands to clean and update

yum clean all
yum clean packages
yum update

After the update has finished run the below command then log into the GUI

restart_services