CALLHOME_PROXY_SERVER option for NetBackup master and media servers
This option lets you specify an unauthenticated proxy server that NetBackup uses to relay Usage Insights data to Veritas. At this time, NetBackup does not have a method to verify that the value is set correctly. The Usage Insights interface displays a message indicating the number of days since the data was successfully uploaded to Veritas. The only protocol currently supported is http.
Table: CALLHOME_PROXY_SERVER information
Usage | Description |
|---|---|
Where to use | On NetBackup master and media servers. |
How to use | Set the CALLHOME_PROXY_SERVER option on your server with the bpsetconfig command and the format shown: echo CALLHOME_PROXY_SERVER = protocol://url:port | bpsetconfig Or start bpsetconfig and enter the key and value pair at the prompt as shown: # bpsetconfig bpsetconfig> CALLHOME_PROXY_SERVER = protocol://url:port ^D Use Ctrl+D on UNIX or Ctrl+Z on Windows to send the configuration changes. More information about the bpsetconfig is available in the Net Backup Commands Reference Guide. |
Example | echo CALLHOME_PROXY_SERVER = http://proxy.example.com:3128 | bpsetconfig Or # bpsetconfig bpsetconfig> CALLHOME_PROXY_SERVER = http://proxy.example.com:3128 ^D |
Equivalent Administration Console property | No equivalent exists in the NetBackup Administration Console host properties. |