Displaying 2 results from an estimated 2 matches for "vmlog".
Did you mean:
mlog
2016 Jun 22
0
Problem executing VM backups
...contains the following code
to backup all our virtual machines:
for domain in Testserver Faktura Fileserver Gitolite Jenkins
Nexus SimpleHelp VpnGateway Wiki; do
echo -n "$(date +"%Y-%m-%d %H:%M:%S") starting backup
for vm ${domain} ... " >> ${vmlog}
virsh dumpxml --security-info ${domain} >
${vmdir}/${domain}.xml
virsh undefine ${domain} >> ${vmlog}
virsh blockcopy ${domain}
/var/lib/libvirt/images/${domain}.img ${vmdir}/${domain}.img --wait
--finish >> ${vmlog}...
2008 Aug 07
3
VMs won't power on
...vmware/bin/vmware-vmx /var/lib/vmware/Virtual
Machines/Red Hat Linux/Red Hat Linux.vmx" from the command-line on the
server..
I tried running it from the command line, as the message suggests. That
just hangs forever. I don't see anything other than the above error
message in the /var/log/vmlog/vmware-serverd.log file.
I've tried rebooting, and uninstalling and reinstalling the VMware
Server software. I even tried installing from tar file, instead of the
RPM. Nothing changes.
I'm completely stuck. Can anyone help me with this?
Richard Fairfield | Applications Engineer
Isilo...