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

    2016年5月31日 GMT+2 下午6:34:50 - permalink - archive.org - http://www.xenlens.com/restart-a-hanged-virtual-machine/
    xen
  • ganeti - Cluster-based virtualization management software - Google Project Hosting
    2016年1月15日 GMT+1 上午10:40:54 - permalink - archive.org - https://code.google.com/p/ganeti/
    cluster xen
  • xen monitor cpu perf

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

    2015年10月12日 GMT+2 下午3:12:11 - 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.

    2015年8月21日 GMT+2 上午10:10:47 - 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

    2015年5月6日 GMT+2 下午10:54:34 - 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
    2015年1月1日 GMT+1 下午3:04:08 - 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

    2014年3月23日 GMT+1 上午8:52:57 - 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