Results 1 to 3 of 3

Thread: how to enable two vcpu's in Dom0 with xen?

  1. #1
    Join Date
    Mar 2017
    Beans
    4

    how to enable two vcpu's in Dom0 with xen?

    Hi there

    By booting Ubuntu 16.04 with XEN I've only one CPU available. I think thats an good choise in many scenarios. But for my current project I need the power of two vcpu's on Dom0. What I have to do to get that?
    I've tried with

    Code:
    xl vcpu-set 0 1
    xl vcpu-pin 0 1 all all
    Code:
    xl vcpu-list
    Name                                ID  VCPU   CPU State   Time(s) Affinity (Hard / Soft)
    Domain-0                             0     0    0   r--     388.1  all / all
    Domain-0                             0     1    -   --p       0.0  all / all
    But the second core still does not run.

    thanks in advance

  2. #2
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: how to enable two vcpu's in Dom0 with xen?


  3. #3
    Join Date
    Mar 2017
    Beans
    4

    Re: how to enable two vcpu's in Dom0 with xen?

    yes you have forgotten something. Because I can use only one cpu but two are enabeled.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •