Veritas NetBackup™ Administrator's Guide, Volume II
- NetBackup licensing models and the nbdeployutil utility
- Additional configuration
- About dynamic host name and IP addressing
- About busy file processing on UNIX clients
- About the Shared Storage Option
- About configuring the Shared Storage Option in NetBackup
- Viewing SSO summary reports
- About the vm.conf configuration file
- Holds Management
- Menu user interfaces on UNIX
- About the tpconfig device configuration utility
- About the NetBackup Disk Configuration Utility
- Reference topics
- Host name rules
- About reading backup images with nbtar or tar32.exe
- Factors that affect backup time
- NetBackup notify scripts
- Media and device management best practices
- About TapeAlert
- About tape drive cleaning
- How NetBackup reserves drives
- About SCSI persistent reserve
- About the SPC-2 SCSI reserve process
- About checking for data loss
- About checking for tape and driver configuration errors
- How NetBackup selects media
- About Tape I/O commands on UNIX
CONNECT_OPTIONS entry in vm.conf
This entry only affects connections to NetBackup 7.0 and earlier. For connections to NetBackup 7.0.1 and later, the veritas_pbx port is used.
Add this entry in vm.conf to specify the options that enhance firewall efficiency with NetBackup. The server connection options can be any of the following: use vnetd or the daemon's port number, use only vnetd, or use only the daemon's port number.
CONNECT_OPTIONS = server_name 0 0 [0|1|2]
CONNECT_OPTIONS entries can be specified for multiple servers.
For UNIX, you can also use a similarly named entry in the NetBackup configuration file (/usr/openv/netbackup/bp.conf).
See the NetBackup Administrator's Guide, Volume I:
http://www.veritas.com/docs/DOC5332
server_name is the name of the media server to connect to.
The first and second options currently are not used. Specify zero for these options.
The third option specifies the connection method to use to connect to server_name as follows:
A value of 0 specifies to use vnetd to connect to a daemon on the server. If the vnetd service is not active, connect by using the traditional port number of the daemon.
A value of 1 specifies to use vnetd only to connect to a daemon on the server.
A value of 2 specifies to use the traditional port number of the daemon to connect to the daemon on the server. The default value is 2.
The following example entry specifies to use either vnetd or the daemon's port number to connect to server shark:
CONNECT_OPTIONS = shark 0 0 0
The following example entry specifies to use vnetd only to connect to server dolphin:
CONNECT_OPTIONS = dolphin 0 0 1
The following example entry specifies to use the daemons's port number only to connect to server perch:
CONNECT_OPTIONS = perch 0 0 2