XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. DustinB
    3. Posts
    D
    Offline
    • Profile
    • Following 1
    • Followers 3
    • Topics 46
    • Posts 721
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Boot device: Hard Disk - Success

      @rustylh We really need more information to even begin.

      What version of XCP-ng are you using?
      What hardware are you using to run XCP-ng?
      What is the underlying storage where the VM resides on?
      What OS is the VM running?
      How are you taking snapshots, XO?
      How old was the snapshot?
      Were the guest utilities installed into the VM?
      You do know snapshots are not backups, right?

      posted in XCP-ng
      D
      DustinB
    • RE: Xen Orchestra Inventory Export Script

      @olivierlambert Fun fact -lah is short for lazy ass human

      AI is coming...

      feb6ff1a-7269-4c37-84b8-8ed1d64c3d68-image.png

      posted in REST API
      D
      DustinB
    • RE: Schedule a single non repeating task

      @edsilber Yeah I'm not really sure, I also assumed that cron (and XO would use the cron pattern for months). Clearly it doesn't.

      Using AT on the CLI of your host/pool should work (I imagine). But yeah having a "Run Now" function in XO would be killer.

      posted in Management
      D
      DustinB
    • RE: Schedule a single non repeating task

      @edsilber said in Schedule a single non repeating task:

      I'm trying to schedule a snapshot for 8:00 AM later this week. I've got the task created but when I go to the schedules I only get repeating cron results, I can't get it down to a single event. How can I make the equivalent of an at versus a cron.

      And another possibly dumb question, Cron syntax seems to use months 1 through 12 but the web GUI seems to generate 0-11

      You would do this like this,

      cac06c0d-d63e-40e0-9e07-5528408695ec-image.png

      04485645-2f50-45a2-b81d-b88f063babfd-image.png

      Granted this is technically every year on the same day. But you can just disable the job after the job ran.

      posted in Management
      D
      DustinB
    • RE: Xen Orchestra 5.110 V2V not working

      @Biz365 Warm migrations from ESXi are ESXi license dependent on what you have/had with ESXi. Otherwise you can replicate the VM using the migration tool and then manually shutdown the VM on ESXi and then power it on XCP-ng.

      posted in Migrate to XCP-ng
      D
      DustinB
    • RE: VM migration loop

      @Tristis-Oris So you're on be2a603b-b78c-45d6-9c14-3caefce09647-image.png

      Correct? Maybe the dev team can help find the issue.

      posted in Management
      D
      DustinB
    • RE: VM migration loop

      @Tristis-Oris said in VM migration loop:

      @DustinB as i say, XO.

      Okay so we'll assume XO from Source. What commit are you on?

      posted in Management
      D
      DustinB
    • RE: Alarms in XO

      @Danp Right..

      Hrm maybe he has to many concurrent jobs that are running that are beating up dom0.

      posted in Management
      D
      DustinB
    • RE: VM migration loop

      @Tristis-Oris said in VM migration loop:

      @olivierlambert
      XO been updated few times during this week. xen 8.3.

      i'm dunno what to search at logs. See nothing interesting.

      Are you using XOA or XOCE/XO from Source?

      posted in Management
      D
      DustinB
    • RE: Alarms in XO

      @McHenry The issue is host hst150 in pool HST150 is using more than 95% of the available memory based on your screenshot over 5 minutes.

      Either migrate some VMs to another host in the pool or shutdown/scale back some of the resources of your VMs.

      posted in Management
      D
      DustinB
    • RE: How to force shutdown a specific XCP-ng host without migrating VMs (with HA enabled)

      @samuelolavo Stop the VMs ahead of your host shutdown; gracefully and have "auto power on" enabled on these so when your pool master (and slaves) come back online the VMs start on their own.

      posted in Hardware
      D
      DustinB
    • RE: Backups don't time out

      @jshiells How much free space is on your SRs?

      posted in Backup
      D
      DustinB
    • RE: How to protect a VM and Disks from accidental exclusion

      @dfrizon said in How to protect a VM and Disks from accidental exclusion:

      @olivierlambert The idea is to block the VM and exclusion disks even by root itself, and make it possible only via command line in the console. That's why I started the post by mentioning the command...
      We dream of the day when MFA authentication will be required to delete a VM...

      How would you prevent the root account from taking action..... that is the absolute opposite permission set of root, as if there is an account with even more permissions than root.

      You can use permission sets and move your team who are deleting powered off VM's that are protected from accidental deletion into a group that doesn't have the permission to delete VMs, at the same time, remove their permissions from deleting items from your SR.

      I think that would solve your problem, and doesn't cause any logical permission issues like above.

      posted in XCP-ng
      D
      DustinB
    • RE: How to protect a VM and Disks from accidental exclusion

      @dfrizon said in How to protect a VM and Disks from accidental exclusion:

      Hello everyone!

      We want to protect some VMs and associated disks from being deleted (acidental or proposal). The command below protects the VM from being deleted but not the associated disks:

      xe vm-param-set uuid=<UUID_OF_THE_VM> blocked-operations:destroy=true

      What parameter is missing to be included?

      Thanks!!

      Within XO this is very straight-forward. Under the VM's advanced details tab

      00ab4048-65c0-4193-ab4f-d7c57f3f7a03-image.png

      posted in XCP-ng
      D
      DustinB
    • RE: CPU radio buttons on usage graph

      @olivierlambert said in CPU radio buttons on usage graph:

      Those graph are 10y old, and XO 6 will be the default UI in XO 6, so I think we can confidently said we won't take time to debug those old graphs.

      Kind of what I had figured. That XO6 is the way forward.

      posted in Xen Orchestra
      D
      DustinB
    • RE: Netbox - Conflicting IP addresses break sync

      @olivierlambert said in Netbox - Conflicting IP addresses break sync:

      Hi,

      What would be the expected behavior? It's normal to report a conflict, because if you boot the copy, while leaving the original running, you will indeed have a conflict.

      Is it possible to disable the NIC on the DR replica to validate that it boots to a desktop?

      @Pilow changing the MAC address could effect DHCP and DNS. Changing the IP address occurs within the VM and XCP-ng/XO don't directly make edits to these types of settings.

      posted in Advanced features
      D
      DustinB
    • RE: Build failure in XO v6

      The same issue was reported here, but seems its been fixed already.

      https://github.com/Jarli01/xenorchestra_installer/issues/137

      nickali created this issue in Jarli01/xenorchestra_installer

      closed v6 build error: Scale is not exported by #137

      posted in Xen Orchestra
      D
      DustinB
    • RE: CPU radio buttons on usage graph

      Hrm...

      Same thing here too, never noticed it until now.

      8215e43a-b987-4db4-9a9e-ec0136e0be29-image.png

      f5d0fdcb-494b-4318-8beb-3a6e6808d708-image.png

      Must be some sort of bug

      posted in Xen Orchestra
      D
      DustinB
    • RE: CPU radio buttons on usage graph

      @blueh2o said in CPU radio buttons on usage graph:

      @DustinB Still there in commit d77d6. The deselected CPU disappears from the graph but reappears when it refreshes.

      "refreshes" like when you press F5 in your browser?

      posted in Xen Orchestra
      D
      DustinB
    • RE: CPU radio buttons on usage graph

      @blueh2o said in CPU radio buttons on usage graph:

      @DustinB commit 8f2b8

      This looks like it was released on Sept 16, if you update to the latest is this still an issue?

      posted in Xen Orchestra
      D
      DustinB