10 Comments

  1. Hello I am a M.E student and I want to optimize live migration of virtual machine using xen. So how can I achieve it. orelse how can I do tcp analysis in xen durin live migration.

    Any help will be great Sir.
    Thanx.

    1. hi i’m also m.e doing my project in xen ..i ‘ve a problem in installation of xen from source code.

      Cloning into ‘seabios-dir-remote.tmp’…
      fatal: unable to connect to xenbits.xen.org:
      xenbits.xen.org[0: 50.57.170.242]: errno=Connection timed out

      make[4]: *** [seabios-dir] Error 128
      make[4]: Leaving directory `/root/xen-4.2.1/tools/firmware’

      1. As the output shows, you are building Xen-4.2.1 which possibly require a different method from the one introduced here.

        From your output, the error is:

        “Connection timed out”

        –> check your network.

        1. after rectifying that error i’m getting a new error like this

          policydb.c: In function ‘policydb_read’:
          policydb.c:1779: error: format ‘%lu’ expects type ‘long unsigned int’, but argument 3 has type ‘size_t’
          make[7]: *** [policydb.o] Error 1
          make[7]: Leaving directory `/root/xen-4.2.1/xen/xsm/flask/ss’
          make[6]: *** [ss/built_in.o] Error 2
          make[6]: Leaving directory `/root/xen-4.2.1/xen/xsm/flask’
          make[5]: *** [flask/built_in.o] Error 2
          make[5]: Leaving directory `/root/xen-4.2.1/xen/xsm’
          make[4]: *** [/root/xen-4.2.1/xen/xsm/built_in.o] Error 2
          make[4]: Leaving directory `/root/xen-4.2.1/xen/arch/x86′
          make[3]: *** [/root/xen-4.2.1/xen/xen] Error 2
          make[3]: Leaving directory `/root/xen-4.2.1/xen’
          make[2]: *** [install] Error 2
          make[2]: Leaving directory `/root/xen-4.2.1/xen’
          make[1]: *** [install-xen] Error 2
          make[1]: Leaving directory `/root/xen-4.2.1′
          make: *** [world] Error 2

    2. policydb.c: In function ‘policydb_read’:
      policydb.c:1779: error: format ‘%lu’ expects type ‘long unsigned int’, but argument 3 has type ‘size_t’
      make[7]: *** [policydb.o] Error 1
      make[7]: Leaving directory `/root/xen-4.2.1/xen/xsm/flask/ss’
      make[6]: *** [ss/built_in.o] Error 2
      make[6]: Leaving directory `/root/xen-4.2.1/xen/xsm/flask’
      make[5]: *** [flask/built_in.o] Error 2
      make[5]: Leaving directory `/root/xen-4.2.1/xen/xsm’
      make[4]: *** [/root/xen-4.2.1/xen/xsm/built_in.o] Error 2
      make[4]: Leaving directory `/root/xen-4.2.1/xen/arch/x86′
      make[3]: *** [/root/xen-4.2.1/xen/xen] Error 2
      make[3]: Leaving directory `/root/xen-4.2.1/xen’
      make[2]: *** [install] Error 2
      make[2]: Leaving directory `/root/xen-4.2.1/xen’
      make[1]: *** [install-xen] Error 2
      make[1]: Leaving directory `/root/xen-4.2.1′
      make: *** [world] Error 2

  2. Hello I am student in technologies, I am working on a project to monitor virtual networks with Lattice Framework, does anyone know how to add the libraries from the Framework to use the Xen Hypervisor?

Leave a Reply

Your email address will not be published. Required fields are marked *