NetBackup Flex Appliance Getting Started and Administration Guide
- Product overview
- Release notes
- Flex Appliance 6.0 new features, enhancements, and changes
- Flex Appliance 6.1 new features, enhancements, and changes
- Flex Appliance 6.2 new features, enhancements, and changes
- Flex Appliance 6.3 new features, enhancements, and changes
- Supported update paths to this release
- Operational notes
- Flex Appliance 6.0 release content
- Flex Appliance 6.1 release content
- Flex Appliance 6.2 release content
- Flex Appliance 6.3 release content
- Getting started
- Managing network settings for instances
- Managing users
- Overview of the Flex Appliance default users
- Managing Flex Appliance Console users and tenants
- Adding a tenant
- Editing a tenant
- Removing a tenant
- Adding a local user to the Flex Appliance Console
- Connecting a remote user domain to the Flex Appliance Console
- Editing a remote user domain in the Flex Appliance Console
- Importing a remote user or user group to the Flex Appliance Console
- Managing single sign-on (SSO)
- Managing identity providers (IDPs)
- Importing a single sign-on user or user group to the Flex Appliance Console
- Managing user authentication with smart cards or digital certificates
- Changing a local user password in the Flex Appliance Console
- Expiring local user passwords in the Flex Appliance Console
- Unlocking a user account in the Flex Appliance Console
- Managing open sessions
- Removing user or service accounts from the Flex Appliance Console
- Changing the password policy
- Changing the hostadmin user password in the Flex Appliance Shell
- Changing the sysadmin user password in the Veritas Remote Management Interface
- Managing multifactor authentication
- Using Flex Appliance Console accounts for API automation
- Using Flex Appliance
- Managing the repository
- Creating application instances
- Managing application instances from Flex Appliance and NetBackup
- Managing application instances from Flex Appliance
- Upgrading application instances
- Updating an application instance to a newer revision
- About Flex Appliance updates
- Changing the BIOS password
- Locating the node serial number
- Remote replication
- About remote replication
- Pairing appliances for remote replication
- Creating a replica
- Managing remote replication
- Remote replication best practices
- Monitoring remote replication
- Editing the replication network
- Repairing a lost connection between paired appliances
- Pausing and resuming replication
- Resolving discrepancies between an active and a replica instance
- Changing the replication role of an instance
- Unlinking active and replica instances
- Forgetting a paired appliance
- Appliance security
- Monitoring the appliance
- Registering an appliance
- Configuring alerts
- Viewing performance metrics
- Monitoring the appliance from the System Health Insights portal
- Viewing the hardware status
- Viewing hardware faults
- Viewing system data
- Clearing the hardware status
- Forwarding logs
- Providing access for external monitoring
- Revoking access for external monitoring
- Reconfiguring the appliance
- Reconfiguring the appliance network
- Changing DNS or Hosts file settings
- Shutting down the appliance
- Performing a factory reset
- Performing a reimage
- Recovering storage data after a factory reset or a reimage
- Performing a storage reset
- Removing a node
- Viewing or resetting the storage shelf order on a 52xx 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/content/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/usersinstead.DELETE /v1/users/local/{username}/passwordUse
DELETE /v2/users/{uid}/passwordinstead.POST /v1/users/active-directory/cert/adservercertinfoUse
GET /v1/user-domain/{address}/certinstead.GET /v1/users/active-directory/cert/savedcertinfoUse
GET /v2/user-domainsinstead.POST /v1/users/active-directory/{subject}Use
POST /v2/usersinstead.DELETE /v1/users/active-directory/{subject}Use
DELETE /v2/usersinstead.
Check SORT for more information on the APIs.