- The Netbackup "hdbbackint" file location is typically /usr/openv/netbackup/bin/hdbbackint.
- The hdbbackint_script can also be used instead of the hdbbackint file.
- The soft link needs to be created to /usr/sap/$SAPSYSTEMNAME/SYS/global/hdb/opt/.
- In some versions of SAP HANA the "opt" directory will need to be created before creating the soft link.
To create the soft link execute the following:
ln -s /usr/openv/netbackup/bin/hdbbackint_script /usr/sap/$SAPSYSTEMNAME/SYS/global/hdb/opt/hdbbackint
If multiple systems will need access to the backups created by this single instance then a node_names.txt file must be created. To do this create a file "/usr/openv/netbackup/ext/db_ext/sap/node_names.txt" and then add the client names to this file that netbackup would expect. This file needs to match the names of the clients added to the policy.
Check the CLIENT_NAME parameter in /usr/openv/netbackup/bp.conf for each node, this is the name which needs to be added to node_names.txt:
SERVER = nbu-sap.puredoes.local
CLIENT_NAME = rhana01.puredoes.local
CONNECT_OPTIONS = localhost 1 0 2
Example - 2 systems will need access to these backups, system1.domain.local and system2.domain.local. If netbackup is aware of the clients using fully qualified domain names then the node_names.txt file will look like this :
system1.domain.local
system2.domain.local
If the master server is only aware of the clients using hostnames then the node_names.txt file will look like this :
system1
system2