Difference between revisions of "Virsh autostart"
Jump to navigation
Jump to search
(Created page with "* To enable autostart: <code>virsh autostart MY_VM_NAME</code> * To disable autostart: <code>virsh autostart MY_VM_NAME --disable</code> Verify status: <code>/virsh dominfo...") |
|||
(14 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | * To enable autostart: <code>virsh autostart MY_VM_NAME</code> | + | {{lc}} |
+ | * To enable autostart: <code>[[virsh]] autostart MY_VM_NAME</code> | ||
* To disable autostart: <code>virsh autostart MY_VM_NAME --disable</code> | * To disable autostart: <code>virsh autostart MY_VM_NAME --disable</code> | ||
+ | * Verify status: <code>[[virsh dominfo]] MY_VM_NAME</code> | ||
− | |||
* To enable autostart: | * To enable autostart: | ||
Line 8: | Line 9: | ||
Domain MY_VM_NAME marked as autostarted | Domain MY_VM_NAME marked as autostarted | ||
− | + | * To disable autostart: | |
− | * | + | virsh autostart MY_VM_NAME --disable |
− | + | Domain MY_VM_NAME unmarked as autostarted | |
− | |||
− | |||
+ | |||
+ | <code>[[virsh list]] --no-autostart</code> | ||
+ | |||
+ | == Related terms == | ||
+ | * <code>[[virsh start]]</code>, <code>[[virsh pool-autostart]]</code> and <code>[[virsh net-autostart]]</code> | ||
+ | * <code>[[virsh shutdown]]</code> | ||
+ | * <code>[[virsh dominfo]]</code> | ||
+ | * <code>[[virtinst]] --autostart</code> option | ||
+ | * [[docker]] | ||
+ | * [[Start configuration behavior and restart policy]] | ||
+ | |||
+ | == See also == | ||
+ | *{{virsh}} | ||
[[Category:Linux]] | [[Category:Linux]] | ||
[[Category:KVM]] | [[Category:KVM]] | ||
[[Category:virsh]] | [[Category:virsh]] |
Latest revision as of 10:52, 26 December 2022
- To enable autostart:
virsh autostart MY_VM_NAME
- To disable autostart:
virsh autostart MY_VM_NAME --disable
- Verify status:
virsh dominfo MY_VM_NAME
- To enable autostart:
virsh autostart MY_VM_NAME Domain MY_VM_NAME marked as autostarted
- To disable autostart:
virsh autostart MY_VM_NAME --disable Domain MY_VM_NAME unmarked as autostarted
virsh list --no-autostart
Related terms[edit]
virsh start
,virsh pool-autostart
andvirsh net-autostart
virsh shutdown
virsh dominfo
virtinst --autostart
option- docker
- Start configuration behavior and restart policy
See also[edit]
Advertising: