/build/static/layout/Breadcrumb_cap_w.png

Is there a way to generate a K1000 report that lists duplicate machines?

I am looking to write a report that will generate a list on duplicate machines within the KACE BD. My thought is that it would look for duplicate Bios serial numbers. Could anybody help with such a report?

 


0 Comments   [ + ] Show comments

Answers (3)

Posted by: gcarpenter 11 years ago
Green Belt
3

You are 100% right...

http://www.kace.com/support/resources/kb/article/Understanding-and-Dealing-With-Duplicate-Machines-In-Inventory

I am having issues where one of the IDs on some machine were changing and generated duplicate machines, this solves part of it.


Comments:
Posted by: GillySpy 11 years ago
7th Degree Black Belt
1

I would definitely check out http://www.kace.com/support/resources/kb/article/Understanding-and-Dealing-With-Duplicate-Machines-In-Inventory since I wrote it :D

Seriously though, I recommend it.  Keep in mind the following things...

Semantics are very important when asking this question.  Are you seeing duplicate machines? or stomping. The article above clarifies the difference but most will call them the same thing.

Also, are you concerned with this problem in machine inventory? or  computer assets?  The first is easy to clean up the latter may not be so easy. 

And then you need to remediate the symptoms but also prevent it from happening again.  The article addresses that as well.  

In my opinion, if you have:

  • the "disable duplicate machine detection" AMP option checks (which means disabled)
  • an imaging process where the agent is installed (post-install task) AFTER the machine is renamed
  • an re-imaging process where the old KUID is sucked out and then put back into that machine (again easy with a K2 in two different ways) 
Then you should never see these issues.  If you do then it is probably a bug and you should contact support. But I would like to hear about it in order to potentially add new scenarios to the KB article.

The sooner you identify the problem the easier to prevent and cleanup. Consider adding the reports from the article as email alerts or daily scheduled reports.


Comments:
  • are bullets not working in the wysiwyg editor again :( - GillySpy 11 years ago
Posted by: chucksteel 11 years ago
Red Belt
0

Here's a report that finds duplicate computers via system name:

 SELECT MACHINE.KUID,MACHINE.NAME AS SYSTEM_NAME,IP,MAC,OS_NAME,LAST_SYNC
FROM (MACHINE ,( select COUNT(ID) CT, MACHINE.NAME FROM MACHINE GROUP BY MACHINE.NAME )M2 ) LEFT JOIN ASSET ON MAPPED_ID=MACHINE.ID
WHERE M2.CT>1 and MACHINE.NAME=M2.NAME
ORDER BY SYSTEM_NAME

 

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ