Please enter search query.
Search <book_title>...
NetBackup IT Analytics Data Collector Installation Guide for the Cloud
Last Published:
2023-08-01
Product(s):
NetBackup IT Analytics (11.1)
- Pre-Installation Setup for Amazon Web Services (AWS)
- Pre-Installation setup for Amazon Web services (AWS)
- Prerequisites for adding Data Collectors (Amazon Web services)
- Prerequisite Amazon Web services (AWS) configurations
- Configure an S3 bucket to receive billing reports
- Select cost allocation tags
- Create an AWS IAM user
- Mandatory probe user privileges
- Link AWS accounts for Collection of consolidated billing data
- Installation overview (Amazon Web Services - AWS)
- Add an Amazon Web Services (AWS) policy
- Pre-installation setup for Google Cloud Platform
- Pre-Installation Setup for OpenStack Ceilometer
- Pre-Installation Setup for OpenStack Swift
- Pre-Installation Setup for Microsoft Azure
- Pre-Installation setup for Microsoft Azure
- Setting up credentials for Microsoft Azure Data Collection
- Install the Azure PowerShell client on a Windows computer
- Find your tenant and subscription ID
- Register a new application for the Data Collector
- Create a principal and assign role to the application
- Prerequisites for Adding Data Collectors (Microsoft Azure)
- Installation overview (Microsoft Azure)
- Add a Microsoft Azure Data Collector policy
- Installing the Data Collector Software
- Validating Data Collection
- Uninstalling the Data Collector
- Manually Starting the Data Collector
- Appendix A. Firewall Configuration: Default Ports
For all probes
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"iam:GetUser",
"iam:ListAccountAliases",
"iam:GetAccountAuthorizationDetails",
"organizations:DescribeOrganization",
"ec2:DescribeInstances",
"ec2:DescribeAddresses",
"ec2:DescribeTags",
"ec2:DescribeRegions",
"ec2:DescribeSnapshots",
"ec2:DescribeHosts",
"ec2:DescribeImages",
"ec2:DescribeNetworkInterfaces",
"ec2:DescribeAvailabilityZones",
"ec2:DescribeVpcs",
"ec2:DescribeVolumes",
"ec2:DescribeAccountAttributes",
"ec2:DescribeSubnets",
"elasticfilesystem:DescribeFileSystems",
"elasticfilesystem:DescribeMountTargets",
"elasticfilesystem:DescribeTags",
"glacier:ListVaults",
"s3:GetBucketLogging",
"s3:GetBucketTagging",
"s3:GetBucketPolicy",
"s3:GetBucketVersioning",
"s3:GetReplicationConfiguration",
"s3:GetLifecycleConfiguration",
"s3:ListBucketVersions",
"s3:ListBucket",
"s3:GetBucketLocation",
"s3:GetObjectAcl",
"s3:GetObject",
"s3:ListAllMyBuckets"
],
"Resource": "*"
}
]
}