Please enter search query.
 
              Search <book_title>...
            
 
          NetBackup IT Analytics Data Collector 安装指南(适用于 Capacity Manager)
                Last Published: 
				
                2024-03-18
              
              
                Product(s): 
				
                 NetBackup IT Analytics (11.2)
              
              
            - 概述
 - 计算资源的安装前设置
 - Dell Compellent 的安装前设置
 - DELL EMC Elastic Cloud Storage (ECS) 的安装前设置
 - Dell EMC Unity 的安装前设置
 - EMC Data Domain Storage 的安装前设置
 - EMC Isilon 的安装前设置
 - EMC Symmetrix 的安装前设置
 - EMC VNX Celerra 的安装前设置
 - EMC VNX 的安装前设置
 - EMC VPLEX 的安装前设置
 - EMC XtremIO 的安装前设置
 - FUJITSU ETERNUS Data Collector 的安装前设置
 - Hitachi Block 的安装前设置
 - Hitachi Content Platform (HCP) 的安装前设置
 - Hitachi NAS 的安装前设置
 - Hitachi Vantara 全闪存和混合闪存存储的安装前设置
 - 主机清单安装前设置
 - HP 3PAR 的安装前设置
 - HP EVA 的安装前设置
 - HPE Nimble Storage 的安装前设置
 - IBM Enterprise 的安装前设置
 - IBM COS 的安装前设置
 - IBM SVC 的安装前设置
 - IBM XIV 的安装前设置
 - Microsoft Windows Server 的安装前设置
 - NetApp-7 的安装前设置
 - NetApp StorageGRID 的安装前设置
 - NetApp 群集的安装前设置
 - NetApp E 系列的安装前设置
 - NEC HYDRAstor 的安装前设置
 - Pure Storage FlashArray 的安装前设置
 - Veritas NetBackup Appliance 的安装前设置
 - Veritas Flex Appliance 的安装前设置
 - 安装 Data Collector 软件
 - 验证数据收集
 - 卸载 Data Collector
 - 手动启动 Data Collector
 - 附录 A. 防火墙配置:默认端口
 
创建具有 API 权限的 NetApp 用户
使用现有 NetApp 用户或创建具有访问应用程序编程接口 (API) 所需权限的 NetApp 用户。从 NetApp-7 系统进行收集需要此角色和用户。通常,root(即管理员用户)具有所有功能,但是不建议使用 root 或管理员密码。
要在 NetApp 系统上创建具有所需权限的新用户,请使用以下命令行界面 (CLI) 步骤。对于 命令,请在逗号后面包含空格。
filer> useradmin role add apifarole -a login-http-admin,api-* filer> useradmin group add apifagroup -r apifarole filer> useradmin user add apifauser -g apifagroup
如果 api-* 不满足您的安全要求,则可以使用以下步骤配置其他 File Analytics 权限:
filer> useradmin role add apifarole -a api-volume-list-info,api-nfs-exportfs-list-rules, api-cifs-share-list-iter-start,api-cifs-share-list -iter-next,api-cifs-share-list-iter-end,api-snapdiff -iter-start,api-snapdiff-iter-next,api-snapdiff-iter -end,login-http-admin,api-volume-options-list-info, api-snapshot-list-info,api-snapshot-delete,api- snapshot-create,api-nameservice-map-uid-to-user-name filer> useradmin group add apifagroup -r apifarole filer> useradmin user add apifauser -g apifagroup
注意:
对于 命令,请在逗号后面包含空格。