Veritas NetBackup™ Flex Scale Administrator's Guide
- Product overview
- Viewing information about the NetBackup Flex Scale cluster environment
- NetBackup Flex Scale infrastructure management
- User management
- About Universal Shares
- Node and disk management
- Adding a node to the cluster using the NetBackup Flex Scale web interface
- License management
- Managing hardware vendor packages
- User management
- NetBackup Flex Scale network management
- Bonding operations
- Data network configurations
- Network configuration on plain device (eth5)
- Network configuration on bonded interfaces (bond0 on eth5 and eth7)
- NetBackup Flex Scale infrastructure monitoring
- Resiliency in NetBackup Flex Scale
- EMS server configuration
- Site-based disaster recovery in NetBackup Flex Scale
- Performing disaster recovery using RESTful APIs
- NetBackup Flex Scale security
- STIG overview for NetBackup Flex Scale
- FIPS overview for NetBackup Flex Scale
- Support for immutability in NetBackup Flex Scale
- Deploying external certificates on NetBackup Flex Scale
- Troubleshooting
- Collecting logs for cluster nodes
- Troubleshooting NetBackup Flex Scale issues
- Appendix A. Maintenance procedures for HPE servers
- Appendix B. Configuring NetBackup optimized duplication
- Appendix C. Disaster recovery terminologies
- Appendix D. Configuring Auto Image Replication
Working with NetBackup Flex Scale APIs
NetBackup Flex Scale employs a dedicated nginx-based web server that runs the API gateway and the management server. All UI access and API requests are sent to this web server. A single IP address and FQDN is used for accessing the NetBackup Flex Scale infrastructure UI as well as the NetBackup Web UI.
You can access the NetBackup Flex Scale infrastructure management UI using the following URL:
https://ManagementServerIPorFQDN:14161
If you are using IPv6 addresses, use the following URL syntax:
https://[ManagementServerIP]:14161
You can access the NetBackup Web UI using the following URL:
https://ManagementServerIPorFQDN/webui
If you are using IPv6 addresses, use the following URL syntax:
https://[ManagementServerIP]/webui
Here, ManagementServerIPorFQDN is the public IP address, the FQDN, or the short host name that you specified for the NetBackup Flex Scale management server during the cluster configuration.
Note:
If you access the NetBackup Flex Scale infrastructure management UI by using the short host name from a node, set the DNS settings (name server, domain name, and search domain) or ensure that the entry for mapping the short host name to an IP address exists in the hosts file of the node.
NetBackup Flex Scale provides APIs that are built using the standard Representational State Transfer (REST) architecture. You can use the RESTful APIs to control all aspects of your NetBackup Flex Scale configuration. There are APIs for infrastructure monitoring and management, user management, and for performing several other operations in your cluster.
You can access the NetBackup Flex Scale APIs using the Swagger interface.
To access the APIs from a web browser
Open your browser and enter the following URL in the address bar:
https://ManagementServerIPorFQDN:14161/swagger/infra/v1.0
If you are using IPv6 addresses, use the following URL syntax:
https://[ManagementServerIP]:14161/swagger/infra/v1.0
Here, ManagementServerIPorFQDN is the public IP address, the FQDN, or the short host name that you specified for the NetBackup Flex Scale management server and API gateway during the cluster configuration.
Note:
If you access the NetBackup Flex Scale infrastructure management console by using the short host name from a node, set the DNS settings (name server, domain name, and search domain) or ensure that the entry for mapping the short host name to an IP address exists in the hosts file of the node.
For a quick introduction on how to use the APIs, refer to the getting started readme available at the following URL:
https://ManagementServerIPorFQDN:14161/swagger/infra/v1.0/readme
If you are using IPv6 addresses, use the following URL syntax:
https://[ManagementServerIP]:14161/swagger/infra/v1.0/readme
For more information on APIs, refer to the Veritas NetBackup Flex Scale API documentation on SORT.
You can access the sample SDKs here:
https://github.com/VeritasOS/NetBackup-Flex-Scale-REST-API-nuggets