4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
7 results tagged xen x
  • Restart a hanged virtual machine | XenLens

    Sometimes it may happen that your vm has hanged and XenCenter controls(Reboot and Force Reboot) do not work.

    You may see an error when you try to force a reboot (The operation could not be performed because a domain still exists for the specified VM.).

    This is a process to reboot the hanged vm from the XenServer host console.

    To get the uuid of the VM that is hung:

    xe vm-list

    Get the vm domain id by uuid:

    list_domains

    Then destroy the domain of the vm:

    /opt/xensource/debug/destroy_domain -domid <domid>

    Now you can force a reboot on your vm:

    xe vm-reboot uuid=<uuid> --force

    If it has no effect you can also try:

    xe vm-reset-powerstate uuid=<uuid> --force

    May 31, 2016 at 6:34:50 PM GMT+2 - permalink - archive.org - http://www.xenlens.com/restart-a-hanged-virtual-machine/
    xen
  • ganeti - Cluster-based virtualization management software - Google Project Hosting
    January 15, 2016 at 10:40:54 AM GMT+1 - permalink - archive.org - https://code.google.com/p/ganeti/
    cluster xen
  • xen monitor cpu perf

    xm info
    xm vcpu-list
    xentop -v -b -i1

    October 12, 2015 at 3:12:11 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?uDAHgw
    cpu xen
  • linux - Determine which guest is running on XEN: HVM or PV guest - Server Fault

    A quick note, there are actually 3 modes, not two when it comes to the drivers in use:

    HVM: unmodified kernel and drivers using software emulated devices
    PV-HVM: unmodified kernel with paravirtualized (Xen specific) disk and network drivers
    PV: modified kernel and drivers

    For a Xen guest/DomU you can do a very basic uname and lsmod with a grep to list the modules in use:

    uname -a
    lsmod | grep xen

    If uname -a lists a kernel with the string "xen" in it, then you have a modified kernel and it's likely a PV guest, and you will see output from the lsmod command to confirm it. If you have output from the grep on lsmod but no sign of a modified kernel then you are PV-HVM. Without any sign of either, it's a straight HVM.

    Note: Generally you can do more with VMs that have the PV tools installed, so that can be quite an obvious pointer, however you can fake the presence of the PV tools to allow suspend/resume etc. so you cannot rely on that in general.

    August 21, 2015 at 10:10:47 AM GMT+2 - permalink - archive.org - http://serverfault.com/questions/511923/determine-which-guest-is-running-on-xen-hvm-or-pv-guest
    xen
  • Présentation des hyperviseurs Xen et KVM | OCTO talks !

    a relire

    May 6, 2015 at 10:54:34 PM GMT+2 - permalink - archive.org - http://blog.octo.com/presentation-des-hyperviseurs-xen-et-kvm/
    kvm xen
  • Découverte de XEN sur Debian Wheezy - Le Blog Maniatux
    January 1, 2015 at 3:04:08 PM GMT+1 - permalink - archive.org - http://maniatux.fr/index.php?article460/decouverte-de-xen-sur-debian-wheezy
    xen
  • Utilisation de Xen - Wikichris

    dd over ssh
    lvcreate vg00 -L 4G -n srv-test-disk #on choisi la même taille (4Go)
    mkfs.ext4 /dev/vg00/srv-test-disk
    ssh root@srv-xen.domain.com "dd if=/dev/vg00/srv-test-disk" | dd of=/dev/vg00/srv-test-disk

    ou avec gzip pour aller BEAUCOUP plus vite

    ssh root@srv-xen.domain.com "dd if=/dev/vg00/srv-test-disk | gzip" | gzip -dc | dd of=/dev/vg00/srv-test-disk

    March 23, 2014 at 8:52:57 AM GMT+1 - permalink - archive.org - http://wiki.gonzofamily.com/a/Utilisation_de_Xen#Snapshots
    dd lvm xen
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation