/build/static/layout/Breadcrumb_cap_w.png

How do I get a report of failed K1000 agent installs ?

Hi, how do I generate a report on failed agent installs and if possible, reason they failed ?  I don't see anything baked into appliance and copy-paste doesn't work the greatest if you have a large number to devices or multiple pages.

Thanks


0 Comments   [ + ] Show comments

Answers (3)

Posted by: CraigT 11 years ago
Orange Belt
1

The following query will give you a listing by provision config just like the detail pages of the provisioning page. Please not that the query is ignoring errors for ports not accessible as this is normally a sign of nothing being on the other end.

 

Select PC.NAME AS PROVISION_NAME, PN.MODIFIED AS LAST_ATTEMPT, HOST_NAME AS FAILED_HOST, FAILURE_TYPE, ERROR, TIPS

from PROVISION_CONFIG PC

INNER JOIN PROVISION_NODE PN on

PC.ID = PN.PROVISION_CONFIG_ID

INNER JOIN KBSYS.PROVISIONING_ERRORS PE on

PE.ERROR_CODE = PN.ERROR_CODE AND

ERROR != 'TCP ports not accessible';

Posted by: ms01ak 11 years ago
10th Degree Black Belt
0

You could look at the logs, it will show you in the logs which machines failed and give a error codes. If you have a list of existing machines, I'd generate a report of machines in kace and then simply merge the list and have excel look for duplicates.

Posted by: nshah 11 years ago
Red Belt
0

You could also use the network scan portion of the KBOX and see if anyone is listening on port 52230. If they aren't you could then do as  ms01ak suggested, do an export and compare what failed or not. 

 

If you are having issues you can also install the agent via GPO to ensure that it gets out there without fail on people that log into the domain.

 

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