我要评分
获取效率
正确性
完整性
易理解

Failure to Create a Working Space for HPC Application Analysis and Failure to Run Commands for Process/Thread Tasks

Symptom

The analysis task fails. Specifically, the pidstat command fails to be executed or a working space fails to be created in the shared directory.

Possible Cause

The s permission is not assigned to the sudo command in the collection task.

Troubleshooting Procedure

  1. Check whether the s permission is assigned to sudo.
    1
    ll /usr/bin/sudo
    
  2. Add the s permission.
    1
    chmod u+s /usr/bin/sudo