Questions tagged [xen]

Xen is a hypervisor based virtualization. It supports x86, AMD64, IA64, ARM and other CPU types, and Linux, Windows, Solaris and *BSD guest operating systems.

Filter by
Sorted by
Tagged with
0 votes
0 answers
10 views

How to format NVMe drive in Linux suitable for raid 1 and lvm on xen Host

I want to create a software raid on two identical SSDs How do I create partitions and format them optimal? lsblk nvme0n1 259:0 0 953.9G 0 disk nvme1n1 259:1 0 953.9G 0 ...
rubo77's user avatar
  • 2,499
0 votes
0 answers
69k views

VM down : Failed to read /vm/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/domains: has this domain already been cleaned up?

I'm having a problem with my xcp-ng server, and I'm using the xcp center 20.04.01 on Linux xcp-ng 4.19.0+1. I didn't done anything like update before the issue occurred, everything was working fine ...
hotips's user avatar
  • 533
1 vote
0 answers
76 views

Debian 12 upgrade, kernel/initramfs loads only 1 SAS card out of 2

I am upgrading a server with 2 SAS cards from Debian 11 -> Debian 12 I have come upon an interesting problem. At first it didn't load any SAS cards and I got to initramfs. Increase disk detection ...
Taavi Ansper's user avatar
0 votes
0 answers
30 views

See per-VM network usage in Xen Hypervisor (nethogs)

How can I see my network utilization per-VM in realtime in Xen? On a system, I can see the real-time, per-process utilization of my network using nethogs. On my Xen system, there's xentop, but (even ...
Michael Altfield's user avatar
0 votes
0 answers
289 views

XCP-ng Local Storage SR on LVM is unplugged and errors when being re-attached

I have an XCP-ng cluster running XCP-ng 8.2.1 and following a patch and reboot the local storage SR is showing as unplugged. This is an XCP create LVM on a RAID drive, the same RAID drives contain the ...
Dave's user avatar
  • 355
0 votes
0 answers
40 views

How to stop auto-rebooting of xen-domain?

I want to terminate a xen-domain named xyz. I'm doing so by executing sudo xl shutdown xyz (also tried destroy). The domain is shutdown normally - but it's getting rebooted every time and I don't ...
MUmla's user avatar
  • 101
0 votes
0 answers
85 views

Can't connect to MariaDB from internal VM Structure

S1 Virtual Machine 1: Ubuntu app server Virtual Machine 2: MariaDB 1 S2 Virtual Machine 3: Ubuntu app server Virtual Machine 4: MariaDB 2 from vm04 and 03 I can connect to DB1 with connection string ...
gegentierversuche's user avatar
0 votes
0 answers
23 views

Xen configuration with 2 NIC and routing method

I have an Ubuntu 20 Server in a Data center with one Public IP and 1 additional NIC to connected to Switch. In this configuration I have a VM with configured as routing method. The VM can ping to host ...
gegentierversuche's user avatar
0 votes
0 answers
54 views

How can specify Sockets and Cores in a XEN DomU?

I'm creating a windows server 2022 VM in XEN Project under Debian. But I want to specify Sockets and Cores. I know I can use "vcpus=" to specify the amount of vCPU's but they all come under ...
Alessandro Pluchino's user avatar
0 votes
0 answers
36 views

Problems with Xen server

Had to move an old server that hosts some virtual machines. I can't get them back up. The config files are as so: # Configuration file for the Xen instance vpn.linux.core.theimaginariumstudios.com,...
aaaa's user avatar
  • 1
0 votes
0 answers
76 views

Installing openSUSE 15.4 as a Xen Guest (DomU) on Debian 11 - can't find kernel file to link in xen-tools configuration

we are currently trying to set up a virtualized environment in which we would like to use openSUSE 15.4 Leap as a Xen Guest (DomU) on a Debian 11 Host. To do so I have found some resources which ...
SinjinVanCleefe's user avatar
0 votes
1 answer
210 views

Is it (still) possible to overcommit cpu with Xen?

Common hypervisors (Proxmox, Vmware, KVM..) do not prevent the sum of allocated virtual resources (such as vCPU) to exceed the number of physical ones, even if some of them (OpenStack) do limit the ...
PierreJ's user avatar
0 votes
0 answers
215 views

Gtk-WARNING **: 20:45:08.481: Locale not supported by C library. Using the fallback 'C' locale

[root@server ~]# virt-manager Gtk-WARNING **: 20:45:08.481: Locale not supported by C library. Using the fallback 'C' locale. (virt-manager:10415): Gtk-WARNING **: 20:45:08.482: cannot open ...
Er.Prashant Singh Bhadoriya's user avatar
0 votes
1 answer
154 views

find most recent snapshot using xen command line

I am using Xen, and for each of our VM's we have set up a process to create a new snapshot of the VM every morning, with the last seven being kept. I am now trying to write a script to test restoring ...
IGGt's user avatar
  • 135
4 votes
0 answers
406 views

Finding mystery Linux memory usage - not caches or slab (or ballooning?)

I have a Xen VM running Debian Linux with a weirdly large amount of RAM used. What might be the culprit? I believe I've ruled out the usual suspects of disk caching, kernel slab usage, and memory ...
asciiphil's user avatar
  • 3,096
1 vote
1 answer
422 views

How "real" is the POSIX clock in a virtual machine?

Introduction: Time is OS like Linux is typically derived from a clock chip (RTC), or maintained by software using either periodic interrupts or some hardware registers (e.g. CPU's TSC cycle counter) ...
U. Windl's user avatar
  • 366
0 votes
1 answer
231 views

Install Ubuntu 20 PV guest on a Debian 10 Xen

Struggling to find a guide to do this. I've understood that xen-tools supports installing Ubuntu guests on Debian so that should be a fast and easy way but can't find any examples. Anybody knows a ...
jazzman's user avatar
  • 51
0 votes
0 answers
81 views

Xen hypervisor: What does the acronym RMRR mean in "(XEN) [VT-D] It's risky to assign" ... "with shared RMRR at"? What are the risks?

I'm running Qubes-OS 4.1.0 While looking through the /var/log/xen/console/hypervisor.log I stumbled over the following messages: ... (XEN) [VT-D] It's risky to assign 0000:00:14.0 with shared RMRR at ...
pefu's user avatar
  • 689
1 vote
0 answers
68 views

There is a way to pass the option " pci=[’00:...,rdm_policy=relaxed’] " to libvirt?

I can run (successfully) a xen virtual machine use the classical method with xl xl create -f myvm.xenxl.cfg I know also how to convert from xl format to libvirt xml virsh -c xen:///system domxml-from-...
elbarna's user avatar
  • 328
0 votes
0 answers
229 views

How to run xen hypervisor on a computer that only supports UEFI?

I have tried updating the bios, disabling hyperthreading, adding xen.efi to its proper location within Ubuntu, building xen from source, etc. Yet I cannot get past the following error a Xen panic ...
sololuvr's user avatar
1 vote
0 answers
108 views

Xen xl console terminates upon reboot command

I am trying to troubleshoot the boot issue of Xen virtual guest and I need to access the grub menu. I have attached a console to guest with xl console and in other terminal I have executed a command ...
jakub2021's user avatar
1 vote
1 answer
391 views

Xen VM continuously restarts and kernel fails to start init

I am using a VM built using the Xen hypervisor and libvirt management layer. I couldn't connect to the VM after updating the Debian verison from 8 to 9 so I tried logging into the physical machine the ...
qwr's user avatar
  • 111
0 votes
1 answer
42 views

Workstation virtualization on workstation host

Problem exposition I am a system administrator in our company, and I am currently researching a possible solution for more stable workflow in a our company. Our company is a chain of hundreds general ...
Zoran Jankov's user avatar
23 votes
2 answers
6k views

Is it safe to mount the same partition to multiple VMs?

I'm using ubuntu 20.04 with Xen Hypervisor. On my machine I have an SSD that hosts my VM images, and then four sata drives which I have data on. My current set up is to mount the data on my domain0 ...
curios's user avatar
  • 363
1 vote
1 answer
293 views

Xen Domain0 Has Network But DomainU does not

After re-installing my domain 0, a guest VM (domain U) is no longer able to connect to the network. I am using Ubuntu 20.4 on my Domain 0 with Xen 4.11. I am able to successfully connect to internet ...
curios's user avatar
  • 363
1 vote
0 answers
676 views

Dead Citrix XenServer with LVM: How to get the VHDs off the system?

My company recently delegated the task of recovering a fairly old (~2015) Citrix Xenserver to me. The machine had a major electrical fault which caused a hard drive failure and a collapse of the RAID. ...
user2190489's user avatar
1 vote
2 answers
110 views

Tool to maintain IBM x3650 - get info from faulty HW

I am have a server IBM x3650 M4 running XenServer and Windows guest. The server have a problem with harddrive, yellow exclamation mark blinking. I am able to turn off the server go to BIOS and get ...
FrantisekNebojsa's user avatar
0 votes
0 answers
266 views

Why can't I boot xen hypervisor on Ubuntu 20.04.1? panic on cpu 0 timer doesn't work

As the subject says I simply cannot boot into the hypervisor. I'm able to install it just fine though, it says something about the CPU when I try to boot and quickly just reboots. I have ...
wookieluvr's user avatar
2 votes
0 answers
1k views

xen VM boot logs - how to locate

Working with a VM that starts to boot and then promptly shuts down. Hoping to locate VM boot logs on Xen host but not sure where to look. Examining /var/log/* doesn't show anything obvious. ...
ethrbunny's user avatar
  • 2,369
1 vote
1 answer
1k views

How do I manage xen-hypervisor using virt-manager client?

I've installed xen-hypervisor 4.11 on my debian 10 desktop. But, when I add xen connection to my virt-manager it shows this error. Unable to connect to libvirt xen:///. Failed to connect socket to '/...
SomeGuyAtStackExchange's user avatar
1 vote
1 answer
513 views

Resizing Ubuntu Server partitions in a Xen environment

I need to increase an Ubuntu partition, in a Xen environment. Through XenCenter, I increased the disk, from 10GB to 100 GB. Now I can see "xvda" size 100 GB. For reasons I don't know, in ...
SYS64738's user avatar
1 vote
0 answers
1k views

Failed to connect socket to 'var/run/libvirt/virtxend-sock': file or directory not found

I want to boot a physical installation of windows 10,so I need to run xen HVM version. Do u have a tutorial that I can follow ? I'm trying to create a new connection inside virt-manager,with xen,on ...
Marietto's user avatar
  • 143
1 vote
1 answer
80 views

XenServer (Citrix) Management Network Interruption

We have an OOB/management network we use to loginto storage, hosts etc. We're using VLANs to separate out storage, from hosts, to camera's etc. We would like to replace this switch with a new one ...
Sherlock's user avatar
1 vote
1 answer
3k views

How to get (Citrix/Xen) 'xe' tool on CentOS 7

I have an Xen 7.6 cluster and I need to update the patches. Where do I get the 'xe' application from (for CentOS 7)? I see references to the 'guest-tools' that get installed to manage new VMs but this ...
ethrbunny's user avatar
  • 2,369
0 votes
0 answers
202 views

GPU Passthrough on Xen Hypervisor

I have a Dell PowerEdge r710 running the Xen hypervisor and I want to get a decent graphics card for a virtual machine. I plan on doing GPU passthrough to dedicate the entire GPU to the virtual ...
GNULinuxOnboard's user avatar
0 votes
1 answer
1k views

Compatible AMD GPU for the Dell PowerEdge r710 [closed]

I'm a complete noob when it comes to server virtualization and GPUs, so please bear with me. Are there any decent AMD GPUs that are easily compatible with the Dell PowerEdge r710? I'm looking for ...
GNULinuxOnboard's user avatar
1 vote
2 answers
446 views

Booting an older kernel in Xen DomU when using pvgrub in Dom0

I'm having issues with the lastest kernel update in a Debian Jessie DomU, and want to boot it using a previous kernel. Dom0 is also running Debian Jessie, and is booting the DomU via PvGrub. I'm ...
hunmonk's user avatar
  • 73
0 votes
2 answers
952 views

How to load additional modules when Xen hypervisor is loaded?

I'm currently running Debian 10 with Xen 4.12 installed. I compiled Xen from source on another machine with the below steps: ./configure --target=x86_64 --with-platform=efi --enable-systemd make ...
snow's user avatar
  • 1
4 votes
0 answers
185 views

How can I stop Freenas from assigning two disks from different SATA controllers the same device number?

I have Freenas running in a VM in XCP-NG. I've followed the guides and I've dedicated a SATA controller to it using PCI-passthrough. Freenas correctly discovers its boot disk, which is virtual, and ...
Colin's user avatar
  • 141
0 votes
1 answer
650 views

Issues with vif-nat and Xen after upgrading from Debian 8 to 10

I'm getting this error when running xl create: # xl create ../vm-www.rootspirit.com.cfg Parsing config from ../vm-www.rootspirit.com.cfg libxl: error: libxl_exec.c:118:libxl_report_child_exitstatus: /...
Tuinslak's user avatar
  • 1,465
2 votes
1 answer
330 views

XenServer 8.0 running a NTP client in guest PVHVM VM

I would like to run a NTP client in a Xen Linux VM under XenServer (XCP-NG 8.0 to be precise). The Linux VM, Debian Stretch 9.9 (uname -a: Linux debian 4.9.0-9 amd64 #1 SMP Debian 4.9.168-1+deb9u4 (...
zyash's user avatar
  • 208
0 votes
1 answer
252 views

Is PCIe passthrough on Citrix Xen Hypervisor persistent?

I am virtualising my firewall, NAS and other services to reduce hardware diversity. Specifically I want to run at least PfSense and OpenMediaVault over Citrix Hypervisor (v8 at the time of writing). ...
andybjackson's user avatar
1 vote
1 answer
2k views

Cannot Connect to XenServer from XenCenter

Setup; - XenCenter (running on a Windows PC) - XenServer (installed via APT on Ubuntu 18.04 using the command, sudo apt-get install xen-hypervisor-4.9-amd64 I can SSH into the server fine. ...
Michael Cropper's user avatar
0 votes
1 answer
296 views

xenserver-iso: Error downloading: open : no such file or directory

I'm trying to build a "vdi_vhd" image using packer on xenserver,but i have got the below error, could you please anyone help me on this,Thanks in advance. [root@localhost bin]# packer build /usr/...
Antony nixson's user avatar
6 votes
1 answer
372 views

Storage Setup for iSCSI/NFS servers

We are preparing to replace our storage servers (iSCSI+NFS). The current servers are Debian Wheezy using mdadm+lvm2 for storage, and failover using drbd and heartbeat (never got heartbeat to work). ...
Rod's user avatar
  • 61
1 vote
0 answers
234 views

Migrate From Xen LVM to Citrix Xen

I need to migrate some production vm's from Xen 4.2 to Citrix Xen 7.1. I have very little experience with Xen. The VM disks are LVM, see below info. One possible solution might be to do the following ...
spaghettiwestern's user avatar
0 votes
0 answers
99 views

Installation of virt-manager while yum update and yum install rhvm does not work

I have downloaded RHEV-H 4.2 https://access.redhat.com/products/red-hat-virtualization#getstarted (RHVirtualization 4.2 Host and Manager iso). I uploaded the image and installed on an HP G9 server ...
UnicsSol's user avatar
0 votes
1 answer
191 views

Xen automatic dom0 IP assignment on a SSPN (Single-Server Private Network)

I'm currently using XCP-ng 7.6.3, and wanting to add a little security and take advantage of traffic shaping, I decided to PCI pass-through the NICs. In order to be able to reach the dom0, I created a ...
Varstahl's user avatar
  • 101
0 votes
0 answers
921 views

Edited guest xml with 'virsh edit' to add ttyS0 but ttyS0 is not added

I am facing the errors in /var/log/messages like: Feb 19 20:19:42 guest-dp init: serial (ttyS0) main process (608881) terminated with status 1 Feb 19 20:19:42 guest-dp init: serial (ttyS0) main ...
UnicsSol's user avatar
1 vote
1 answer
1k views

Getting errors when try to start Debian XEN HVM VM with more than 4 vif's

I've been trying to set up a PfSense firewall on my Debian XEN server for some time now, this works fine until I try to add a fifth (with four it works) interface to the "hvm" VM, then the VM won't ...
eliassummer's user avatar

1
2 3 4 5
23