XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. rk9268vc
    R
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 14
    • Groups 0

    rk9268vc

    @rk9268vc

    3
    Reputation
    1
    Profile views
    14
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    rk9268vc Unfollow Follow

    Best posts made by rk9268vc

    • RE: Is there a way to install Tailscale on XOA so you can VPN into orchestra gui?

      @olivierlambert

      It worked to do
      curl -fsSL https://tailscale.com/install.sh | sh
      then
      sudo tailscale up

      Behold: My server, but from my phone on mobile data.
      so slick!

      works super awesome! only complaint is i dont have the console scale gui slider like on desktop, so cant zoom out enough. even if i request desktop site.

      Screenshot_20240906_203851_Chrome.jpg

      Screenshot_20240906_204621_Chrome.jpg

      Thanks for the help 😃

      posted in Management
      R
      rk9268vc

    Latest posts made by rk9268vc

    • RE: Is there a way to install Tailscale on XOA so you can VPN into orchestra gui?

      @olivierlambert

      It worked to do
      curl -fsSL https://tailscale.com/install.sh | sh
      then
      sudo tailscale up

      Behold: My server, but from my phone on mobile data.
      so slick!

      works super awesome! only complaint is i dont have the console scale gui slider like on desktop, so cant zoom out enough. even if i request desktop site.

      Screenshot_20240906_203851_Chrome.jpg

      Screenshot_20240906_204621_Chrome.jpg

      Thanks for the help 😃

      posted in Management
      R
      rk9268vc
    • RE: Is there a way to install Tailscale on XOA so you can VPN into orchestra gui?

      @olivierlambert
      hi, thanks for the reply!

      quick question you might know.
      I am not too familiar with the different linux versions and syntaxes

      I used these commands to install tailscale on xcp-ng, are they the same commands for XOA? Or is XOA a different linux?

      https://bobcares.com/blog/tailscale-on-xcp-ng-host/

      thanks! 🙂

      posted in Management
      R
      rk9268vc
    • Is there a way to install Tailscale on XOA so you can VPN into orchestra gui?

      I was able to install tailscale on the xcp-ng server using the shell. And I can connect to it remotely. However that just shows the webpage that asks to deploy XOA.

      If I wanted to remote into orchestra gui, I assume I just install tailscale on XOA yeah? But Will that give me orchestra gui, or only ssh? I want to see the gui in browser to control vm's remotely

      Thanks!

      posted in Management
      R
      rk9268vc
    • adding gpu passthrough for a second gpu prevents VM from booting

      Hello,

      I have a sever with a few VMs and a few GPU

      first GPU added was a quadro P600, I set up gpu passthrough to a VM and it works and everything is happy

      I added a second GPU (gtx 2060) to the sever, I try to enable passthrough to a second VM, and it wont boot.
      It gives error "No Hosts Available"
      The vm boots normally when passthrough is disabled again

      gpu groups.PNG

      The gpu's are both "passthrough 0x0" in the advanced vm settings, is this the issue?
      passthrough 0x0.PNG

      Any ideas on how to fix this?
      Thanks! 🙂

      here is what the error log shows when trying to start the vm

      vm.start
      {
        "id": "195ef42f-5cb8-2b29-d1ef-8ffced0885f0",
        "bypassMacAddressesCheck": false,
        "force": false
      }
      {
        "code": "NO_HOSTS_AVAILABLE",
        "params": [],
        "call": {
          "method": "VM.start",
          "params": [
            "OpaqueRef:204f8bee-2542-4fd7-89bc-adae165f6afd",
            false,
            false
          ]
        },
        "message": "NO_HOSTS_AVAILABLE()",
        "name": "XapiError",
        "stack": "XapiError: NO_HOSTS_AVAILABLE()
          at Function.wrap (/usr/local/lib/node_modules/xo-server/node_modules/xen-api/src/_XapiError.js:16:12)
          at /usr/local/lib/node_modules/xo-server/node_modules/xen-api/src/transports/json-rpc.js:35:27
          at AsyncResource.runInAsyncScope (async_hooks.js:197:9)
          at cb (/usr/local/lib/node_modules/xo-server/node_modules/bluebird/js/release/util.js:355:42)
          at tryCatcher (/usr/local/lib/node_modules/xo-server/node_modules/bluebird/js/release/util.js:16:23)
          at Promise._settlePromiseFromHandler (/usr/local/lib/node_modules/xo-server/node_modules/bluebird/js/release/promise.js:547:31)
          at Promise._settlePromise (/usr/local/lib/node_modules/xo-server/node_modules/bluebird/js/release/promise.js:604:18)
          at Promise._settlePromise0 (/usr/local/lib/node_modules/xo-server/node_modules/bluebird/js/release/promise.js:649:10)
          at Promise._settlePromises (/usr/local/lib/node_modules/xo-server/node_modules/bluebird/js/release/promise.js:729:18)
          at _drainQueueStep (/usr/local/lib/node_modules/xo-server/node_modules/bluebird/js/release/async.js:93:12)
          at _drainQueue (/usr/local/lib/node_modules/xo-server/node_modules/bluebird/js/release/async.js:86:9)
          at Async._drainQueues (/usr/local/lib/node_modules/xo-server/node_modules/bluebird/js/release/async.js:102:5)
          at Immediate.Async.drainQueues [as _onImmediate] (/usr/local/lib/node_modules/xo-server/node_modules/bluebird/js/release/async.js:15:14)
          at processImmediate (internal/timers.js:462:21)
          at process.topLevelDomainCallback (domain.js:147:15)
          at process.callbackTrampoline (internal/async_hooks.js:132:14)"
      }
      
      posted in Hardware
      R
      rk9268vc
    • RE: How do you clone a VM to another host?

      @olivierlambert Hi, thanks for the comment.
      As mentioned, it does not give me the option to copy to the other host. When I select copy, it only shows the disks of the current host as targets.
      The only way that I see to see the other host as a target is with migrate.
      Is there a setting or something to be able to see others hosts when copying?
      thanks

      posted in Xen Orchestra
      R
      rk9268vc
    • RE: How do you clone a VM to another host?

      @splastunov Hi. The VM doesnt have to be live migrated, shutdown is fine.
      The problem is migrate moves the VM. I want to simply copy the VM to the new machine and keep the instance on the current one.
      If I migrate, it will be gone from the current machine.
      I do not have the storage space to clone the VM first, then migrate on either host.

      what i want to do is clone, but to another host, not to the same host - if that makes sense

      posted in Xen Orchestra
      R
      rk9268vc
    • RE: How do you clone a VM to another host?

      @Andrew when i select "copy" it does not give me the option to select the other host, only different disks of the same host.
      The other host does show up as a separate pool so i wonder if that is the issue?

      The VM is around 480 GB and i am moving from a 500GB raid to a 512GB raid so i dont have a lot of wiggle room,

      posted in Xen Orchestra
      R
      rk9268vc
    • How do you clone a VM to another host?

      I have 2 physical servers (2 hosts)
      I want to migrate the VM to the second server as a copy and keep the original one.
      I do not have enough space on the disk to copy it, then migrate it.

      Is there any way to migrate-clone a VM?

      thanks 🙂

      posted in Xen Orchestra
      R
      rk9268vc
    • RE: How to turn imported Windows VHD disk into VM?

      @Danp
      ive tried recovery start and it didnt work

      Nothing unusual about the original windows install.
      Fresh copy of windows with like 2 programs created just to try the process out without having to move giant files around. the VHD is only like 32GB.
      The windows installs i want to make virtual eventually are like 700GB.

      used microsoft pc2vhd to make the vhd. plain vhd not vhdx, and i did select the create-for-vm option.

      posted in Xen Orchestra
      R
      rk9268vc
    • RE: How to turn imported Windows VHD disk into VM?

      @Danp with secure boot OFF i boot to the screenshot in the first post and cant get past that.
      With secureboot ON it tries to start for a while, gets hung up at 85% and fails to start giving an "unknown error from peer"

      Here is the log
      FAILED_TO_START_EMULATOR(OpaqueRef:9d272667-9c94-4710-9fb4-249cfef281b8, varstored, Daemon exited unexpectedly)

      posted in Xen Orchestra
      R
      rk9268vc