search for: vfr_ipaddr

Displaying 3 results from an estimated 3 matches for "vfr_ipaddr".

2005 Sep 08
4
Booting FreeBSD diskless in DomU
...ich CPU to start domain on? cpu = vmid # set based on vmid (mod number of CPUs) # STEP 4. Specify IP address(es), for the new domain. You need to # configure IP addrs within the domain just as you do normally. This # is just to let Xen know about them so it can route packets # appropriately. #vfr_ipaddr = ["111.222.333.444","222.333.444.555"] # try: # vfr_ipaddr = [ip, xenctl.utils.add_offset_to_ip(''169.254.1.0'',vmid),] # except: # vfr_ipaddr = [xenctl.utils.add_offset_to_ip(xenctl.get_current_ipaddr(),vmid), # xenctl.utils.add_offset_to_ip...
2004 Jul 23
5
help! error in creating a new domain
Maybe this question is a little stupid, but please help me. I am a newbie to Xen. When I tried to create a new domain "domain 1", I followed the Yan-Ching CHU''s guide on :installing quick file systems for new domains in Xen 1.2". But when I do "xc_dom_create.py -Dvmid=1", Xen seems to start to boot with some normal bootup information, but right after several
2004 Apr 11
3
About defaults
Excuse me, what did you mean by "certainly wrong: you''re ... to make real physical partition hda1 visible to the domain"? Can we use real physical partition in vbd_list? And what the "cmdline_root" should be? Thanks. Xiaofang > vbd_list = [ (''phy:hda1'',''sda1'',''w''),