Please enter search query.
 
              Search <book_title>...
            
 
          NetBackup IT Analytics Certified Configuration Guide
                Last Published: 
				
                2024-09-04
              
              
                Product(s): 
				
                 NetBackup IT Analytics (11.3)
              
              
            - Introduction
 - Portal and database servers
 - Data Collector server configurations
 - Capacity Manager configurations
- Supported systems and access requirements
 - IBM Arrays: Modify profile
 - Creating a NetApp user with API privileges
 - Creating a NetApp cluster-mode user with API privileges
 - Array/LUN performance Data Collection
 - EMC Isilon array performance metrics
 - NetApp Cluster-Mode performance metrics
- NetApp Cluster-Mode Aggregate Performance
 - NetApp Cluster-Mode CIFS Performance
 - NetApp Cluster-Mode Disk Performance
 - NetApp Cluster-Mode Fiber Channel Protocol Logical Interface Performance
 - NetApp Cluster-Mode LUN Performance
 - NetApp Cluster-Mode NFS Performance
 - NetApp Cluster-Mode Processor Node Performance
 - NetApp Cluster-Mode Processor Performance
 - NetApp Cluster-Mode RAID Performance
 - NetApp Cluster-Mode SMB (Server Message Block) Performance
 - NetApp Cluster-Mode System Performance
 - NetApp Cluster-Mode Target Port Performance
 - NetApp Cluster-Mode Volume Performance
 
 - EMC Symmetrix enhanced performance metrics
- Create enhanced EMC Symmetrix Performance report templates
 - EMC Symmetrix Array Performance
 - EMC Symmetrix Backend Director Performance
 - EMC Symmetrix Frontend Director Performance
 - EMC Symmetrix Front-end Port Performance
 - EMC Symmetrix Storage Group Performance
 - EMC Symmetrix Database Performance
 - EMC Symmetrix Disk Group Performance
 - EMC Symmetrix Disk Performance
 - EMC Symmetrix Device Groups Performance
 - EMC Symmetrix Disk by Technology Performance
 - EMC Symmetrix Storage Tier Performance
 - EMC Symmetrix Thin Tier Performance
 - EMC Symmetrix Thin Pool Performance
 - EMC Symmetrix Enhanced Performance metrics
 
 - Hitachi Vantara array performance metrics
 - Host resources prerequisites and configurations
 - Host access privileges, sudo commands, ports, and WMI proxy requirements
 - WMI proxy requirements for Windows host Data Collection
 - Host resources supported configurations
 - Pure Storage Flash Array performance metrics
 - Supported host bus adapters (HBAs)
 - Compute Resources supported configurations
 
 - Cloud configurations
 - Virtualization Manager configurations
 - File Analytics configurations
 - Fabric Manager configurations
 - Backup Manager configurations
 - ServiceNow configurations
 - Internal TCP port requirements
 
Creating a NetApp cluster-mode user with API privileges
Data collection of NetApp Cluster-Mode requires a specific read-only role and user in order to collect data for a cluster.
To create a new user account with the required privileges, use the following Command Line Interface (CLI) steps. This set of commands creates a role as and then a user named with read-only access.
Create a read-only role using the following two commands.
security login role create -role apt_readonly -cmddirname DEFAULT -access readonly security login role create -role apt_readonly -cmddirname security -access readonly
Create the read-only user using the following command. Once you have executed the create command, you will be prompted to enter a password for this user.
security login create -username apt_user -application ontapi -authmethod password -role apt_readonly
The resulting role and user login will look something like this:
Role Command/ Access Vserver Name Directory Query Level ---------- ------------- --------- ------------------ -------- cluster1 apt_readonly DEFAULT readonly cluster1 apt_readonly security readonly cluster1::security login> show Vserver: cluster1 Authentication Acct UserName Application Method Role Name Locked ---------------- ----------- -------------- ---------------- ------ apt_user ontapi password apt_readonly no