Gong.N
2006-Aug-14 11:50 UTC
[Xen-users] The questions when I install Xen on RHEL4!!! Plz help me!! Thanks...
Hello everyone: Last week I learnt to install Xen on RHEL4. The virtual system is Fedora5. I can run it now,but I met several questions. I hope you can help me deal with them. First: When I use the command "usr/sbin/xm create -c /boot/fc5vm.cfg" to startup Fedora5, it always display this wrong message before the system startup. problem: using config file '/boot/fc5vm.cfg' warning: The nics option is deprecated,please use an empty vif entry instead: vif = [''] Error:[2,'No such file or directory'] although it display this wrong message,it can boot the fedora5 on Xen. Second: If I want to build multi-OS on Xen,Am I need to build several partition on my disk? For example:hda5 for the first fedora5,hda6 for second fedora5. For the moment I only know boot first fedora5 on terminal one,boot second fedora5 on terminal two,but there are only 7 terminals we can use.If I want simulate a cluster which include more than 7 nodes on Xen,the terminals are not enough,so how to deal with this problem? Third: Can one terminal only boot one virtual OS? Fourth: The virtual OS use the physical swap partition.If we have two virtual OS now,does these two OS share the physical swap partition or not? This is my last question! Thansk for all your helps. Plz reply soon!!! _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
龚念
2006-Aug-14 11:54 UTC
[Xen-users] The questions when I install Xen on RHEL4!!! Plz help me!! Thanks...
Hello everyone: Last week I learnt to install Xen on RHEL4. The virtual system is Fedora5. I can run it now,but I met several questions. I hope you can help me deal with them. *First*: When I use the command "usr/sbin/xm create -c /boot/fc5vm.cfg" to startup Fedora5, it always display this wrong message before the system startup. problem: using config file ''/boot/fc5vm.cfg'' warning: The nics option is deprecated,please use an empty vif entry instead: vif = [''''] Error:[2,''No such file or directory''] although it display this wrong message,it can boot the fedora5 on Xen. *Second*: If I want to build multi-OS on Xen,Am I need to build several partition on my disk? For example:hda5 for the first fedora5,hda6 for second fedora5. For the moment I only know boot first fedora5 on terminal one,boot second fedora5 on terminal two,but there are only 7 terminals we can use.IfI want simulate a cluster which include more than 7 nodes on Xen,the terminals are not enough,so how to deal with this problem? * Third:* Can one* *terminal only boot one virtual OS? *Fourth:* The virtual OS use the physical swap partition.If we have two virtual OS now,does these two OS share the physical swap partition or not? This is my last question! Thansk for all your helps. Plz reply soon!!! _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Petersson, Mats
2006-Aug-14 16:01 UTC
RE: [Xen-users] The questions when I install Xen on RHEL4!!! Plz help me!! Thanks...
________________________________ From: xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of ?? Sent: 14 August 2006 12:54 To: xen-users@lists.xensource.com Subject: [Xen-users] The questions when I install Xen on RHEL4!!! Plz help me!! Thanks... Hello everyone: Last week I learnt to install Xen on RHEL4. The virtual system is Fedora5. I can run it now,but I met several questions. I hope you can help me deal with them. First: When I use the command "usr/sbin/xm create -c /boot/fc5vm.cfg" to startup Fedora5, it always display this wrong message before the system startup. problem: using config file ''/boot/fc5vm.cfg'' warning: The nics option is deprecated,please use an empty vif entry instead: vif = [''''] Error:[2,''No such file or directory''] although it display this wrong message,it can boot the fedora5 on Xen. Don''t know the answer to this... Maybe you could post the configurtion file and error logs from xm dmesg, /var/log/xend.log and such? Second: If I want to build multi-OS on Xen,Am I need to build several partition on my disk? For example:hda5 for the first fedora5,hda6 for second fedora5. For the moment I only know boot first fedora5 on terminal one,boot second fedora5 on terminal two,but there are only 7 terminals we can use.If I want simulate a cluster which include more than 7 nodes on Xen,the terminals are not enough,so how to deal with this problem? Nope, you can use file-backed VM''s just fine - that is, you have a image-file that becomes the "disk" for the virtual machine. You can have as many files as you like on a disk [well, until you run out of diskspace at least...]. Obviously, depending on what you''re doing with the virtual machine, there may be advantages with using a partition or physical disk, but that''s a different storye. Third: Can one terminal only boot one virtual OS? Terminal? You can run multiple virtual machines on one machine, but I''m not sure what you mean by the word terminal here. I think you may mean "machine" or "display", in which case the answer is "no, it can be several". Fourth: The virtual OS use the physical swap partition.If we have two virtual OS now,does these two OS share the physical swap partition or not? This is my last question! That would not work. The swap partition is really an extension of your RAM in the computer, and each virtual machine will need to have a swap "partition". But like above, you can use file-backed swap "disks", so the swap-partition is just part of your existing files on the hard-disk. -- Mats Thansk for all your helps. Plz reply soon!!! _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Fabian Holler
2006-Aug-15 08:03 UTC
Re: [Xen-users] The questions when I install Xen on RHEL4!!! Plz help me!! Thanks...
Hello Mats, On 14.08.2006 18:01, Petersson, Mats wrote:> ------------------------------------------------------------------------ > *From:* xen-users-bounces@lists.xensource.com > [mailto:xen-users-bounces@lists.xensource.com] *On Behalf Of *?? > *Sent:* 14 August 2006 12:54 > *To:* xen-users@lists.xensource.com > *Subject:* [Xen-users] The questions when I install Xen on RHEL4!!! > Plz help me!! Thanks...> * Third:* Can one* *terminal only boot one virtual OS?Do you know that you can start the virtual machine in background? "xm create machine.cfg" without "-c". "-c" means "Attache console to the domain as soon as it has started. This is useful for determining issues with crashing domains." Or you can detach a virtual console by pressing ctrl+alt+] greetings Fabian _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users