/build/static/layout/Breadcrumb_cap_w.png

K1000 Patch Reporting Question - failed patches that need manual intervention

I have two questions as it pertains to patching.  First, a bit of background:


We have created a custom report to attempt to identify any devices that have patches which have been attempted 5 times and have failed.  This means that KBOX will not patch them again unless we have some sort of manual intervention. The patch SQL code is:


 SELECT M.NAME AS ComputerName,

 PP.TITLE AS DISPLAY_NAME,

 STATUS,

 STATUS_DT AS Date,

 DEPLOY_STATUS,

 DEPLOY_ERROR_CODE,

 IP, MAC,

 M.USER_LOGGED as USER_LOGGED

FROM PATCHLINK_MACHINE_STATUS MS

JOIN KBSYS.PATCHLINK_PATCH PP ON PP.UID = MS.PATCHUID

JOIN MACHINE M ON M.ID = MS.MACHINE_ID

WHERE (MS.DEPLOY_ATTEMPT_COUNT = 5 and MS.Status NOT LIKE  'PATCH%') 

ORDER BY M.NAME


My two questions are:


1) Are we looking at the correct data?  Is this the best way to identify these devices that require manual intervention, and which patches are missing?

2) There are some results that show a Status of NOTPATCHED but a Deploy Status of SUCCESS and a DEPLOY error code of 0, but because it has a Deploy Try of 5, it shows up on our list.  It also shows up in the Error Deployment status of the device.  I'm trying to understand how to modify our logic and know if we need to take action on this or not and why it shows as both successful and unsuccessful).

Thanks!


0 Comments   [ + ] Show comments

Answers (0)

Be the first to answer this question

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