NetBackup™ Web UI Administrator's Guide
- Introducing NetBackup
- Section I. Monitoring and notifications
- Monitoring NetBackup activity
- Activity monitor
- Job monitoring
- Notifications
- Monitoring NetBackup activity
- Section II. Configuring hosts
- Managing host properties
- Managing credentials for workloads and systems that NetBackup accesses
- Managing deployment
- Section III. Configuring storage
- Section IV. Configuring backups
- Section V. 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 VI. Detection and reporting
- Detecting malware
- Detecting anomalies
- Usage reporting and capacity licensing
- Detecting malware
- Section VII. NetBackup workloads and NetBackup Flex Scale
- Section VIII. 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. |