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
BDRSuite Windows Client Installation Guide
KB ID: 52 Introduction: BDRSuite Client Agent is compatible with the following versions of Windows operating systems. Ensure that your system runs on one of the specified versions: Windows Server 2012 R2 / 2012 / 2008 R2 Windows 2008 SP2 / 2003 SP2 & ...
Disk Image Backup for Windows Servers and Windows Endpoints/Workstations
Disk Image Backup - Overview BDRSuite’s Windows Disk Image Backup solution creates a complete system image of Windows machines, backing up all data including OS, applications, and configurations. This ensures quick and reliable recovery in case of ...
How to Mount the NFS Share from Linux NFS Server in Windows BDRSuite Server
KB ID: 115909 Introduction This Knowledge Base article provides step-by-step instructions on how to mount an NFS share from a Linux NFS server to a Windows BDRSuite server. Step 1: Install the NFS Client on the Windows BDRSuite Server 1. Open ...
What is BDRSuite for Windows?What are the key features of Windows backup in BDRSuite?
BDRSuite for Windows is a comprehensive backup and recovery solution specifically designed to protect data on Windows machines (Servers & Workstations). With BDRSuite, businesses can confidently protect their critical data, minimize the risk of data ...
Backup aborted
KB ID: 101005 Product: BDRSuite Backup Server Cause This will occur due to the following reasons: Backup configuration stored in the server and client is incompatible. When the Backup storage location is inaccessible to the backup server. If you ...