Solution สำหรับการ Backup Guest บน VMWARE ESX มีหลายวิธี แต่ที่เห็นเมืองนอกใช้งานก็จะเป็นการใช้งานเครื่องมือ vcbMounter ลองอ่านเพิ่มเติมจากลิงก์ นะครับ
Use the vcbMounter command to troubleshoot. Add "-L 6" to the mount command to view a verbose log. The log will bewritten to %TEMP%. Post that here.
vcbMounter commands:
Mount Full VM
vcbmounter -h VirtualCenter.FQDN.com -u service-tasks -p taskservice -a ipaddr:VM-Name.FQDN.com -r E:\mnt -t fullvm -m san
Mount File System
vcbmounter -h VirtualCenter.FQDN.com -u VCBUser -p password -a ipaddr:VM-Name.FQDN.com -r E:\mnt -t file -m san
Unmount
vcbmounter -h VirtualCenter.FQDN.com -u VCBUser -p password -U E:\mnt