---
title: 日志权限有问题导致Ascend DMI功能不可用
description: "使用Ascend DMI工具时报错，提示The log is abnormal. Check the log status。"
url: https://www.hiascend.com/document/detail/zh/mindcluster/latest/toolbox/toolboxug/toolboxug_0149.html
sourcePath: /source/zh/mindcluster/2610/toolbox/toolboxug/toolboxug_0149.html
indexId: 478305453e9d2dfec22df6f5ed17777d639a00045c87a0e8f882adafeecb7af265
---
# 日志权限有问题导致Ascend DMI功能不可用

#### 问题现象

使用Ascend DMI工具时报错，提示The log is abnormal. Check the log status。

图1 报错示例


#### 可能原因

日志文件或目录的权限或属组不满足要求。


#### 解决措施

root用户日志路径：/var/log/ascend-dmi

非root用户：~/var/log/ascend-dmi

将路径下日志文件权限改为600：

以root用户为例：

```
chmod 600 /var/log/ascend-dmi/ascend-dmi-operation.log
chmod 600 /var/log/ascend-dmi/ascend-dmi.log
```
