Displaying 1 result from an estimated 1 matches for "xntool".
Did you mean:
xentool
2010 May 08
0
Tool to generate a domu.sxp from a running DomU
...another Dom0, i have to copy
the sxp file tool (and the same problem in a few other scenarios too).
For an easier solution, i created a tool to generate a domU-sxp-file
from/for a running DomU.
If anyone need it too, it is available here (compiled for amd64):
http://www.xncore.com/download/stuff/xntool-running2sxp.gz
Usage:
xntool-running2sxp vm001 > /etc/xen/domains/vm001.sxp
Example for all running DomUs:
for U in `xm list | grep -v "Name" | grep -v "Domain-0" | awk {''print
$1''} | tr "\n" " "`; do xntool-running2sxp $U >
/etc/x...