DBC:Errors/DBC-W008
Jump to navigation
Jump to search
[DBC-W008] sysstat not installed, not collecting OS performance data
The sysstat RPM package is not installed. Sysstat is used to retrieve OS performance statistics.
Solution: install (and enable where needed) the sysstat package.
# as root
yum install -y sysstat
# or (newer RHEL and compatibles)
dnf install -y sysstat
# or (SuSE)
zypper in sysstat
# Enable (newer, systemctl based distro's):
systemctl enable --now sysstat