Applies To
- Zenoss Resource Manager 5.0.9 and earlier
- Control Center 1.0.9 and earlier
Summary
Control Center 1.0.9/Resource Manager 5.0.9 (and earlier versions) can experience a runaway CPU condition (100% usage) if the serviced service shell or serviced service run commands are used. This KB describes recommendations and an alternate approach to running commands that will not trigger this issue.
Procedure
Because this issue is fixed in later versions of the product, Zenoss recommends upgrading to Control Center 1.1.10/Resource Manager 5.1.1, if possible. If upgrade is not possible, proceed to the following section, Workaround.
Workaround
If upgrading the Control Center and Resource Manager is not an option, use the following workaround procedure to avoid using the serviced service shell or serviced service run commands. To prevent the issue of 100% CPU usage, attach to the container and run the command(s) from inside the container.
For example:
- Become root if necessary:
sudo - su
- Attach to a container, zope for example:
serviced service attach zope/0
- Become the appropriate user, zenoss for example:
su - zenoss
- Run the command
- Exit the zenoss user:
exit
- Exit the container:
exit
Comments