NetBackup Flex Appliance Getting Started and Administration Guide
- Product overview
- Release notes
- Getting started
- Managing network settings for instances
- Managing users
- Managing Flex Appliance Console users and tenants
- Managing multifactor authentication
- Using Flex Appliance Console accounts for API automation
- Using Flex Appliance
- Managing the repository
- Managing application instances from Flex Appliance
- Upgrading application instances
- About Flex Appliance updates
- Remote replication
- Managing remote replication
- Appliance security
- Monitoring the appliance
- Configuring alerts
- Viewing the hardware status
- Reconfiguring the appliance
- Troubleshooting guidelines
Flex Appliance 6.2 new features, enhancements, and changes
The following list describes the new features, enhancements, and changes in the Flex Appliance 6.2 release:
Flex Appliance 6.2 includes one-time support for the following older versions of NetBackup, for migration purposes:
NetBackup 8.1.2
NetBackup 9.1.0.1
Note the following limitations for these versions:
Fibre Channel backups and SAN client backups are not supported.
MSDP cloud, Instant Access, and Universal Shares are not supported on NetBackup 8.1.2 instances.
If you use MSDP storage on NetBackup 9.1.0.1, the following EEB bundle is required on the MSDP server, the client, and all servers that are MSDP storage pools or can write to MSDP storage pools:
https://www.veritas.com/support/en_US/downloads/update.UPD649572
After the migration, Cohesity recommends that you upgrade these instances to a later supported version as soon as possible. See the following article for the supported versions:
How to identify supported applications and usage information for Flex Appliance
When you sign in to the Flex Appliance Console for the first time after initial configuration, you are now required to add a local user. This user replaces the default admin user, which is removed.
You are not required to remove the admin user when you update to this release, but Cohesity recommends that you do so for security reasons. You must first have another user with the security administrator role.
You can now use an external certificate chain for remote user domains. See Editing a remote user domain in the Flex Appliance Console.
After you perform the instance operations start, stop, and relocate, you are no longer rerouted to the Activity Monitor. This change was made to make it easier to perform operations on multiple instances at a time.
The following APIs are no longer available:
GET /v1/users/{idp-type}/{username}
Use
GET /v1/users
instead.DELETE /v1/users/local/{username}/password
Use
DELETE /v2/users/{uid}/password
instead.POST /v1/users/active-directory/cert/adservercertinfo
Use
GET /v1/user-domain/{address}/cert
instead.GET /v1/users/active-directory/cert/savedcertinfo
Use
GET /v2/user-domains
instead.POST /v1/users/active-directory/{subject}
Use
POST /v2/users
instead.DELETE /v1/users/active-directory/{subject}
Use
DELETE /v2/users
instead.
Check SORT for more information on the APIs.