NetBackup™ 10.5 Application Guide
- Product overview
- Release notes
- Geting started
- Creating NetBackup application instances
- Managing NetBackup application instances
- Accessing NetBackup primary and media server instances for management tasks
- Managing users on a primary or a media server instance
- Managing multifactor authentication on a primary or a media server instance
- Running NetBackup commands on a primary or a media server application instance
- Managing users on a primary or a media server instance
- Accessing NetBackup WORM storage server instances for management tasks
- Managing users from the deduplication shell
- Managing multifactor authentication on a WORM storage server
- Managing certificates from the deduplication shell
- Configuring an isolated recovery environment using the web UI
- Managing NetBackup services from the deduplication shell
- Monitoring and troubleshooting NetBackup services from the deduplication shell
- Managing S3 service from the deduplication shell
- Managing users from the deduplication shell
Enforcing multifactor authentication on a primary or a media server instance
By default, multifactor authentication is optional. However, the appadmin user can enforce it for all users on the application instance.
Use the following procedures to enforce or stop enforcing multifactor authentication on a primary or a media server instance.
To enforce multifactor authentication on a primary or a media server instance
- Log in to the instance as the appadmin user.
- Run the following command:
/usr/openv/netbackup/bin/goodies/nbmfacfg -setenforce 1 [-grace-period <days>]
Where [-grace-period <days>] is an optional parameter to specify the number of days before users are forced to configure multifactor authentication before they can log in. If you do not include this parameter, the default of 90 days is used.
For example:
/usr/openv/netbackup/bin/goodies/nbmfacfg -setenforce 1 -grace-period 30
To stop enforcing multifactor authentication on a primary or a media server instance
- Log in to the instance as the appadmin user.
- Run the following command:
/usr/openv/netbackup/bin/goodies/nbmfacfg -setenforce 0