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

    truongtx8

    @truongtx8

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

    truongtx8 Unfollow Follow

    Best posts made by truongtx8

    • RE: "No Stats" Issue

      @BSmithITGuy Thanks for your information. The temporary workaround now is put Xen Orchestra to the same XCP-ng management network.

      Update 1: Diving deeper, I discovered that the API was changed the host management address (where the VM is located) to the backup address:
      https://github.com/vatesfr/xen-orchestra/blob/92932dd54645838db58ecfdd872895c5ad461608/packages/xen-api/index.mjs#L1010

      async _setHostAddressInUrl(url, host) {
      ...
      url.hostname = await this._getHostBackupAddress(host)
      }
      
      posted in Management
      T
      truongtx8

    Latest posts made by truongtx8

    • RE: "No Stats" Issue

      @BSmithITGuy Thanks for your information. The temporary workaround now is put Xen Orchestra to the same XCP-ng management network.

      Update 1: Diving deeper, I discovered that the API was changed the host management address (where the VM is located) to the backup address:
      https://github.com/vatesfr/xen-orchestra/blob/92932dd54645838db58ecfdd872895c5ad461608/packages/xen-api/index.mjs#L1010

      async _setHostAddressInUrl(url, host) {
      ...
      url.hostname = await this._getHostBackupAddress(host)
      }
      
      posted in Management
      T
      truongtx8
    • RE: error: Error: Command failed: xenstore-read vm xenstore.Open error: open /proc/xen/xenbus: permission denied

      It also happens when you run xo-server as non-root user.

      posted in Xen Orchestra
      T
      truongtx8