Skip to main content
Inspiring
May 26, 2012
Answered

AUSST Configuration

  • May 26, 2012
  • 1 reply
  • 1977 views

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!

This topic has been closed for replies.
Correct answer gskibum-08

Got it figured out.

The problem was that I was using a relative path instead of an ablsolute path.

1 reply

gskibum-08AuthorCorrect answer
Inspiring
May 26, 2012

Got it figured out.

The problem was that I was using a relative path instead of an ablsolute path.

N1t51rk
Participating Frequently
August 7, 2012

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?