<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.59">
<TITLE>Changing CDS</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>

<P><FONT SIZE=2>Here is how I did when doing fully virtualized<BR>
<BR>
1.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; First find out where the iso is mounted :<BR>
a.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Xm block-list domain-name<BR>
<BR>
This should return something similar to following:<BR>
<BR>
Vdev&nbsp;&nbsp;&nbsp; BE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Handle&nbsp; state&nbsp;&nbsp; evt-ch&nbsp; ring-ref&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BE-path<BR>
768&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /local/domain/0/backend/vbd/8/768<BR>
5632&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /local/domain/0/backend/vbd/8/5632<BR>
<BR>
2.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Now after finding that out do the following:<BR>
<BR>
Xenstore-read /local/domain/0/backend/vbd/8/5632/params<BR>
<BR>
This should return:<BR>
/root/rhel-5-server-i386-disc1.iso or wherever your isos are stored<BR>
<BR>
3.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Now can do the following to change which iso should be read:<BR>
<BR>
Xenstore-read /local/domain/0/backend/vbd/8/5632/params /root/rhel-5-server-i386-disc2.iso<BR>
</FONT>
</P>

</BODY>
</HTML>