May 30, 20197 yr Hi, Is there a way to schedule start/shut down for a VM? Edited May 30, 20197 yr by frodr
May 30, 20197 yr Yes. Use User Scripts plugin. Write a script to start / shut down the VM and schedule it using the same plugin. The commands are virsh start {domain-id, domain-name or domain-uuid} virsh shutdown {domain-id, domain-name or domain-uuid} virsh destroy {domain-id, domain-name or domain-uuid} First 2 are self-explanatory. Last one is a forced shutdown (the equivalent of unplugging it in old tech).
May 30, 20197 yr Author 3 hours ago, testdasi said: Yes. Use User Scripts plugin. Write a script to start / shut down the VM and schedule it using the same plugin. The commands are virsh start {domain-id, domain-name or domain-uuid} virsh shutdown {domain-id, domain-name or domain-uuid} virsh destroy {domain-id, domain-name or domain-uuid} First 2 are self-explanatory. Last one is a forced shutdown (the equivalent of unplugging it in old tech). Thanks.
Archived
This topic is now archived and is closed to further replies.