-
- Expert
- Posts: 203
- Liked: 34 times
- Joined: Jul 26, 2012 8:04 pm
- Full Name: Erik Kisner
- Contact:
Feature Request: VMware Tagging - JOIN statements
I would like the ability to more flexibly create dynamic jobs.
Consider a scenario where one has 2 different tag categories: RPO (tags: 4h, 24h) and Encryption (tags: true, false). One could simply create a single category with all 4 combinations, but then if you wanted all 4h RPO VMs, you must search for 4h RPO & encryption TRUE as well as 4h RPO & encryption FALSE. It complicates things in the future by restricting the flexible nature of tagging.
One could easily add more categories, such as "App-Aware", "Compression Level", really imagination is the limit (okay so the hard limit is probably specific to the number of job setting permutations, but that's pretty high).
Theoretically, with those 2 categories, one must create 4 jobs. One must manually exclude VMs that do not belong in a specific job, for example if you're targeting your jobs based on the RPO, you must manually exclude the VMs which requre or do not require encryption, one for each of your 4h RPO jobs.
Consider, however, the ease of using something like an inner join. All VMs which are a member of group 1 and group 2 (...and 3, and 4.... so on and so on). Or a left join: All VMs which are a member of group 1 but not group 2. You still have the same number of jobs, but now nothing is manual. As soon as you update the tag, the job accurately reflects the change as well.
Consider a scenario where one has 2 different tag categories: RPO (tags: 4h, 24h) and Encryption (tags: true, false). One could simply create a single category with all 4 combinations, but then if you wanted all 4h RPO VMs, you must search for 4h RPO & encryption TRUE as well as 4h RPO & encryption FALSE. It complicates things in the future by restricting the flexible nature of tagging.
One could easily add more categories, such as "App-Aware", "Compression Level", really imagination is the limit (okay so the hard limit is probably specific to the number of job setting permutations, but that's pretty high).
Theoretically, with those 2 categories, one must create 4 jobs. One must manually exclude VMs that do not belong in a specific job, for example if you're targeting your jobs based on the RPO, you must manually exclude the VMs which requre or do not require encryption, one for each of your 4h RPO jobs.
Consider, however, the ease of using something like an inner join. All VMs which are a member of group 1 and group 2 (...and 3, and 4.... so on and so on). Or a left join: All VMs which are a member of group 1 but not group 2. You still have the same number of jobs, but now nothing is manual. As soon as you update the tag, the job accurately reflects the change as well.
-
- Chief Product Officer
- Posts: 31805
- Liked: 7299 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Feature Request: VMware Tagging - JOIN statements
Thanks for your feedback, we will consider this for the future releases.
-
- Lurker
- Posts: 1
- Liked: never
- Joined: Jan 12, 2016 12:57 am
- Full Name: Scott White
- Contact:
Re: Feature Request: VMware Tagging - JOIN statements
Just chiming in this would be an immensely useful feature. As I require to have multiple tags for various things such as retention,encryption,offsiting,etc
In the meantime I'll have to write something in powershell and run it as a scheduled task to update objects across the backup jobs.
In the meantime I'll have to write something in powershell and run it as a scheduled task to update objects across the backup jobs.
-
- Lurker
- Posts: 1
- Liked: 1 time
- Joined: Dec 30, 2013 2:26 pm
- Full Name: Michael Junk
- Contact:
[MERGED] Feature Request: Logical Operators with VMware Tags
I ran across the Veeam whitepaper Using Veeam and VMware vSphere Tags for Advanced Policy-driven Data Protection and thought it would be a nice way to streamline our jobs. The paper discusses creating tags for VM Purpose, RPO and Encryption. I implemented these tags in VMware and tagged all of our VMs accordingly. I was disappointed to find that there is no way to combine tags when selecting VMs to backup. Only a single flag is evaluated.
I'd like to be able to create a backup job that selects VMs that are, for example, Windows VM AND RPO-Daily AND No encryption.
Thanks!
I'd like to be able to create a backup job that selects VMs that are, for example, Windows VM AND RPO-Daily AND No encryption.
Thanks!
-
- VP, Product Management
- Posts: 27372
- Liked: 2799 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: Feature Request: VMware Tagging - JOIN statements
Thanks for the post, your FR is noted.
-
- Enthusiast
- Posts: 29
- Liked: 9 times
- Joined: Jul 01, 2013 3:26 pm
- Full Name: Christopher
- Contact:
Re: [MERGED] Feature Request: Logical Operators with VMware
Hi!mj71 wrote:I ran across the Veeam whitepaper Using Veeam and VMware vSphere Tags for Advanced Policy-driven Data Protection and thought it would be a nice way to streamline our jobs. The paper discusses creating tags for VM Purpose, RPO and Encryption. I implemented these tags in VMware and tagged all of our VMs accordingly. I was disappointed to find that there is no way to combine tags when selecting VMs to backup. Only a single flag is evaluated.
I'd like to be able to create a backup job that selects VMs that are, for example, Windows VM AND RPO-Daily AND No encryption.
Thanks!
We do that already, below is an example of what we do, not the most elegant solution but it works for us:
WHEN Tag("OSGroup") = "Windows Servers" AND Tag("AppQuiescence") = "AppAwareYES" AND Tag("BackupRPO") = "BRPO24" THEN "24H AppAware Windows Servers"
-
- Influencer
- Posts: 17
- Liked: 7 times
- Joined: Sep 26, 2013 6:41 am
- Full Name: Manfred Hofer
- Location: Austria
- Contact:
Re: Feature Request: VMware Tagging - JOIN statements
Hi all,
this thread is little bit old but I would like to +1 this feature request. Currently one of my TAM customers had also challenges for their backups because they are running local site SAN VMs and Remote mirrored VMs in the same cluster. Some of these VMs geht backuped with Hot-Add and some only with NBD because there is only one proxy per cluster. Either the proxy is running on site A which sees only local storage A then site B VM on site B storage can only be backuped with NBD. If I could combine multiple tags I could create 2 Proxies and could bind the backup jobs to these tags. At the moment only one tag is possible and I would need to create a script similar to that what cjack03 did in his previous post.
Thanks.
Cheers,
Fred
this thread is little bit old but I would like to +1 this feature request. Currently one of my TAM customers had also challenges for their backups because they are running local site SAN VMs and Remote mirrored VMs in the same cluster. Some of these VMs geht backuped with Hot-Add and some only with NBD because there is only one proxy per cluster. Either the proxy is running on site A which sees only local storage A then site B VM on site B storage can only be backuped with NBD. If I could combine multiple tags I could create 2 Proxies and could bind the backup jobs to these tags. At the moment only one tag is possible and I would need to create a script similar to that what cjack03 did in his previous post.
Thanks.
Cheers,
Fred
Fred | vBrain.info | @Fred_vBrain
VCAP-DCA/DCD/CIA/CID/DTA/DTD, VCIX-NV, VCIX6-DCV/DTM/NV/CMA, VMCE v7-v9, vExpert 2014-18, vExpert NSX 2016-17, Cisco Champion 2015-18, Veeam Vanguard 2016, Dell EMC Elect 2017
VCAP-DCA/DCD/CIA/CID/DTA/DTD, VCIX-NV, VCIX6-DCV/DTM/NV/CMA, VMCE v7-v9, vExpert 2014-18, vExpert NSX 2016-17, Cisco Champion 2015-18, Veeam Vanguard 2016, Dell EMC Elect 2017
-
- Lurker
- Posts: 1
- Liked: never
- Joined: Sep 04, 2017 10:09 am
- Full Name: Stéphane MICHEL
Re: Feature Request: VMware Tagging - JOIN statements
Hello,
+1 for me too.
The multi tag with AND / OR conditions will be really a good new feature.
Thanks a lot
Stéphane
+1 for me too.
The multi tag with AND / OR conditions will be really a good new feature.
Thanks a lot
Stéphane
-
- Lurker
- Posts: 2
- Liked: never
- Joined: May 11, 2018 8:33 am
- Contact:
Re: Feature Request: VMware Tagging - JOIN statements
Just wanted to revive this thread as this will reduce so much admin overhead if you could define an AND when defining the scope of Veeam Jobs
-
- Chief Product Officer
- Posts: 31805
- Liked: 7299 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Feature Request: VMware Tagging - JOIN statements
This feature is high on our priority list by now.
-
- Novice
- Posts: 6
- Liked: never
- Joined: May 08, 2017 11:19 am
- Full Name: Sven Moeller
- Contact:
Re: Feature Request: VMware Tagging - JOIN statements
It would be fantastic if we can have this asap...
-
- Lurker
- Posts: 2
- Liked: 2 times
- Joined: Feb 05, 2016 10:19 am
- Full Name: Lidaza
- Contact:
Re: Feature Request: VMware Tagging - JOIN statements
Hello,
+1 for me too.
+1 for me too.
-
- Service Provider
- Posts: 3
- Liked: never
- Joined: Aug 27, 2009 9:31 am
- Full Name: Blaise DAVID
- Contact:
Re: Feature Request: VMware Tagging - JOIN statements
Hello,
Can't wait for this FR, it would also be nice to be able to dynamically group VM by different Tags & vCenter Containers as well (ie: VM folders)
+1
Can't wait for this FR, it would also be nice to be able to dynamically group VM by different Tags & vCenter Containers as well (ie: VM folders)
+1
-
- Veeam ProPartner
- Posts: 55
- Liked: 12 times
- Joined: Apr 10, 2013 12:11 pm
- Full Name: Gregor Smerke
- Location: Ljubljana, SI - Slovenia
- Contact:
Re: Feature Request: VMware Tagging - JOIN statements
Chiming in, +1. When can we expect this to be implemented, specifically Tag1 AND Tag2? Update 4, Update NEXT, VBR v10?
-
- Veeam Software
- Posts: 21138
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: Feature Request: VMware Tagging - JOIN statements
As far as I know, this is not a part of Update 4.
-
- Service Provider
- Posts: 4
- Liked: 2 times
- Joined: Nov 14, 2018 3:19 pm
- Full Name: Markus Fischbacher
- Contact:
[MERGED] Feature Request - Better use of vSphere Tags
Hello fellow Veeameans,
shortly before christmas i wanted to deploy a small wishlist for whoever brings those presents to well-behaved tech peoples.
We currently managing most of our vSphere environment structured in VM folders lined up for Veeam Jobs. Recently we started to use vSphere tags instead so we can use those folders for better. But with tags we saw some issues or at least some downsides.
1. currently it's not possible to control the backup job with multiple tags
For example:
If some of your great techs need more insight we're more than willing to help develop and test such a feature!
Best regards,
Markus
shortly before christmas i wanted to deploy a small wishlist for whoever brings those presents to well-behaved tech peoples.
We currently managing most of our vSphere environment structured in VM folders lined up for Veeam Jobs. Recently we started to use vSphere tags instead so we can use those folders for better. But with tags we saw some issues or at least some downsides.
1. currently it's not possible to control the backup job with multiple tags
For example:
- VM1 - multiple Tags: Job_A, IgnoreVSS, IndexAll
- VM2 - multiple Tags: Job_A, ReqVSS, IndexNone
- VM3 - multiple Tags: Job_B, ReqVSS, IndexNone
- JobA_ignoreVSS_IndexAll
- JobA_ignoreVSS_IndexNone
- JobA_ReqVSS_IndexAll
- JobA_ReqVSS_IndexNone
- JobB_ignoreVSS_IndexAll
- JobB_ignoreVSS_IndexNone
- JobB_ReqVSS_IndexAll
- JobB_ReqVSS_IndexNone
If some of your great techs need more insight we're more than willing to help develop and test such a feature!
Best regards,
Markus
-
- Service Provider
- Posts: 4
- Liked: 2 times
- Joined: Nov 14, 2018 3:19 pm
- Full Name: Markus Fischbacher
- Contact:
[MERGED] Feature Request or Bug? - vSphere Tags and VM Folders and Job credentials
In some kind of connection to post307569.html#p307569 ...
As stated in other thread we are transfering our structure toward a more tag driven vm order. Nonetheless we wanted to use VM folders for tenant structuring. Also pinning the Job credentials on those tenant folders while using tags for the job inclusion. Sounds great! ... it just don't work.
Currently it seams that if you include a VM with a vSphere tag into a job you can't pin the credential on a vm folder. You have to use an tenant_tag or pin it on the vm itself. That's kind of stupid to be true and really contradicts the easynes of veeam itself.
I'm not sure if this behaviour is wanted or just overlooked or even a bug? Again, we're totally willing to input some more insight here.
Markus
As stated in other thread we are transfering our structure toward a more tag driven vm order. Nonetheless we wanted to use VM folders for tenant structuring. Also pinning the Job credentials on those tenant folders while using tags for the job inclusion. Sounds great! ... it just don't work.
Currently it seams that if you include a VM with a vSphere tag into a job you can't pin the credential on a vm folder. You have to use an tenant_tag or pin it on the vm itself. That's kind of stupid to be true and really contradicts the easynes of veeam itself.
I'm not sure if this behaviour is wanted or just overlooked or even a bug? Again, we're totally willing to input some more insight here.
Markus
-
- Veeam Software
- Posts: 21138
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: Feature Request: VMware Tagging - JOIN statements
Hi Markus, thanks for detailed feedback. Better tags support is on our list.
-
- Enthusiast
- Posts: 32
- Liked: 3 times
- Joined: Jan 19, 2018 6:32 am
- Contact:
Re: Feature Request: VMware Tagging - JOIN statements
Same problem here.
It should be also possible to use tags in the vm "Exclusions" panel. Then you can make tags like "NoBackup".
Scenario: Backup all VMs in Cluster "X" excludet VMs with tag "NoBackup"
It should be also possible to use tags in the vm "Exclusions" panel. Then you can make tags like "NoBackup".
Scenario: Backup all VMs in Cluster "X" excludet VMs with tag "NoBackup"
-
- Veeam Software
- Posts: 21138
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: Feature Request: VMware Tagging - JOIN statements
Agree. Thanks for the feedback.
-
- Service Provider
- Posts: 25
- Liked: 6 times
- Joined: Jan 03, 2020 10:08 am
- Full Name: Oliver Palz
- Contact:
Re: Feature Request: VMware Tagging - JOIN statements
+1 for adding a feature to combine VMware tags for a more flexible and dynamic way to manage the content of backup jobs!
--
You wanna Talk? Check my Calendar @Bookings
MS Bookings: https://bit.ly/3028OME
Xing: https://www.xing.com/profile/Oliver_Palz
LinkedIn: https://www.linkedin.com/in/oliverpalz/
You wanna Talk? Check my Calendar @Bookings
MS Bookings: https://bit.ly/3028OME
Xing: https://www.xing.com/profile/Oliver_Palz
LinkedIn: https://www.linkedin.com/in/oliverpalz/
-
- Chief Product Officer
- Posts: 31805
- Liked: 7299 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Feature Request: VMware Tagging - JOIN statements
Good news, v11 has this feature!
-
- Service Provider
- Posts: 25
- Liked: 6 times
- Joined: Jan 03, 2020 10:08 am
- Full Name: Oliver Palz
- Contact:
Re: Feature Request: VMware Tagging - JOIN statements
That is really great news, thanks for letting us know, Gostev!
--
You wanna Talk? Check my Calendar @Bookings
MS Bookings: https://bit.ly/3028OME
Xing: https://www.xing.com/profile/Oliver_Palz
LinkedIn: https://www.linkedin.com/in/oliverpalz/
You wanna Talk? Check my Calendar @Bookings
MS Bookings: https://bit.ly/3028OME
Xing: https://www.xing.com/profile/Oliver_Palz
LinkedIn: https://www.linkedin.com/in/oliverpalz/
Who is online
Users browsing this forum: Bing [Bot], Google [Bot], ken.tyrrell, LaurentiuChiva, mbrzezinski and 130 guests