News, guidelines and various community projects
Recently active
Recently we had a vulnerability on Veeam Backup & Replication called CVE-2023-27532.So today, I’m going to show how easy is update VBR and install the patch to correct this threat. According with KB4424, we need to download the patch correctly to v11 or v12. In my case I going to update a v12 environment. So, the first thing is download patch: After that we only to unzip the downloaded file: The installation is really simple. We only need next, next, finish: I prefer to do not check box to update components automatically. We can do that as a final step after installation: Just click finish: Now we can open our VBR console and update the last component: At the end we can check that Veeam Backup & Replication is on 12.0.0.1420 P20230223:
Hi,I had a really strange error that was causing myself some issues recently, so I thought I would share the results.I was protecting a few NetApp ONTAP systems, integrated with Veeam as NAS Filers. And when I was trying to protect one of the NAS Filers, all the SMB shares were working successfully, but the NFS shares were not.What was worse though, I would always get an error that made no sense. If I reviewed the error message for my NFS logs I’d get the error that ‘All backup proxies are offline or outdated’, and then if I browsed into the Veeam logs, there were no tasks logs even being created for the failing shares. If I dug into the logs for the parent job, I could see this error I mentioned above, plus that no scale-out repository extents were available. This struck me as very confusing, as the SVMs contained both NFS shares, and SMB shares, all SMB shares were protected fine.I checked firstly that I had configured the NAS element of the NetApp integration to support NFS and tha
Hello community members! Tomorrow, March 31st, is World Backup Day! Who better to celebrate this occasion with than Veeam? Join Veeam’s Product Strategy and Industry Insights team tomorrow on LinkedIn for a talk about the importance of backup. Let’s see the community active and engaging in the chat tomorrow! 🤗And don’t forget to take the backup pledge & see other resources on World Backup Day’s site! 🌐
Folks, Please don’t post brain dumps. You are not only cheating the system but also yourselves. I have had to deal with paper cert folks and believe me they don’t last long. The exam and the piece of paper are not the point. It is the process and the knowledge that is what you want. At 1 am when sitting there clueless on a severity 1 call your brain dumps will be of no use. cheers
Hi Folks, I don’t often forward blog post stuff but these ones are great and very important in relation to Veeam 12 and Object Storage.Apologies if someone has already posted. It explained a lot for me about how Veeam now works with S3!check out Luca’s blogs here: https://www.virtualtothecore.com/a-first-look-at-the-new-veeam-sosapi/
One of the client recently requested me to help them find the duplicate bios uuid for their environment of 10K desktops, therefore, i am writing this post to help others if they are facing same issues with duplicate bios uuid.BIOS UUIDs are important identifiers that help distinguish one computer from another. They are typically unique, allowing administrators to manage their systems efficiently. However, in some cases, duplicate UUIDs might exist, causing confusion and possible errors. In this blog post, we'll show you how to create a PowerShell script that detects duplicate BIOS UUIDs on Windows computers and exports the results to an Excel file for further analysis.Step 1: Creating the PowerShell ScriptFirst, let's create a PowerShell script that queries a list of computers, retrieves their BIOS UUIDs, and checks for duplicates. You can get the list of computers from Active Directory, a text file, or an array.Here's a sample script that demonstrates these steps: # Import the Active
Final week of March is here! We had previously committed to organizing a poll to determine the top blog of the month that is going to be featured on the homepage in the first week of April.Our selection comprises of three blogs that were featured in the weekly recap, as well as three additional blogs that were not mentioned. Please help us determine the best by voting on your favorite one by the end of the week (31st of March) .Good luck to all participants! 😊 @Michael Melter , @mkevenaar , @marcofabbri , @regnor , @Martin Weber , @wolff.mateus please feel free to share it on your social media platforms and encourage your network to vote for you!Best, Madi
What does " Warning: Task was not processed in the current session " mean? I receive the warning after it tries to run a backup copy job. Any advice on what this means, why this happened, or how to solve the issue?I get the same message after running a new sync after about 10 minutes. Job will finish with warnings, with no successes.
Trying to migrate Enterprise Manager to a new Server. I stopped the Veeam services on the old server and disconnected it from the network. I installed the EM on the new server and pointed it to an old DB that was used by the old server. There was a dialogue window confirming that the DB was owned by the old EM server and that it would be transferred to the new EM server.What happened next is that the the service account was getting locked out. So I had to roll back the changes. Good thing, I did not uninstall the EM from the old server per the instruction on https://www.veeam.com/kb1889 . Curious what happened here.
Spring is here 💐 and with it comes another script. This time for Veeam Backup & Replication.The script shows different job configuration settings and can be used to quickly identify differences in job settings.The Readme and code lines can be found in GitHub:Bits & BytesMore to come depending on your feedback (I already got one related to NAS backup)
The problemHave you ever needed to know how much data you need to backup incrementally from your VMware environment? Because you need to design a new backup storage? Because you need to know, if your WAN is capable of transferring everything into the cloud or from your branch office? Because you need to know the change rates of your VMs? The solutionNow you can track these data changes with a simple script! Let me introduce you to GetChangedBlocksV2! It is a PowerShell script which uses the VMware PowerCLI to read the changes from your VMware disks each time it is run and saves it as CSV. It keeps track of the changes between each run, between each day and between each week. In order to get good results, you need to run this tool on a regular basis, e.g., with the Task Scheduler.There is even a basic Excel file included to analyze the results for you. But if you have better tools feel free to utilize them. Where to get it?https://github.com/turboPasqual/GetChangedBlocksV2 Other stuffWh
Hi All, I have recurring intermittent issues with restoring VMs. Host machine is Windows 2016 Hyper-VWith VMs ranging from Windows 2012 r2 to 2016 server.I am not getting any errors reported in the backup or restore process, but what i find is on starting up the VM a database might be corrupted. This can range from NTDS, DHCP, or single exchange databases.I have noticed that if i do a restore of just the disk file, instead of a full VM restore that the VM will then work fine.Backups are made to a set of rotated USB hard drives, however, issues still occur when the files are copied to a local hard drive.We were running an old version of 9.5 but have since tried community editions of 11 and 12.Anyone have any thoughts? Im guessing it might have something to do with replaying transaction logs?
If you do not run VeeamONE, it can be challenging to check if every VM that should be backed up, is really backed up. Therefore I wrote a small PowerShell script. Basically this script looks for each VM if there is a restore point for this VM. If not, it gets listed. Extra feature: Script connects to every vCenter that is registered in B&R server. There is a Blocklist included: when VMs should not be backuped, just place their name in the blocklist and they will not be shown in the list. So you can exclude VMs without editing the script.Notes:CredObject.xml is used for stored, encrypted credentials. Script connects to local B&R server, so it should run there if not changed. # Load Plugin and moduleAdd-PSSnapin VeeamPSSnapinImport-Module VMware.VimAutomation.Core# Configure for multiple vCenter ConnectionsSet-PowerCLIConfiguration -DefaultVIServerMode Multiple -Scope Session -Confirm:$falseSet-PowerCLIConfiguration -InvalidCertificateAction Ignore -Scope Session -Confirm:$false#
Likely a noob question, but just want to be sure things aren’t broken.I’ve got a setup with Veeam B&R Community Edition on a single windows machine. I have full backups scheduled weekly, and daily backups every day, to a Quantum LTO-7 drive, using LTO-6 media.The console reports the total capacity of the tapes as 2.1TB. Allowing for the whole base 10 / base 2 argument, this is what I’d expect. The full backup (done last night) reports total transferred is around 1.1TB, but the tape is only reporting around 250GB free. I’m expecting around a TB free (2.1TB - 1.1TB). You can also see that the “daily” tapes are reporting 2.1TB free (again, this is expected - there’s not a lot written, maybe ~90MB per day, so not enough to make a difference to the free space reported)Is there something amiss somewhere, or am I going to have to migrate to LTO-7 media a lot sooner than I thought?
Hello, I have a query.In a scenario with large mail files (OST and PST) that only change partially.Is there an option in Veeam Backup to only copy the part that has changed?How does deduplication.Does Veeam implement this functionality?Thank you for your attention.A greeting.
IntroIn the past I’ve shared some scripts with the community which were related to security stuff. Among my many ideas (I should put down on paper everything that is buzzing around in my head), someone recently asked in our internal Teams Veeam MVP chat the following question: "Can somebody please integrate VONE's Suspicious Backup file size and job duration alarm into VBR?" Friday MoodI try to keep every Friday afternoon free for some exciting projects. Most of the projects are related to customer or partner requests that can’t be handled directly with Veeam products. So, last Friday's slogan was "It's Friday again.....". (Who knows the song?)My approach was to create two scripts. One for manual execution, the other for integration into existing backup jobs with the possibility to display the result in the backup job statistics. The ResultPlease have a look into Brad's post, who was asking for the possibility to identify this in VBR: Linch TipsRelease v1.1 of the script will include t
I am having a hard time trying to migrate our Veeam365 (azure marketplace image) VM in Azure to another subscription, due to Microsofts restriction regarding move VMs with a plan attached. My latest idea was to use Azure Recovery Service to replicate the vm, and then do a permanent failover. The ASR supports cross-over subscription so it would do the job.When doing the failover, I get an error saying that I need to accept the terms of the image vms.This should be done with the azure cli command: az vm image accept-terms --urn veeam:office365backup:veeamoffice365backup:3.0.0have also tried with the subscription id in the paramteres, but the results is the same:The VM image can not be found. I guess its because its an older vm-image which Veeam now doesnt offer on that azure marketplace. So where can I go from there..? I am starting to perhaps use Veeam for this just case but before spending more time it would be great to now if this Plan paramteres is somehow following the imagedisc in
Rickatron & @Madi.Cristil are back at it this week catching everyone up on a solid block of content and some special department news. Watch the recap here:The Linksvia @Michael Melter via @SteveF via @JMeixner Special Department Newsvia @safiya → Updated new badge!via @Cragdoo @MicoolPaul and @Ian Sanderson via @michaelcade Veeam Backup for AWS plug-in has been updated!Tune in to an exclusive Twitter event for Veeam Backup for Microsoft 365See this important KB for an update to Veeam ONE V12Who’s NewBig thanks to @safiya for producing a new Who’s New format! We welcomed +295 new members this week and the coolest usernames are: @Lightworm @capnhowyoudo @Network Admins @SUPPORT SCRIBA @Helper @LuvsVeeam @Network AdminsAnd the best part, a new selection - Alfred’s pick! Congratulations @Backup → you are Alfred’s pick this week!
Is there any way to report (powershell script etc.) on Nutanix AHV repository hosted content (via Hyper-V) except for using the Veeam ONE “Protected VMs) report. Information required, Succesful backup sessions: Job anme, start & stop times, Durations, avg speed, total, processed, data read, transferred, dedup, compression, result.
I sort of understand backup and recovery...but if you have data, you have data, no? What were the reasons you use a backup or recovery service? I don’t understand what problems it might solve
Is there a way to filter out jobs that are disabled? I don’t want to see failures for these in VSPC.
For those that might follow my blog or have subscribed to it, I have done some moving of the URL (changed) and also the hosting provider. The current hosting provider was just too expensive, so I have moved over to Wordpress.com (Free). I have also changed the URL of my blog and the old URL will no longer work.If you follow me, you can find the new Blog URL in my signature and also here -https://justvirtualization.blog/
Hello, Just getting into Veeam. Trying to install VeeamOne agent on my Veeam B&R box from my standalone VeeamOne server. However, it keeps failing out. I’ve tried unloading any anti-virus, disabling firewall. I’m running it using administrator credentials. It is not domain joined so it does not have any odd security policies. I’m using ComputerName\Administrator for the installation account. I looked at errors 1639 and 1708 but it provided little help. has anyone seen this or know a workaround?=== Verbose logging started: 3/24/2023 15:57:11 Build type: SHIP UNICODE 5.00.10011.00 Calling process: C:\Windows\OneAgent\Veeam.One.Agent.Deployment.Service.exe ===MSI (c) (20:A0) [15:57:11:775]: Resetting cached policy valuesMSI (c) (20:A0) [15:57:11:775]: Machine policy value 'Debug' is 0MSI (c) (20:A0) [15:57:11:775]: ******* RunEngine: ******* Product: C:\Windows\OneAgent\OneAgent.x64.msi ******* Action: ******* CommandLine: **********MSI (c) (20:A0) [1
Hello guys, I'm looking some informations about Virtual Tape Library (VTL) and I wanted to know if some of you use this technology and why ?
This week @Madi.Cristil and Rick are back in normal settings, sort of, but have a great stack of content to share as well as a solid list of special department news. See this week’s episode here:The Linksvia @jorge.delacruz via @Iams3le via @Martin Weber Special Department Newsvia @safiya - a new badge is added!via Rickatron via Rickatron - v12 Upgrade Center updatedvia @joachimeberhard in the Veeam R&D Forums: Happy about V12 performance improvements - R&D Forums (veeam.com)via @Gostev in the Veeam R&D Forums: V12 Top Issues Tracker[V12] Top issues tracker - R&D Forums (veeam.com)Also note that the Veeam Backup for AWS Plug-in is ready for download from My Account and the Marketplace listing was updated last week!
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.