We see the process xm running on our server with very high cpu usage and it is causing problems. We have looked it up and think it is this
> The xm program is the main interface for managing Xen guest domains. The program can be used to create, pause, and shutdown domains. It can also be used to list current domains, enable or pin VCPUs, and attach or detach virtual block devices.
When we kill the process another one appears immediately. We were able to rename the application which stops it running but if we rename it back it gets executed and the cpu usage is at 100% again.
Our suspicion, which could be wrong is that it is being regenerated by cpanel. Possibly there is some cronjob ,that does not contain xm in the name, but when it runs if the file does not exist , it downloads it and then it executes it. When we stop it we see the pigz process running which is the backups so is it some part of that?
We're really stuck here so wonder if anyone can help with a possible explanation and hopefully a solution.
> The xm program is the main interface for managing Xen guest domains. The program can be used to create, pause, and shutdown domains. It can also be used to list current domains, enable or pin VCPUs, and attach or detach virtual block devices.
When we kill the process another one appears immediately. We were able to rename the application which stops it running but if we rename it back it gets executed and the cpu usage is at 100% again.
Our suspicion, which could be wrong is that it is being regenerated by cpanel. Possibly there is some cronjob ,that does not contain xm in the name, but when it runs if the file does not exist , it downloads it and then it executes it. When we stop it we see the pigz process running which is the backups so is it some part of that?
We're really stuck here so wonder if anyone can help with a possible explanation and hopefully a solution.