NetBackup™ Web UI Administrator's Guide
- Section I. About NetBackup
- Introducing NetBackup
- Administering NetBackup licenses
- Introducing NetBackup
- Registering the data collector
- Section II. Monitoring and notifications
- Monitoring NetBackup activity
- Activity monitor
- Job monitoring
- Troubleshooting the viewing and managing of jobs
- Device monitor
- Notifications
- Monitoring NetBackup activity
- Section III. Configuring hosts
- Managing host properties
- Managing credentials for workloads and systems that NetBackup accesses
- Add a credential for CyberArk
- Managing deployment
- Section IV. Configuring storage
- Overview of storage options
- Configuring storage units
- Configuring disk storage
- Integrating MSDP Cloud and CMS
- Managing media servers
- Managing tape drives
- 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 multi-factor 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
- Section VIII. NetBackup workloads and NetBackup Flex Scale
- Section IX. Disaster recovery and troubleshooting
- Section X. Other topics
- Additional NetBackup catalog information
- About the NetBackup database
Modify or disable NetBackup event notifications in the web UI
You can disable specific types of NetBackup event notifications that appear in the web UI, or modify their severity and priority, by making changes to the eventlog.properties
file on the NetBackup primary server:
Windows:
install_path\var\global\wmc\h2Stores\notifications\properties
UNIX:
/usr/openv/var/global/wmc/h2Stores/notifications/properties
To disable event notifications
- Add a DISABLE entry in the
eventlog.properties
file in one of the following formats:DISABLE.NotificationType = true
Or DISABLE.NotificationType.Action = true
Or DISABLE.namespace
For valid NotificationType and Action values, see the following topic.
See NetBackup event types supported with notifications.
For example:
To disable notifications about all storage unit events:
DISABLE.StorageUnit = true
To disable only notifications about create storage unit events:
DISABLE.StorageUnit.CREATE = true
To disable only notifications about update to storage unit events using a namespace:
DISABLE.eventlog.vrts.nbu.emm.storageunit.update = true
To modify the priority or severity of event notifications
- Add or change an entry in the
eventlog.properties
file in one of the following formats:NotificationType.Action.priority = value
Or NotificationType.Action.severity = value
Valid priority values are: LOW, MEDIUM, HIGH
Valid severity values are: CRITICAL, ERROR, WARNING, INFO, DEBUG
For example:
To set priority and severity for create storage unit events:
StorageUnit.CREATE.priority = LOW StorageUnit.CREATE.severity = INFO
Note:
It can take up to one minute for the events of type Policy, SLP, and Catalog to generate after the corresponding action has been performed.