NetBackup™ Web UI Administrator's Guide
- Section I. About NetBackup
- Section II. Monitoring and notifications
- Monitoring NetBackup activity
- Activity monitor
- Job monitoring
- Troubleshooting the viewing and managing of jobs
- Device monitor
- Notifications
- Registering the data collector
- Monitoring NetBackup activity
- Section III. Configuring hosts
- Managing host properties
- Busy file settings properties
- Client attributes properties
- Client settings properties for UNIX clients
- Client settings properties for Windows clients
- Data Classification properties
- Default job priorities properties
- Encryption properties
- Exchange properties
- Exclude list properties
- Fibre transport properties
- General server properties
- Global attributes properties
- Logging properties
- Media properties
- Network settings properties
- Port ranges properties
- Preferred network properties
- Resilient network properties
- Restore failover properties
- Retention periods properties
- Scalable Storage properties
- Servers properties
- SharePoint properties
- SLP settings properties
- Managing credentials for workloads and systems that NetBackup accesses
- Managing deployment
- Managing host properties
- Section IV. Configuring storage
- Overview of storage options
- Configuring disk storage
- Integrating MSDP Cloud and CMS
- Create a universal share
- Managing media servers
- Configuring storage units
- Managing tape drives
- Managing robots and tape drives
- Inventorying robots
- Managing volumes
- Managing volume pools
- Managing volume groups
- Staging backups
- Troubleshooting storage configuration
- Section V. Configuring backups
- Overview of backups in the NetBackup web UI
- Managing protection plans
- Managing classic policies
- Protecting the NetBackup catalog
- Catalog backups
- Managing backup images
- Pausing data protection activity
- Section VI. Managing security
- Security events and audit logs
- Managing security certificates
- Managing host mappings
- Configuring multi-person authorization
- Managing user sessions
- Configuring multifactor authentication
- Managing the global security settings for the primary server
- About trusted primary servers
- Using access keys, API keys, and access codes
- Configuring authentication options
- Managing role-based access control
- Disabling access to NetBackup interfaces for OS Administrators
- Section VII. Detection and reporting
- Detecting anomalies
- About backup anomaly detection
- Malware scanning
- Usage reporting and capacity licensing
- Detecting anomalies
- Section VIII. NetBackup workloads and NetBackup Flex Scale
- Section IX. Administering NetBackup
- Management topics
- Managing client backups and restores
- About client-redirected restores
- Section X. Disaster recovery and troubleshooting
- Section XI. Other topics
- Additional NetBackup catalog information
- About the NetBackup database
- About the NetBackup database installation
- Post-installation tasks
- Using the NetBackup Database Administration utility on Windows
- Using the NetBackup Database Administration utility on UNIX
Managing credentials for malware scanning
To add new credentials
- On the left, click Detection and reporting > Malware detection.
- On the right, click Malware detection settings > Malware scanner host pools.
- Select the desired scan host pool. Then click Actions > Manage hosts.
- Select the desired host. Then click Actions > Manage credentials.
- Select Add a new credential and click Next.
- Add the details such as the Credential name, Tag, and Description.
- On the Host credentials tab, add the Host username, Host password, SSH port, RSA key, and Share type.
To validate the SSH connection between the MSDP media server and the host, run the following command:
ssh username@remote_host_name
To verify the RSA key for a remote scan host, run the following command:
ssh-keyscan scan_host_name 2>/dev/null | grep ssh-rsa
To obtain the RSA key for the scan host, use the following command. Use the command from any Linux host with SSH connectivity to the scan host (this host can be the scan host itself):
ssh-keyscan scan_host_name 2>/dev/null | grep ssh-rsa | awk '{print $3}' | base64 -d | sha256sum
For example, the output is 33f697637ab3f0911c1d462d4bde8be3eec61a33403e8f6a88daecb415a31eef - where the RSA key is 33f697637ab3f0911c1d462d4bde8be3eec61a33403e8f6a88daecb415a31eef
Note:
Ensure that you remove the
-
character from the RSA key when you copy.The following host key algorithms are used to connect to scan host in the given order:
rsa-sha2-512, rsa-sha2-256, ssh-rsa
- For SMB share type, enter the following additional details:
Active directory domain: A domain to which the storage server is connected (used to authenticate mounts on scan host).
Active directory group: A group name in an Active Directory domain.
Active directory user: A user that is added in the selected Active Directory group.
Password
- Click Save.
To add existing credentials
- On the left, click Detection and reporting > Malware detection.
- On the right, click Malware detection settings > Malware scanner host pools.
- Select the desired scan host pool. Then click Actions > Manage hosts.
- Select the desired host and click Actions > Manage credentials.
- Select Select existing credential.
- Select the desired credential and click Select.
To validate the scan host credentials
- After you provide the credentials for the scan host on the Add malware scanner host page, search for and select the media server.
Note:
Only SSH credentials are validated by connecting to scan host from the selected media server. The media server must be a Linux media server with NetBackup version 10.3 or later.
- Click Validate credential.
- After the credentials are successfully validated, click Save.