Remove VMWare Warning at CUCM Startup
Note: Never obtain root access on a production Cisco Call Manager,
as it would void any Cisco support.
These tips are for non production lab use only.
Log in with root access
change the following in the file/usr/local/bin/base_scripts/hardware_check.sh
if [ "$hwmodel" = "vmware" ];
to
if [ "$hwmodel" = "vmware-bananas" ];
This means it will not capture the vmware in the script and not display the warning.