Combining smart labels
Hi I am trying to target a group of machines with a piece of software with a specific software version. I can not seem to figure out how to target the machines with a smart label.
0 Comments
[ + ] Show comments
Answers (9)
Please log in to answer
Posted by:
airwolf
14 years ago
The smart label (filter) should be set to find systems that have the software of the specific version installed. Then, you apply the smart label to the managed installation or script.
You can create a filter with the wizard (Create Filter tab) under Inventory, or you can write a custom filter using SQL.
You can create a filter with the wizard (Create Filter tab) under Inventory, or you can write a custom filter using SQL.
Posted by:
scout12
14 years ago
Posted by:
airwolf
14 years ago
A smart label won't apply to a system until it checks-in after you create the label. So, if your check-in interval is 2 hours then you'll have to wait at least 2 hours to get a valid list of systems added to the label.
You can check your SQL code in MySQL Browser / MySQL Workbench, but labels are only applied at check-in.
You can check your SQL code in MySQL Browser / MySQL Workbench, but labels are only applied at check-in.
Posted by:
airwolf
14 years ago
Posted by:
scout12
14 years ago
Posted by:
airwolf
14 years ago
Posted by:
scout12
14 years ago
Posted by:
airwolf
14 years ago
In the wizard, I believe you are correct. I write everything out in SQL, so it's been a while since I've used the wizard method.
If you ever need help writing queries, just post on the forums. You may be able to find something in the Reports forum or an existing thread here to suit your needs. And even if you can't, chances are someone can copy/paste what you're looking for from their own KBOX smart labels.
If you ever need help writing queries, just post on the forums. You may be able to find something in the Reports forum or an existing thread here to suit your needs. And even if you can't, chances are someone can copy/paste what you're looking for from their own KBOX smart labels.
Posted by:
snissen
14 years ago
I'll make another suggestion about getting started with queries: find out what fields are available in what tables. For example, since the wizard doesn't give you a hint that a DISPLAY_VERSION field exists, you'd never think to try it in a query.
You can use MySQL WorkBench or set up an ODBC connection to your database, then look at the major tables (like MACHINE) and the data in various fields.
Good luck! Sande
You can use MySQL WorkBench or set up an ODBC connection to your database, then look at the major tables (like MACHINE) and the data in various fields.
Good luck! Sande
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.