<kirtikumar.jain@wipro.com>
2008-Mar-27 03:32 UTC
[Xen-users] how to boot the os in xen via pxe ?
hello, hi i wanted to know that how we can boot the operating system in xen via pxe where while loading it is not giving the option for bios setting ... actually i have installed the fc8 in my pc and xen in that then i have installed fc6 in that so while loading it is not giving the chance of bios setting what can be done please help me out... thank you. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Wed, Mar 26, 2008 at 11:32 PM, <kirtikumar.jain@wipro.com> wrote:> > > hello, > > hi i wanted to know that how we can boot the operating system in xen via > pxe where while loading it is not giving the option for bios setting ... > > actually i have installed the fc8 in my pc and xen in that then i have > installed fc6 in that so while loading it is not giving the chance of bios > setting > what can be done please help me out... > thank you. >I haven''t tried it myself, but have you seen pypxeboot? https://www.cs.tcd.ie/Stephen.Childs/pypxeboot/ Regards, Todd> > The information contained in this electronic message and any attachments > to this message are intended for the exclusive use of the addressee(s) and > may contain proprietary, confidential or privileged information. If you are > not the intended recipient, you should not disseminate, distribute or copy > this e-mail. Please notify the sender immediately and destroy all copies of > this message and any attachments. > > WARNING: Computer viruses can be transmitted via email. The recipient > should check this email and any attachments for the presence of viruses. The > company accepts no liability for any damage caused by any virus transmitted > by this email. > > www.wipro.com > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Thu, Mar 27, 2008 at 12:13 AM, <kirtikumar.jain@wipro.com> wrote:> > > > > https://www.cs.tcd.ie/Stephen.Childs/pypxeboot/ > > Regards, > Todd > > hi todd > thanks for reply , i wanted to know that whether the pypxeboot work same > as pxeboot and i have to install pypxeboot on the my os or guest os? > thank you.I don''t know much about pypxeboot. Have others tried it? Are you willing to try it and report back to the list? Todd _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi, It looks like pypxeboot is a pxeboot loader for pv guests, although I also haven''t tried it yet. I guess you are trying pxeboot with an hvm guest. If so, please add ''n'' option on the boot parameter like boot="ncda" in your domain config file. Then create the domain and you will see, after the bios loaded, the etherboot rom start the pxeboot process. Please note that you should use a vif model supported by etherboot. It depends on which version of xen you are using, but probably you would make it by using rtl8139 virtual nic like below. vif = [ ''type=ioemu, bridge=yourbridge, model=rtl8139'' ] Thanks, Yosuke Todd Deshane wrote:> > > On Thu, Mar 27, 2008 at 12:13 AM, <kirtikumar.jain@wipro.com > <mailto:kirtikumar.jain@wipro.com>> wrote: > > > > > > https://www.cs.tcd.ie/Stephen.Childs/pypxeboot/ > > Regards, > Todd > > hi todd > thanks for reply , i wanted to know that whether the pypxeboot work > same as pxeboot and i have to install pypxeboot on the my os or > guest os? > thank you. > > > > I don''t know much about pypxeboot. Have others tried it? Are you willing > to try it and report back to the list? > > Todd > > > ------------------------------------------------------------------------ > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
kirtikumar.jain@wipro.com wrote: > hi, > > please, can you tell me where i can get domain config file actually i am > totally new to networking concept... > thank you. So you are using a high level management tool for vm operations (presumably virt-manager), right? Xen has its own command line utility called ''xm''. #xm create domain-config-file is usually used to create a domain. An example of hvm domain config file is placed in /etc/xen/xmexample.hvm or somewhere depending on your distro, so please have a look. Cheers, Yosuke _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
hi i want to know how can i migrate from one system to another ? i read about the xm migrate command also ... but getting the error like---- # xm migrate -l guest 10.207.62.99 Error: can''t connect: Connection refused Usage: xm migrate <Domain> <Host> Migrate a domain to another machine. where the guest is the domain name which is located in my pc and the given ip is another pc where also one guest os is running.... what kind of changes have to be done in the file "xend-cinfig.sxp" ? is there any changes have to be done? in the line (xend-relocation-hosts-allow ''^localhost$ ^localhost\\.localdomain$'') The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Thu, Mar 27, 2008 at 05:32:08AM +0200, kirtikumar.jain@wipro.com wrote:> hi i wanted to know that how we can boot the operating system in xen > via pxe where while loading it is not giving the option for bios > setting ...boot="n" in your domU''s config. Rainer _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Thu, Apr 3, 2008 at 6:19 AM, <kirtikumar.jain@wipro.com> wrote:> > > > hi i want to know how can i migrate from one system to another ? >You''re going to need shared storage then. SAN or something else; can''t do it without that.> > i read about the xm migrate command also ... > > but getting the error like---- > > > # xm migrate -l guest 10.207.62.99 > Error: can''t connect: Connection refused > Usage: xm migrate <Domain> <Host> > > Migrate a domain to another machine. > > where the guest is the domain name which is located in my pc and the given > ip is another pc where also one guest os is running.... > > what kind of changes have to be done in the file "xend-cinfig.sxp" ? is > there any changes have to be done? > > in the line > > > (xend-relocation-hosts-allow ''^localhost$ ^localhost\\.localdomain$'') > > The information contained in this electronic message and any attachments > to this message are intended for the exclusive use of the addressee(s) and > may contain proprietary, confidential or privileged information. If you are > not the intended recipient, you should not disseminate, distribute or copy > this e-mail. Please notify the sender immediately and destroy all copies of > this message and any attachments. > > WARNING: Computer viruses can be transmitted via email. The recipient > should check this email and any attachments for the presence of viruses. The > company accepts no liability for any damage caused by any virus transmitted > by this email. > > www.wipro.com > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users