Copy link to clipboard
Copied
I'm trying to set up Adobe Update Server Setup Tool by following the instructions from the Tech Note on this page:
http://www.adobe.com/devnet/creativesuite/enterprisedeployment.html
Using Terminal I navigate into the directory with the app:
/Library/Application Support/Adobe/OOBE/PDApp/Enterprise/utilities/AUSST/AdobeUpdateServerSetupTool2.0.app/Contents/MacOS
From there I enter the command as described in the Tech Note:
AdobeUpdateServerSetupTool2.0 --root="Path to directory in my web server"
What I get returned is:
-bash: AdobeUpdateServerSetupTool2.0: command not found
I'm completely stuck!
I'm using Lion 10.7.4 and for now I'm using Adobe Application Manager Enterprise Edition 2.1 as I am deploying CS5 and CS5.5 packages.
Thanks!
Got it figured out.
The problem was that I was using a relative path instead of an ablsolute path.
Copy link to clipboard
Copied
Got it figured out.
The problem was that I was using a relative path instead of an ablsolute path.
Copy link to clipboard
Copied
Could you elaborate?
I'm currently in the following folder:
/Volumes/OS Drive/Applications/AdobeUpdateServerSetupTool2.0.app/Contents/MacOS
And I'm running the following command:
AdobeUpdateServerSetupTool2.0 --root="/Volumes/Data\ Drive/Software\ Updates/Adobe"
And I get the error:
-bash: AdobeUpdateServerSetupTool2.0: command not found
Any ideas?
Copy link to clipboard
Copied
Yeah, it would have been helpful to the community to show how this helped instead of just saying so and disappearing from the forum?!
I am stuck with this too!
Copy link to clipboard
Copied
@theboyuk - OK figured out that Adobe docs, with regards to Mac, are slighlty vague. The reason I was getting "AdobeUpdateServerSetupTool: command not found" is because of the command itself.
If you're running the command from the location of AdobeUpdateServerSetupTool, instead of:
AdobeUpdateServerSetupTool --root="/serverroot/updates/Adobe/CS" --fresh
Run:
./AdobeUpdateServerSetupTool --root="/serverroot/updates/Adobe/CS" --fresh
Copy link to clipboard
Copied
Thanks for spelling it out for us candyspace - works for me.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now