Seite 1 von 1

hwaudit timing out (swaudit is not) windows client

Verfasst: 18 Sep 2016, 21:18
von jobsoftinc
Error: Timeout: Waiting for ending of "hwaudit.exe" stopped - waitSecs out 90 sec

and is cancelling before it completes. How can I increase this timeout? thanks! I am brand new to OPSI and have looked at docs and forum, but am still not sure where I need to go to make this adjustment. So far, seems only to happen to hwaudit. thanks!

Re: hwaudit timing out (swaudit is not) windows client

Verfasst: 19 Sep 2016, 10:59
von n.wenselowski
Hi,

in the config-editor you can specify the timeout.
For this you need to select a client, then switch to the product configuration tab and then select the product hwaudit. On the lower right you will find the properties. The setting you are looking for is timeout.


Bye

Niko

Re: hwaudit timing out (swaudit is not) windows client

Verfasst: 19 Sep 2016, 15:06
von jobsoftinc
Hi Niko,

I actually just found the same location as I was about to read your response! :) I had not looked in the opsi-configed screens, only at the linux level on the opsi-server. I see what you are referring to now. Just out of curiosity, is there a place at the linux-level where these parameters are also found?

Anyways, thanks so much for your reply!

Mark

Re: hwaudit timing out (swaudit is not) windows client

Verfasst: 22 Sep 2016, 12:15
von n.wenselowski
Hi Mark,
jobsoftinc hat geschrieben:Just out of curiosity, is there a place at the linux-level where these parameters are also found?
You can always use opsi-admin to access the data through the API.
Some people access the data in the backends directly but I would advise against this because it happened more than once that changes rendered data in an incosistent state. The API however is stable since many versions and should be used instead.

To see default settings:

Code: Alles auswählen

opsi-admin -d method productProperty_getObjects '' '{"productId": "hwaudit"}'
To see custom settings of client abc.de.fg:

Code: Alles auswählen

opsi-admin -d method productPropertyState_getObjects '' '{"productId": "hwaudit", "objectId": "abc.de.fg"}'
If he does not has custom settings defaults will be used. First the settings of the depot and if there aren't any settings made specially for the depot the global settings.

General information and some more examples can be found in the manual.


Bye

Niko