TECHIES WORLD

For Techs.... Techniques.... Technologies....

Linux

ERROR: Cannot open /var/log/sysstat/sa Please check if data collecting is enabled in /etc/default/sysstat

Cannot open /var/log/sysstat/sa Please check if data collecting is enabled in /etc/default/sysstat

This is an error related to the sysstat utility.

We can resolve this by modifying the sysstat configuration.'

Step1: Open the configuration file /etc/default/sysstat

#vi /etc/default/sysstat

Step2: Update the following value to true and save.

ENABLED="true"

Step3: Restart the service.

#service sysstat restart

That's all…

Leave a Reply