Here is the SQL query to use to find those machines:
SELECT DISTINCT NAME, IP, LAST_SYNC, UPTIME from MACHINE join KBSYS.KONDUCTOR_TASK KT on KT.KUID = MACHINE.KUID and KT.TYPE like 'kpatch%' and KT.PHASE ='reboot snoozed'
NOTE: To List out machines that are currently in different phase in patching mode, you can replace the word 'reboot snoozed' in the SQL query above with some of the common status of patching:
reboot pending
suspended
completed
%error%
The KT.PHASE part can also be removed altogether to get a glance of the patching status on All Devices. Do note that Reboot Pending and Reboot Snoozed are two separate statuses, difference being that Snoozed is when the end user snoozes the reboot for hours later.
If you would like additional help on customizing this report, contact Professional Services.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center