Please enter search query.
Search <book_title>...
Important Update: Cohesity Products Documentation
All Cohesity product documentation are now managed via the Cohesity Docs Portal: https://docs.cohesity.com/HomePage/Content/home.htm. Some documentation available here may not reflect the latest information or may no longer be accessible.
NetBackup IT Analytics Data Collector Installation Guide for Replication Manager
Last Published:
2023-08-01
Product(s):
NetBackup IT Analytics (11.1)
- Pre-Installation setup for NetApp (Replication)
- Installing the Data Collector software
- Introduction
- Installing the WMI Proxy service (Windows host resources only)
- Testing WMI connectivity
- Considerations to install Data Collector on non-English systems
- Install Data Collector Software on Windows
- Install Data Collector software on Linux
- Deploy Data Collector in native Kubernetes environment
- Configure Data Collector manually for Veritas NetBackup
- Validating Data Collection
- Uninstalling the Data Collector
- Manually starting the Data Collector
- Appendix A. Firewall configuration: Default ports
Creating a NetApp user with API privileges
To create a new user, with the required privileges, on a NetApp system, use the following CLI steps:
filer> useradmin role add apirole -a login-http-admin,api-* filer> useradmin group add apigroup -r apirole filer> useradmin user add apiuser -g apigroup
Note:
For the command, do not include a space after the comma. Also, if api-* does not meet your security requirements, contact Support for a detailed list of exact api privileges that are required.