Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. Veritas NetBackup™ DataStore SDK Programmer's Guide for XBSA 1.1.0
  3. Using the NetBackup XBSA interface
  4. Creating a NetBackup XBSA application
  5. Client in a cluster
Veritas NetBackup™ DataStore SDK Programmer's Guide for XBSA 1.1.0

Client in a cluster

Running an XBSA application in a clustered environment is a valid mode of operation. The key thing about running in a cluster is to ensure that the client name used when an object is created is the same as the client name used when the object is being queried or retrieved. To ensure that the same client name is used, the XBSA application should use the virtual name of the clients in the cluster. The best way to do this would be to use the NBBSA_CLIENT_HOST variable and set it to the virtual name for both creating and retrieving an object. The virtual name needs to be the client name that is configured in the NetBackup policy. Another option is to configure the virtual name as the default NetBackup client name. Configuring in this way causes other NetBackup jobs, such as the file system backups, to use this virtual name also, which may not be desired. If neither of these options is used by the XBSA application, the XBSA interface uses the default client name, which is the physical address of the client. The objects are created successfully, but if the query or retrieval is done from a different node in the cluster, the object is not found.

Feedback

Was this page helpful?
Previous

Logging and NetBackup

Next

Performance considerations

Feedback

Was this page helpful?