Hi All~.
I have two vm this.
[root@localhost xen]# xm list
Name
ID Mem(MiB) VCPUs
State Time(s)
Domain-0
0 610 1 r-----
1912.8
vm1
59 128 1 -b----
12.9
vm2
57 256 2 -b----
12.2
And I want save vm1, but I don’t want vm1 destroy. But I command this.
[root@localhost xen]# xm save vm1 vm1.save
vm1 is destroyed…
Is it possible that save vm without destroy?