Let''s say I need to put another iso image under disk = [''file:/data/iso/win2003_2.iso,hdc:cdrom,r'' ] So I change and save configuration file,but how to make guest VM to reread the file ? Thanks a lot. -- This message posted from opensolaris.org
Alex Gor wrote:> Let''s say I need to put another iso image under > > disk = [''file:/data/iso/win2003_2.iso,hdc:cdrom,r'' ] > > So I change and save configuration file,but how to make guest VM to reread the file ? > > Thanks a lot. >Are you asking essentially how you would virtually change a CDROM? If so you, I would think xm block-detach & xm block-attach or virsh detach-disk & virsh attach-disk for this purpose. --joe
Am 25.06.2009 01:53, schrieb Joseph Mocker:> Alex Gor wrote: >> Let''s say I need to put another iso image under >> disk = [''file:/data/iso/win2003_2.iso,hdc:cdrom,r'' ] >> >> So I change and save configuration file,but how to make guest VM to >> reread the file ? >> >> Thanks a lot. > Are you asking essentially how you would virtually change a CDROM? > > If so you, I would think xm block-detach & xm block-attach or virsh > detach-disk & virsh attach-disk for this purpose. > > --joe > _______________________________________________ > xen-discuss mailing list > xen-discuss@opensolaris.org >Additionally if you really need to modify a guest just add uuid to the config file so you could read the config file with xm new florian
Yea...Feel stupid...I thought the only existing xm options are when you type xm and see the output list.I didn''t know there are much more of them.I guess I need to read more docs before asking any other questions... Thanks a lot. -- This message posted from opensolaris.org