Changes for NetBackup (NBU) support #2544
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request Details:
Type: Bug Fix
Impact: High
How was this pull request tested?
Tested by a customer using ReaR (2.4 version in RHEL 8) with NetBackup 8.2
It was found by our customer that when attempting to restore from NetBackup, bprestore is unable to restore data from NetBackup server:
The fix is to copy the NetBackup PBX (vxpbx_exchanged) service to the rescue system and start it on boot before starting NetBackup. Additionally, it was needed to add the /usr/openv/tmp directory.
The problem was reported for NetBackup 8.2, but the service is apparently needed even in older versions of NetBackup (https://www.veritas.com/support/en_US/article.100031908). There were fixes for previous NetBackup versions in ReaR reported by @rmetrich, so I don't know why the problem was not seen at that time.