(imported topic written by davidfriend91)
I’m trying to push the Kbox agent via our Bigfix system, I used the software distribution wizard to upload and setup the deployment. Here is the detail:
download http://relay:52311/Uploads/7682f46ad6cd1ffba63bdf7c6b7c6/KInstallerSetupexe.tmp
continue if {(size of it = 2631033 AND sha1 of it = “7682f46ad6cd1ffb66b877ada82a63bdf7c6b7c6”) of file “KInstallerSetupexe.tmp” of folder “__Download”}
extract KInstallerSetupexe.tmp
wait “__Download\kinstallersetup.exe -server=kbox.biology.duke.edu -display_mode=silent”
On the target system, this is what is posted to the log file:
At 19:27:23 -0400 -
ActionLogMessage: (action 145962 ) starting action
At 19:27:24 -0400 - actionsite (http://relay:52311/cgi-bin/bfgather.exe/actionsite)
Command succeeded (Using download manager collected file) download http://relay:52311/Uploads/7682f46ad6cd1ffb66b877ada82a63bdf7c6b7c6/KInstallerSetupexe.tmp (fixlet 145962)
At 19:27:26 -0400 - actionsite (http://relay:52311/cgi-bin/bfgather.exe/actionsite)
Command succeeded (evaluated true) continue if {(size of it = 2631033 AND sha1 of it = “7682f46ad6cd1ffb66b877ada82a63bdf7c6b7c6”) of file “KInstallerSetupexe.tmp” of folder “__Download”} (fixlet 145962)
Command succeeded extract KInstallerSetupexe.tmp (fixlet 145962)
At 19:27:27 -0400 - actionsite (http://relay:52311/cgi-bin/bfgather.exe/actionsite)
Command failed (Thread execution failed) wait “__Download\kinstallersetup.exe -server=kbox.biology.duke.edu -display_mode=silent” (fixlet 145962)
At 19:27:27 -0400 -
ActionLogMessage: (action 145962 ) ending action
The target is a VM running Windows XP, when I execute the command manually on the target it works great, any ideas??