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
Malware scanning workflow for OST and AdvancedDisk
For a complete list of supported OpenStorage servers, see the 'OST Storage Servers' section in NetBackup Hardware and Cloud Storage Compatibility List (HCL).
The following figure displays the workflow of malware scanning for OST and AdvancedDisk.
The following prerequisites exist for malware scanning of OST and AdvancedDisk:
MSDP component for example, SPWS, VPFSD are required for an instant access mount. Hence for OST and AdvancedDisk storage, any one of the media servers must be configured as MSDP storage server so that it can serve the instant access API.
Primary servers and media servers must be upgraded to NetBackup version 10.4 or later.
Media servers must be accessible to the OST or AdvancedDisk storage server.
OST plug-in must be deployed on instant access (host with MSDP components) hosts. No new version of OST plug-ins is required.
Compatible instant access host (RHEL).
The throttling limit on concurrent instant access from OST and AdvancedDisk STU is same as instant access from MSDP.
The following steps depict the workflow for malware scanning for OST and AdvancedDisk.
Using the
APIs, the backup image is added to the worklist table on Primary server.Primary server identifies the available scan host from the specified scan host pool.
As part of processing the work list:
(2.1) Create media server for instant access:
From the backup images, it finds out the storage server.
From the storage server it finds out the eligible media server.
Media server with instant access capability.
Media server with NetBackup version 10.3 or later.
Sends the instant access API request to the selected media server.
If multiple media servers are eligible for an instant access mount request, it selects the media server with minimum number of ongoing instant access requests. This way it can distribute the instant access requests and achieve the load balance.
(2.2) Get IM & TIR
On the selected media server, in the context of instant access API, it fetches the IM and TIR information from the primary server. It stores the information in the same format that the OS requires for mounting the backup image by VPFSD.
After instant access mount, for IO file, VPFSD uses OST API to read backup image from storage server.
Update worklist with images for which instant access was performed with
mountId
,exportPath
,storageserver
, andstatus
.
The primary server identifies the available MSDP media server and instructs the media server to initiate the malware scan.
Note:
The media server that is selected for the instant access mount and the server that is selected for communication with the scan host can be the same server or a different server.
When it receives the
request, the scan manager from the media server initiates the malware scan on the scan host using thin client (nbmalwareutil
) through remote communication using SSH.Depending on the configuration of scan host, from the scan host it mounts the export using either NFS or SMB from the media server. This media server is where the backup image is mounted using instant access API.
Scan is initiated using the malware tool that is configured in the scan host pool.
Note:
VPFSD on the media server, uses STS_XXX APIs to open and read the backup images from the OST or AdvancedDisk storage server.
After the scan is completed, the scan host unmounts the export path from the media server where backup image is mounted using instant access API.
Malware scan status is updated to the media server over SSH. Scan logs are copied to the media server log directory.
Media server updates the scan status and the infected file list (if there are any infected files) to the primary server.
Primary server updates the scan results and deletes instant access request to the selected media.
Malware scan status notification is generated.