DBC:Errors/DBC-W008: Difference between revisions
Jump to navigation
Jump to search
Created page with "Category:DBCollect {{ error | [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. <syntaxhighlight lang=bash> # 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 e..." |
No edit summary Tag: Manual revert |
||
(3 intermediate revisions by the same user not shown) | |||
Line 18: | Line 18: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
{{PrevNext|DBC:Errors/W007|DBC:Errors/W009}} | {{PrevNext|DBC:Errors/DBC-W007|DBC:Errors/DBC-W009}} |
Latest revision as of 13:41, 5 November 2024
[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