Customizing the Home Directory of MindCluster Ascend FaultDiag
The home directory of MindCluster Ascend FaultDiag can be set using the environment variable ASCEND_FD_HOME_PATH. This directory is used to store run logs and operation logs of MindCluster Ascend FaultDiag. It also contains fault keyword masking files and customized fault files.
Procedure
Set the MindCluster Ascend FaultDiag home directory in the environment variable.
export ASCEND_FD_HOME_PATH=/Customized_path
- If this environment variable is not set, the home directory of MindCluster Ascend FaultDiag is $HOME/.ascend_faultdiag/ by default.
- When this environment variable is set, the path must exist and be a directory. The /tmp path cannot be specified as the home directory. The owner of the directory must be the root user or program running user, and the program running user must have the permission to create, read, and write files in the directory.
Parent topic: Common Operations