XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. KPS
    K
    Offline
    • Profile
    • Following 0
    • Followers 1
    • Topics 62
    • Posts 237
    • Groups 1

    KPS

    @KPS

    Top contributor
    53
    Reputation
    3.0k
    Profile views
    237
    Posts
    1
    Followers
    0
    Following
    Joined
    Last Online

    KPS Unfollow Follow
    Top contributor

    Best posts made by KPS

    • RE: Introduce yourself!

      Hi!

      I have been using Xen for nearly 10 years, now. I started with VirtualIron and changed over to Xenserver when Citrix closed VI.
      My use-case is mostly a company-network of a mid-size-company.

      I still think Xenserver/XCP-ng is one of the best platforms (thats why I became a sponsor). There are no very good alternatives.

      • VMWare is only a good solution if you pay for the "large" Enterprise bundles
      • Proxmox/oVirt is very limited
      • HyperV is a Microsoft Product...

      What I really like on Xenserver/XCP-ng is the possiblity to run the same Hypervisor with the same featureset on every test-server, production-cluster, and the possibility to live-migrate between pools.

      posted in Off topic
      K
      KPS
    • RE: Add Management Interface

      Hi!

      I was now able to solve both issues (thank you @olivierlambert):

      • Adding additional Management Interface:
        --> XOA - Host - Network - Change Type to "static"

      • Moving Management Interface to Bond:
        --> XOA - Pool - Network - Create Bond with "old" single-Interface and another interface
        ----> IP is automatically reassigned to Bond

      posted in Management
      K
      KPS
    • RE: Fetch backup information

      You can get the backups from the logs:

      /rest/v0/backup/logs?fields=tasks

      posted in REST API
      K
      KPS
    • RE: XCP-ng logs in XOA - where to find

      Just if somebody else is searching for the same thing, although it is not directly related to XOA:

      If you want to get these alerts by mail and you are not using XCP-ng-Center, you can activate them with:

      xe pool-param-set uuid=pool-uuid other-config:mail-destination=mail@example.com
      xe pool-param-set uuid=pool-uuid other-config:ssmtp-mailhub=mailserverip:port
      

      KPS

      posted in Xen Orchestra
      K
      KPS
    • Performance-Plugin is showing the wrong SR on resolution

      Hi!

      I am using XOA on lates stable 5.98.1.
      The "Performance-Plugin" seems to have a problem on the resolution of alerts:

      First Mail: SR-fill >80%: iSCSI-SR1: 80.1% used
      Resolution Mail: END OF ALERT: localstorage: 0.0% used

      --> When iSCSI-SR1 did fall below 80% I received the mail about a totally different SR, that is currently empty

      Are you having the same issue?

      Regards
      KPS

      posted in Advanced features
      K
      KPS
    • RE: Veeam and XCP-ng

      I do not think, there will be a "Veeam for XCP-ng". I think, we should hope and help to improve XOA.

      My (constructive) critic points:

      • Backup and restore speed should be higher
      • Instant restore "pendant" is missing --> makes restore speed MORE critical
      • No real "progressbar" on jobs!
      • Maintenance-jobs not really visible at all (backup-merge!)

      There is also one other thing, but I think, it can be handled mostly with additional agent-based-software:

      • Application aware backups (active directory, sql, etc.)

      --> So the main point is: You are currently not able to estimate the speed or progress of jobs until they are finished and you do not see maintence jobs

      posted in XCP-ng
      K
      KPS
    • RE: Backup / Migration Performance

      @nikade
      I think, this can be handled. The downsides are the inefficient way to save the VMs, which can perhaps be minimized with ZFS storage for some compression, but it is working.

      posted in Backup
      K
      KPS
    • RE: Backup AD servers

      You really need an application aware backup with AD.

      Option 1: Additional backup-software
      Option 2: Combine Windows-Backup with XOA
      --> A system-state-backup should be sufficient.
      Option 3: Install a new DC

      posted in Backup
      K
      KPS
    • RE: XO not update network link info

      @Tristis-Oris
      That's a "known issue":
      https://xcp-ng.org/forum/topic/7827/xoa-does-not-refresh-quickly-status-of-nics

      XCP-ng-center is showing the update.

      posted in Management
      K
      KPS
    • RE: UEFI Firmware not supported

      @ferrao
      There is another thread about bad performance of migrated VMs, where the main reason was/is, that the wrong template was active which did lead to a degraded performance.

      posted in Management
      K
      KPS

    Latest posts made by KPS

    • RE: Linux VM (Ubuntu 22.04) - Grub-Menu invisible

      @GuillaumeHullin
      That was the trick!

      GRUB_TIMEOUT_STYLE="menu" did solve it!

      posted in Compute
      K
      KPS
    • RE: Linux VM (Ubuntu 22.04) - Grub-Menu invisible

      @GuillaumeHullin said in Linux VM (Ubuntu 22.04) - Grub-Menu invisible:

      GRUB_TIMEOUT_STYLE

      I did change GRUB_TIMEOUT_STYLE from "hidden" to "timeout".
      Now, the system is counting down from 5 to 1 (on a screen, where the rest is black), but the menu is still missing

      posted in Compute
      K
      KPS
    • RE: Linux VM (Ubuntu 22.04) - Grub-Menu invisible

      @GuillaumeHullin
      This was just something, I found while googeling...
      I did use your config, but still:

      • Black screen instead of the boot-menu.
      posted in Compute
      K
      KPS
    • RE: Linux VM (Ubuntu 22.04) - Grub-Menu invisible

      @GuillaumeHullin said in Linux VM (Ubuntu 22.04) - Grub-Menu invisible:

      Hi,
      Have you run sudo update-grub after changing your configuration?

      Yes, I did

      posted in Compute
      K
      KPS
    • Linux VM (Ubuntu 22.04) - Grub-Menu invisible

      Hi!

      I am having a problem with linux VMs, that are not showing grub.
      The console of the VM is black until the VM does really start.

      What I tried:

      Changed grub-config to:

      GRUB_TIMEOUT=5
      GRUB_TERMINAL=console
      
      

      and

      GRUB_TERMINAL="serial"
      GRUB_CMDLINE_LINUX="console=tty0 console=ttyS0,115200"
      GRUB_SERIAL_COMMAND="serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1"
      

      Can you give me a hint on how to solve this?

      Best wishes

      posted in Compute
      K
      KPS
    • RE: Xen-Orchestra Auto-Logout

      @DustinB
      When a browser is open for some days, the process is using more and more memory, until it reaches the memory limit. If nobody is logged in, that is happening much slower.
      Currently, my limit is 8GB:

      c8d1cda2-e303-4527-8bf8-1affaa338095-image.png

      When that limit is reached, strange things begin to happen:

      • API-requests are timing out
      • Backup-jobs are failing
        ...until the process is restarted.

      About the original question:

      sessionCookieValidity = '12 hours'
      

      should fit?

      posted in Management
      K
      KPS
    • Xen-Orchestra Auto-Logout

      Hi!

      I want to have an auto-logout in Xen-Orachestra. I can see, that logged-on sessions, that are lasting over days are filling the memory of the XOA VM, until issues are starting.

      What I found in your git is:

       [authentication] 
       # Default to `maxTokenValidity` 
       #permanentCookieValidity = '30 days' 
        
       # Default to `undefined`, ie as long as the browser is not restarted 
       # 
       # https://developer.mozilla.org/fr/docs/Web/HTTP/Headers/Set-Cookie#Session_cookie 
       #sessionCookieValidity = '10 hours' 
      

      ...but I do not really understand the difference between permanentCookieValidity and sessionCookieValidity. Which one do I have to set, to force user logoffs after 12h, when a user does keep the browser open, when leaving the office?

      Thank you for your help
      KPS

      posted in Management
      K
      KPS
    • RE: Xen Orchestra on publicly accessible VM

      You can easily add some firewall rules as an additional layer and/or restrict to ssh-forwarded sessions

      posted in Management
      K
      KPS
    • RE: Introduce old version / snapshot of remote to XOA

      Are there any UUIDs for a remote, that are saved in the meta-files on the remote?

      posted in Backup
      K
      KPS
    • Performance-Plugin is showing the wrong SR on resolution

      Hi!

      I am using XOA on lates stable 5.98.1.
      The "Performance-Plugin" seems to have a problem on the resolution of alerts:

      First Mail: SR-fill >80%: iSCSI-SR1: 80.1% used
      Resolution Mail: END OF ALERT: localstorage: 0.0% used

      --> When iSCSI-SR1 did fall below 80% I received the mail about a totally different SR, that is currently empty

      Are you having the same issue?

      Regards
      KPS

      posted in Advanced features
      K
      KPS