News:

SMF - Just Installed!

Main Menu

iotop error on a Plesk server: command not found

Started by senthil, Jul 02, 2025, 06:44 AM

Previous topic - Next topic

senthil

Symptoms
  • Several actions in Plesk fail with the following error:

    Stdout:
    Stderr: /opt/psa/admin/sbin/modules//repair-kit/io.sh: line 6: iotop: command not found
    Exit code: 127

Cause
iotop package is not installed.

Resolution
  • Connect to the server via SSH
  • Install the iotop package:
    • For Debian-based systems (Debian, Ubuntu):
      #apt install iotop
    • For RHEL-based systems (RHEL, CentOS, Almalinux, Rocky Linux, CloudLinux):
      #yum install iotop
  • Retry the previous action.