How do i move a domain to another xen cpupool?



  • The output below shows 2 active domains on the cpupool Pool-0 we want to move one domain to uat.

    # xl cpupool-list 
    Name               CPUs   Sched     Active   Domain count
    Pool-0               2    credit       y          2
    uat                  2   credit2       y          0
    

    Move the domain to the uat cpupool

    # xl cpupool-migrate webserver01 uat
    

    Check again The domain has been moved to uat

    # xl cpupool-list 
    Name               CPUs   Sched     Active   Domain count
    Pool-0               2    credit       y          1
    uat                  2   credit2       y          1
    


© Lightnetics 2024