Difference between revisions of "Virsh domrename"

From wikieduonline
Jump to navigation Jump to search
(Created page with " <code>virsh domrename</code> == See also == * {{virsh}}")
Tags: Mobile web edit, Mobile edit
 
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
  <code>[[virsh domrename]]</code>
+
  <code>[[virsh domrename]]</code> since release [[1.2.19]]: Sep 02 2015
  
 +
Rename a domain. This command changes current domain name to the new name specified in the second argument. Note: Domain must be inactive and without snapshots or checkpoints. Disk are not renamed.
 +
 +
 +
virsh domrename ORIGINAL_NAME NEW_NAME
 +
Domain successfully renamed
 +
 +
virsh domrename ORIGINAL_NAME NEW_NAME
 +
error: Requested operation is not valid: cannot rename active domain
 +
 +
Solution, stop VM: <code>[[virsh shutdown]] ORIGINAL_NAME</code>
 +
 +
 +
== Related terms ==
 +
* <code>[[virt-clone]]</code>
  
 
== See also ==
 
== See also ==
 
* {{virsh}}
 
* {{virsh}}
 +
* {{KVM}}
 +
 +
 +
[[Category:Virsh]]

Latest revision as of 11:46, 13 August 2020

virsh domrename since release 1.2.19: Sep 02 2015

Rename a domain. This command changes current domain name to the new name specified in the second argument. Note: Domain must be inactive and without snapshots or checkpoints. Disk are not renamed.


virsh domrename ORIGINAL_NAME NEW_NAME
Domain successfully renamed
virsh domrename ORIGINAL_NAME NEW_NAME
error: Requested operation is not valid: cannot rename active domain

Solution, stop VM: virsh shutdown ORIGINAL_NAME


Related terms[edit]

See also[edit]

Advertising: