|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] multiple cd's for guest os
On Mo, Mär 31, 2008 at 01:47:40 +0530, Arpan Jindal wrote:
> hi
> can you let me know how to change the cd of guest os on the fly.
> i am having a redhat running as guest os as guest where i want to install a
> package what comes in 3 cd's can anyone help me what should be done in
> configuration file or somewhere where i can switch between multiple
> cd's/dvd's .
>
If you use HVM domain,
press ctrl-alt-2 to change to QEMU monitor
and use
change
command there.
(to activate QEMU monitor you should specify monitor=1 in the domain
config file, but it is not secure!)
Also you can use
xm block-detach
xm block-attach
to change block devices on the fly.
> thanks
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
--
WBR, i.m.chubin
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|