NetBackup™ Web UI Administrator's Guide
- Introducing the NetBackup web user interface
- Monitoring and notifications
- Job monitoring
- Job notifications
- NetBackup event notifications
- Section I. Managing hosts
- Managing host properties
- Managing credentials for workloads and systems that NetBackup accesses
- Managing deployment
- Section II. Configuring storage and backups
- Configuring storage
- Overview of backups in the web UI
- Managing protection plans
- Managing classic policies
- Managing backup images
- Pausing data protection activity
- Configuring storage
- Section III. Managing security
- Security events and audit logs
- Managing security certificates
- Managing host mappings
- Managing user sessions
- Managing the security settings for the primary server
- About trusted primary servers
- Using access keys, API keys, and access codes
- Configuring authentication options
- Managing role-based access control
- Configuring RBAC
- Add a custom RBAC role
- Section IV. Detection and reporting
- Detecting malware
- Detecting anomalies
- Usage reporting and capacity licensing
- Detecting malware
- Section V. NetBackup workloads and NetBackup Flex Scale
- Section VI. Disaster recovery and troubleshooting
Proxy configuration for autodiscovery
To discover SaaS applications of NetBackup SaaS Protection, you are required to connect the primary server to the NetBackup SaaS Protection server. Direct internet traffic from the primary server must be open, otherwise the discovery fails. To allow discovery of NetBackup SaaS Protection assets, configure a proxy server to reroute the traffic. The discovery plug-in supports proxy server types HTTP and SOCKS.
To configure the proxy setting on primary server using the bpsetconfig utility
- Open a command prompt in primary server.
- Change the directory to the following path:
For Windows: C:\Program Files\Veritas\NetBackup\bin\ admincmd
For Linux: /usr/openv/netbackup/bin/admincmd/
- Execute the bpsetconfig command and provide the following proxy details.
bpsetconfig> SAAS_PROXY_HOST = X.X.X.X
bpsetconfig> SAAS_PROXY_PORT = 3128
bpsetconfig> SAAS_PROXY_TYPE = HTTP
bpsetconfig> SAAS_PROXY_TUNELLING = 1
The following are the proxy configuration keys:
Table: Proxy configuration keys
Proxy configuration keys | Supported values |
---|---|
HTTP, SOCKS, SOCKS4, SOCKS4A, SOCKS5 | |
IP address or FQDN of the proxy host | |
0 or 1 | |
Any valid port (1- 65535). The default port is 3128. |