News, guidelines and various community projects
Recently active
we have backed up a Redhat Linux Oracle VM using normal vm backup and enabled application aware processing by providing required credentials. later backup was successfully completed. but when we start Oracle application based restore, it launches Veeam explorer for Oracle and directly asks for target server connection details for Huesrisitc analysis . As per documentation, after Veeam explorer is launched, we should be able to see and select our backup restore points. in our case it directly asks target server connection details. when i checked in Veeam documentation link given below, this target server details are asked for Hueristic analysis for non-application enabled backups.https://helpcenter.veeam.com/docs/backup/explorers/nonvss_restore_wizard.html?ver=120 below is the error we get in huerisitc analysis stage after we provide target server credentials, please help to resolve this issue.
Hello, I’m actually testing surebackup with a sql server always on cluster.Setting to test default SqlChecker script.Unfurtunatelly, it seems not to be working well.All the databases (exepts system db) are in RECOVERY_PENDING state in the mounted vm lab.Is surebakup working for always on clusters ?Am I missing something ? thanks for your help.Fred
We had our 6th V100 Show this month! Can you believe it? The V100 Show highlights the innovations of our Veeam 100 members and how they are benefiting the community at large. Hosted by @Viperian, @Nico Losschaert @WorkingHardInIT explain Belgian companies’ data protection strategies and how they were able to create an unbreakable Veeam backup fabric. Didier and Nico also share their stories of joining technical communities and the rewarding parts of community involvement. Catch the replay here!
HelloI have installed Veeam backup 12.1.1.56 on a vsphere vm. The backup service is running, but I cannot open the console.I am getting in the screen: String was not recognized as a valid BooleanI have no issue with enterprise manager, it can be logged into.Will be glad for adviceThank you Keren
Can you use and test with SureBackup if you are only using a Linux Hardened Repository?
Hi wondering if anyone can help with an error I am getting on a backup I have a few hyper v VMs backing up and a couple of Windows 10 machines.1 machine is causing a bit of hassle and was wondering if anyone has seen this before.I see this warning message in the GUI:26/03/2024 13:55:22 :: Collecting recovery media files Details: Access is denied I see this in the logs:[26.03.2024 13:57:35] <01> Error Failed to add recovery media files to the backup[26.03.2024 13:57:35] <01> Error Failed to build WIM file at C:\WINDOWS\TEMP\oovnnf03.5ok\sources\boot.wim (System.Exception)[26.03.2024 13:57:35] <01> Error at Veeam.Core.Common.CWimBuilder.Build(String wimPath, Int32 imageIndex, ITaskLog taskLog, ICancelFlag cancelFlag, IWimBuilderAction bootFilesExtractionAction, IWimBuilderAction adkFilesExtractionAction)[26.03.2024 13:57:35] <01> Error at Veeam.Core.Common.CWinREFilesCollector.CollectFiles(CWimBuilderOptions options, ICancelFlag cancelFlag)[26.
Hi Folks,I was wondering if people would be interested in creating a VMCE study group. I will be honest this time around I am a bit terrified of this exam. For one thing the last number of years my study focus has been on something else (I wonder what that is), I am naturally not great at these things just work double in order to try and be included in with the real smart folks 😃, plus the amount of changes in V12 will prevent me from winging it on previously acquired knowledge in older VMCEs and work experience.Obviously this would not be a “dump” zone or “point you to the answer from the test” cheating location, but instead a group creating questions, helping to understand fuzzy issues and most importantly giving support to people like me who have been petrified of exams/tests ever since kindergarten🤣. I led a CKA group study over on Kodekloud for a few Months and it was a lot of fun. We had bi-weekly calls (could have been Monthly to be honest) and some of the study techniques I l
It’s been just about 2 months since Veeam released its newest version – 12.1. I've taken a little bit of time to review their What's New document, as well as browse around the Console. A lot of us in the Community were really looking forward to this release, mostly for a couple of its anticipated security enhancements – Scan backups for malware, as well as scan using YARA rules, both of which can be done without the need of using a Surebackup job or Virtual Lab.But, there are quite a few other features in this release you may not be aware of. So I thought I'd do a follow-up to my v12 Hidden Features post, and share some potential hidden features in Veeam's v12.1 version you might not be aware of as well. Let's get started!Four Eyes AuthorizationOk, this may be cheating a bit…some of you may (probably) already know about this security feature Veeam implemented in v12.1. But, I don't think it was fully given its due as much as some of the other new security enhancements. If you're not aw
I was researching about “Immutable Storage” it and found out that it has these limitations: Linux hardened repository:“The immutability feature is supported for image-level backups only. You can use a hardened repository to store NAS backups, transaction backups, RMAN, SAP HANA, SAP on Oracle backups, but you cannot use the immutability feature to protect these backups.” Object Storage repository:The immutability feature is applicable to the Capacity Tier and Archive Tier backups. It does not support the NAS backups I am looking for the best solution for immutable storage for performance tier. Is there a solution to have immutable for sql transaction logs also?
Hello everyone, This morning during my VMware VM backup job, I encountered the following error:Error: Cannot proceed with the job: existing backup meta file 'Prio 0.vbm' on repository 'ds_veeam_sanctl03' is not synchronized with the DB. To resolve this, run repository rescan As explained in the message, I initiated a rescan of the datastore on my NAS. The scan failed with this error:11/01/2024 09:10:58 Warning Failed to import backup path nfs3://xxxxx:/|volume1|ds_veeam|Prio 0|Prio 0.vbm Details: '.', valeur hexadécimale 0x00, est un caractère non valide. Ligne 1, position 1. I did not find any information about this error in the knowledge base or other forum messages. I am using Veeam Backup & Replication 11.0.1.1261 P20220302. Thank’s for advance.Philippe.
If you’re member of vExpert 2024, now you can apply vExpert 2024 subprogram. vExpert subprogram applications have opened for 12 subprograms this year. 03/14/2024 - Subprogram Applications Open 03/29/2024 - Voting Starts 04/12/2024 - Subprogram Award Announcement 04/19/2024 - Appeals CloseApply at: https://vexpert.vmware.com/my/subprograms
Hi all, I’ve been toying around with the idea of a cli tool that works with everything and is related to the other post I put up today on the Go-Veeam-Auth that does authentication for all Veeam APIs. Anyway, I’ve come up with vcli a simple terminal app written in Go, allowing you to switch between APIs with minimal effort quickly. All the authentication is set up, so all you need to do is set some environmental variables, and off you go (no pun intended).The main output is JSON, but you can switch it over to YAML via a --yaml switch.The tool only does GET requests at the moment, as I wanted to gauge the interest before committing any more time to the project. Where the power really comes in when it is coupled with “nushell” which is a data-centric approach to shells. It makes manipulating json response objects a breeze and also allows conversion to other data formats. It also has a whole module system which I go into a bit on my GitHub. GitHub page: https://github.com/shapedthought/vc
My professional experience with backup procedures starts when servers were only physical and backups only with tapes, long recovery times and a recovery rate of 70-80%.If the operating system became corrupted, you were forced to rebuild a server from scratch...Then the advent of hypervisors and a chance meeting with Veeam in the VMUG community event and it was love at first job !No hard-to-understand interfaces and incomprehensible logs and the restores worked !From version 5.0 to version 12.1, years of work and successfully completed restores have passed with the many thanks received from Customers for saving them from various disasters. Of course, it is necessary to know it well in order to configure the jobs correctly for each environment and infrastructure, but the result is guaranteed.I really appreciate the effort made to guarantee the security features included from version 12 onwards, and I give a 10/10 to the 4-eyes feature in addition to the other YARA backup control and 'in
It's time to vote! As you're aware, this is a special edition dedicated to World Backup Day, and we've received numerous fantastic stories from our community members and we decided that all of them should be part of this competition! Thank you all for sharing these stories with us! Now, let's see which blog gets best blog of the month and wins the $100 voucher!Please vote until March 31st ! Wishing all our participants the best of luck! 😊@mkevenaar , @Chris.Childerhose , @coolsport00 , @JMeixner , @MarkBoothman , @leduardoserrano , @MarcoLuvisi , @marco_s , @mhmdadl , @Iams3le , @Moustafa_Hindawi , @Scott , @Geoff Burke , @HunterLAFR Let’s share it on our socials and get more votes!Best, Madi
Hello, Thanks, I am not able to perform an instant restore of a linux VM.I am stuck that the helper appliance dialog box.I select a server from the list, but the OK button is disabled?Using VBR 12.1.0.2131I searched around the forum and internet, could not find the answerPlease advice, thanks, David
This is very high priority if that is not clear by the title.The webinar was earlier this week and included instructions - does anyone have a copy or a link to the replay? Thank you!
Hey everyone,We've encountered an issue with our immutable backup setup. We've configured our Ubuntu server to shut down after completing the backup, turning it on before initiating the backup process. As a result, the server shuts down at 1 AM every day after finishing its backup routine.However, once a week, we receive the following error message. I've been able to resolve it by deleting the file, but it keeps reappearing. Is there a way we can extend the immutability time to avoid this issue recurring? A problem occurred during setting the immutable flag: repository time shift detected, immutability flag cannot be set. Please refer to KB4482 for more detailsProcessing finished with warnings at 3/17/2024 10:33:16 PM
Hello all,I have created application-aware backup for Oracle DB. All is good but few SIDs are not switched to archive mode(or not even used) but Veeam is trying to save them and therefore backup finish with warning. is it possible to defined only one exact SID that must be backed up and others ignore?thanks,Ladislav.
Hi,I am trying to create a SureBackup job using replicas rather than run from the backups (For performance reasons) but when I go to add a VM from replicas there are no objects in the Select Replica screen.the replica is stored on a standalone Hyper-V host with large DASI’ve created replicas from live VM’s and current backups and although they exist in the replicas folder, there is nothing appearing in the Select Replica screen in the SureBackup application group settings.I’m running VEEAM 12.1.1.56 Any ideas, it’s driving me nuts ThanksRhys
This is a story that is certain to have happened in a similar way to many of you.It is a story about a topic that is unfortunately becoming more and more current and frequent for those in the sys/backup admin job: managing the response to a ransomware attack.It was a Friday morning, the business week was drawing to a conclusion, and outside a pleasant spring sun was already warming the earth.As I arrived at the office, I was immediately notified that a client whose virtual infrastructure we were managing was no longer able to access some servers.In most cases, so many reports turn out to be minor issues, sometimes all it takes is a few tiny actions and everything gets sorted out.… But this time, I don't know why, I had a bad feeling: we connect to the vCenter, it responds, fine, but as soon as we log in we see that most of the VMs are in an "inaccessible" state..what could have happened? The storage seems ok, the datastores are mounted..looking here and there we take a browse to a VM'
Hi Everyone,Just an update. The Study group is coming soon! Don’t be tempted to buy any practice exams 😁! Again the study group won’t provide any answers, it will do much better, it will provide the means to get to the answers. Those same means and methods can then be used in real life production situations to solve problems. At the end of the day that is what we all want apart from the shinny certificate!
As mentioned in my February 2024 Blog of the Month winner post, March marks the celebration of World Backup Day. In honor of this occasion, we're planning a dedicated and special edition of the Blog of the Month. We're inviting you to share stories about how backup saved your precious data or, conversely, instances where you wish you had known then what you know now to avoid data loss. It seems Jason also has an idea on how we can enjoy World Backup Day, so be sure to check out his post!Here's a brief personal story to kick things off: In 2009, fresh out of graduation, I embarked on a volunteer journey to India for three months – undoubtedly one of the best times of my life! During this unforgettable experience, I captured hundreds of photos, all stored on a single computer. Unfortunately, that computer was stolen, and I hadn't backed up any of my precious memories. The result? Not only did I lose the computer itself, but all those cherished moments captured in photos vanished in an in
Why Veeam doesn’t have such an option to delete Existing Snapshots from Veeam Console? vCenter is connected with Veeam Console.
This week Rickatron and @Madi.Cristil are busy with stuff! Great list of content to share as well as an overflowing cup of Special Department news! Watch this week’s recap here:The Links via @Chris.Childerhose via @mkevenaar via @JMeixner Special Department NewsJoin us on Thursday 28th March for the special World Backup Day live stream with @Tyler Jurgens and @dloseke(10) World Backup Day with the Veeam Community | LinkedInvia @JHoughes and @allynz via @Geoff Burke FYI Veeam Data Cloud is now using Veeam KBs! KB4555: Veeam Data Cloud Release Information and Build NumbersWho’s NewThank you @safiya for preparing the Who’s New this week! We are honored to welcome +88 new members! The coolest usernames this week are: @brocbutler, @VincentVegas , @iTob and @MehLeh! Alfred’s pick goes to @DataDefender → a badge is coming your way! Have a great weekend everyone!
WORLD BACKUP DAY - Your Data, Your ResponsibilityIt is #WorldBackupDay again, and I wanted to tell two stories that happened to me personally as a student and as an employee. from those stories, I learned one major lesson: my data is my responsibility 1- Student A long time ago, I was in my final year of college. I really liked my study in nuclear engineering, and I assume that I was a good student (top 10). then, I had an old PC with limited storage capacity. Due to lots of materials and resources I had, I bought a CD burner and started to “burn” CDs to save my data. This wouldn’t be enough. I was afraid to lose those CDs for any reason, like accidentally breaking them.The solution comes on a silver plate, my neighbor bought a new PC with sufficient storage. We made a cross-connection over the network and started to share data together. It was a good solution for me to save my spare data on a “trusted” machine rather than CDs. That was a relief. isn’t it??!!No, it is not. My neighbor
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.