XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Zululander
    Z
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 9
    • Groups 0

    Zululander

    @Zululander

    2
    Reputation
    1
    Profile views
    9
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Zululander Unfollow Follow

    Best posts made by Zululander

    • RE: Backup failures: Undefined errors

      @olivierlambert Ah, that might be it, "Xen Orchestra, commit 5cf5d" with a warning "You are not up to date with master. 23 commits behind". Going to google how I update it.

      posted in Backup
      Z
      Zululander

    Latest posts made by Zululander

    • RE: How do i migrate ALL vms from one host to another host?

      This helped me 😎 https://www.youtube.com/watch?v=H5PJ_tHQlZk

      posted in Xen Orchestra
      Z
      Zululander
    • RE: How do i migrate ALL vms from one host to another host?

      @Forza What does one do to ensure that the NICs on the migrated VM now match the correct corresponding physical nics on the new host?

      posted in Xen Orchestra
      Z
      Zululander
    • RE: OpenID

      Alas, no joy but I think it's something else

      Redirect URI Error
      The request fails due to a missing, invalid, or mismatching redirection URI (redirect_uri).
      
      posted in Management
      Z
      Zululander
    • OpenID

      I am trying to integrate with OpenID.

      I have created a user but can't work out what I need to put in the Authentication Methods in order for the system to know that this use is an OpenID user.
      02ab2e62-c275-4418-ab69-ad80cd3648f6-image.png

      posted in Management
      Z
      Zululander
    • RE: Backup failures: Undefined errors

      @Danp Yes, I thought that would be the case but not sure how. If I remember correctly, I installed
      my homelab using https://docs.xcp-ng.org/installation/install-xcp-ng/

      XCP-ng release 8.2.1 (xenenterprise)
      NAME="XCP-ng"
      VERSION="8.2.1"
      ID="xenenterprise"
      ID_LIKE="centos rhel fedora"
      VERSION_ID="8.2.1"
      PRETTY_NAME="XCP-ng 8.2.1"
      ANSI_COLOR="0;31"
      HOME_URL="http://xcp-ng.org/"
      BUG_REPORT_URL="https://github.com/xcp-ng/xcp"
      XCP-ng release 8.2.1 (xenenterprise)
      XCP-ng release 8.2.1 (xenenterprise)

      https://docs.xcp-ng.org/installation/upgrade/ talks about upgrading but I am just wanting to update to the latest commit. Do I just do an upgrade from 8.2 to 8.2 and that will then do it?

      posted in Backup
      Z
      Zululander
    • RE: Backup failures: Undefined errors

      @olivierlambert Ah, that might be it, "Xen Orchestra, commit 5cf5d" with a warning "You are not up to date with master. 23 commits behind". Going to google how I update it.

      posted in Backup
      Z
      Zululander
    • RE: Backup failures: Undefined errors

      @olivierlambert I have just updated it using the XenOrchestraInstallerUpdater script with XCP-Ng 8.2.1

      posted in Backup
      Z
      Zululander
    • RE: Backup failures: Undefined errors

      Changed retention from 5 to 3 and it worked.

      posted in Backup
      Z
      Zululander
    • Backup failures: Undefined errors

      I am getting the following errors:

      For Metadata and Config backup

      {
        "data": {
          "reportWhen": "never"
        },
        "id": "1703240400635",
        "jobId": "50bfaad4-b0bb-4912-94f4-a0231adb504e",
        "jobName": "Weekly - Config & Metadata",
        "message": "backup",
        "scheduleId": "d4aa065c-02a3-4ee6-83b0-e4962921143b",
        "start": 1703240400635,
        "status": "failure",
        "end": 1703240401220,
        "result": {
          "message": "Cannot convert undefined or null to object",
          "name": "TypeError",
          "stack": "TypeError: Cannot convert undefined or null to object\n    at metadataBackup.executor [as _executor] (file:///opt/xo/xo-builds/xen-orchestra-202312210650/packages/xo-server/src/xo-mixins/metadata-backups.mjs:47:7)\n    at Jobs.apply (file:///opt/xo/xo-builds/xen-orchestra-202312210650/packages/xo-server/src/xo-mixins/jobs/index.mjs:294:28)\n    at Jobs._runJob (/opt/xo/xo-builds/xen-orchestra-202312210650/node_modules/golike-defer/src/index.js:85:19)\n    at Jobs.runJobSequence (file:///opt/xo/xo-builds/xen-orchestra-202312210650/packages/xo-server/src/xo-mixins/jobs/index.mjs:334:18)\n    at Api.#callApiMethod (file:///opt/xo/xo-builds/xen-orchestra-202312210650/packages/xo-server/src/xo-mixins/api.mjs:445:20)"
        }
      }
      

      And for full backups

      {
        "data": {
          "mode": "full",
          "reportWhen": "never"
        },
        "id": "1703239217011",
        "jobId": "e404831a-9dea-47a6-89d7-87a179017030",
        "jobName": "Weekly Backups",
        "message": "backup",
        "scheduleId": "2b860522-46d9-4499-b300-fd517dd3398e",
        "start": 1703239217011,
        "status": "failure",
        "end": 1703239217019,
        "result": {
          "message": "Cannot read properties of undefined (reading 'healthCheckSr')",
          "name": "TypeError",
          "stack": "TypeError: Cannot read properties of undefined (reading 'healthCheckSr')\n    at executor (file:///opt/xo/xo-builds/xen-orchestra-202312210650/packages/xo-server/src/xo-mixins/backups-ng/index.mjs:201:41)\n    at file:///opt/xo/xo-builds/xen-orchestra-202312210650/packages/xo-server/src/xo-mixins/jobs/index.mjs:265:30\n    at Jobs._runJob (file:///opt/xo/xo-builds/xen-orchestra-202312210650/packages/xo-server/src/xo-mixins/jobs/index.mjs:294:22)\n    at Jobs.runJobSequence (file:///opt/xo/xo-builds/xen-orchestra-202312210650/packages/xo-server/src/xo-mixins/jobs/index.mjs:334:7)\n    at Api.#callApiMethod (file:///opt/xo/xo-builds/xen-orchestra-202312210650/packages/xo-server/src/xo-mixins/api.mjs:445:20)"
        }
      }
      

      I have tested my remote storage and that is working.

      Not sure where to from here.

      posted in Backup
      Z
      Zululander