News, guidelines and various community projects
Recently active
Update Jan 13th - Latest version available on https://github.com/yetanothermightytool/powershell/tree/master/vbo/vbo-health-checker***It's always recommended to open a support case as soon you're facing an issue with Veeam Backup for Microsoft Office 365. But as systems engineers, we somehow always want to know what happens under the hood That's why I started writing a VBO Health Check script which quickly gives some useful information about the health of a Veeam Backup for Microsoft 365 setup. The script checks and reports possible issues/misconfigurations: - Backup Job Status per Job / Number of failed job - License expiration date - Check logs if throtthling occured on MS side - Possible slow backup due to slow backup repository - Proxy stuff (min. recommended CPU and Memory) - Check Windows event log for low memory conditions - Logfile with the findingsLogfile gets stored in “C:\Scripts\Veeam\vbo\vbo_healthcheck_<computername>.log”Note: The script is
Hello everyone,Veeam Community Recap #68 is here!This week @Rick Vanover and I share the top community posts and some news from the special department Check it out now!
Investigating another issue where 2 VM’s have GPU’s thus VMware will not allow a snapshot of the VM’s. I am sure this question has been asked before, how can I backup these VM’s? They are running on vSphere 6.7 and the machines are Red Hat Linux 8 using an NVIDIA GPU. Also have a question about the jobs. All the VM’s were added using the vCenter server at the top level. So when these VM’s fail it seems to me the entire job get’s killed. These 2 VM’s fail, then I get a message all VM’s have been queued for processing and then a job error/failure message and it ends.
There are two critical CVEs that affect Veeam Backup & Replication and account for two of the three critical Veeam Backup & Replication CVEs, and the most serious of the products affected. The Critical Veeam Backup & Replication vulnerability notes include: CVE-2022-26500 | CVE-2022-26501CVE-2022-26500, CVE–2022-26501: These two CVEs relate to Veeam Backup & Replication allow executing malicious code remotely without authentication. This may lead to gaining control over the target system. This carries a CVSS rating of 9.8 and is classified as Critical.Cause? – The vulnerability is caused by the Veeam Distribution Service, running on TCP 9380 by default, allows unauthenticated users to access internal Veeam API functions. An attacker may send input to the Veeam API which may allow uploading and executing malicious code.It is worth nothing that patches are available for Veeam 11a and 10a as follow11a – Build 11.0.1.1261 P20220302: https://www.veeam.com/kb4245?ad=in-text-l
Hey guys,If I have deployed two backup servers in my environment and those servers are backing up the same workload, will it result a failure in the jobs of any backup server?
The best way to deal with problems is to acknowledge them, and address them. Story time: I often say, there are two types of people in the world, those who’ve lost data, and those who are about to. Why do I say this? Because I’ve lost data. My PC is approaching a decade in age, with a motherboard that was always slightly questionable, it would periodically boot into BIOS/UEFI instead of booting, despite seeing the SSD attached within the boot menu, a reboot would always fix it.Suddenly the boot problem became more apparent, requiring multiple reboots to successfully connect. Then suddenly one day, it wouldn’t boot and wouldn’t see my SSD. I tested the SSD in a caddy and it was completely dead. No SMART warnings beforehand either. Thankfully it was a smaller OS device so after licking my wounds, reinstalling Windows onto a new SSD and a lot of manual retrieval of data from the various cloud services I use, I was back up and running. But clearly, a backup would’ve saved me from all that
Hi, I would like to confirm if the Snapshot-based retention keep the full backup and only delete the incremental snapshots according to the retention policy (years, days, etc.). I need to do an incremental backup job like VBR, to keep only 2 months of incrementals. Thanks, Omar De Souza.
For those ProPartners based in Uk and Ireland (it is St Patrick’s Day after all)https://go.veeam.com/propartner-summit-2022-ukiWho here is regsitering?
Every other database in our enterprise is being backed up except for the VeeamBackup database. So, my question is - Should I run a native SQL backup on it? We have been running Veeam Backup & Replication (Version 11) for a few months now. It has been backing up our VMs and SQL databases except for that one. I looked in the job and there’s no reason (e.g., exclusions) listed for omitting this database. I logged a ticket with the HelpDesk but have not heard back from them yet. Have others noticed this problem? If so, how did you address it?Thanks in advance for your help!
Hi, I am new to Veeam and trying to test Immutability. When i configure linux server as per the first step i am getting error. am i missing anything here? i tried enabling ports on Linux host still the same. 3/15/2022 3:58:56 PM Error Testing Veeam Data Mover service connection Error: No connection could be made because the target machine actively refused it IP_address :6162 No connection could be made because the target machine actively refused it ipaddress:6162
Hey all....the VeeamON Registration is now ***LIVE***. If you're looking to attend, whether in-person or virtual, you can register here.Cheers!
Had a server get updated to a new version of Windows Server. Is a new full backup necessary? Will Veeam run one automatically if it is?
Here I am talking about backup encryption, which is performed by Veeam. Not by a hacker. It is a good idea to enable this feature.Why to monitor this? A attacker could enable backup encryption or change existing encryption key without being noticed. If so, backup jobs continue to run without any problem. But you are not able to use them for restore because you simple cannot decrypt them! For monitoring encryption password changes reports Backup Objects Change Tracking and Backup Infrastructure Audit can be used. With this reports you see when encryption password was created or modified.To control if somebody selected another encryption password from the list, use the report Job Configuration Change Tracking. For more information see my full feature blog post here: https://vnote42.net/2022/02/09/monitor-hardened-repository-with-veeam-one-v11a/
This week I had the opportunity to do a presentation at a nice executive briefing with a number of our key partners and customers. I love hearing from the field and it is nice to have those authentic conversations.I also like to know what is the latest from other brands in the industry. I live and breathe backup, but like all technology. One of the presentations today was around networking hardware solutions. The first 15 minutes of the presentation were focused on explaining the delays in confirming part availability, lead times with products, supply chain challenges with various materials and components. I’m sure some of these challenges exist across the board in enterprise and consumer IT devices.Right at that moment it dawned on my how awesome Veeam is in this current conditions. Software-Defined, Hardware Agnostic and Cloud-Ready. This is more valuable than ever as it dawned on me that Veeam has from the start taken Data Portability very seriously. Consider some of these capabilit
#Requires -Version 5.1 -PSEdition Desktop<#.SynopsisReports on a given list of AD servers if they have the VeeamDistributionSvc running and it's startType. This is in response to Veeam KB4288, https://www.veeam.com/kb4288.NotesVersion: 1.0Author: Jim Jones, @k00laidITModified Date: 3/13/2022.EXAMPLE.\Get-VeeamDistroSvc.ps1#>$svcName = "VeeamDistributionSvc"$servers = Get-ADComputer -filter * | where {$_.Name -like "*veeam*" -or $_.Name -like "*backup*" -or $_.Name -like "*whatever*"}[System.Collections.ArrayList]$mySvcInfo = @()foreach ($server in $servers) { $svcstatus = get-service -ComputerName $server.name -Name $svcName | select name, status, startType $quickInfo = New-Object psobject -Property @{ server = $server.name service = $svcstatus.Name status = $svcstatus.status startType = $svcstatus.startType } $mySvcInfo += $quickInfo}$mySvcInfo | select server, service, status, startType
I’ve seen this error message in the forums multiple times.From what I’ve read, there is a non-public hotfix available.The weird thing is, the backup copy was working fine until the customer swapped USB drives.I thought maybe the hotfix has been integrated into B&R 11a already, so I tried installing that today. That gets me a different error, also apparently a well known one: VBRCatalog is not a valid short file name.What I’ve tried:Setting the registry key for the Catalog Path, but the path already was correct. Haven’t installed any upgrades in the last 3 months. Still running version 11.0.0.837, but from what I saw during the upgrade, VBR Catalog is still version 10.0.1.4854.Any idea what I could still try?
Vulnerability (CVE-2022-26503) in Veeam Agent for Microsoft Windows allows local privilege escalation. An attacker who successfully exploited this vulnerability could run arbitrary code with LOCAL SYSTEM privileges.https://www.veeam.com/kb4289
I know, this topic does not fit that well here, but today is Pi day! As I once studied mathematics, I am still very interested in these topics. Because this day is celebrated all over the world with funny activities and jokes, I hope some of you can get some fun out of it. At least it is a interesting topic at some cocktail parties See some jokes here:https://www.goodhousekeeping.com/life/entertainment/g35447831/pi-day-jokes/?slide=1Direct examples:What did pi say when someone asked if it could explain what Pi Day was again? "I don't want to repeat myself." Did you know that 3.14% of sailors are Pi-rates?
Hey guys,I read in veeam helpcenter document that for external repository the backups are created by veeam backup appliance of cloud. Can't the backups in the repository be of another backup software that is not of veeam?
Hey guys, I have a customer who has deployed veeam backup in two locations for backing up their workloads. Both veeam servers were on a different version(v11a and v11). A month ago the server running v11 ran into a issue and was cleared and I performed a patch update to make sure that they don’t run into that issue. This week we wanted to run a veeam cdp on v11a but the target server we tried to add issued a warning saying the target machine actively refused it. Does the patch update in v11 has something to do with it because this patch update has cdp support for vsphere or is it because of an issue from vmware?
There is File share server having volume X shared with RDS to keep the User Profile Disks (UPD). We want to backup the UPDs so planning to add the file share server in Veeam B&R as file server & create a backup job to backup volume X.Question 1→ If a user is logged-in to session host, meaning the UPD (VHDx file) of that user is mounted from the file share server to session host & same time the backup job run to backup volume X. Will there be problem with the VHDx, which is mounted to session host?Question2 → What is best way to backup File share server having UPDs of RDS ?
Good morning I wanted information.I have a vmware environment and with veaam I backup the VMs.I wanted to know how I can remove an esx host from veeam licenses and thus freeing 2 sockets assign the license to another esx host. attached in file 1 I want to revoke socket for 172.40.0.14 and I want to assign it to another esx host that is managed by the same vcenter. kind regards
Hello,In this article I will tell you about the Veeam Instant VM Recovery feature.We follow our backup processes, we send our backups to different locations, we take backups to tape cassettes, right?We must apply the 3-2-1 rule in our infrastructure. We can return our backups; Well, can we provide service with performance and working as soon as possible in times of crisis?What is Instant VM Recovery?Instant VM Recovery restores your virtualization platform by running the virtual machine directly from backed up files rather than keeping users waiting for hours. Thus;Short recovery times (RTOs) are achieved.Downtime is minimized.Downtime of critical virtual machines is minimized.How does it work?Instant VM Recovery uses vPower technology to directly place a VM image from a compressed and deduplicated backup file to a vSphere or Hyper-V host.Since there is no need to export the entire VM from the backup and then copy it to the backup device, you can restart the virtual machine from backup
Hey guys,Yesterday, I added a vCenter infrastructure to veeam but I got a warning saying the target machine actively refused it. Can anyone give a reason for that and suggest what needs to be done?
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.