Changes

Jump to navigation Jump to search
no edit summary
Line 56: Line 56:     
<pre>
 
<pre>
 +
virsh # list
 +
Id    Name                          State
 +
----------------------------------------------------
 +
1    ASL-Stats                      running
 +
7    TestVM                        running
 +
 
virsh # dominfo TestVM
 
virsh # dominfo TestVM
 
Id:            7
 
Id:            7
Line 63: Line 69:  
State:          running
 
State:          running
 
CPU(s):        1
 
CPU(s):        1
CPU time:      130.2s
+
CPU time:      130.6s
 
Max memory:    1048576 KiB
 
Max memory:    1048576 KiB
 
Used memory:    1048576 KiB
 
Used memory:    1048576 KiB
Line 73: Line 79:  
Security label: libvirt-a4dbcba6-f493-4bdc-b5b0-40b714e9e9a4 (enforcing)
 
Security label: libvirt-a4dbcba6-f493-4bdc-b5b0-40b714e9e9a4 (enforcing)
   −
virsh # list
+
virsh # autostart TestVM
Id    Name                          State
+
Domain TestVM marked as autostarted
----------------------------------------------------
  −
1    ASL-Stats                      running
  −
7    TestVM                         running
      
virsh # dominfo TestVM
 
virsh # dominfo TestVM
Line 86: Line 89:  
State:          running
 
State:          running
 
CPU(s):        1
 
CPU(s):        1
CPU time:      130.6s
+
CPU time:      137.6s
 
Max memory:    1048576 KiB
 
Max memory:    1048576 KiB
 
Used memory:    1048576 KiB
 
Used memory:    1048576 KiB
 
Persistent:    yes
 
Persistent:    yes
Autostart:      disable
+
Autostart:      enable
 
Managed save:  no
 
Managed save:  no
 
Security model: apparmor
 
Security model: apparmor
 
Security DOI:  0
 
Security DOI:  0
 
Security label: libvirt-a4dbcba6-f493-4bdc-b5b0-40b714e9e9a4 (enforcing)
 
Security label: libvirt-a4dbcba6-f493-4bdc-b5b0-40b714e9e9a4 (enforcing)
  −
virsh # autostart TestVM
  −
Domain TestVM marked as autostarted
      
</pre>
 
</pre>

Navigation menu