How to Log BDRSuite Events in Windows Event Viewer
This knowledge base article provides steps to enable Events Logging in the BDRSuite Backup Server, OffsiteDR, and other BDRSuite Agents.
By default, the Event Logger option is disabled in the BDRSuite suite and can be enabled by editing the configuration file: `SGConfiguration.conf`, located in the `<Installation_Location>/Conf` folder.
Note:
- Event Log option is available for the Windows platform only.
- Applies to BDRSuite v3.9.0 and later.
Steps to Enable Event Logs
1. Navigate to the following folder location: `<vembu_product_installation_location>/conf` and locate the `SGConfiguration.conf` file.
2. Open the `SGConfiguration.conf` file using a text editor.
3. Find the `<Event>` tag in the configuration file. The structure looks like this:
<Event IsEnabled="0" MaxCount="1000" PruneBy="3">
<EventType Status="CRITICAL_EVENT" IsEnabled="0">
<EventType Status="MAJOR_EVENT" IsEnabled="0">
<EventType Status="WARNING" IsEnabled="0">
<EventType Status="INFORMATION" IsEnabled="0">
</Event>
4. Enable Event Logger by changing the `IsEnabled` value to "1" from "0". The updated `<Event>` tag should look like this:
<Event IsEnabled="1" MaxCount="1000" PruneBy="3">
<EventType Status="CRITICAL_EVENT" IsEnabled="1">
<EventType Status="MAJOR_EVENT" IsEnabled="1">
<EventType Status="WARNING" IsEnabled="1">
<EventType Status="INFORMATION" IsEnabled="1">
</Event>
5. To apply the changes, restart the "BDRSuite_Backup_Server_Virtual_Physical_Workloads" service from Services.msc on the BDRSuite backup server machine.
Note:
- Service Name of Backup Agents - BDRSuite Delegation Service
- Service Name of OffsiteDR Server - BDRSuite_OffsiteDR_Server_Virtual_Physical_Workload
Note: After restarting, the backup server events will be logged in the Windows Event Viewer. You can view these events by navigating to Event Viewer (local) -> Windows Logs -> Application. The source of these events will be "BDRSuite_Backup_Server_Virtual_Physical_Workloads." If needed, you can create a custom filter to view these events more easily.
Tags under the Event Logger option explained:
- The `MaxCount` tag refers to the event count that can be viewed in Event Viewer.
- The `PruneBy` tag refers to the timespan of events to be logged where:
- 1 refers to a day
- 2 refers to a week
- 3 refers to a month
Users can also choose the event type to be logged based on its severity using the `EventType Status` tag, where it is further classified into:
- CRITICAL_EVENT
- MAJOR_EVENT
- WARNING
- INFORMATION
These event types can be enabled by changing the `IsEnabled` value to "1" from "0" alongside the respective value.
Related Articles
Deploy BDRSuite Backup Server on Windows
In this section, we will guide you through the step-by-step process of installing the BDRSuite Backup Server in a standalone and a cluster deployment specifically for the Windows operating system. Download You can download the BDRSuite Backup Server ...
Deploy BDRSuite Backup Server on Windows
In this section, we will guide you through the step-by-step process of installing the BDRSuite Backup Server in a standalone and a cluster deployment specifically for the Windows operating system. Download You can download the BDRSuite Backup Server ...
Deploy BDRSuite Backup Server on Windows
In this section, we will guide you through the step-by-step process of installing the BDRSuite Backup Server in a standalone and a cluster deployment specifically for the Windows operating system. Download You can download the BDRSuite Backup Server ...
Deploy BDRSuite Backup Server on Windows
In this section, we will guide you through the step-by-step process of installing the BDRSuite Backup Server in a standalone and a cluster deployment specifically for the Windows operating system. Download You can download the BDRSuite Backup Server ...
Deploy BDRSuite Backup Server on Windows
In this section, we will guide you through the step-by-step process of installing the BDRSuite Backup Server in a standalone and a cluster deployment specifically for the Windows operating system. Download You can download the BDRSuite Backup Server ...