virsh dumpxml


개요

virsh dumpxml
# virsh dumpxml r5b2-mySQL01
<domain type='xen' id='13'>
	<name>r5b2-mySQL01</name>
	<uuid>4a4c59a7ee3fc78196e4288f2862f011</uuid>
	<bootloader>/usr/bin/pygrub</bootloader>
	<os>
		<type>linux</type>
		<kernel>/var/lib/xen/vmlinuz.2dgnU_</kernel>
		<initrd>/var/lib/xen/initrd.UQafMw</initrd>
		<cmdline>ro root=/dev/VolGroup00/LogVol00 rhgb quiet</cmdline>
	</os>
	<memory>512000</memory>
	<vcpu>1</vcpu>
	<on_poweroff>destroy</on_poweroff>
	<on_reboot>restart</on_reboot>
	<on_crash>restart</on_crash>
	<devices>
		<interface type='bridge'>
			<source bridge='xenbr0'/>
			<mac address='00:16:3e:49:1d:11'/>
			<script path='vif-bridge'/>
		</interface>
		<graphics type='vnc' port='5900'/>
		<console tty='/dev/pts/4'/>
  	</devices>

같이 보기

참고