Veritas NetBackup™ Appliance Commands Reference Guide
- Overview
- Appendix A. Main > Appliance commands
- Appendix B. Main > Manage > FibreChannel commands
- Appendix C. Main > Manage > HighAvailability commands
- Appendix D. Main > Manage > Libraries commands
- Appendix E. Main > Manage > Libraries > Advanced > ACS commands
- Appendix F. Main > Manage > License commands
- Appendix G. Main > Manage > MountPoints commands
- Appendix H. Main > Manage > NetBackup CLI commands
- Appendix I. Main > Manage > OpenStorage commands
- Appendix J. Main > Manage > Software commands
- Appendix K. Main > Manage > Storage commands
- Appendix L. Main > Manage > Tapes commands
- Appendix M. Main > Manage > Certificates commands
- Appendix N. Main > Monitor commands
- Appendix O. Main > Network commands
- Appendix P. Main > Network > Security commands (IPsec)
- Appendix Q. Main > Reports commands
- Appendix R. Main > Settings commands
- Appendix S. Main > Settings > Alerts commands
- Appendix T. Main > Settings > Notifications view commands
- Appendix U. Main > Settings > Security commands
- Appendix V. Main > Support commands
Name
Main > Settings > NetBackup DNAT — Enable/Disable Destination Network Address Translation (DNAT) on NetBackup appliance primary and media servers
SYNOPSIS
Enable
Disable
DESCRIPTION
This command lets you enable or disable DNAT on NetBackup appliance primary and media servers that communicate with (NAT)-enabled clients.
OPTIONS
- NetBackup DNAT Enable
Enable DNAT on NetBackup appliance primary or media servers that communicate with DNAT-enabled clients.
Note:
Before enabling DNAT on a NetBackup appliance primary or media server, check whether all clients in the NetBackup domain support Network Address Translation (NAT). If all clients do not support NAT, contact Veritas support to obtain an EEB to prevent memory leak issues.
- NetBackup DNAT Disable
Disable DNAT on a NetBackup appliance primary or media server.
EXAMPLES
The following is an example of information that is displayed when you run the Settings > NetBackup DNAT Enable command.
Settings> NetBackup DNAT Enable >> If you have Network Address Translation (NAT) clients and non-NAT clients, you must first contact Veritas Support to obtain an EEB to prevent any possible memory leak issues. If you have only NAT clients, you may continue with the configuration. Do you want to continue? [yes, no](yes) >> Enabling DNAT requires restarting NetBackup services, which may take several minutes. Do you want to continue? [yes, no](yes) - [Info] DNAT has been enabled successfully.
The following is an example of information that is displayed when you run the Settings > NetBackup DNAT Disable command.
Settings> NetBackup DNAT Disable >> Disabling DNAT requires restarting NetBackup services, which may take several minutes. Do you want to continue? [yes, no](yes) - [Info] DNAT has been disabled successfully.
To enable or disable DNAT on clients, you must update the ACCEPT_REVERSE_CONNECTION flag. Use the /usr/openv/netbackup/bin/admincmd/bpsetconfig
utility to enable or disable DNAT as follows.
To enable DNAT on the client, use the following commands:
$ bpsetconfig bpsetconfig> ACCEPT_REVERSE_CONNECTION=True
To disable DNAT on the client, use the following commands:
$ bpsetconfig bpsetconfig> ACCEPT_REVERSE_CONNECTION=False
After updating the ACCEPT_REVERSE_CONNECTION flag, make sure that you stop and restart NetBackup services by running the following commands:
On UNIX clients:
/usr/openv/netbackup/bin/bp.kill_all
/usr/openv/netbackup/bin/bp.start_all
On Windows clients:
<install_path>\NetBackup\bin\bpdown
<install_path>\NetBackup\bin\bpup