How do i configure my lion server to update my other workstations

I have a brand new Mac OS X Lion server. How do I go about setting up my Lion server to download updates for my other workstations (about 30). These workstations are mixed with Macbook Pros using 10.6 as well as some using 10.7, iMac's using 10.6 and 10.7 and Mac Pros using 10.7.
What do I need to do on the client side as well so that they can download from my OS X server. I have created a DNS entry for my OS X server in my DNS as well as a static IP.

How do I go about setting up my Lion server to download updates for my other workstations
Use Server Admin to turn on the Software Update Server. Give it a while to download all the updates. Done.
What do I need to do on the client side as well so that they can download from my OS X server
How do the clients connect to the server? Are they using central accounts via Open Directory? or are they local accounts on each machine.
If you're using Open Directory you can control the software update server via Workgroup Manager, otherwise you'll need to walk through each machine and update its software update configuration. Apple have a tech note that describes how to manually configure each client to use your server.

Similar Messages

  • How do I configure OS X Server (Mountain Lion) to deliver mail from another domain to my mailbox?

    How do I configure OS X Server (Mountain Lion) to deliver mail from another domain to my mailbox?
    I run a personal Server at my office. It's configured under my own domain as server.mydomain.com. It's setup that it properly receives and sends e-mail for mydomain.com. I use my own mailbox [email protected] to get all my personal mail.
    I'm looking to add another domain as a secondary way for people to get to my content and information.
    I want the same address [email protected] and [email protected] to arrive in the same mailbox at my server.
    How do i do that?

    it does look like you can add virtual domains in the GUI of Server.app on at least some versions, but I don't have an OS X Server 10.8 version handy to check.
    I'd encourage spending some time to learn the command line.  In general, the payoff for learning the command line will be worth the effort expended.  You're running a mail server here and sooner or later the capabilities of the GUI will fail you.  This whether due to a configuration omission in the GUI itself, or due to the need to troubleshoot a malfunctioning mail server, a need to automate one or more of the Postfix-related sequences, or some other IT-related task.  Entirely FWIW, of course.
    Here's a cut-and-paste of the sequence just used to test the command line access to the Postfix configuration, first fetching the current value, appending example.com as the second domain, then displaying the new value, then restarting the Postfix server.  Don't enter the dollar signs; just the postconf command and following.  Adjust example.com to match your domain...
    $ postconf mydestination
    mydestination = $myhostname, localhost.$mydomain, localhost
    $ sudo postconf -e 'mydestination = $myhostname, localhost.$mydomain, localhost, example.com'
    Password: {your admin password here}
    $ postconf mydestination
    mydestination = $myhostname, localhost.$mydomain, localhost, example.com
    $ sudo postfix reload
    The Postfix and Postconf commands work irrespective of the OS X Server version; the tools reference the data files as needed.

  • How to do configuration the Essbase server with shared services

    We install Hyperion 11.1.2, we install Hyperion Essbase server and planning on UNIX box (64-bit) and FR Report, Essbase administration services and foundation services on windows 2008 (64-bit) server.
    When I am doing the configuration on windows server it’s not asking anywhere Essbase server details.
    How to do configuration with Essbase server and planning where these are on Unix box and foundation services are on windows server.
    Help me !
    Thanks
    Dharm

    I did the install as PTH0RC and my inventory.xml is configured correctly, but I get the following message trying to run a simple view
    C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\instance>epmsys_registry view
    com.hyperion.hit.registry.exceptions.RegistryException: reg.properties not configured.
            at com.hyperion.hit.registry.Registry.getInstance(Registry.java:338)
            at com.hyperion.hit.registry.regedit.RegEditUtility.main(RegEditUtility.java:101)
    An error occured during the operation. Detailed Message is - reg.properties notconfigured.

  • How do i configure my airport to work with my other wireless router

    how do i configure my airport to work with my other wireless router? I want to be able to listen to itunes through my speakers wirelessly.

    Please check out the following Apple Support article for details on the many methods to use an AirPort Express for iTunes streaming.

  • How to configure Mountain Lion Server to run Web2py with wsgi?

    I am trying to config Mountain Lion Server to run Web2py with mod_wsgi. I get an error saying: "Premature end o scritp Header" wsgihandler.py (which is the wsgi file for Web2py).
    I had it working fine in Snow Leopard and Lion Servers but not in Mountain Lion Server.
    Thanks for your help.
    Flavio.

    I don't run web2py framework so can't tell you specifically.
    That error means your script is not writing an http header to the browser so the browser can't decode whatever string it is getting. Your script is running as a plain old Python script. This is most likely because the Server.app in 10.8 now includes mod_wsgi built-in and configured from the GUI.
    You can insert an intercept anywhere in your code to check any variable by saying this:
    ##########   PROGRAMMING HERE  ###############
    print("Content-type:text/plain\n\n")
    print(someVariable)
    # raise SystemExit
    The above sends an "http header" so the browser knows what to do. These headers are invisible in the browser window. But depending on your Python version, the pring statement may not work (I am running Python3). The SystemExit statement is optional, just in case your script crashes downstream.
    WSGI sends a header like this:
    startResponse("200 OK", [("Content-Type", "text/plain")])
    but it sounds like mod_wsgi is not even being invoked. Normally your WSGI script is named *.wsgi and your Apache is set up to run the Python script as CGI under the mod_wsgi handler using this directive:
    AddHandler wsgi-script .wsgi
    The file having the config is located at
    /Library/Server/Web/Config/apache2/httpd_wsgi.webapp.conf
    where webapp is the name of your webapp. I would suggest copying the file called httpd_wsgi.conf and renaming it to your webapp name. When Server.app is configured properly, you enable wsgi webapps in the GUI Advanced wndow for your domain.

  • How can I make my Lion Server into a Lion Workstation?

    How can I downgrade my Mac OS X Lion Server to just a standard Mac OS X Lion machine?
    I've tried everything including re-installing Lion. When re-installing Lion, it seems to automatically pickup on the fact that this is a Server OS & installs Lion Server OS.
    I want to simply downgrade my Lion machine to be running the standard Lion OS instead of Lion Server.
    In case you're wondering, this is on my iMac 27" which I originally upgraded from Snow Leopard to Lion, then from Lion to Lion Server.

    @Chris BeHanna
    You were right for the firewall Issue. I was also running IPSecuritas and I installed Lion Server and the traffic stopped responding on the tunnel, although it connected well.
    I figured out that, for some reason, even if the ServerAdmin indicated that the server firewall (my local "new" server, my own machine) was inactive, some rules must had been set during Server.app installation.
    Anyway, what I did was activate the firewall, and then, allow all traffic on every ip. You can do that in the ServerAdmin app.
    And then the traffic turned back on, on the IPSecuritas tunnels.
    The next step would be to be configure rules precisely, but since I am already behind a firewall, I prefer using a "transparent" setting.

  • How do I fix my Lion Server Wiki?

    On my Mac Mini with Lion Server when I visit the wiki it always says the server is down. How do I fix this?

    How do I go about setting up my Lion server to download updates for my other workstations
    Use Server Admin to turn on the Software Update Server. Give it a while to download all the updates. Done.
    What do I need to do on the client side as well so that they can download from my OS X server
    How do the clients connect to the server? Are they using central accounts via Open Directory? or are they local accounts on each machine.
    If you're using Open Directory you can control the software update server via Workgroup Manager, otherwise you'll need to walk through each machine and update its software update configuration. Apple have a tech note that describes how to manually configure each client to use your server.

  • How To Set Up Mountain Lion Server/Point DNS to Mac Mini Server

    Hello, First of all I have no experience with setting up servers whatsoever. Below is what I have
    - Mac Mini with Mountain Lion Server
    - Time Capsule as my router
    - Comcast as my service provider
    My goal is to set up my MacMini as a sharepoint for files and other data with my other partners.
    - I have purchased a domaine name from NetworkSolutions. Does this mean that they are my DNS hosting as well? Not really sure. My biggest question is how to point my DNS to my mac mini server correctly.
    1. How do you point the DNS to my mac mini server.
    2. I've read somewhere to use the IP address from my mac mini server. The only IP address I see is from my Time Capsule (router). I know what my public IP adress is but I am not sure if that's the one to use. I think once I figure this DNS thing I can figure out the rest.
    Thanks - Need lots of help.

    Here's a detailed write-up on setting up internal (private) DNS on OS X Server, and no, you're probably not going to be setting up external DNS on your servers.  Your public DNS service will be hosted on and served from the Network Solutions DNS servers.

  • How do I multi-home Lion Server

    My Mac-Mini Lion server is using both the wired and wireless connections.  I have two network connections available to  the internet.  However, one is significantly faster than the other.  I want to use the wireless connection for the internet, and the wired connection for local lan traffic.  I should mention that this server is on a combined Active Directory and Open Directory network.  This is the only Mac server and is set up in the Golden Triangle configuration.
    What I have done so far:  configured both interfaces with static addresses, pointing at the respective routers.  I should also point out that the slower connection to the internet goes through an authenticated proxy server, so unless that is configured, internet traffic will not work.  The faster internet connection (my wireless connection) does not have that restriction.
    I have already turned on the Software Update service for the Mac clients, made a group to update them, and bound the clients to both the Active Directory and Open Directory servers.
    The final thing I did was to reorder the network connections in the Network Preference panel, so the wireless connection was at the top of the list.  Until I did that, I could not browse the internet with Safari.
    So, have I missed anything which would prevent the Lion Server from downloading Software Updates for the network through the wireless connection, while allowing the client macs to get their updates through the server's wired connection.

    I had multiple IP's set on my server, which randomly seemed to switch. It seems like there is an incompatibility still between Server Admin and server.app. Since Apple is pressing developers to test server admin and server.app I am confident those problems will resolve eventually, but for now I have deleted all-but-1 IPv4 and 1 IPv6 address (same interface), the networking interface overview for my server within Server Admin was updated and it looks like it works solid now, this was not by design I presume, so this must be another bug plaguing Lion...
    After upgrading Postgres to 9.1.3 and upgrading webmail (upgrade: usr/share/webmail) from www.roundcube.net, making a new site webmail.example.com with the files stored in /Library/Server/Web/Data/Sites/CustomSitesDefault/webmail/ I made a symbolic link from that 'directory' to the actual built in webmail facility found in /usr/share/webmail by entering the following in terminal.
    ln -s -i /usr/share/webmail/ /Library/Server/Web/Data/Sites/CustomSitesDefault/webmail/
    By doing this it will ask to remove a directory, if you didn't put any important files in there, which I presume you didn't, confirm with the letter y and press enter.
    Webmail now works every time the way I want it
    As does profile manager.

  • How to reinstall OS X Lion Server

    I'm newbie os x admin . I bought new Mac Mini 2010 with Lion Server. I want to do RAID 0 with my HDD. 
    I make image for Recovery Partition. Then  format partition and do RAID 0.
    I setup with Mac OS X Lion 10.7 GM build 11A511
    I success to install but .... No Lion Server.
    I try to check Mac Store but I found  I need to buy  Lion Server License ?
    These is my Question
    1.  Lion Server that pre-install with Mac Mini is not license version or not?
    2.  Should  I  restore from  recovery partition  and get Lion Server from them ?
    3.  How I make recovery DVD or anything that easy to reinstall ?
    Thank You very much.

    The 2010 Mac mini Server did not come with Lion Server, it was shipped with Snow Leopard Server. To go from Snow Leopard to Lion is a paid upgrade, not a free update. Up until Snow Leopard there was a SL client OS and a SL Server OS. Now Lion Server is an add-on purchase to the Lion client. So you must buy and install the Lion client, then the second step is to buy and install the Lion Server add-on. You purchase both Lion and Lion Server through the Mac App Store.

  • How i can configure my sql server?

    how i can configure my remote sql server can u plse tell me

    Hi,
    I am assumung that you are in a situation where you want to connect to remore MS SQL server and you are on windows.
    In this case its simple machine on which you are running java code you can create DSN to remote machine and use the jdbc:odbc.
    Hope this helps
    Akash Mavle
    www.solversa.com

  • How to find backup on Lion Server time machine backup?

    I have a MacBook laptop running Lion that has gotten automated Time Machine network backups by my Mac Mini running Lion Server. Had to do a reformat of the laptop and when I used Recovery HD from the laptop to find the laptop backup files on the server, I can't find them.  I can find the server backup file, and the network version of time machine may bundle the laptop backup and mini backup in that file, but Recovery HD claims there are no valid backups.
    Am I doing this the wrong way?  Any help?

    Just found it here:
    https://discussions.apple.com/message/19152432#19152432
    And it worked.
    zeke

  • Using Lion Server Radius for authenticating "other" clients

    Hi I've been trying to get the Radius service in Lion Server to authenticate users of my SQUID web proxy. I have followed the squid wiki's instructions to configure the squid server as a radius client and pass authentication requests to the Lion Server Radius (I hope). However I'm trying to configure and test the Lion Server Radius. As Lions Server Admin GUI for radius only lets to add Airport Basestations, I've been trying to dig around for what underlying config files to edit.  I have tried 2 methods of adding the client details to radius:
    1. By editing the /etc/raddb/client.conf, and adding/changing (for example):
    client localhost {
         secret     = mysecretpassphrase
    client 192.168.0.0/24 {
         secret              = mysecretpassphrase
         shortname       = local-lan-clients
    and restarting squid. Nothing seems to get mentioned in the radius log file! So I'm not completely convinced that the Lion Radius took any notice of this!
    2. Instead of above, added the same client info using radiusconfig:
    $ sudo radiusconfig -addclient 192.168.0.0/24 local-lan-clients other <return>
    - then it prompts for the secret. With this command I notice the entry/event is recognised in the radius log file, and also looks like some SQL activity. If I dont specify "other" for the nas-type, it defaults to "Aiport Base Station" or similar.
    OK, so forgetting about SQUID for a minute, I can't even get that far as I'm just trying to test the config using the "radclient" utility from the Lion Server and the squid server:
    $ sudo radclient localhost auth mysecretpassphrase <return>
    and... no response, just hangs, nothing in radius log either.
    The Lion Firewall allows TCP and UDP requests into the Radius authentication port.
    Any ideas what else I need to do? Scratching my head, I'm wondering if it is anything to do with SSL? e.g. do I need to make the authentication using the self-signed certificate that Open Directory has? I presume any Airport Base Stations added to radius will use this certificate to establish a secure connection for authentication.

    The RADIUS server in OS X Server is a standard FreeRADIUS implementation with Apple's own custom GUI frontend for configuring it and which only allows adding AirPort base-stations. In Mountain Lion Server it is even limited to a specific configuration for the AirPort base-station.
    However if you follow the normal command-line instructions and steps for configuring FreeRADIUS then it will be possible to add any type of RADIUS client.
    While as far as I can see by manually configuring the FreeRADIUS server in OS X Server should enable you to do what you want, most people chose to configure Squid to use either a PAM or the LDAP modules for Squid to in this case authenticate directly to Open Directory (which is of course based on LDAP).
    I myself have used a PAM in the past with Squid to successfully configure Squid to authenticate users via Open Directory. I was even able to specific an Open Directory group and only allow members of that group access via the Squid Proxy Server. I then went a bit OTT and set up another open-source tool (which was discontinued and I had to fix to get working) to process the Squid logs and store them in MySQL, and then setup FileMaker Pro to connect to the MySQL database via ODBC to allow producing reports.
    Unfortunately the AFP458 website had a major redesign a while ago and many previous technical articles on it are now hard to find. I had used two articles on that site to guide me through setting up Squid and the PAM on a Mac server. I believe the two articles I used are the ones listed below.
    http://afp548.com/2004/09/08/using-os-x-open-directory-to-authenticate-squid-pro xy-server/
    http://afp548.com/2004/12/13/squid-server-using-ldap-authentication/

  • Archiving Mail on Mountain Lion Server with MailSteward or Other?

    Anyone here successfully archiving mail for multiple user accounts on Mountain Lion Server without spending a bunch of dough?
    From poking around a bit I guess mail is in /Library/Server/Mail/Data, but I don't think MailSteward can pull from there, dovecot daemon stuff that is over my head.
    Interested in solutions short of going to Kerio Connect, which looks to provide the archiving functionality I need (and maybe also lets users change their own passwords, which would also be nice).
    Thanks!

    Eustace - Thanks for taking a crack at it!  I saw this same post as well but it doesn't answer my question about how to create and launch an Out of Office Reply for Apple Mail on the new Mountain Lion Server?
    I'm not looking to create an out of office rule on my computer but on our Mountain Lion Server like we used to be able to do on Lion Server.

  • How do I configure Mountain Lion's Mail program to accept an Exchange server delegate account?

    I am running the latest version of Mountain Lion and use Mac Mail as my email program.  Recently, I was given access to a shared email account on our Exchange server using "delegate" status.  While my normal Exchange email was easy to set up, I cannot figure out how to access the delegate account.  Any ideas?

    Ah, thanks Linc, that worked. So why did they make that so hard to figure out I wonder?
    Linc Davis wrote:
    In Mail's Add Account dialog, enter the account information, then hold down the option key and click Continue. Finish setting up the account manually.

Maybe you are looking for

  • How to identify missing records in a single-column table?

    How to identify missing records in a single-column table ? Column consists of numbers in a ordered manner but the some numbers are deleted from the table in random manner and need to identify those rows.

  • Blank space / # appearing in KCH3

    Hi Guys, could anybody please let me know how to delete # or blank space which is appearing in KCH3. is thisany cause of  the program error?? I hope there is another way to delete the node and recreating it, but we dont want to do that. thanks

  • Assign characteristics to report selection screen in COPA

    Hi all, it seems there are 2 ways to assign characteristics to a selection screen of a COPA report: 1. Go to the form, KE35, double click on a column header and assign characteristics here and check the flag for entering variables. It seems I have to

  • Upgrading CS 3 from Win to CS 5 Mac

    OK. Here's the situation. I've got a copy of Design Premium CS 3. It's the windows version. I have since bought a macintosh and no longer have the Windows PC (which was wiped of all software). So I have a valid unused CS 3 here, which I want to upgra

  • Keeping constant speed with variable voltage using Phidgets

    I have 4 motors, 3 of which are being monitored using encoders.  What I want to be done is have the user input certain variables and then have those variables control the process.  My main program is the first attachment.  My control is the second at