I started installing Cisco Unified Presence Server 7 (CUPS 7) and Cisco Unified Contact Centre Express 7 (CUCCX 7) in VMWare ESXi on a second HP DL380.
The CUPS installation was identical to the CUCM7 and Unity install, except the version of CUPS that I installed required an 80 GB drive and just under 1.3 GB of RAM.
For CUCCX I am using a Cisco IP Telephony version of Windows Server 2003.1.1 which was originally installed on an MCS-7835H1 and converted with VMware Converter. Because I am running VMware ESXi, I needed to convert the image to a .ovf file using ovfTool from VMware.
After downloading the Linux tarball, the commands were quite simple (after some googling). To convert the .vmx to .ovf:
sudo ~/ovftool/ovftool CIPT2003.vmx CIPT2003.ovf
After that, I needed to send the VMware image to my ESXi server using this command:
sudo ~/ovftool/ovftool CIPT2003.ovf vi://root@10.52.101.12/vm?name=IPCCX
where the 10.52.101.12 is the VMware server and IPCCX is the name of the new guest. This seems to have worked quite well! I just need to patch the OS and install CUCCX7.

stgreszc@stor:/vm-images/UC-software/IVR/UCCX-vm$ sudo /home/stgreszc/ovftool/ovftool /vm-images/vm-cm-os/CM\ OS\ 2003.1.1/CIPT2003.vmx CIPT2003.ovf
Exporting /vm-images/vm-cm-os/CM OS 2003.1.1/CIPT2003.vmx to CIPT2003.ovf
Converting disk /vm-images/vm-cm-os/CM OS 2003.1.1/CIPT2003.vmdk: 100% done.
Export completed successfully!
stgreszc@stor:/vm-images/UC-software/IVR/UCCX-vm$ sudo /home/stgreszc/ovftool/ovftool ./CIPT2003.ovf vi://root@10.52.101.12
Deploying ./CIPT2003.ovf to vi://root@10.52.101.12
Password:
[2010-01-27 14:07:27.223 0xb4aa36c0 warning 'ovftool'] (vim.fault.OvfElementInvalidValue) {
dynamicType = ,
faultCause = (vmodl.MethodFault) null,
lineNumber = 85,
name = “Connection”,
value = “bridged”,
msg = “”,
}
[2010-01-27 14:07:27.223 0xb4aa36c0 warning 'ovftool'] (vim.fault.OvfElementInvalidValue) {
dynamicType = ,
faultCause = (vmodl.MethodFault) null,
lineNumber = 95,
name = “Connection”,
value = “bridged”,
msg = “”,
}
Deploying disk [vm2:storage1] CIPT2003/CIPT2003.vmdk: 100% completed.
Deployment completed successfully!