Managed Install problem
I set up a Managed Install for Publisher, and it is not completing. It is copying the file over and unzipping it, but the command never runs. I can manually run the command once the files have been copied over by Kace, and it installs, but the command never starts from the Managed Install. Any ideas why the command doesn't complete?
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
KevinG
13 years ago
By default Managed Installations are run using the "LocalSystem" account, so it may run as a login user but does not like when run using the SYSTEM account.
If you download pstools from Microsoft, you can use psexec.exe to test if it will run in the SYSTEM account environment.
psexec.exe /i /s cmd
In the new command prompt window change directory to \Program Files\KACE\KBOX\downloads\xxx (where xxx is the folder # of the MI)
Does the MI run in this environment?
Also when troubleshooting MI, Scripts, Patching..etc in 5.1, stop the client KBOX SMMP Management Service and add "debug=true" to the bottom of the SMMP.conf file. Now start the KBOX SMMP Management Service. Collect agent.log, debug.log..*log to review for possible errors.
If you download pstools from Microsoft, you can use psexec.exe to test if it will run in the SYSTEM account environment.
psexec.exe /i /s cmd
In the new command prompt window change directory to \Program Files\KACE\KBOX\downloads\xxx (where xxx is the folder # of the MI)
Does the MI run in this environment?
Also when troubleshooting MI, Scripts, Patching..etc in 5.1, stop the client KBOX SMMP Management Service and add "debug=true" to the bottom of the SMMP.conf file. Now start the KBOX SMMP Management Service. Collect agent.log, debug.log..*log to review for possible errors.
Posted by:
rmeyer
13 years ago
Posted by:
dchristian
13 years ago
Posted by:
WGM_Jeff
13 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.