NetBackup™ Web UI Administrator's Guide
- Introducing the NetBackup web user interface
- Monitoring and notifications
- Section I. Configuring hosts
- Section II. Configuring storage and backups
- Configuring storage
- About storage configuration
- Create a Media Server Deduplication Pool (MSDP) storage server
- Create a Cloud storage, OpenStorage, or AdvancedDisk storage server
- Create a disk pool
- Create a storage unit
- Create a universal share
- Using image sharing from the NetBackup web UI
- Troubleshooting storage configuration
- Troubleshooting universal share configuration issues
- Create a Media Server Deduplication Pool (MSDP) storage server for image sharing
- Managing protection plans
- Managing classic policies
- Managing backup images
- Configuring storage
- Section III. Managing credentials
- Managing credentials for workloads and systems that NetBackup accesses
- About credential management in NetBackup
- Add a credential in NetBackup
- Add a credential for an external KMS
- Add a credential for NetBackup Callhome Proxy
- Edit or delete a named credential
- Add a credential for Network Data Management Protocol (NDMP)
- Edit or delete Network Data Management Protocol (NDMP) credentials in NetBackup
- Managing credentials for workloads and systems that NetBackup accesses
- Section IV. Managing security
- Security events and audit logs
- Managing security certificates
- Managing host mappings
- Managing user sessions
- Managing the security settings for the primary server
- Certificate authority for secure communication
- Disable communication with NetBackup 8.0 and earlier hosts
- Disable automatic mapping of NetBackup host names
- Configure the global data-in-transit encryption setting
- About NetBackup certificate deployment security levels
- Select a security level for NetBackup certificate deployment
- Set a passphrase for disaster recovery
- About trusted primary servers
- Access keys
- Configuring authentication options
- Section V. Managing role-based access control
- About role-based access control in NetBackup
- Configuring RBAC roles
- Configuring RBAC
- Notes for using NetBackup RBAC
- Add AD or LDAP domains
- Add a custom RBAC role
- Edit or remove a role a custom role
- View users in RBAC
- Add a user to a role (non-SAML)
- Add a user to a role (non-SAML, smart card user without AD or LDAP domain association or mapping)
- Add a user to a role (SAML)
- Remove a user from a role
- Default RBAC roles
- Administrator
- Default AHV Administrator
- Default Cloud Administrator
- Default NetBackup Command Line (CLI) Administrator
- Default Kubernetes Administrator
- Default NetBackup Kubernetes Operator Service
- Default Microsoft SQL Server Administrator
- Default Oracle Administrator
- Default RHV Administrator
- Default SaaS Administrator
- Default Resiliency Administrator
- Default Security Administrator
- Default Storage Administrator
- Default Universal Share Administrator
- Default VMware Administrator
- Configuring RBAC
- RBAC permissions
- About role permissions
- Global > BMR
- Global > NetBackup Web Management Console Administration
- Global > NetBackup management
- Access hosts
- Agentless hosts
- Anomalies
- CLI sessions
- Data classifications
- Email notifications
- Event logs
- NetBackup hosts
- Image sharing
- NetBackup backup images
- Jobs
- Licensing
- Media server
- Remote primary server certificate authority
- Resiliency
- Resource limits
- Retention levels
- Servers > Trusted primary servers
- Cloud providers
- CloudPoint servers
- WebSocket servers
- Global > Protection
- Global > Security
- Access control
- Security events
- Certificate management
- Disaster recovery passphrase
- Identity provider and SAML certificate configuration
- Key Management Services (KMS)
- Passphrase constraints
- Service principal configuration
- Global security settings
- Trust versions
- API keys
- User certificates
- User sessions and authentication
- Global > Storage
- Assets
- Protection plans
- Credentials
- Manage access
- Section VI. Managing detection and reporting
- Managing deployment
- Managing Resiliency Platforms
- NetBackup SaaS Protection
- NetBackup Flex Scale
- Managing Bare Metal Restore (BMR)
- Troubleshooting the NetBackup Web UI
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\propertiesUNIX:
/usr/openv/var/global/wmc/h2Stores/notifications/properties
To disable event notifications
- Add a DISABLE entry in the
eventlog.propertiesfile 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 Table: 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.propertiesfile 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.
Table: NetBackup event types supported with notifications
Event type and notification type value | Action | Severity | Sample notification message |
|---|---|---|---|
Policy Policy Note: When possible, an aggregated policy event for two or more policy actions is created. | Create | INFO | The policy {Policy_Name} was created. Event for Policy received. No additional details found. |
Update | INFO or CRITICAL | The policy {Policy_Name} was activated. The policy {Policy_Name} was deactivated. The policy {Policy_Name} was updated. The client {Policy_Name} was added to the policy ${policyName}. The client {Policy_Name} was removed from the policy {Policy_Name}. The schedule {Policy_Name} was added to the policy ${Policy_Name}. The schedule {Policy_Name} was removed from the policy {Policy_Name}. | |
Delete | CRITICAL | The policy {Policy_Name} was deleted. | |
Client ClientEvent | CREATE | INFO | The client {Client_Name} was created. |
DELETE | CRITICAL | The client {Client_Name} was deleted. | |
UPDATE | INFO | The client {Client_Name} was updated. | |
Storage Unit StorageUnit Note: Any change to a basic disk staging schedule (DSSU), such as adding, deleting, or modifying, generates relevant storage unit notifications. With those notifications, some additional policy notifications are also generated with policy name __DSSU_POLICY_{Storage_Unit_Name}. | CREATE | INFO | The storage unit {Storage_Unit_Name} was created. |
DELETE | CRITICAL | The storage unit {Storage_Unit_Name} was deleted. | |
UPDATE | INFO | The storage unit {Storage_Unit_Name} was updated. | |
Storage Unit Group StorageUnitGroup | CREATE | INFO | The storage unit group {Storage_Unit_Group_Name} was created. |
DELETE | CRITICAL | The storage unit group {Storage_Unit_Group_Name} was deleted. | |
UPDATE | INFO | The storage unit group {Storage_Unit_Group_Name} was updated. | |
UPDATE | INFO | The storage service {Storage_Service_Name} was updated. | |
Storage life cycle policy SLP | Create | INFO | Event for Storage Lifecycle Policy received. No additional details found. The Storage Lifecycle Policy {Policy_Name} was created. |
Delete | CRITICAL | The Storage Lifecycle Policy {Policy_Name} was deleted. The Storage Lifecycle Policy {Policy_Name} with version Version_Number was deleted. | |
Storage life cycle policy state change SlpVersionActInactEvent | UPDATE | INFO | The SLP version {Version} was changed. |
cDOT Client cDOTClientEvent | CREATE | INFO | {Cluster_Data_ONTAP_Client_Name} was added as a cDOT client. |
DELETE | CRITICAL | {Cluster_Data_ONTAP_Client_Name} was deleted as a cDOT client. | |
Isilon Client IsilonClientEvent | CREATE | INFO | {Isilon_Filer_Client_Name} was added as an Isilon client. |
DELETE | CRITICAL | {Isilon_Filer_Client_Name} was deleted as an Isilon client. | |
Machine [Primary/Media/Cluster] Machine | CREATE | INFO | The host {Host_Name} was created. |
DELETE | CRITICAL | The host {Host_Name} was deleted. | |
Drive DriveChange | CREATE | INFO | The drive {Drive_Name} was created for host {Host_Name}. |
DELETE | CRITICAL | The drive {Drive_Name} was deleted for host {Host_Name}. | |
UPDATE | INFO | The drive {Drive_Name} was updated for host {Host_Name}. Note: A notification message like this one is generated when a drive is updated for a particular host or when a drive state is changed to UP or DOWN. | |
Library Event - Robot Library | CREATE | INFO | The library {Library_Name} was created for host {Host_Name}. |
DELETE | CRITICAL | The library {Library_Name} was deleted for host {Host_Name}. | |
UPDATE | INFO | The library {Library_Name} was updated for host {Host_Name}. | |
Media Media | CREATE | INFO | The media {Media_ID} was created. |
DELETE | CRITICAL | The media {Media_ID} was deleted. | |
UPDATE | INFO | The media {Media_ID} was updated. | |
Media Group MediaGroup | CREATE | INFO | The media group {Media_Group_ID} was created. |
DELETE | CRITICAL | The media group {Media_Group_ID} was deleted. | |
UPDATE | INFO | The media group {Media_Group_ID} was updated. | |
Media Pool MediaPool | CREATE | INFO | The media pool {Media_Pool_ID} was created. |
DELETE | CRITICAL | The media pool {Media_Pool_ID} was deleted. | |
UPDATE | INFO | The media pool {Media_Pool_ID} was updated. | |
Retention Event RetentionEvent | UPDATE | INFO | Retention level has been changed. |
VMware Discovery TAGSDISCOVERYEVENT | no actions | INFO | VMware tags cannot be retrieved. |
Autodiscovery and Discover Now AutoDiscoveryEvent | no actions | INFO | |
no actions | CRITICAL | ||
KMS Certificate Expiration KMSCredentialStatus | EXPIRY | WARNING | The certificate that is used to communicate with the KMS server {KMS_Server_Name}${server} is about to expire in {days_to_expiration}. If the certificate is not renewed on time, communication with the KMS server fails. |
Message Broker Service Status ServiceStatus | RUNNING | INFO | The NetBackup Messaging Broker service is running. NetBackup internal notifications are now enabled. |
STOPPED | INFO | The NetBackup Messaging Broker service is stopped. NetBackup internal notifications are now disabled. | |
Protection Plan ProtectionPlan | Create | INFO | Received an event for protection plan. The protection plan Protection_Plan_Name is created. The protection plan Protection_Plan_Name is created from existing NetBackup policy. |
Update | INFO | The protection plan Protection_Plan_Name is updated. | |
Delete | CRITICAL | The protection plan Protection_Plan_Name is deleted. | |
Protection Plan Subscription ProtectionPlanSubscription | Create | INFO | Received an event for protection plan subscription. The Asset_Class Asset_Display_Name is subscribed to protection plan Protection_Plan_Name. |
Update | INFO | The Asset_Class Asset_Display_Name subscription with protection plan Protection_Plan_Name is updated. | |
Delete | CRITICAL | The Asset_Class Asset_Display_Name is unsubscribed from protection plan Protection_Plan_Name. | |
Catalog Image Expiration Catalog Note: Also applicable for manual image expiration. | Not applicable | CRITICAL | Event for Catalog Image received. No additional details found. Catalog Image Image_Name was modified. Catalog Image Image_Name expired. |
Usage Reporting UsageReportingEvent | No actions | INFO or ERROR | The usage report generation has started. The usage report is generated successfully. Failed to generate the usage report. For more details, refer to the gather and report logs in the parent directory. |