NetBackup™ Web UI Administrator's Guide
- Introducing the NetBackup web user interface
- Monitoring and notifications
- Section I. Configuring hosts
- Section II. Configuring storage and backups
- Configuring storage
- Managing protection plans
- Managing classic policies
- Managing backup images
- Configuring storage
- Section III. Managing credentials
- Managing credentials for workloads and systems that NetBackup accesses
- Managing credentials for workloads and systems that NetBackup accesses
- Section IV. 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
- Access keys
- Configuring authentication options
- Section V. Managing role-based access control
- About role-based access control in NetBackup
- Configuring RBAC roles
- Configuring RBAC
- Default RBAC roles
- Configuring RBAC
- RBAC permissions
- Global > NetBackup management
- Global > Security
- Global > Storage
- Assets
- Manage access
- Section VI. Managing detection and reporting
- Managing deployment
- Managing Resiliency Platforms
- NetBackup SaaS Protection
- NetBackup Flex Scale
- Managing Bare Metal Restore (BMR)
- Troubleshooting the NetBackup Web UI
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. |