Categories

  • All news regarding Xen and XCP-ng ecosystem

    143 Topics
    4k Posts
    M
    Hi, I installed the update candidates within my test environment. Updates installed fine, after reboot all looks good so far. No apparent issues can be seen.
  • Everything related to the virtualization platform

    1k Topics
    15k Posts
    LucienLassalleL
    @Bryanvh Thank you for your feedback, Your previous certificates look correct. I have not been able to reproduce the issue on my side, but I will try to diagnose it based on the code. [MASTER] I have a few preliminary commands. The first one is to retrieve the MASTER_UUID: cat /etc/xensource-inventory | grep INSTALLATION_UUID | cut -d'=' -f2 | tr -d "'" Then we can compare fingerprints between the master certificate and the one stored for the pool: openssl x509 -in /etc/xensource/xapi-pool-tls.pem -noout -fingerprint -sha256 openssl x509 -in /etc/stunnel/certs-pool/{MASTER_UUID}.pem -noout -fingerprint -sha256 (please replace {MASTER_UUID} with the value retrieved above) Normally, both fingerprints should match. Also check that the CA bundle exists and is not empty: ls -l /etc/stunnel/xapi-pool-ca-bundle.pem If you previously ran: xe host-refresh-server-certificate you should probably run: xe pool-certificate-sync [JOINER] Based on the code, the first phase has already been completed. You should therefore have files under /etc/stunnel/certs-pool/, including the master certificate: openssl x509 -in /etc/stunnel/certs-pool/{MASTER_UUID}.pem -noout -fingerprint -sha256 [Additional checks] Are all hosts synchronized to the same NTP server? date & timedatectl Are all hosts fully updated to XCP-ng 8.3 and rebooted after updates? Do you see the same error when joining the pool using XCP-ng (via Console or CLI) instead of Xen Orchestra? Is there any more detailed error in /var/log/xensource.log ? How many hosts are in your pool? Is stunnel running correctly on all hosts? systemctl status stunnel@xapi Do certificate chains validate correctly? openssl verify -CAfile /etc/stunnel/xapi-pool-ca-bundle.pem /etc/stunnel/certs-pool/{MASTER_UUID}.pem Respectfully,
  • 3k Topics
    28k Posts
    P
    Moreover, can you show me one metadata file that is supposed to work please?
  • Our hyperconverged storage solution

    47 Topics
    750 Posts
    olivierlambertO
    Please disable HA and report if you still have the issue.
  • 35 Topics
    113 Posts
    olivierlambertO
    Ah excellente nouvelle Je passe le sujet en résolu !