Please enter search query.
Search <book_title>...
Veritas NetBackup™ Virtual Appliance Documentation
Last Published:
2019-11-04
Product(s):
Appliances (3.1.2)
Platform: NetBackup Virtual Appliance
- Getting to know the NetBackup Virtual Appliance
- NetBackup Virtual Appliance product description
- Preparing to deploy the appliance
- Deploying and configuring the appliance
- How to deploy and configure a NetBackup Virtual Appliance combined master and media server
- How to deploy and configure a NetBackup Virtual Appliance media server
- How to deploy and configure a NetBackup Virtual Appliance master server
- How to deploy and configure a NetBackup Virtual Appliance CloudCatalyst
- How to deploy and configure a NetBackup Virtual Appliance combined master and media server
- Post initial configuration procedures
- Appliance common tasks
- Storage management
- About NetBackup Virtual Appliance storage configuration
- About viewing storage space information using the Show command
- About NetBackup Virtual Appliance storage configuration
- Network connection management
- Managing users
- About authenticating LDAP users
- About authenticating Active Directory users
- About authenticating Kerberos-NIS users
- About user authorization on the NetBackup Virtual Appliance
- Creating NetBackup administrator user accounts
- Using the appliance
- About configuring Host parameters for your appliance on the NetBackup Virtual Appliance
- About Copilot functionality and Share management
- About NetBackup Virtual Appliance as a VMware backup host
- About running NetBackup commands from the appliance
- About mounting a remote NFS
- About Auto Image Replication from a NetBackup Virtual Appliance
- Monitoring the appliance
- About SNMP
- About Call Home
- Appliance security
- About Symantec Data Center Security on the NetBackup Virtual Appliance
- Setting the appliance login banner
- Upgrading the appliance
- About upgrading to NetBackup Virtual Appliance software version 3.1.2
- Requirements and best practices for upgrading NetBackup appliances
- Methods for downloading appliance software release updates
- Appliance restore
- Decommissioning and Reconfiguring
- Troubleshooting
- About disaster recovery
- About NetBackup support utilities
- Appliance logging
- Commands overview
- Appendix A. Appliance commands
- Appendix B. Manage commands
- Appendix C. Monitor commands
- Appendix D. Network commands
- Appendix E. Reports commands
- Appendix F. Settings commands
- Appendix G. Support commands
Deploying certificates for a credentials broker when the master server is an appliance
Some cloud providers require that you use a credentials broker for authentication with their service.
To use a credentials broker to authenticate with your cloud provider, you need to deploy certificate files on the NetBackup master server before you can configure the NetBackup Virtual Appliance CloudCatalyst.
To deploy certificates on an appliance master server
- Gather the client certificate, CA certificate, and client key into the same directory. In this example, the file names are as follows:
client.pem cacert.pem client-key.pem
- Use the following scp command to copy the PEM files to the appliance master server:
scp *.pem <NetBackupCLI_user>@master123.example.com:/home/nbusers
Where <NetBackupCLI_user> is the user name of the NetBackupCLI user.
- Use SSH to log onto the appliance as the NetBackupCLI user.
- Type the following command to append the CA certificate to the NetBackup cloud store CA certificate bundle:
nbcldutil -appendcert -sourceCert cacert.pem
- Type the following commands to copy the client certificate and the client key to the default NetBackup cloud directory (
/usr/openv/netbackup/db/cloud
):nbcldutil -copycert -sourcecert client.pem
nbcldutil -copycert -sourcecert client-key.pem