Managing Mac OS Updates in an Enterprise?
An anonymous reader asks: "What's the best way to manage updates for an office of about 150 Macs of various models with different releases of Mac OS X installed? I would assume the solution involves Apple Remote Desktop Administrator which makes it possible to install updates on client machines without interrupting the user — but then the question becomes how do you keep track of which updates to install? Does Apple have some page squirreled away that lists updates they've released in chronological order with the ability to filter based on OS version and model? Is there an RSS feed or mailing list that announces new updates? For the uninitiated, ARD Admin only lets you install specified packages, so you have to download the updates manually from Apple's website, then queue the packages to be installed on a particular set of machines. This problem would be far simpler if it were possible to simply instruct client machines to run Software Update and install all available updates, or even better, if Apple included automatic update functionality within the OS, a la Windows XP."
um... have you read about any of apples solutions besides ARD? how 'bout this or this?
i'm not sure i can put it any more bluntly O_o
btw... first post!(?)
Don't call me back. Give me a call back. Bye. So yeah. But bye our, well, but alright we are on a shirt this chill.
And if you'd like to script it, take a look at the man page for "softwareupdate".
Very quietly. The rest of the Enterprise doesn't know about Macs. If anyone asks, tell them that you're installing Service Pack 2.
i run "softwareupdate -ia" from the commandline for installing all updates, could you just set up a cron job to run it?
I misread the post title, so I had images of Picard tapping his comms badge... .005 seconds. We are fully functional sir"
:)
"Picard to Data: Start upgrading the MacOS workstations"
"Data: process completed in
Then I realized it was "in the enterprise" not "on the Enterprise"... oops.
Min
On the whole, I find that I prefer Slashdot posts to twitter ones because I don't get limited to 140 chars before
Wow. Hope you guys don't do anything important.
Maybe not
The OS ships with an update tool that notifies you of available updates. Unfortunately, it doesn't seem to take into account what software you have installed (it keeps telling me there's an update for iTunes, even though I don't have iTunes installed), and it only updates the software that ships with the system - anything you install separately will have to be updated separately.
This is one of my main gripes with OS X, in fact. On Debian and Ubuntu, I have a great package manager that automatically takes care of dependencies, and keeping software up to date is as simple as apt-get update && apt-get upgrade (with graphical front ends available for those who want them). Having to manually hunt down dependencies or updates is just a pain in the behind, and can significantly increase the maintenance cost of a system.
Please correct me if I got my facts wrong.
This problem would be far simpler if it were possible to simply instruct client machines to run Software Update and install all available updates
That's trivial. In ARD, create a Unix command task to execute as root with the command:
softwareupdate -i -a
This will install all the updates you would otherwise see in the GUI Software Update on the selected clients. Schedule it if you are so inclined, and don't forget to set a reboot task if one of the updates require it.