Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

AUSST Configuration

Explorer ,
May 26, 2012 May 26, 2012

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!

1.9K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Explorer , May 26, 2012 May 26, 2012

Got it figured out.

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

Translate
Explorer ,
May 26, 2012 May 26, 2012

Got it figured out.

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Aug 07, 2012 Aug 07, 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?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jul 24, 2013 Jul 24, 2013

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!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jul 26, 2013 Jul 26, 2013

@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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Sep 18, 2013 Sep 18, 2013
LATEST

Thanks for spelling it out for us candyspace - works for me.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines