跳转到主内容

分类扫描时访问被拒绝

Views:
Visibility:
Public
Votes:
0
Category:
netapp_console
Specialty:
ds_dc
Last Updated:

适用于

  • NetApp Console
  • 分类

问题

在 Classification 中的扫描中观察到以下消息:
 
Access denied. Ensure the ONTAP export policy allows access from the classification instance

原因

  • 分类首先尝试使用 NFSv3 进行挂载,如果失败,则回退到 NFSv4
  • 扫描超时,因为分类虚拟机上只有 NFSv4 端口处于打开状态

解决方案

运行以下命令以允许直接连接到 NFSv4:
 
# sed -i 's/cls\._VERSION_FALLBACK_ORDER/cls._VERSION_FALLBACK_ORDER[::-1]/g' /opt/netapp/Datasense/datasense/data_providers/share/mount_controller.py
# docker stop $(docker ps | grep scanning | awk '{print $1}')
 
如果使用 RHEL,请将 'docker' 替换为 'podman'

合作伙伴备注

合作伙伴备注文本
 

追加信息

追加信息文本

内部参考

待翻译
待翻译

Sign in to view the entire content of this KB article.

New to NetApp?

Learn more about our award-winning Support

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.
  • 这篇文章对您有帮助吗?