Please enter search query.
Search <book_title>...
NetBackup™ Self Service Configuration Guide
Last Published:
2024-10-04
Product(s):
NetBackup & Alta Data Protection (10.4)
- Configuring a Self Service solution
- Configuring a NetBackup primary server
- Configuring Self Service
- Customizing Self Service
- User authentication methods
- Troubleshooting
- Appendix A. NetBackup policy types
- Appendix B. Dashboard traffic light status and usage
- Appendix C. Synchronizing data from NetBackup
- Appendix D. NetBackup Self Service data caching process
- Appendix E. Integration settings
- Appendix F. REST API
- Appendix G. Glossary
Reset multifactor authentication for a NetBackup Self Service administrator
Only the NetBackup Self Service administrator can reset multifactor authentication for other NetBackup Self Service users.
To reset multifactor authentication for a NetBackup Self Service administrator
- Launch the SQL Server Studio Manager on the SQL host where the NetBackup Self Service databases reside.
- Click File > New > Query with Current Connection.
- In the right-hand pane, paste in the following query, where your_database_name is the actual name of your NetBackup Self Service adapter database and the_user_id_to_disable is the user ID that you want to disable for multifactor authentication.
DELETE FROM [your_database_name].[dbo].[UserMFAConfiguration] WHERE UserGuid in ( SELECT UserGuid FROM [NetBackupSelfService].[dbo].[USERS] WHERE UserID = the_user_id_to_disable )
- Click Query > Execute.