Has anyone been able to push APTEE commands using Casper? We've got adobe_prtk deployed (to /usr/sbin which is in the default $PATH for Mac OS X) and it works fine when you ssh to the box and run the command:
sudo /usr/sbin/adobe_prtk --tool=ReplaceSN --serialize=MasterCollection-CS5-Mac-GM --serial=XXXX-XXXX-XXXX-XXXX-XXXX-XXXX
We created a script to run the same command, but it doesn't seem to work. The syntax is correct, and the script is executable:
#!/bin/sh
/usr/sbin/adobe_prtk --tool=ReplaceSN --serialize=MasterCollection-CS5-Mac-GM --serial=XXXX-XXXX-XXXX-XXXX-XXXX-XXXX
exit 0
We tried running it "After" and "Before" but neither seem to work. Do we need to pass any parameters to the script? Or should it run using the above syntax?
Here's the URL to the blog if anyone is interested (I guess I spoke too soon re: pushing using Casper <g>):
http://blogs.adobe.com/oobe/2010/10/adobe-provisioning-toolkit-enterprise-edition.html
On Nov 8, Adobe will pull the wraps off AAMEE 1.2 (which will fix the last problem keeping us from pushing Adobe CS5 Master Collection to 1000+ users at one client environment). We hope to get this APTEE policy working before then. :)
http://blogs.adobe.com/oobe/2010/10/aamme-1-2-preview-at-mactech-conference.html
Thanks,
Don
