Difference between revisions of "Virsh domrename"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
  
  
  virsh domrename ORIGINAL_NAME NEW_NAME
+
virsh domrename ORIGINAL_NAME NEW_NAME
  Domain successfully renamed
+
Domain successfully renamed
  
 
  virsh domrename ORIGINAL_NAME NEW_NAME
 
  virsh domrename ORIGINAL_NAME NEW_NAME
 
  error: Requested operation is not valid: cannot rename active domain
 
  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 ==

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: