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

    Sumico

    @Sumico

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

    Sumico Unfollow Follow

    Latest posts made by Sumico

    • RE: Can't add host - ECONNREFUSED

      XCP-ng 7.6.0
      I downloaded the XOA appliance today using the bash command in the documentation.

      posted in Xen Orchestra
      S
      Sumico
    • Can't add host - ECONNREFUSED

      Getting this error when trying to add the first (and only, so far) host.

      server.connect
      {
        "id": "603e8c7e-e779-4492-a16e-3a22b2c28705"
      }
      {
        "errno": "ECONNREFUSED",
        "code": "ECONNREFUSED",
        "syscall": "connect",
        "address": "1.1.1.1",
        "port": 443,
        "url": "https://1.1.1.1/jsonrpc",
        "call": {
          "method": "session.login_with_password",
          "params": [
            "root",
            "its-xcp"
          ]
        },
        "message": "connect ECONNREFUSED 1.1.1.1:443",
        "name": "Error",
        "stack": "Error: connect ECONNREFUSED 1.1.1.1443
          at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1191:14)"
      } 
      
      posted in Xen Orchestra
      S
      Sumico