简体中文版经机器翻译而成,仅供参考。如与英语版出现任何冲突,应以英语版为准。
查看访问控制权限
贡献者
建议更改
您可以运行 SnapDrive config access show` 命令来查看访问控制权限。
步骤
-
运行 SnapDrive config access show` 命令。
此命令的格式如下: SnapDrive config access { show | list } filername`
无论输入的是
show
还是list
version 命令,都可以使用相同的参数。此命令行会检查存储系统面面面包机,以确定主机具有哪些权限。根据输出,此存储系统上主机的权限为 snap all 。
# snapdrive config access show toaster This host has the following access permission to filer, toaster: SNAP ALL Commands allowed: snap create snap restore snap delete snap rename #
在此示例中,权限文件不在存储系统上,因此 SnapDrive for UNIX 会检查
snapdrive.conf
文件中的变量 ` _all-access-if-rbac unspecified _` 以确定主机具有哪些权限。此变量设置为on
,相当于创建一个权限文件,并将访问级别设置为 all access 。# snapdrive config access list toaster This host has the following access permission to filer, toaster: ALL ACCESS Commands allowed: snap create snap restore snap delete snap rename storage create storage resize snap connect storage connect storage delete snap disconnect storage disconnect clone split estimate clone split start #
此示例显示了存储系统面板上没有权限文件时您会收到的消息类型,并且
snapdrive.conf
文件中的变量 ` _all-access-if-rbac unspecified _` 设置为 off 。# snapdrive config access list toaster Unable to read the access permission file on filer, toaster. Verify that the file is present. Granting no permissions to filer, toaster.