XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Alexander 0
    3. Posts
    A
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 45
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: 🛰️ XO 6: dedicated thread for all your feedback!

      @pdonias said in 🛰️ XO 6: dedicated thread for all your feedback!:

      Both should work. Do you start xo-server in any specific way?
      I'm using yarn start

      This is my unit file:

      root@xoa:~# cat /lib/systemd/system/xo-server.service
      # Systemd service for XO-Server.
      
      [Unit]
      Description= XO Server
      After=network-online.target
      
      [Service]
      WorkingDirectory=/opt/xen-orchestra/packages/xo-server/
      #ExecStart=/usr/bin/node ./bin/xo-server
      ExecStart=/usr/bin/yarn start
      Restart=always
      SyslogIdentifier=xo-server
      
      [Install]
      WantedBy=multi-user.target
      
      posted in Xen Orchestra
      A
      Alexander 0
    • RE: 🛰️ XO 6: dedicated thread for all your feedback!

      With XO from source if I put config.mounts.toml into /etc/xo-server/ I have to provide absolute paths instead of relative ones

      In my case

      [http.mounts]
      '/v6' = '../../@xen-orchestra/web/dist/'
      '/' = '../xo-web/dist/'
      

      doesn't work.

      But

      [http.mounts]
      '/v6' = '/opt/xen-orchestra/@xen-orchestra/web/dist/'
      '/' = '/opt/xen-orchestra/packages/xo-web/dist/'
      

      work.

      posted in Xen Orchestra
      A
      Alexander 0
    • RE: Xen Orchestra from source ignores config.toml from /etc/xo-server/

      Ok I've figured out root cause.

      My config override has only one option:
      ignoreVmSnapshotResources = true

      And I had to change it with adding
      [selfService]

      on a line below

      Also I found out that override config for XO5 interface needs to have absolute paths to xo-web and @XenOrchestra in it. With relative paths it didn't work.

      posted in Xen Orchestra
      A
      Alexander 0
    • Xen Orchestra from source ignores config.toml from /etc/xo-server/

      With recent update my xen orchestra from source seems ignore config.toml from /etc/xo-server and uses default config.toml from packages/xo-server

      Please help to trace down what could cause this problem.

      posted in Xen Orchestra
      A
      Alexander 0
    • RE: Nested Virtualization of Windows Hyper-V on XCP-ng

      @olivierlambert thanks. I asked. No estimate.

      posted in Compute
      A
      Alexander 0
    • RE: Nested Virtualization of Windows Hyper-V on XCP-ng

      Is there any news about Nested Hyper-V support?

      posted in Compute
      A
      Alexander 0
    • RE: APC Smart-UPS with NIC - which service to use apcupsd or NUT?

      @Strebor
      You can download it from here:
      https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/a/apcupsd-3.14.14-18.el7.x86_64.rpm
      and install.
      That is easiest way.
      Or you may enable epel repository and install from it.

      posted in Compute
      A
      Alexander 0
    • RE: XCP-ng, Hyper-V and VBS

      @olivierlambert Hi Oliver,
      Did you have a chance to talk about nested virtualization on xen summit?

      posted in Compute
      A
      Alexander 0
    • RE: APC Smart-UPS with NIC - which service to use apcupsd or NUT?

      @Ajmind-0 apcupsd will be most straightforward way.
      I'm currently use apcupsd on xcp-ng hypervisors. One of them connected to UPS cable and other take information from apcupsd netserver.
      I also have NUT that take information from apcupsd via apcupsd-ups driver. This NUT I need for synology and qnap NASes.

      posted in Compute
      A
      Alexander 0
    • RE: Xen Orchestrta as systemd service

      @olivierlambert it is pretty outdated 😉
      And this is only proposition to add such option to docs.

      posted in Xen Orchestra
      A
      Alexander 0
    • RE: XCP-ng, Hyper-V and VBS

      @tzerod I'm waiting for this too

      posted in Compute
      A
      Alexander 0
    • RE: Xen Orchestrta as systemd service

      @olivierlambert I think using just systemd is more straightforward then forever via systemd.

      posted in Xen Orchestra
      A
      Alexander 0
    • RE: XCP-ng, Hyper-V and VBS

      @tzerod Nested Virtualization doesn't work with Windows guests in Xen.
      The same will be in Xen Server, Citrix Hypervisor and Oracle VM Server.

      posted in Compute
      A
      Alexander 0
    • Xen Orchestrta as systemd service

      Could you please add a way to run xen orchestra as service via systemd in xen orchestra manual?
      For example I'm using script like this:

      root@xoa-test:~# cat /usr/lib/systemd/system/xo-server.service
      
      [Unit]
      Description= XO Server
      After=network-online.target
      
      [Service]
      WorkingDirectory=/opt/xen-orchestra/packages/xo-server/
      ExecStart=/usr/bin/yarn start
      Restart=always
      SyslogIdentifier=xo-server
      
      [Install]
      WantedBy=multi-user.target
      
      
      posted in Xen Orchestra
      A
      Alexander 0
    • RE: Nested Virtualization of Windows Hyper-V on XCP-ng

      @olivierlambert thank you for your comment.

      posted in Compute
      A
      Alexander 0
    • RE: Nested Virtualization of Windows Hyper-V on XCP-ng

      Is there any updates on nested virtualization and hyper-v?

      I've tried to run docker on windows 10 vm and didn't succeed on this.

      posted in Compute
      A
      Alexander 0
    • RE: XO from source Centos7 GLIBC_2.25 missing error

      @olivierlambert Thanks. My other instance is on Ubuntu. It updated without problems.
      But it seems new version have problems with session timeout. Now It logging out few times a day)

      posted in Xen Orchestra
      A
      Alexander 0
    • RE: XO from source Centos7 GLIBC_2.25 missing error

      @olivierlambert so Centos 7 is not supported now? And I have to upgrade to Centos stream?

      posted in Xen Orchestra
      A
      Alexander 0
    • RE: XO from source Centos7 GLIBC_2.25 missing error

      Centos 7 have glibc_2.17 and it can't be upgraded because all system build on this version.

      posted in Xen Orchestra
      A
      Alexander 0
    • RE: XO from source Centos7 GLIBC_2.25 missing error

      [centos@xoa ~]$ cat /etc/centos-release
      CentOS Linux release 7.9.2009 (Core)

      with latest update installed.

      posted in Xen Orchestra
      A
      Alexander 0