Join discussions around Veeam community projects, Veeam events, industry and technology news
Recently active
Happy Friday everyone! Today I want to talk about unique/awesome applications of technology, it doesn’t have to be useful, but just interesting! I saw this video the other day and was amazed at:How much care & detail went into this project. How unnecessary it really is, but yet I found myself in awe all the same!What was this video?A basketball hoop that you CAN’T miss with. Watch this and tell me you don’t want to give it a go?Also, as @wolff.mateus is just an NBA fan, I had to tag him in this! So, what have you seen?
Hi Veeam,Currently one of our customer using RMAN to backup there oracle database to the tape. They want to use Veeam RMAN plugin backup to the Veeam repository but the problem is they don’t want to completely stop the backup to tape.They are requesting there is any possible way to simultaneously backup their Oracle database to tape and also to RMAN plugin backup.They are having huge concern on RMAN plugin configuration. Because below RMAN configuration parameters will get updated automatically after plugin installation .CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE SBT_TAPE TO 1; # defaultCONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE SBT_TAPE TO 1; # defaultCONFIGURE CHANNEL DEVICE TYPE 'SBT_TAPE' PARMS 'ENV=(OB_DEVICE=tape1)';which will lead them interupt in current Tape backup. Regards,Rithesh Kanchan
Hey guys, can anyone tell me while creating a backup why file level backup is mentioned slower?
Hello Everyone,I am using the Veeam Service Provider Console v6 product. Because of a security audit, I must collect all activity logs from the VSPC portal. Now the VSPC portal only can show Event logs in the web UI portal and VSPC does not support pushing event logs to a log system like ELK or vRealize Log Insight. Please help me to solve this problem.Best regards,
Hey Guys, I have a scenario.So my customer environment was taking oracle backups to tape without using Veeam. Now they want to initiate RMAN backup using Veeam. After installing plug-in the configuration settings gets updated in oracle but they also want existing backup jobs to the tape to continue after veeam plug-in install. Is there a solution to this?
Does anyone have a good strategy to bring versioned file based backups from multi vendors into veeam or any other solution?
Hi Everyone,I am posting this in General section since it is an announcement! :) Have you always wanted to learn Kubernetes but been too afraid to try?Day job got your working 24/7/365 with no time to dive into the Kubernetes Strive?Tired of long boring courses with slouch instructors curing your insomnia? Well we have the answer!! A daily quick fix dose of Kubernetes Goodness. 5 Days a week over time will add up. In no time at all you will be carrying the ball and making the opposition fall!!Only 5 minutes a day will result in you feeling OK! Come over to the Kubernetes Korner and give it a shot, don’t be a bot, you could win at the slots!Steer your career into the front tier!!
Following this document https://helpcenter.veeam.com/docs/backup/vsphere/restore_files_from_tape_objects.html?ver=110but I did not get the same screen shot as described in the document.
Hi Folks, While not a technical subject, nevertheless since we are working with Veeam and that implies Disaster Recovery I am pretty certain many of you have been in the high pressure trenches of Severity One situations.Unless you have nerves of steel inevitably this will start to take a toll on your health and well being. People here are veterans of this profession so you have obviously found ways to survive and handle this. I thought it would be good to share what we all do to keep our sanity. Mind you I have been told I was never sane to begin with so you can’t lose what you don’t have but . For me humor is the saving grace.Laughing is like a reset button and it wipes the slate clean of all the built up pressure and anxieties and not just with IT related issues. In every situation I try to find a funny side of things. For example two weeks ago when I went to have my eyes checked again. I knew that they were going to tell me that I needed new glasses. Sure enough they did and started
Happy Friday all! Today, lets talk tools, the right tool in the wrong hands can be catastrophic. What tool have you seen so the most damage to an environment? Whether it’s a built in tool/feature or 3rd party, I wanna hear! For me, it’s Remote PowerShell. I witnessed this being used by a malicious script to deploy ransomware to every device in the domain and the rest of the network. The script was harvesting credentials from users working on the infected endpoint and the moment a domain admin signed in, BANG, remote PowerShell to all!
Hi Folks, I don’t know if any of you saw this but interesting stuff. A best practice guide for SP’s. I could have used this in a previous life :) https://bp.veeam.com/sp
Happy Friday everyone! Today, lets talk pet peeves. If you’re not familiar with the term, it means something of frequent/continual annoyance to someone. Mine is when backup repositories are used for ANYTHING other than backups/data restoration. I see it a lot with people’s personal backups and in smaller businesses. It’s often a scenario such as: I find a file share on a backup repository, and I ask, what’s that doing there? Then I’ll be told that there were some files that were far too big to sit on their expensive storage such as marketing media shares full of videos and photos. I was always taught to assume positive intent so I’ll ask something like “oh okay, have they copied what they need so it can be deleted?” More often than not I’ll be told, nope they need the data still as XYZ department needs it. I’ll then ask the key question, “okay, where’s be being backed up to? And what frequency?” At this point I always get the same response “we have nowhere big enough to back this up to
Hey guys, in this link it says veeam cannot backup failover cluster with CSV and CSV will be excluded if you are backing up that cluster. https://helpcenter.veeam.com/docs/backup/agents/cluster_support.html?ver=110Is there recommended way to backup those volumes? Can volume or file level backup solve this?
We currently have a situation where we need to copy backed up files on a different subnet from the Veeam server.The backup files are on the proxy server in a different subnet and I need to copy them to a different server on the same subnet. Veeam is across a VPN so copying 1 TB of files from Veeam across the VPN would take too long.When I mount the files to restore it would be great if they were available in the VeeamFLR folder on the proxy server. Then I could copy them directly on the same subnet. Right now the files to restore are only available on the Veeam server.As a workaround I’m going to install Veeam on the Proxy server so I can access the backed up files without using the VPN.
Hi Folks, Here is a recording of the live session of Kubernetes Korner. We discussed the origins and the future. https://transcripts.gotomeeting.com/#/s/bcaad2c15ac882a1e59c5bd40a870edd0fb3c2e29e7a913edc138c86ecbda04e cheers
Hey guys,A customer of mine has asked whether I could create recovery media for failover cluster but in this linkhttps://helpcenter.veeam.com/docs/backup/agents/image_create_before.html?ver=110 tells that I cannot create a recovery media and I should enable creation of a Veeam Recovery Media for such clusters with a registry value. Has anyone faced this situation and enabled recovery media with registry value. Also I referred this link https://forums.veeam.com/servers-workstations-f49/unable-to-create-recovery-media-for-server-t73845.html
Hi Community, For automated disaster recovery process. Need help to develop PowerShell scripts.Add backup repository Decrypt backup Import backupsCode up to now as bellow$account = Get-VBRAmazonAccount -AccessKey "XXXXXXXXXXXX"$connect = Connect-VBRAmazonS3Service -Account $account -RegionType Global -ServiceType CapacityTier$bucket = Get-VBRAmazonS3Bucket -Connection $connect -Name "veeam-backup"$folder = Get-VBRAmazonS3Folder -Name "S3-Folder" -Bucket $bucket -Connection $connect$securepassword = Read-Host -Prompt "Enter password" -AsSecureString$key = Add-VBREncryptionKey -Password $securepasswordAdd-VBRAmazonS3Repository -Name "AmazonS3Repository" -Connection $connect -AmazonS3Folder $folder -DecryptBackups -DecryptionKey $keyBut <-DecryptBackups -DecryptionKey $key> option doesnt work, error prompt as belowAdd-VBRAmazonS3Repository : A parameter cannot be found that matches parameter name 'DecryptBackups'.At line:1 char:99+ ... -Connection $connect -AmazonS3Folder $folder -
I just installed the latest available version of Veeam agent for Windows on Windows 11 and it doesn't work.The service does not start
Hi,Whats the best practise evacuate an extent with immutalbe backups?I need to evacuate an extent from an object lock repo with 7 days immutalbe backups.I put the extent in maintenance and started the evacuation. What happens with die immutalbe backups? They will stay on the locked repo?
Where can I find the compatibility information of Domino and Veeam Backup and Replication v11? Please help...
Morning, I’ve noticed that Veeam have slightly amended the end of sale date for existing customers seeking to purchase new socket licenses. Previously, Veeam Availability Suite, Veeam Backup & Replication, Veeam Backup Essentials and Veeam ONE were all due to migrate to support renewal only for socket based licensing on the 1st July 2022. This is changing slightly. Veeam ONE and Veeam Backup Essentials will still be committed to this date, however Veeam Backup & Replication and Veeam Availability Suite additional licenses will still be purchasable for existing socket customers through to the 1st January 2023. If you believe you’ll need additional socket licenses and have no intention of moving to VUL (you really should though if you can), be sure to factor these deadlines into your purchasing timelines!
Hello everyone,We’ve a huge Oracle DB on 3 clustered servers which is backed-up using EMC NetWorker but we’re planning to switch to Veeam.Any ideas on this plan? What to do before starting? What to consider while switching? Leave NetWorker running with Veeam for a while? Thanks,
I have recently added a standalone Hyper V 2019 host to Veeam infrastructure. It added successfully. SO i created a HWP for my customer, see the host and the network. When the customer creates his job, he see his plan however when he runs the replication job it fails:“Failed to process replication task Error: Cloud gate has rejected connection. Reason: Unable to establish target connection. All aliases have failed….” My VMware replications are running fine.Please help!!
Hi, I was reading the manual on Instant Disk Recovery Manual and I have a question.When you click “Migrate to Production” does this suspend the VM? The problem is that I have a VM which I restored the disk using Instant Disk Recovery, but on reading online further, it seems that when I click “Migrate to Production” the VM will be stopped until the disk has been completely restored. Is this correct? Thank you,Paul
Hello guys,Can anyone specify the reasons for choosing veeam’s agent backup- standalone and managed mode?
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.