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
- Check whether the s permission is assigned to sudo.
1ll /usr/bin/sudo - Add the s permission.
1chmod u+s /usr/bin/sudo
Parent topic: FAQs