Skip navigation
RaymondTH1
Currently Being Moderated

How do we automate AUSST resync ?

Jun 26, 2012 7:28 PM

In our orginisation we have an adobe update server deployed the issue i am having is automating the  download process.

 

It says in the documentation that the resync command (keystroke 2) must be entered every time to get the program to check for updates ?

 

Is there no startup argument to automate the process why does it relay on user input ?

 

Ive tried sendkeys combined with a scheduled task but most of the time the rusultis AUSST sitting on the desktop waiting for user input when it looses focus and the keys are sent elsewhere

 

Whats the proper way to do this ?

 
Replies
  • Currently Being Moderated
    Aug 9, 2012 12:31 PM   in reply to RaymondTH1

    Did you ever figure this out?

    I'm not surprised this isn't "built in" since the entire "Enterprise Support" package is a total hack-job...

     
    |
    Mark as:
  • Currently Being Moderated
    Aug 10, 2012 1:00 AM   in reply to RaymondTH1

    Hi,

    In it's current form AUSST does not autoupdate. We have however seen many people use custom methods to achieve this, Windows Services/Scripts etc... We will take note that it is a desired feature and see if we can do something in the future.

     

    Cheers

    Karl

    CS Enterprise Systems Engineer

     
    |
    Mark as:
  • Currently Being Moderated
    Aug 10, 2012 7:37 AM   in reply to K Gibson

    If anyone is interested, I've added/modifed about 5 lines of code to the AdobeUpdateServerTool2.0.py file that allows you to pass a "selection" argument into AUS when running from the command line. This allows you to easily add AUS into a crontab on your server to sync updates on whatever schedule you'd like.

     

    Why Adobe couldn't do something like this, I have no idea (actually, I have an idea, but...).

     

    k.

     
    |
    Mark as:
  • Currently Being Moderated
    Oct 8, 2012 2:02 PM   in reply to theboyk

    Yes, I am interested in anything that would help us to automate the process.

    Please contact me at marc.barr@mtsu.edu

     

    thank you

     
    |
    Mark as:
  • Currently Being Moderated
    Oct 8, 2012 3:00 PM   in reply to marc_barr

    Marc, I'll drop you a line when I'm back in the studio tomorrow (Thanks Giving here in Canada). I've had the revised script running as a cronjob without issue for about two months now.

    k.

     
    |
    Mark as:
  • Currently Being Moderated
    Oct 8, 2012 3:06 PM   in reply to theboyk

    thank you for the speedy response

    happy thanksgiving

    -


     

     
    |
    Mark as:
  • Currently Being Moderated
    Oct 9, 2012 7:31 AM   in reply to marc_barr

    Hey Marc—here's the info & file, as promised. Figured I'd do a little write-up and post it here incase anyone else finds it handy in the future.

    k.

     

    Automating the sync of the Adobe Update Server (AUS)

    Adobe did not provide any baked-in way of automatically updating the library of available updates in their enterprise-level internal Update Server software. Why they didn't implement this, I have no idea (I mean, wouldn't it be obvious you'd want to keep your in-house update server in sync with theirs? Or at least be given the option to do so?). In its current state, running the software needs manual interaction by the user, requiring a keystroke to be entered to tell the software to do (i.e., build a fresh directory structure, incremental update, etc.). This makes it impossible to simply add the command to a crontab and have your server automatically pull updates from the Adobe servers on a regular schedule.

     

    So, I've modified the Python script (which is essentially all the AUS is) to do just that and now, when you run AUS from the command line, you have the option of passing an autosync argument, telling the software to automatically sync with Adobe's servers.

     

    If you'd like a copy of the revised Python script, you can download it from here:

     

    https://dl.dropbox.com/u/10550079/AdobeUpdateServerSetupTool2.0.py.zip

     

    Once downloaded, unzip the file and place AdobeUpdateServerSetupTool2.0.py in the following location, replacing the original (I'd suggest making a backup of the original for safe keeping):

     

    /AdobeUpdateServerSetupTool2.0/Contents/Resources/

     

    Once you've replaced the file, you can now run the AUSST program using the same command as before, but with a second argument to enable the automated sync with Adobe's servers. The command would look like this (based on the example used in Adobe's AUSST documentation):

     

    AdobeUpdateServerSetupTool2.0 --root="/serverroot/updates/Adobe/CS" --autosync="Yes"

     

    All you're doing is adding the --autosync="Yes" argument to the command you've always used to run AUSST. Give it a test—if it works for you, then you can easily add this to a crontab and enjoy automated sync of your ASU server with Adobe's server.

     

    Disclaimer: I have tried to make this modification as stable as possible. I've tested it in so much as it's been running without issue on my own ASU server and has been consistently keeping everything in sync with Adobe's. That said, I take no responsibility for the use of this program and if you choose to use it, you do so at your own risk.

     
    |
    Mark as:
  • Currently Being Moderated
    Oct 9, 2012 8:40 AM   in reply to theboyk

    Thank you for the assistance.

    I will get on this as soon as possible.

     

    We are using a Mac server and I haven't worked with setting up cron jobs on it, although I used to on our old SGI systems.

     

    I have found the RemoteUpdateManager, there is an online video from Adobe that had some useful information about this.

     

    We have Adobe products on close to 100 computers in my department and updating them has become a real pain.

    I'm faculty with some sysadmin experience and the university has provided no support for the Mac side of the world

     
    |
    Mark as:
  • Currently Being Moderated
    Oct 9, 2012 8:47 AM   in reply to marc_barr

    Hey Marc—I'll drop you an email at the address you provided and I can give you a hand if you need it. I have the Adobe Software Update Server & Remote Update Manager (including disabling the annoying GUI-based Adobe Application Manager on individual machines so users don't get notifications of updates they can't apply, etc.) deployed in our studio. I wrote basic documentation on most of it as well, including deploying the Remote Update Manager to all the required machines, siliently checking and applying the updates on an automated schedule, etc., all through Apple Remote Desktop. I'll be in touch!

    k.

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points