-
- Influencer
- Posts: 17
- Liked: never
- Joined: Sep 04, 2012 4:30 pm
- Full Name: Max
- Contact:
Background disk merge interruption
Hey,
I have often a "Background disk merge interruption" Warning in Veeam One on different servers.
When I check the Eventlog I see this Events at
03:46:07 - 19070 - "VM01" background disk merge has been started.
03:36:34 - 19090 - "VM01" background disk merge has been interrupted
03:46:34 - 19070 -"VM01" background disk merge has been started.
03:46:46 - 19080 - "VM01" background disk merge has been finished successfully
So I think I can ignore this Warning because the Disk merge is done.
The only problem is that I get every day around 5 Warnings after the backup. So is there an opportunity to make a rule to close this Warnings automatically if the merge finished successfully?
Thx for help.
I have often a "Background disk merge interruption" Warning in Veeam One on different servers.
When I check the Eventlog I see this Events at
03:46:07 - 19070 - "VM01" background disk merge has been started.
03:36:34 - 19090 - "VM01" background disk merge has been interrupted
03:46:34 - 19070 -"VM01" background disk merge has been started.
03:46:46 - 19080 - "VM01" background disk merge has been finished successfully
So I think I can ignore this Warning because the Disk merge is done.
The only problem is that I get every day around 5 Warnings after the backup. So is there an opportunity to make a rule to close this Warnings automatically if the merge finished successfully?
Thx for help.
-
- Veteran
- Posts: 7328
- Liked: 781 times
- Joined: May 21, 2014 11:03 am
- Full Name: Nikita Shestakov
- Location: Prague
- Contact:
Re: Background disk merge interruption
Hi Max,
The alarm is triggered by event 19090 "Microsoft-Windows-Hyper-V-VMMS".
You can edit the "Background disk merge interruption" alarm adding a rule to resovle it in a case of Event ID 19080.
This feature is going to be available in the next versions. Currently the event is not collected by Veeam ONE.
Thanks!
The alarm is triggered by event 19090 "Microsoft-Windows-Hyper-V-VMMS".
You can edit the "Background disk merge interruption" alarm adding a rule to resovle it in a case of Event ID 19080.
This feature is going to be available in the next versions. Currently the event is not collected by Veeam ONE.
Thanks!
-
- Lurker
- Posts: 1
- Liked: never
- Joined: Jul 20, 2023 12:45 pm
- Full Name: Yannick Auclair
- Contact:
Re: Background disk merge interruption
I know this thread is quite old but I am wondering if Veeam One finally collect the event id 19080. It was mentioned the feature would be available in the next version (in 2016). Is it now available in VeeamOne 12? I found no reference about this.
Thanks.
Thanks.
-
- Veeam Software
- Posts: 757
- Liked: 196 times
- Joined: Nov 01, 2016 11:26 am
- Contact:
Re: Background disk merge interruption
Hello Yannick,
I've checked with our QA that event ID 19080 is not collected. No changes should be expected in the 12th version.
Thanks
I've checked with our QA that event ID 19080 is not collected. No changes should be expected in the 12th version.
Thanks
-
- Novice
- Posts: 6
- Liked: 1 time
- Joined: May 02, 2018 5:07 pm
- Full Name: Tim J
- Contact:
Re: Background disk merge interruption
This rule adjustment seemed to work to resolve the issue (see image). It would be nice if it was finally added to the default rule: (I tried using the insert image flags but they didn't work for me, so adjusted the post to include a link to the image) https://i.postimg.cc/g2LBT4zQ/Resolve.png
-
- Veeam Software
- Posts: 757
- Liked: 196 times
- Joined: Nov 01, 2016 11:26 am
- Contact:
Re: Background disk merge interruption
Hi all,
It is hard to say why the case above is working and if it works correctly in every case.
The event 19080 is in the database exclusion list. However, we've researched a bit more and in theory, it is possible to work around.
NOTE: This is not an official solution. Apply everything below at your own risk and do backups in advance.
1. add 19080 event ID to the monitoring
2. remove it from the exclude filter
3. restart VeeamDCS service
4. add alarm rule
This works in a lab but could be broken by any product upgrade.
Thanks
It is hard to say why the case above is working and if it works correctly in every case.
The event 19080 is in the database exclusion list. However, we've researched a bit more and in theory, it is possible to work around.
NOTE: This is not an official solution. Apply everything below at your own risk and do backups in advance.
1. add 19080 event ID to the monitoring
Code: Select all
insert into monitor.EventInclude
select 4, 3, 19080, NULL
Code: Select all
delete from monitor.EventExclude
where id = 54
4. add alarm rule
This works in a lab but could be broken by any product upgrade.
Thanks
Who is online
Users browsing this forum: No registered users and 5 guests