XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. enes.selcuk
    3. Posts
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 11
    • Posts 26
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Unable to export with OVA extension.

      @Danp Yes, I am using the old one. I think I can overcome this by passing path and updating xo. Thank you.

      But I was able to get the job done by exporting the VHD file.

      xe vdi-list
      xe vdi-export uuid=33a94644-ef92-4ebe-8aef-77525c5931d9 filename=filename.vhd format=vhd
      OR
      curl -u 'root:pass' -X GET "192.168.1.100/export_raw_vdi?vdi=33a94644-ef92-4ebe-8aef-77525c5931d9&format=vhd" -o filename.vhd

      posted in Backup
      enes.selcukE
      enes.selcuk
    • Unable to export with OVA extension.

      Hello,

      I cannot backup the vm with ova extension via xcp-ng center and xen orchestra. I cannot take the OVA extension backup via CLI either. Is there a solution? The version I use is 8.2.1
      Xen Orchestra version: xo-server 5.100.1

      Note: I can get an xva extension, but it doesn't work for me.

      xcp-ng center error: Export OVA package vm-name from Server Failed to export
      Xen Orchestra error: I start it, but the download tries to download 52kb in size and does not finish.

      posted in Backup
      enes.selcukE
      enes.selcuk
    • vm not start (Not enough free memory)

      Hello,

      I want to start up the VM in xcp-ng that I installed on the laptop, but it gives the following error.
      note: there is no VM open and there is a total of 8gb ram. 1.4gb is using xen. I have about 5gb of free ram but I get the following error. What could be the reason?

      There are no suitable hosts to start this VM on.
      The following table provides per-host reasons for why the VM could not be started:

      xcp-home2 : Cannot start here [Not enough free memory]

      There were no servers available to complete the specified operation

      posted in Compute
      enes.selcukE
      enes.selcuk
    • RE: I cannot enter the vm boot menu.

      @DustinB

      I turned off the HDD or other devices from the boot order, but I still cannot access it. This time it gives the error that it could not find a bootable device. I cannot enter the boot menu.

      No bootable device
      Powering off in 30 seconds.

      posted in Compute
      enes.selcukE
      enes.selcuk
    • I cannot enter the vm boot menu.

      Hello, when I start the virtual machine, I cannot access the f12 boot menu. I started recovery via XOA, but I still cannot access it. Also, I press the F12 key and it doesn't work. How can I solve this problem?

      posted in Compute
      enes.selcukE
      enes.selcuk
    • RE: CoreOS/Fedora Guest Tool Not working

      I get the following error. can you help me.@AtaxyaNetwork @DustinB
      xe-linux-distribution.service: Control process exited, code=exited status=203
      xe-linux-distribution.service: Failed at step EXEC spawning /usr/sbin/xe-linux-distribution: No such file or directory
      xe-linux-distribution.service: Failed to execute command: No such file or directory

      $ cp xe-linux-distribution /usr/sbin/
      cp: cannot create regular file '/usr/sbin/xe-linux-distribution': Read-only file system

      posted in Compute
      enes.selcukE
      enes.selcuk
    • RE: CoreOS/Fedora Guest Tool Not working

      @DustinB

      I did the following but the problem persists.

      sudo mount -o ro /dev/sr0 /mnt
      sudo rpm-ostree install /mnt/Linux/*.x86_64.rpm
      sudo cp -f /mnt/Linux/xen-vcpu-hotplug.rules /etc/udev/rules.d/
      sudo cp -f /mnt/Linux/xe-linux-distribution.service /etc/systemd/system/
      sudo sed 's/share\/oem\/xs/sbin/g' -i /etc/systemd/system/xe-linux-distribution.service
      sudo systemctl daemon-reload
      sudo systemctl enable /etc/systemd/system/xe-linux-distribution.service
      sudo umount /mnt
      sudo systemctl reboot
      
      
      ERROR:
      [root@openshift-Linux]# systemctl start xe-linux-distribution.service
      Job for xe-linux-distribution.service failed because the control process exited with error code.
      See "systemctl status xe-linux-distribution.service" and "journalctl -xeu xe-linux-distribution.service" for details.
      Configuration file /etc/systemd/system/xe-linux-distribution.service is marked executable. Please remove executable permission bits. Proceeding anyway.
      Failed to start Linux Guest Agent.
      xe-linux-distribution.service: Failed with result 'exit-code'.
      xe-linux-distribution.service: Control process exited, code=exited, status=1/FAILURE
      

      I tried the following permission and it still didn't work.

      chmod 644 /etc/systemd/system/xe-linux-distribution.service
      
      posted in Compute
      enes.selcukE
      enes.selcuk
    • RE: CoreOS/Fedora Guest Tool Not working

      @AtaxyaNetwork

      sudo rpm -i xe-guest-utilities-7.20.0-9.x86_64.rpm
      error: can't create transaction lock on /usr/share/rpm/.rpm.lock (Read-only file system)

      posted in Compute
      enes.selcukE
      enes.selcuk
    • CoreOS/Fedora Guest Tool Not working

      Hello,

      I installed the rpm package in the guest tool .iso file, but it does not work on startup. It gives failed error. I would like your help on how to install it.

      Red Hat Enterprise Linux CoreOS release 4.14

      posted in Compute
      enes.selcukE
      enes.selcuk
    • Ram usage not showing on xcp-ng center.

      xen-tools is installed on vms of the linux ubuntu operating system, but I can't see the ram usage on the xcp-ng-center side. How can I overcome this problem.

      systemctl status xe-daemon.service
      ● xe-daemon.service - Xen Guest Monitoring Agent
      Loaded: loaded (/lib/systemd/system/xe-daemon.service; enabled; vendor preset: enabled)
      Active: active (running) since Fri 2022-03-18 23:57:05 +03; 27min ago
      Process: 112987 ExecStartPre=/usr/sbin/xe-linux-distribution /var/cache/xe-linux-distribution (code=exited, status=0/SUCCESS)
      Main PID: 113016 (xe-daemon)
      Tasks: 47 (limit: 19660)
      CGroup: /system.slice/xe-daemon.service
      ├─113016 /usr/sbin/xe-daemon
      ├─113023 logger -t xe-daemon
      └─113028 logger -t xenstore

      Mar 18 23:57:05 machine systemd[1]: Starting Xen Guest Monitoring Agent...
      Mar 18 23:57:05 machine systemd[1]: Started Xen Guest Monitoring Agent.

      posted in Compute
      enes.selcukE
      enes.selcuk
    • RE: xcp-ng 8 and 8.2 network speed problem

      ethtool -s eth3 autoneg off
      ethtool -s eth3 duplex full
      ethtool -s eth3 speed 1000

      hello I did the above commands stuck at the last command network access is gone. Still did not respond. How can I solve if I need to wait command. The problem may be the cause. "ethtool -s eth3 speed 1000" I waited a long time for my article and access was gone.

      posted in Compute
      enes.selcukE
      enes.selcuk
    • xcp-ng 8 and 8.2 network speed problem

      xcp-ng 8 and 8.2 network speed problem "Cannot advertise speed 1000"
      I tried to provide the solution in the link below, but after the server restarted, you lost network access. I rolled back the operations in the same way again. can you help me

      link

      # ethtool -s eth3 speed 1000
      Cannot advertise speed 1000
      
      Settings for eth3:
      	Supported ports: [ TP ]
      	Supported link modes:   10baseT/Half 10baseT/Full 
      	                        100baseT/Half 100baseT/Full 
      	                        1000baseT/Full 
      	Supported pause frame use: Symmetric
      	Supports auto-negotiation: Yes
      	Supported FEC modes: Not reported
      	Advertised link modes:  10baseT/Half 10baseT/Full 
      	                        100baseT/Half 100baseT/Full 
      	                        1000baseT/Full 
      	Advertised pause frame use: Symmetric
      	Advertised auto-negotiation: Yes
      	Advertised FEC modes: Not reported
      	Speed: 100Mb/s
      	Duplex: Full
      	Port: Twisted Pair
      	PHYAD: 1
      	Transceiver: internal
      	Auto-negotiation: on
      	MDI-X: on (auto)
      	Supports Wake-on: pumbg
      	Wake-on: d
      	Current message level: 0x00000007 (7)
      			       drv probe link
      	Link detected: yes
      
      posted in Compute
      enes.selcukE
      enes.selcuk
    • RE: xcp-ng 8.2 Xoa Ubuntu 20.04 suspend error

      When I issue the shutdown command to the host / physical machine via xoa, the process does not occur. it gives an error.

      Stop

      no hosts availeble

      posted in Compute
      enes.selcukE
      enes.selcuk
    • xcp-ng 8.2 Xoa Ubuntu 20.04 suspend error

      xcp-ng 8.2 XOA operational process also has errors. I get an error after doing suspend on the interface.

      XOA ubuntu 20 vm suspend it gives an error message in red on the upper right of the console.
      XOA ubuntu 20 vm Start (Gives an error after the first press "Async.VM.resume: 10%"gets stuck )
      next then the vm icon turns blue
      It opens after 42 seconds after the next start. In addition, after the vm is opened, there are tears on the console screen.

      General distress also, there are no "PAUSE,SUSPEND FORCE REBOOT,FORCE SHUTDOWN,SNAPSHOT," options on vm management screen. These operations are only available in the main menu.

      posted in Compute
      enes.selcukE
      enes.selcuk
    • No opening screen after ubuntu installation

      After ubuntu installation it gets stuck on "blocksclean" screen. I have an AMD processor on my computer. The processor does not have a graphics card feature. Also I am using an external RTX graphics card. What can be the problem.

      https://www.linkpicture.com/q/ubuntu-xcp-ng-advanced.png
      https://www.linkpicture.com/q/ubuntu-xcp.png

      Xcp-ng 8.2
      XOA :xo-server 5.70.0
      xo-web 5.74.0

      posted in Compute
      enes.selcukE
      enes.selcuk
    • RE: Windows 10 (1803) - crash with installed guest tools

      as I mentioned in the previous answer. If there is a spare, you will return. If you don't have backup, all your data is garbage. The best solution is to install the Guest software directly from Xenserver.

      https://support.citrix.com/article/CTX235403

      Download and install 64bit from the link below. On the xcp-center side, you can monitor things like a memory disk, and you can solve the driver deletion problem that xcp-ng guest software could not do during the windows update.

      posted in Development
      enes.selcukE
      enes.selcuk
    • RE: Windows 10 (1803) - crash with installed guest tools

      8.2.2.200-RC1 (and 8.2.2-beta) After installing the driver in this version (Windows 10 1809), access to the system was not possible.

      I've tried several recovery by installing Windows 10 iso. Start repair, Return, etc. but the result is the same.

      Blue screen at boot error: INACCESSIBLE BOOT DEVICE

      If you have a backup, go back or trash the virtual computer.

      I applied the video below but the result is frustrating. The file "\ windows \ system32 \ config \ RegBack" appears to be empty.

      https://www.youtube.com/watch?v=KAHAquUaR24

      Xcp-ng Center from the menu above VM > Start/Shut down > Start in Recovery Mode I start by following the steps, but the following warning comes.

      No bootable device
      Powering off in 30 seconds.
      How do we turn on safe mode on xcp-center in windows 10. I tried, but I can't open it.

      posted in Development
      enes.selcukE
      enes.selcuk
    • RE: xe vm-start problem.

      During VM export, the ssh connection is gone and the result is frustrating. the disk of the virtual computer does not appear at all.
      Xcp-ng 8.0 use. I think he sent the disk to eternity.

      posted in Compute
      enes.selcukE
      enes.selcuk
    • xe vm-start problem.

      I started exporting before the virtual server shuts down, and then I canceled the process, such as the goal of how to solve the problem there. Is there a solution in this regard.

      [23:32 xcp-ng ~]# xe vm-shutdown uuid=0bfdc8b6-64bb-1e8a-d1d0-23f780e708c0
      You attempted an operation on a VM that was not in an appropriate power state at the time; for example, you attempted to start a VM that was already running.  The parameters returned are the VM's handle, and the expected and actual VM state at the time of the call.
      vm: 0bfdc8b6-64bb-1e8a-d1d0-23f780e708c0 (vm-linux.com.tr)
      expected: running
      actual: halted
      [23:32 xcp-ng ~]# xe vm-start uuid=0bfdc8b6-64bb-1e8a-d1d0-23f780e708c0
      The server failed to handle your request, due to an internal error.  The given message may give details useful for debugging the problem.
      message: xenopsd internal error: Storage_error ([S(Illegal_transition);[[S(Activated);S(RO)];[S(Activated);S(RW)]]])
      
      
      posted in Compute
      enes.selcukE
      enes.selcuk
    • RE: xcp-ng CPU low performance issue

      @ruskofd I turned off the C1E and C States features. Problem is solved. But SSD performance is very low compared to windows machine.

      posted in Compute
      enes.selcukE
      enes.selcuk