Issue
In CloudLinux Manager > Current Usage tab
There is an error:
Error
Server is not running, Use 'service lvestats start' command to start it
Environment
- lvestats
Solution
- check the service status with this command:
service lvestats status
- If it's not running, try to start it:
service lvestats restart
- In case the service does not start, try reinstalling the lve-stats package:
yum reinstall lve-stats
- And lastly, rebuild the LVE database:
# systemctl stop lvestats
# tar -zcvf /root/lveinfo_backup_$(date +%Y-%m-%d).tar.gz /var/lve/
# mv /var/lve/lvestats2.db{,.old}
# lve-create-db --recreate
# systemctl reset-failed lvestats
# systemctl start lvestats
# systemctl status lvestats
Comments
0 comments
Please sign in to leave a comment.