How to Install Lion Server With a SSL Certificate

Size: px
Start display at page:

Download "How to Install Lion Server With a SSL Certificate"

Transcription

1 Lion Server Quickstart Guide 1.0

2 The environment... 4 Commonly used acronyms in this document... 5 Why certificates matter in Lion Server... 6 About self-signed certificates... 6 About CA-signed certificates... 7 About code-signed certificates (optional)... 7 Preparing a USB install drive... 8 Preparing your target computer for Lion Server... 8 Installing Lion Server Navigating the setup assistant Adjustments to the Finder Run Software Update Verifying DNS setup Generating your trusted SSL certificate Using your SSL Certificate for Lion Server Enable Apple Push Notifications Configuring Profile Manager Enrolling a device into Profile Manager Managing restrictions on ios with Profile Manager Appendix A - Preparing a USB drive to handle the install Appendix B - Enabling Apple push notifications Appendix C - Active Directory integration Summary... 33

3 Lion Server has changed significantly when compared to previous versions of OS X Server. With a new focus on supporting ios devices, Lion Server can even be considered an appliance for specific services that are not offered on other platforms, ranging from ios device management to Apple software update services. It s a worthy upgrade with some very welcome new features. Not only does the reliance on domain name services (DNS) still exist, but there s now a real dependency on another technology that you may not have dealt with in the past; certificates. Typically known as secure socket layer (SSL) certificates, they are a critical component of your Lion Server setup since ios devices and Mac OS X client now utilize them for management. Open Directory (OD) still plays a role in Lion Server. All of these topics will be covered in this document. Lion Server Quickstart Guide Page 3

4 The environment This setup consists of one server that provides DNS, Open Directory, ios/mac OS X management, software update service (SUS), WebDAV and Apple file services via Apple File Protocol (AFP). There is only one client computer in the setup environment, which is a client computer. There is a router on the network, based on a /24 scope. You can simply have the server and the client connected to the same switch, as long as a router can be reached on the network. If you re testing Lion Server and setting it up in a non-production environment (and on an isolated switch or VLAN), proper DHCP setup guidelines can be found in Apple s online server documentation. Specifically, the network services section. If you have an existing DNS server that is reachable from the Lion Server, it would be best to continue having that server provide DNS resolution for your environment. Be sure to create a forward (A) record as well as a reverse (PTR) record in the proper zones. If you do not have any knowledge/experience of DNS setup or modification, then you can still follow the steps below and allow Lion Server to create it s own DNS infrastructure. In regards to SSL certificates, this document will focus on using a trusted certificate from a third party service. While Profile Manager (used to manage ios devices and computers running Lion client) can leverage self-signed certificates, trusted certificates will be used. Hopefully, by the end of this document, the pros and cons of each will be clear. Page 4 Lion Server Quickstart Guide

5 Commonly used acronyms in this document In order to keep track of all of the acronyms used in this document, all of them are listed below. SLA USB OS DNS SSL CA APNS OD ODM AD SUS AFP DHCP LDAP Software Licensing Agreement Universal Serial Bus Operating System (client/server) Domain Name Service Secure Sockets Layer Certificate Authority Apple Push Notification Service Open Directory Open Directory Master Active Directory Software Update Service/Server Apple File Protocol Dynamic Host Configuration Protocol Lightweight Directory Access Protocol IPv4 Internet Protocol version 4 IPv6 Internet Protocol version 6 SSH Secure Shell Lion Server Quickstart Guide Page 5

6 Installation considerations There are two ways to perform the installation of Lion Server. The first is to install Lion Server right on top of Lion client. This process promotes the computer to a server, so to speak. The second option is to perform a custom install of Lion Server onto a blank hard drive or volume, bypassing the promotion process altogether. How should you decide which is better than the other? The quick answer is that one isn t necessarily better than the other. However, performing a custom installation of Lion Server, on a freshly-formatted drive or volume, provides a more consistent setup experience. Not only that, it involves a process that will feel much more familiar to you if you ve installed previous versions of Mac OS X Server since the initial boot will go right into the Server Setup Assistant. Because of these circumstances, this document will only focus on a clean installation of Lion Server that boots up to the Server Setup Assistant. SSL certificates In addition to deciding on an installation method for Lion Server, you also need to decide on what type of SSL certificates you will rely on for your server. With potentially sensitive information moving between your Lion Server and the computers/devices that it is managing, it is important to leverage a certificate. When customers do online shopping, they like to know that the website they are visiting (and putting their credit card information into) is the actual website that it says it is. Same goes for banking or any other online service that holds and/or transfers your private information. A certificate provides this validation. However, there are pros and cons to the type of certificate you utilize, and those differences will be outlined below. Why certificates matter in Lion Server Lion Server leverages a web interface to manage Lion client computers and ios devices, known as Profile Manager. Those same computers and devices must verify, or trust, that the server managing them can identify itself electronically and communicate securely. This is where certificates come in. Whether you are setting up this server in a test or production environment, it is best to decide on what type of certificate(s) you will use before you begin. Here is some basic information about the different kinds of certificates. About self-signed certificates Leveraging a self-signed certificate is simple to do in Lion Server. You can use an Apple ID to automatically generate them, and the server can use them right away. Once you begin to use self-signed certificates, though, extra steps must be taken in order for computers and ios devices to trust those certificates when utilizing them for management. They simply will not Page 6 Lion Server Quickstart Guide

7 accept that the server is telling them that it s valid. You will have to intervene and require them to trust the certificate and the communication from the server. About CA-signed certificates The job of a certificate authority (CA) is to be the trusted third party between the server holding a certificate and the user, computer, or device that needs to trust it. How does the CA know that the certificate is valid? Unlike a self-signed and self-generated certificate, a CA actually generates the certificate and allows the owner to download and use it. Most modern operating systems and web browsers have a list of CAs that they automatically trust when browsing the web or using online services. CA-signed certificates typically cost anywhere from $15/year up to $150/year, depending on the provider. For a list of available trusted root certificates on ios devices, please see the following KBase article: For a list of available trusted root certificates on Mac OS X, open Keychain Access in / Applications/Utilities. About code-signed certificates (optional) A code-signed certificate is more secure than a trusted certificate because it digitally signs executables or scripts that guarantee the code has gone unaltered since it was signed. More verification from the CA is typically needed to generate and distribute a code-signed certificate, which is why they re usually much more expensive (typically $200/year or higher). Trusted certificates, as well as code-signed certificates, can be purchased from one of several vendors. Below is a list of providers that sell certificates. This list is not an endorsement of any given provider, and they are listed in alphabetical order. Comodo Digicert GoDaddy Network Solutions Thawte Verisign Lion Server Quickstart Guide Page 7

8 Preparing a USB install drive If you purchased a Mac with Lion Server pre-installed, then you do not need to follow the steps in this section. This section will walk you through the steps of preparing a USB drive for a Lion Server install. 1. Install Lion Client to a USB drive. (If you need assistance with this, please refer to Appendix A - Preparing a USB drive to handle the install 2. Copy the Install Mac OS X Lion installer into the Applications folder of the USB drive. 3. Purchase and/or download the Server app from the Mac App Store. If you do not have it yet, you can purchase it from the Mac App Store. 4. When it is finished downloading, immediately launch and install Server app. 5. Nothing needs to be done with the Server app after this point, so you can quit Server app as soon as it finishes the installation. 6. Shut down the computer that the USB drive is plugged into and unplug the USB drive. Preparing your target computer for Lion Server Now that your USB drive is ready, the install of Lion Server can begin. 1. Choose the computer that you will be installing Lion Server onto. The requirements for Lion Server are: Processor: RAM: Hard Drive: Core 2 Duo or higher 2 GB or more 7 GB of available space 2. Plug the USB drive into your target computer that you will install Lion Server onto. 3. Press the power button on the computer and immediately hold down the option key. 4. Choose the USB drive as your startup drive and press Enter. Do not choose the Recovery partition, although it will show as an option. Page 8 Lion Server Quickstart Guide

9 5. Once you re booted up, the OS of the USB drive will look exactly like you left it before shutting the computer down from the previous exercise. 6. Open Disk Utility, found in /Applications/Utilities. 7. Locate the internal hard drive of the computer and select it. 8. Choose the partition tab and change the number of partitions to Select the Untitled 1 partition and name it server_hd (or whatever you like). 10. Give the newly named server_hd a size of at least 50GB. 11. Be sure that the format type for this partition is Mac OS Extended (Journaled). 12. Select the Untitled 2 partition and name it data_hd (or whatever you like). 13. Give the newly named data_hd the remainder of available storage on the hard drive. 14. Be sure that the format type for this partition is Mac OS Extended (Journaled). 15. Click the Options button and set the partition scheme to GUID Partition Table. 16. Click the OK button. 17. Confirm that your settings match what appears in the screen shot below. 18. Click the Apply button 19. Quit Disk Utility. Lion Server Quickstart Guide Page 9

10 Installing Lion Server It s time to install Lion Server. You ve got an external drive prepped and ready to go, and your target computer has been formatted for a clean install of the server OS. For these steps, you should still be booted from the USB drive. 1. Open the Lion installer (labeled in the Finder as Install Mac OS X Lion) from the Applications folder of the USB drive. 2. Click Continue. 3. If you agree to the terms, click the Agree button. Questions about the agreement can be found at this link. 4. Another pane regarding the SLA will slide down. If you agree to the terms, click the Agree button. 5. The next step prompts you to install on the internal drive of the computer, by default. 6. Click the Show All Disks... button. Page 10 Lion Server Quickstart Guide

11 7. Select the server_hd partition, or the name of your server boot partition, if you named it differently. 8. When you select the server_hd partition, you ll notice that the Customize button is active. Click the Customize button. 9. You now have the choice to add the server software to the install. All the work that you ve done so far has allowed us to get to this point and add the server software, as a part of a custom install, to a blank drive or partition. Check the box for Server Software and click OK. 10. Click the Install button. 11. When prompted, enter an administrator account name and password to authorize the installation. 12. Once the install is complete, the computer will restart to the server_hd partition and you will be able to continue to the next section. Lion Server setup assistant Navigating the setup assistant After performing a custom installation of Lion Server, you ll be guided through the Lion Server setup assistant. 1. Choose a country or region and click Continue. 2. Choose a keyboard layout and click Continue. 3. The next screen asks if you want to transfer data from an existing server. Since this document is focused on setting up a new server from a clean install, choose to set up a new server and click Continue. Lion Server Quickstart Guide Page 11

12 4. The next step has to do with an Apple ID. It is recommended that you use an institutionbased (non-personal) Apple ID. The account that you use will create Apple Push Notification Service (APNS) certificates under that account name and an will immediately be sent to the address associated with the Apple ID. While this is an optional step, it is recommended to use an Apple ID instead of leaving the fields blank. NOTE: The certificates created in step 4, above, are self-signed. At least one of these certificates will be replaced by a trusted certificate for use in Profile Manager, later on in the document. Additionally, if you leave the fields blank, you will need to refer to Appendix B - Enabling Apple push notifications. 5. Click Continue. 6. If you agree with the SLA, click Continue, followed by Agree, to move to the next screen. 7. At the registration screen, verify that the information is correct and aligns with your Apple ID. If you left the Apple ID blank in step 4, you can enter your information manually. If you want to leave the fields blank, you can press Command-q and choose to skip this step. 8. At the next screen, enter an administrator name, short name and password. For this document, Server Admin will be used for the name and sadmin will be used for the short name. Be sure to leave the box checked so that you can remotely manage your server, as shown below. Page 12 Lion Server Quickstart Guide

13 9. The next screen will ask you for your organization name. You can enter whatever you like. It could be Test Server or your official organization name. For this document, the organization name will be Rockies Demo, since the domain used for this document is rockiesdemo.com. Be sure to enter an address in the second field. That is used for server notifications, ranging from error/warnings to available software updates. 10. Choose your time zone and click Continue. NOTE: Setting the host name of the server requires some consideration, even for a test environment. You have 3 choices, so read them all and choose which is best for your environment and your objectives. For the purposes of this document, the host name for internet option will be utilized. This will allow you to more easily use this server inside your network as well as outside your network. 11. Choose Host name for internet and click Continue. Lion Server Quickstart Guide Page 13

14 12. Choose a computer name and a host name. Since this document is showing SSL certificate setup, and those certificates are tied to a domain that has already been purchased (rockiesdemo.com), this server will be named lion.rockiesdemo.com. Enter a computer name and a host name. STOP: DO NOT click Continue. 13. Look at the IP address that has been assigned to your server. In the screen shot below, this example shows that the server has been assigned the IP address. 14. Decide on which IP address you would like to assign to your server and click the Change Network button. Page 14 Lion Server Quickstart Guide

15 15. Before setting the IP address for your ethernet connection, you can highlight any interfaces that you don t want to use and choose to Make Service Inactive from the action menu. 16. Assign an IP address to the ethernet interface. You can choose the option to manually assign all address fields, or you can leverage the network information from your DHCP server. For the purposes of this document, my router has the address of and I want to assign this server the IP address. The DNS server field will be left blank, which will force the server to set up DNS for me. 17. Click Apply. The network interface will be configured. 18. You should now see your newly assigned IP address on the refreshed setup screen. Click Continue. 19. The next screen will ask if you want to manage any nearby AirPort Extreme or Time Capsule units. Uncheck the box to allow this server to manage them. Click Continue. Lion Server Quickstart Guide Page 15

16 NOTE: If you don t see this screen, that simply means that the server cannot locate any Apple wireless access points on the network. You can proceed to the next step. 20. The assistant will now show you a final setup window. Click Set Up. 21. Once the progress bar completes, you ll be ready to administer your server. Click Start Using Lion. Your initial setup is complete. Page 16 Lion Server Quickstart Guide

17 Server Administration Adjustments to the Finder Before going any further, it is helpful to see the volumes that you ll be dealing with when it comes to installing downloaded packages and determining where certain folders and files are. 1. In the Finder, go to the Finder menu and select Preferences. 2. Check all 4 checkboxes so that any external or internal device/volume is visible on the desktop. 3. Close the Finder Preferences window. Downloading the Server Admin tools Before going any further, it is necessary to download and install the server admin tools. After an installation of Lion Server, the Server app is the only tool on the local hard drive. Click on the link below to download the Server Admin tools for Lion and install them onto your server. Once complete, you ll see both the Server app as well as a Server folder in /Applications. Run Software Update On your server, go to the Apple menu and select Software Update. When the list shows you the available updates, go ahead and install any relevant updates such as Remote Desktop Client, Mac OS X Server, security updates, etc. Lion Server Quickstart Guide Page 17

18 Verifying DNS setup It is always a good idea to verify that the DNS server is working properly before diving into any additional configuration. If you didn t specify an existing DNS server while using the server setup assistant, it will place the localhost address ( ) in the DNS field for you if it cannot resolve the hostname that you ve given it. 1. Go to the Apple menu and select System Preferences. 2. Select the Network preference pane. 3. Verify that the DNS entry reflects what you specified with the setup assist. If you specified the IP address of an existing DNS server, that IP should be there. If you left it blank, you should see the address in that field. 4. Launch Terminal (from /Applications/Utilities) and type the following commands (with your IP and DNS information, of course). host <return> host lion.rockiesdemo.com <return> sudo changeip -checkhostname <return> NOTE: When prompted for a password after any given sudo command, it is asking for the root password. That password, by default, matches the password that you used when you created your server administrator account in the server setup assistant. You should get feedback that looks similar to the results below, respectively in-addr.arpa domain name pointer lion.rockiesdemo.com --- lion.example.com has address Primary address! =! Current HostName! =! lion.rockiesdemo.com DNS HostName!! =! lion.rockiesdemo.com The names match. There is nothing to change. Page 18 Lion Server Quickstart Guide

19 Certificate Management Generating your trusted SSL certificate Your server is still using the self-generated certificates that were created during the setup assistant (using an AppleID). If you choose, you can follow these steps to utilize a trusted certificate purchased from a third party certificate authority. 1. Launch Server App. 2. When prompted, choose your server from the list and click Continue. You will be prompted for the administrator name and password that you created when using the server setup assistant. 3. Notice the dark gray area along the bottom of the Server app. It is there to outline possible next steps for your server setup. Click the Configure Network button. You can see that this simply summarizes your current status. 4. Go to System Preferences and select Network. 5. Select the Ethernet interface. You might see that your DNS server setting is pointing to , which is the loopback address to your own server. If that is the case, it is because it could not resolve the hostname that you gave your computer in the setup assistant. If it can t resolve the hostname, the server set up it s own DNS. It also puts in the proper forwarders so that you can resolve domains outside of your own. A quick way to verify this is to launch a browser and try to visit apple.com or any other website outside of your domain. If it resolves, DNS is setup, and the proper forwarder addresses are in place. 6. Quit System Preferences. 7. In the Server App, select your server. You can find it under the hardware section in the left pane. 8. Click on the Settings header tab. Lion Server Quickstart Guide Page 19

20 9. Directly in line with the SSL Certificate setting, click on the Edit button. You will then see the current certificates being used for the different services on your server. Note that this doesn t indicate that those services are currently running. 10. Click Action Menu and select Manage Certificates. 11. In the window that follows, click on the Action Menu again and select Generate CSR. If the menu options are grayed out, be sure to first select the self-signed certificate above. CSR stands for certificate signing request. It is the message that gets sent (or copied/pasted, in this case) to a certificate authority, which then uses that message to generate a certificate for you. Page 20 Lion Server Quickstart Guide

21 12. Click Save and choose to save it to the Desktop. 13. Open the new file on the Desktop. It should open in TextEdit. 14. Select all of the text and choose Copy from the Edit menu. This is the CSR that you ll be submitting to the Certificate Authority. This is where this document is going to cut you loose while you get your certificate from your CA. Since the steps are different based on the CA that you use, any specific steps for one provider would be misleading for the rest. Most all providers have live phone support so that you can get help with the process, if need be. Upon generating and downloading your new certificates, you can continue with the steps below. Using your SSL Certificate for Lion Server If you re not working directly on your server (either sitting in front of it or via a remote desktop connection), then you should be doing so for these steps. 1. After downloading your newly generated certificates, they should be in a folder and named in a similar manner to the sample certificates shown below. You get a bundle certificate, as well as a certificate named after your domain, as shown above. 2. In the Server App, select your server. You can find it under the hardware section in the left pane. 3. Click on the Settings header tab. 4. Directly in line with the SSL Certificate setting, click on the Edit button. Lion Server Quickstart Guide Page 21

22 5. Click the Action Menu and select Manage Certificates. 6. In the window that follows, click on the Action Menu and select Replace Certificate With Signed Or Renewed Certificate. If the menu options are grayed out, be sure to first select the self-signed certificate above. 7. In the window that follows, drag your new certificate (the one that is named after your domain) from the Finder into the window. Once you drag your certificate onto the area that it asks you to (see below), you ll see that it replaces the grayed out text with your new certificate information. 8. Click Replace Certificate. Watch the spinning gear in the lower right-hand corner of the Server App window. Once it stops spinning, you can proceed to the next step. 9. Return to the Finder and locate the bundle certificate that you downloaded from your CA. Double-click on it to open it. It will open in Keychain Access. 10. When prompted with the dialog box about opening this file that was downloaded from the internet, click Open. Page 22 Lion Server Quickstart Guide

23 11. When the certificate gets opened in Keychain Access, you will be prompted for where to add the certificate. Choose the System Keychain and click Add, as shown below. 12. Since you re modifying the System Keychain, you ll be asked to provide an administrative username and password. You can use the sadmin account. 13. Return to the Server App and select your server under the hardware section of the left pane. 14. Click on the Settings header tab. 15. Directly in line with the SSL Certificate setting, click on the Edit button. 16. The pulldown menu should now show your new, trusted SSL certificate as an option. Choose that certificate and click OK. 17. Watch the spinning gear in the lower-right hand corner of the Server App window. Allow it to finish setting the SSL certificate before moving on. Enable Apple Push Notifications Since an AppleID was used to acquire Apple Push Notification Certificates during the setup assistant, these steps are here to simply confirm your settings. If you did not use an AppleID when setting up your server, refer to Appendix B at the end of this document. 1. Return to the Server App and select your server under the hardware section of the left pane. 2. Click on the Settings header tab. Lion Server Quickstart Guide Page 23

24 3. Check the box to Enable Apple Push Notifications. 4. Verify that the AppleID is correct. 5. You should ve received an that confirmed your APNS certificates. Apple will use the address associated with the AppleID that you used. You can manage your APNS certificates at the Apple Push Certificates Portal. Profile Manager This section will walk you through the steps to use Profile Manager. Part of this process involves promoting your server from a standalone directory to an Open Directory Master (ODM). NOTE: If you wish to tie your Lion Server into an Active Directory environment, refer to Appendix C - Active Directory Integration at the end of this document. Once you complete Appendix C, you can return to the steps below. Configuring Profile Manager 1. In Server App, select the Profile Manager Service from the list of services on the left side of the window. 2. Turn the service to On by toggling the switch in the top right corner of window. 3. Watch the spinning gear in the lower-right hand corner of the Server App window. Allow it to finish enabling Profile Manager before moving on. 4. Across from the Device Management setting, click the Configure button. 5. The Configure Network Users and Groups Assistant will prompt you for information regarding the setup and configure both Profile Manager and Open Directory. Select the Next button. Page 24 Lion Server Quickstart Guide

25 6. The next step will have you create a Directory Administrator (diradmin) account. Set the name and password for this account. 7. Next you will need to enter your Organization Name and Admin Address. This address can be any existing account that you have. It does not need to be an account on this new Lion Server, nor does Mail Service on this server need to be running. 8. Verify your entries and click Set Up. 9. Upon completion, launch a web browser on a computer (not an ios device) and go to Use your Server Admin (sadmin) account to login to the site. Your initial view of Profile Manager should look similar to the screen shot below. 11. Select Devices and leave that view as it is in your web browser. Enrolling a device into Profile Manager It is best to have ios 5 on your device before enrolling it into Profile Manager. The reason for this is because if you enroll an ios 4.x device into Profile Manager, you will have to remove it and then re-enroll it into Profile Manager after updating to ios On an ios 5 device, go to within Safari. 2. When prompted, enter your Server Admin (sadmin) account credentials to login to the site. 3. Tap the large Enroll button. Doing so will exit the browser and take you to a profile installation window. 4. Tap on the Install button. Lion Server Quickstart Guide Page 25

26 5. Tap on the Install Now button. 6. If you ve set a passcode for your device, you ll be prompted to enter it at this point. 7. It will then generate the key and install the certificate on the device. When prompted, tap the Install button once more. 8. The final step shows you that the profile has been installed. Tap on the Done button. 9. After tapping the Done button, you ll be taken back to Safari where you ll see your device information. Enrollment is complete. Page 26 Lion Server Quickstart Guide

27 Managing restrictions on ios with Profile Manager With Profile Manager, you have the ability to enforce restrictions, passcode policies, account settings, etc. You can also restrict access to certain applications. This section will provide a small sample of restriction management in ios Return to Profile Manager on a computer (not your test device). You ll see now that you have one device enrolled. 2. Select your device. 3. In the large pane of Profile Manager, click the Profile tab. 4. Click the Edit button. 5. In the left pane, scroll down to the ios section of the profile options and click Restrictions. 6. Click the Configure button to modify the restrictions. 7. Under the Applications tab, uncheck the checkbox next to Allow use of YouTube. Lion Server Quickstart Guide Page 27

28 8. Click OK. 9. Click Save, then click Save again to complete the change. 10. On your device, you ll notice that the YouTube app gets removed within a few seconds. 11. Edit the Applications again, and this time check the box to once again Allow use of YouTube. 12. Click OK, then Save, and finally Save once more to see YouTube visible once again on the device. 13. There are other restrictions and settings that you can leverage with Profile Manager, so explore all of the settings that you wish to use. Page 28 Lion Server Quickstart Guide

29 Appendix A - Preparing a USB drive to handle the install A custom installation of Lion Server is most easily done with an external USB drive. You need at least a 16GB flash drive, or any external USB drive with an equal or larger capacity, to do a custom installation in this manner. STOP: Be sure to copy all of the data (that you would like to keep) off of the drive, as it will be erased. If you are utilizing a USB drive that is new out of the box, or was previously used with a Windows computer, then it will need to be reformatted. Even if the drive has only been used with a Mac, you can still erase the drive in order to have a consistent, clean drive to work from. 1. Plug the drive into the USB port of a Mac that has the Lion installer, as shown below. If you don t have Lion, you can purchase and download it by clicking from the Mac App Store. 2. Once it has been downloaded, immediately quit the installer. This is necessary so that you can keep your copy and you will not have to download it again from Apple. Take note that the installer is in /Applications. When you see this screen, quit the installer! 3. Open Disk Utility, found in /Applications/Utilities. 4. The USB drive can be seen on the left pane of Disk Utility, with a USB logo on an orange disk. Lion Server Quickstart Guide Page 29

30 5. Select the drive, as shown above, and then select the Partition tab. 6. Choose Mac OS Extended (Journaled) as the format, and name it whatever you like. For this guide, it will be named usb_boot. 7. For the partition layout, choose 1 partition. 8. Click Options... and be sure to choose GUID Partition Table as the partition scheme. 9. Click Apply. 10. When prompted, click the Partition button to erase the drive and prepare it for a Lion install. 11. When it s finished erasing the drive, it is ready for Lion to be installed. The reason for installing Lion on the USB drive is so you can boot from an external drive. That s what allows a clean install of Lion Server. 12. Quit Disk Utility. 13. Open the Lion installer application located in /Applications. 14. At the opening screen, click Continue. Page 30 Lion Server Quickstart Guide

31 15. Click Agree in order to agree to the terms of the software licensing agreement. Questions about the agreement can be found at this link. 16. Another pane regarding the SLA will slide down. If you agree to the terms, click the Agree button. 17. The next step prompts you to install on the internal drive of the computer, by default. 18. Click the Show All Disks... button. 19. Select the usb_boot drive, followed by Install. 20. You ll be prompted for an administrator account name and password. After entering those credentials, the installation will begin. 21. The initial task of the installer moves some data over to the drive, which only takes a few minutes. Lion Server Quickstart Guide Page 31

32 22. When prompted by the installer, click the Restart button. This will restart your computer and boot up from the USB drive. The installation will then take place. 23. Once the install is complete, the Finder will launch. At this point, you can run Software Update, install additional software, etc. Appendix B - Enabling Apple push notifications After you have completed the configuration for your SSL Certificate in Server App, you will want to enable Apple push notifications. This step is only necessary if you did not enter an Apple ID during the setup assistant. 1. In Server App under the server device Settings tab check the checkbox next to Enable Apple push notifications. 2. Next, you will be prompted to enter your Apple ID. It is recommended to use an institutionbased (non-personal) Apple ID. The account that you use will create Apple Push Notification Service (APNS) certificates under that account name and an will immediately be sent to the address associated with the Apple ID. Appendix C - Active Directory integration To integrate your Lion Server into an Active Directory environment, you will need to be running version or higher. 1. Bind your Lion Server to Active Directory using System Preferences -> Accounts. 2. Once the server is joined to the domain, you can enable Profile Manager and allow the setup assistant to promote the server to an Open Directory Master. For more information, you can reference this KBase article: Page 32 Lion Server Quickstart Guide

33 Summary While this document may shed some light on the topics of initial setup and other administrative tasks, it should still be considered as nothing more than a quickstart guide to get up and running quickly with Lion Server. Apple s server documentation, online Knowledge Base (KBase) articles, the Apple Training Series of reference guides from Peachpit and enterprise support team are still the best resources for understanding and maintaining Lion Server. In addition, many other great articles, links and white-papers are hosted by the following sites. Special thanks to Jeff, Jakob, Brent and Adam for helping test the processes and steps outlined in this document. Comments and corrections can be sent to carson@me.com. Lion Server Quickstart Guide Page 33

Optional Mainserver Setup Instructions for OS X Support

Optional Mainserver Setup Instructions for OS X Support Optional Mainserver Setup Instructions for OS X Support Essentials Friday, November 2, 2012 Summary Some of the exercises in Apple Pro Training Series: OS X Support Essentials require access to a specially

More information

APNS Certificate generating and installation

APNS Certificate generating and installation APNS Certificate generating and installation Quick Guide for generating and installing an Apple APNS Certificate Version: x.x MobiDM Quick Guide for APNS Certificate Page 1 Index 1. APPLE APNS CERTIFICATE...

More information

It is recommended that you use a clean installation of Lion client before upgrading to Lion Server.

It is recommended that you use a clean installation of Lion client before upgrading to Lion Server. Wazza s Lion Server QuickStart 1. Installing Lion Server About this Document This document is the first in a series of documents describing the process of installing and configuring a Mac OS X 10.7 Server

More information

How to generate an APNs Certificate to use the Apple MDM protocol via the portal

How to generate an APNs Certificate to use the Apple MDM protocol via the portal How to generate an APNs Certificate to use the Apple MDM protocol via the portal Introduction Before you can manage ios devices with your device management portal you will need an Apple Push Notification

More information

Getting Started With. Mac OS X Server. Includes installation and setup information for Mac OS X Server version 10.2

Getting Started With. Mac OS X Server. Includes installation and setup information for Mac OS X Server version 10.2 Getting Started With Mac OS X Server Includes installation and setup information for Mac OS X Server version 10.2 K Apple Computer, Inc. 2002 Apple Computer, Inc. All rights reserved. Under the copyright

More information

Wazza s QuickStart 1. Leopard Server - Install & Configure DNS

Wazza s QuickStart 1. Leopard Server - Install & Configure DNS Wazza s QuickStart 1. Leopard Server - Install & Configure DNS About this Document This document is the first in a series of documents describing the process of installing and configuring a Mac OS X 10.5

More information

Apple Server Diagnostics User Guide. For Version 3X106

Apple Server Diagnostics User Guide. For Version 3X106 Apple Server Diagnostics User Guide For Version 3X106 KKApple Inc. 2009 Apple Inc. All rights reserved. Under the copyright laws, this manual may not be copied, in whole or in part, without the written

More information

Other documents in this series are available at: servernotes.wazmac.com

Other documents in this series are available at: servernotes.wazmac.com Wazza s Snow Leopard Server QuickStart 2. Configuring DNS About this Document This document is the second in a series of documents describing the process of installing and configuring a Mac OS X 10.6 Server

More information

QuickStart Guide for Mobile Device Management. Version 8.6

QuickStart Guide for Mobile Device Management. Version 8.6 QuickStart Guide for Mobile Device Management Version 8.6 JAMF Software, LLC 2012 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF

More information

QuickStart Guide for Mobile Device Management

QuickStart Guide for Mobile Device Management QuickStart Guide for Mobile Device Management Version 8.5 Inventory Configuration Security Management Distribution JAMF Software, LLC 2012 JAMF Software, LLC. All rights reserved. JAMF Software has made

More information

DeployStudio Server Quick Install

DeployStudio Server Quick Install DeployStudio Server Quick Install v1.7.0 The DeployStudio Team info@deploystudio.com Requirements OS X 10.7.5 to 10.11.1 DeployStudioServer_v1.7.x.pkg and later NetBoot based deployment 100 Mb/s switched

More information

Microsoft Entourage 2008 / Microsoft Exchange Server 2010. Installation and Configuration Instructions

Microsoft Entourage 2008 / Microsoft Exchange Server 2010. Installation and Configuration Instructions Microsoft Entourage 2008 / Microsoft Exchange Server 2010 Installation and Configuration Instructions Table of Contents How to connect Microsoft Entourage 2008 EWS to the Exchange Server... 3 Important

More information

Instructions for Adding a MacOS 10.4.x Server to ASURITE for File Sharing. Installation Section

Instructions for Adding a MacOS 10.4.x Server to ASURITE for File Sharing. Installation Section Instructions for Adding a MacOS 10.4.x Server to ASURITE for File Sharing Installation Section Purpose: We are setting up a server in ASU s specific environment. Power on the Server Insert the CD Hold

More information

Time Machine Setup for Routers

Time Machine Setup for Routers User Manual August 2015 202-11590-02 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for selecting NETGEAR products. After installing your device, locate the serial number on the label

More information

QuickStart Guide for Managing Mobile Devices. Version 9.2

QuickStart Guide for Managing Mobile Devices. Version 9.2 QuickStart Guide for Managing Mobile Devices Version 9.2 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF

More information

Xserve Apple Xserve Diagnostics User Guide. For Version 3X104

Xserve Apple Xserve Diagnostics User Guide. For Version 3X104 Xserve Apple Xserve Diagnostics User Guide For Version 3X104 KKApple Inc. 2009 Apple Inc. All rights reserved. Under the copyright laws, this manual may not be copied, in whole or in part, without the

More information

Enterprise Apple Xserve Wiki and Blog using Active Directory. Table Of Contents. Prerequisites 1. Introduction 1

Enterprise Apple Xserve Wiki and Blog using Active Directory. Table Of Contents. Prerequisites 1. Introduction 1 Table Of Contents Prerequisites 1 Introduction 1 Making the Xserve an Open Directory Master 2 Binding the Xserve to Active Directory 3 Creating a Certificate 3 Setting up Apache Web Server 4 Applying the

More information

The safer, easier way to help you pass any IT exams. Exam : 9L0-518. OS X Server Essentials 10.8 Exam. Title : Version : Demo 1 / 6

The safer, easier way to help you pass any IT exams. Exam : 9L0-518. OS X Server Essentials 10.8 Exam. Title : Version : Demo 1 / 6 Exam : 9L0-518 Title : OS X Server Essentials 10.8 Exam Version : Demo 1 / 6 1.In Server app, which procedure will configure OS X Server to let members of a specific group use the Messages service? A.

More information

How to configure Mac OS X Server

How to configure Mac OS X Server How to configure Mac OS X Server By Rob Buckley In the previous article in this series, we showed you how to secure a Mac using the functions built into its operating system, OS X. See photo story here

More information

Initial Setup of Microsoft Outlook 2011 with IMAP for OS X Lion

Initial Setup of Microsoft Outlook 2011 with IMAP for OS X Lion Initial Setup of Microsoft Outlook Concept This document describes the procedures for setting up the Microsoft Outlook email client to download messages from Google Mail using Internet Message Access Protocol

More information

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream User Manual Onsight Management Suite Version 5.1 Another Innovation by Librestream Doc #: 400075-06 May 2012 Information in this document is subject to change without notice. Reproduction in any manner

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

Cloud Server powered by Mac OS X. Getting Started Guide. Cloud Server. powered by Mac OS X. AKJZNAzsqknsxxkjnsjx Getting Started Guide Page 1

Cloud Server powered by Mac OS X. Getting Started Guide. Cloud Server. powered by Mac OS X. AKJZNAzsqknsxxkjnsjx Getting Started Guide Page 1 Getting Started Guide Cloud Server powered by Mac OS X Getting Started Guide Page 1 Getting Started Guide: Cloud Server powered by Mac OS X Version 1.0 (02.16.10) Copyright 2010 GoDaddy.com Software, Inc.

More information

http://docs.trendmicro.com

http://docs.trendmicro.com Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

MassTransit 6.0 Enterprise Web Configuration for Macintosh OS 10.5 Server

MassTransit 6.0 Enterprise Web Configuration for Macintosh OS 10.5 Server MassTransit 6.0 Enterprise Web Configuration for Macintosh OS 10.5 Server November 6, 2008 Group Logic, Inc. 1100 North Glebe Road, Suite 800 Arlington, VA 22201 Phone: 703-528-1555 Fax: 703-528-3296 E-mail:

More information

QuickStart Guide for Client Management. Version 8.7

QuickStart Guide for Client Management. Version 8.7 QuickStart Guide for Client Management Version 8.7 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF Software

More information

Boot Camp Installation & Setup Guide

Boot Camp Installation & Setup Guide Boot Camp Installation & Setup Guide Contents 3 Introduction 4 Installation overview 4 Step 1: Check for updates 4 Step 2: Prepare your Mac for Windows 4 Step 3: Install Windows on your Mac 4 Step 4: Install

More information

http://docs.trendmicro.com

http://docs.trendmicro.com Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

Getting Started with Vision 6

Getting Started with Vision 6 Getting Started with Vision 6 Version 6.9 Notice Copyright 1981-2009 Netop Business Solutions A/S. All Rights Reserved. Portions used under license from third parties. Please send any comments to: Netop

More information

DECS DER APPLE WIRELESS HELPER DOCUMENT

DECS DER APPLE WIRELESS HELPER DOCUMENT DECS DER APPLE WIRELESS HELPER DOCUMENT A GUIDE TO THE DEPLOYMENT OF APPLE MAC NOTEBOOK COMPUTERS IN DECS WIRELESS NETWORKS apple Chris Downing, Senior Systems Engineer apple Viano Jaksa, Area Manager

More information

Centralized Mac Home Directories On Windows Servers: Using Windows To Serve The Mac

Centralized Mac Home Directories On Windows Servers: Using Windows To Serve The Mac Making it easy to deploy, integrate and manage Macs, iphones and ipads in a Windows environment. Centralized Mac Home Directories On Windows Servers: Using Windows To Serve The Mac 2011 ENTERPRISE DEVICE

More information

Step-by-Step Setup Guide Wireless File Transmitter FTP Mode

Step-by-Step Setup Guide Wireless File Transmitter FTP Mode EOS Step-by-Step Setup Guide Wireless File Transmitter FTP Mode Infrastructure & Ad Hoc Networks Mac OS X 10.5-10.6 2012 Canon U.S.A., Inc. All Rights Reserved. Reproduction in whole or in part without

More information

Installing Oracle 12c Enterprise on Windows 7 64-Bit

Installing Oracle 12c Enterprise on Windows 7 64-Bit JTHOMAS ENTERPRISES LLC Installing Oracle 12c Enterprise on Windows 7 64-Bit DOLOR SET AMET Overview This guide will step you through the process on installing a desktop-class Oracle Database Enterprises

More information

Zenprise Device Manager 6.1

Zenprise Device Manager 6.1 Zenprise Device Manager 6.1 APPLE APNS CERTIFICATE SETUP GUIDE Rev 6.10.00 2 ZENPRISE DEVICE MANAGER 6.1 APPLE APNS CERTIFICATE SETUP GUIDE 2011 Zenprise, Inc. All rights reserved. This manual, as well

More information

1. Hardware Installation

1. Hardware Installation 4 Port 10/100M Internet Broadband Router with USB Printer server Quick Installation Guide #4824904AXZZ0 1. Hardware Installation A. System Requirement Before you getting started, make sure that you meet

More information

GO!Enterprise MDM Device Application User Guide Installation and Configuration for ios with TouchDown

GO!Enterprise MDM Device Application User Guide Installation and Configuration for ios with TouchDown GO!Enterprise MDM Device Application User Guide Installation and Configuration for ios with TouchDown GO!Enterprise MDM for ios Devices, Version 3.x GO!Enterprise MDM for ios with TouchDown 1 Table of

More information

1. Set Daylight Savings Time... 3. 2. Create Migrator Account... 3. 3. Assign Migrator Account to Administrator group... 4

1. Set Daylight Savings Time... 3. 2. Create Migrator Account... 3. 3. Assign Migrator Account to Administrator group... 4 1. Set Daylight Savings Time... 3 a. Have client log into Novell/Local Machine with Administrator Account...3 b. Access Adjust Date/Time...3 c. Make sure the time zone is set to Central Time...3 2. Create

More information

Freshservice Discovery Probe User Guide

Freshservice Discovery Probe User Guide Freshservice Discovery Probe User Guide 1. What is Freshservice Discovery Probe? 1.1 What details does Probe fetch? 1.2 How does Probe fetch the information? 2. What are the minimum system requirements

More information

IIS, FTP Server and Windows

IIS, FTP Server and Windows IIS, FTP Server and Windows The Objective: To setup, configure and test FTP server. Requirement: Any version of the Windows 2000 Server. FTP Windows s component. Internet Information Services, IIS. Steps:

More information

Generating an Apple Push Notification Service Certificate for use with GO!Enterprise MDM. This guide provides information on...

Generating an Apple Push Notification Service Certificate for use with GO!Enterprise MDM. This guide provides information on... Generating an Apple Push Notification Service Certificate for use with GO!Enterprise MDM This guide provides information on...... APNs Requirements Tips on Enrolling in the ios Developer Enterprise Program...

More information

Getting Started Guide

Getting Started Guide Getting Started Guide Sophos Firewall Software Appliance Document Date: November 2015 November 2015 Page 1 of 14 Contents Preface...3 Minimum Hardware Requirement...3 Recommended Hardware Requirement...3

More information

Admin Guide Virtual Private Server (VPS) MailStreet Hosting Control Panel (CP)

Admin Guide Virtual Private Server (VPS) MailStreet Hosting Control Panel (CP) Admin Guide Virtual Private Server (VPS) MailStreet Hosting Control Panel (CP) DOCUMENT REVISION DATE: September 1, 2009 Virtual Private Server (VPS) Admin Guide / Table of Contents Page 2 of 87 Table

More information

LumInsight CMS Installation Guide

LumInsight CMS Installation Guide LumInsight CMS Installation Guide This guide walks you through the installation steps to run your LumInsight CMS software. 078-1059-01C Echelon, LumInsight, and the Echelon logo are trademarks of Echelon

More information

Enterprise Remote Control 5.6 Manual

Enterprise Remote Control 5.6 Manual Enterprise Remote Control 5.6 Manual Solutions for Network Administrators Copyright 2015, IntelliAdmin, LLC Revision 3/26/2015 http://www.intelliadmin.com Page 1 Table of Contents What is Enterprise Remote

More information

Allworx Installation Course

Allworx Installation Course VPN Hello and welcome. In the VPN section we will cover the steps for enabling the VPN feature on the Allworx server and how to set up a VPN connection to the Allworx System from your PC. Page 1 VPN The

More information

Sophos SafeGuard Native Device Encryption for Mac Administrator help. Product version: 7

Sophos SafeGuard Native Device Encryption for Mac Administrator help. Product version: 7 Sophos SafeGuard Native Device Encryption for Mac Administrator help Product version: 7 Document date: December 2014 Contents 1 About SafeGuard Native Device Encryption for Mac...3 1.1 About this document...3

More information

How To Install A Cisco Vpn Client V4.9.9 On A Mac Or Ipad (For A University)

How To Install A Cisco Vpn Client V4.9.9 On A Mac Or Ipad (For A University) Cisco VPN Client v4.9.x for Mac OS X 10.4-10.5.x: Installation and Usage Guide Revised July 2009 by UTHSCSA IMS Departments of Client Support Services and Systems & Network Operations INTRODUCTION If you

More information

OS X Server Essentials 10.10 Exam Preparation Guide

OS X Server Essentials 10.10 Exam Preparation Guide OS X Server Essentials 10.10 Exam Preparation Guide OS X Server Essentials 10.10 Exam Preparation Guide Updated February 2015 1 Contents About This Guide... 3 Becoming an Apple Certified Support Professional...

More information

Using Cisco UC320W with Windows Small Business Server

Using Cisco UC320W with Windows Small Business Server Using Cisco UC320W with Windows Small Business Server This application note explains how to deploy the Cisco UC320W in a Windows Small Business Server environment. Contents This document includes the following

More information

UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab

UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab Description The Symantec App Center platform continues to expand it s offering with new enhanced support for native agent based device management

More information

Allworx OfficeSafe Operations Guide Release 6.0

Allworx OfficeSafe Operations Guide Release 6.0 Allworx OfficeSafe Operations Guide Release 6.0 No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopy,

More information

Email Client Configuration Guide

Email Client Configuration Guide Email Client Configuration Guide Table of Contents Email Configuration...3 Email settings...3 IMAP...3 POP...3 SMTP...3 Process Overview...5 Account set up wizards...5 Anatomy of an email address...5 Why

More information

Remote Access Services Apple Macintosh - Installation Guide

Remote Access Services Apple Macintosh - Installation Guide Remote Access Services Apple Macintosh - Installation Guide Version. February, 05 P age Contents GETTING STARTED... JAVA VERIFICATION, INSTALLATION, AND CONFIGURATION... Checking Mac OS version... Java

More information

F-Secure Messaging Security Gateway. Deployment Guide

F-Secure Messaging Security Gateway. Deployment Guide F-Secure Messaging Security Gateway Deployment Guide TOC F-Secure Messaging Security Gateway Contents Chapter 1: Deploying F-Secure Messaging Security Gateway...3 1.1 The typical product deployment model...4

More information

Comodo Mobile Device Manager Software Version 1.0

Comodo Mobile Device Manager Software Version 1.0 Comodo Mobile Device Manager Software Version 1.0 Installation Guide Guide Version 1.0.041114 Comodo Security Solutions 1255 Broad Street STE 100 Clifton, NJ 07013 Table of Contents 1.CMDM Setup... 3 1.1.System

More information

Boot Camp Installation & Setup Guide

Boot Camp Installation & Setup Guide Boot Camp Installation & Setup Guide Contents 3 Introduction 3 What You Need 4 Installation Overview 4 Step 1: Check for updates 4 Step 2: Prepare your Mac for Windows 4 Step 3: Install Windows 4 Step

More information

VMware Horizon FLEX User Guide

VMware Horizon FLEX User Guide Horizon FLEX 1.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this

More information

VMware Horizon FLEX User Guide

VMware Horizon FLEX User Guide Horizon FLEX 1.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this

More information

Storage Sync for Hyper-V. Installation Guide for Microsoft Hyper-V

Storage Sync for Hyper-V. Installation Guide for Microsoft Hyper-V Installation Guide for Microsoft Hyper-V Egnyte Inc. 1890 N. Shoreline Blvd. Mountain View, CA 94043, USA Phone: 877-7EGNYTE (877-734-6983) www.egnyte.com 2013 by Egnyte Inc. All rights reserved. Revised

More information

Quick Start Guide for Parallels Virtuozzo

Quick Start Guide for Parallels Virtuozzo PROPALMS VDI Version 2.1 Quick Start Guide for Parallels Virtuozzo Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the current

More information

Booth Gmail Configuration

Booth Gmail Configuration Student email is accessed via a Booth branded Gmail service. Student mailboxes will be accessed via Gmail. Configure Gmail Settings Before you connect Gmail to send and receive Booth Gmail on your mobile

More information

Local Caching Servers (LCS): User Manual

Local Caching Servers (LCS): User Manual Local Caching Servers (LCS): User Manual Table of Contents Local Caching Servers... 1 Supported Browsers... 1 Getting Help... 1 System Requirements... 2 Macintosh... 2 Windows... 2 Linux... 2 Downloading

More information

How To Set Up A Xerox Econcierge Powered By Xerx Account

How To Set Up A Xerox Econcierge Powered By Xerx Account Xerox econcierge Account Setup Guide Xerox econcierge Account Setup Guide The free Xerox econcierge service provides the quickest, easiest way for your customers to order printer supplies for all their

More information

The SSL device also supports the 64-bit Internet Explorer with new ActiveX loaders for Assessment, Abolishment, and the Access Client.

The SSL device also supports the 64-bit Internet Explorer with new ActiveX loaders for Assessment, Abolishment, and the Access Client. WatchGuard SSL v3.2 Release Notes Supported Devices SSL 100 and 560 WatchGuard SSL OS Build 355419 Revision Date January 28, 2013 Introduction WatchGuard is pleased to announce the release of WatchGuard

More information

Lotus Notes 6.x Client Installation Guide for Windows. Information Technology Services. CSULB

Lotus Notes 6.x Client Installation Guide for Windows. Information Technology Services. CSULB The goal of this document This document was created by the Information Technology Services department to assist the Lotus Notes Coordinators in the successful installation of Lotus Notes release 6 (R6)

More information

Initial Setup of Mozilla Thunderbird with IMAP for OS X Lion

Initial Setup of Mozilla Thunderbird with IMAP for OS X Lion Initial Setup of Mozilla Thunderbird Concept This document describes the procedures for setting up the Mozilla Thunderbird email client to download messages from Google Mail using Internet Message Access

More information

GO!Enterprise MDM Device Application User Guide Installation and Configuration for ios Devices

GO!Enterprise MDM Device Application User Guide Installation and Configuration for ios Devices GO!Enterprise MDM Device Application User Guide Installation and Configuration for ios Devices GO!Enterprise MDM for ios Devices, Version 3.x GO!Enterprise MDM for ios Devices 1 Table of Contents GO!Enterprise

More information

ReadyNAS Remote. User Manual. June 2013 202-11078-03. 350 East Plumeria Drive San Jose, CA 95134 USA

ReadyNAS Remote. User Manual. June 2013 202-11078-03. 350 East Plumeria Drive San Jose, CA 95134 USA User Manual June 2013 202-11078-03 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for selecting this NETGEAR product. After installing your device, locate the serial number on the label

More information

User's Manual. Intego VirusBarrier Server 2 / VirusBarrier Mail Gateway 2 User's Manual Page 1

User's Manual. Intego VirusBarrier Server 2 / VirusBarrier Mail Gateway 2 User's Manual Page 1 User's Manual Intego VirusBarrier Server 2 / VirusBarrier Mail Gateway 2 User's Manual Page 1 VirusBarrier Server 2 and VirusBarrier Mail Gateway 2 for Macintosh 2008 Intego. All Rights Reserved Intego

More information

Kaseya 2. Installation guide. Version 7.0. English

Kaseya 2. Installation guide. Version 7.0. English Kaseya 2 Kaseya Server Setup Installation guide Version 7.0 English September 4, 2014 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept

More information

Instructions to connect to GRCC Remote Access using a Macintosh computer

Instructions to connect to GRCC Remote Access using a Macintosh computer Instructions to connect to GRCC Remote Access using a Macintosh computer 1. Install client: Download and install the Citrix ICA Client for Mac. 2. Import certificates: Download the current GlobalSign root

More information

Appendix B Lab Setup Guide

Appendix B Lab Setup Guide JWCL031_appB_467-475.indd Page 467 5/12/08 11:02:46 PM user-s158 Appendix B Lab Setup Guide The Windows Server 2008 Applications Infrastructure Configuration title of the Microsoft Official Academic Course

More information

AlienVault. Unified Security Management (USM) 4.8-5.x Initial Setup Guide

AlienVault. Unified Security Management (USM) 4.8-5.x Initial Setup Guide AlienVault Unified Security Management (USM) 4.8-5.x Initial Setup Guide Contents USM v4.8-5.x Initial Setup Guide Copyright AlienVault, Inc. All rights reserved. The AlienVault Logo, AlienVault, AlienVault

More information

Guest PC. for Mac OS X. User Guide. Version 1.6. Copyright 1996-2005 Lismore Software Systems, Ltd. All rights reserved.

Guest PC. for Mac OS X. User Guide. Version 1.6. Copyright 1996-2005 Lismore Software Systems, Ltd. All rights reserved. Guest PC for Mac OS X Version 1.6 User Guide Copyright 1996-2005 Lismore Software Systems, Ltd. All rights reserved. Table of Contents About Guest PC... 1 About your Virtual Computer... 1 Creating a Virtual

More information

QuickStart Guide for Managing Computers. Version 9.2

QuickStart Guide for Managing Computers. Version 9.2 QuickStart Guide for Managing Computers Version 9.2 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF Software

More information

SMART Vantage. Installation guide

SMART Vantage. Installation guide SMART Vantage Installation guide Product registration If you register your SMART product, we ll notify you of new features and software upgrades. Register online at smarttech.com/registration. Keep the

More information

NetBoot/SUS Server User Guide. Version 2.0

NetBoot/SUS Server User Guide. Version 2.0 NetBoot/SUS Server User Guide Version 2.0 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF Software 301 4th

More information

Your First App Store Submission

Your First App Store Submission Your First App Store Submission Contents About Your First App Store Submission 4 At a Glance 5 Enroll in the Program 5 Provision Devices 5 Create an App Record in itunes Connect 5 Submit the App 6 Solve

More information

Citrix Remote Access Portal U s e r M a n u a l

Citrix Remote Access Portal U s e r M a n u a l Citrix Remote Access Portal U s e r M a n u a l 1 P a g e Table of Contents Table of Contents... 2 Introduction... 3 1. What is Citrix and how does it work?... 4 2. PC Setup/Internet Explorer - Connecting

More information

Configuration Guide. BES12 Cloud

Configuration Guide. BES12 Cloud Configuration Guide BES12 Cloud Published: 2016-04-08 SWD-20160408113328879 Contents About this guide... 6 Getting started... 7 Configuring BES12 for the first time...7 Administrator permissions you need

More information

Requirements & Install. Module 2 Single Engine Installation

Requirements & Install. Module 2 Single Engine Installation Requirements & Install Module 2 Single Engine Installation Requirements Requirement Minimum Optimum Processor Intel Core 2 @ 2GHz Dual Processor Xeon 3.0 GHz Memory 2 GB RAM 8 GB RAM Disk Space 2 GB 5GB

More information

You're reading an excerpt. Click here to read official APPLE REMOTE DESKTOP 1.2 user guide http://yourpdfguides.com/dref/1168427

You're reading an excerpt. Click here to read official APPLE REMOTE DESKTOP 1.2 user guide http://yourpdfguides.com/dref/1168427 You can read the recommendations in the user guide, the technical guide or the installation guide for APPLE REMOTE DESKTOP 1.2. You'll find the answers to all your questions on the APPLE REMOTE DESKTOP

More information

1 You will need the following items to get started:

1 You will need the following items to get started: QUICKSTART GUIDE 1 Getting Started You will need the following items to get started: A desktop or laptop computer Two ethernet cables (one ethernet cable is shipped with the _ Blocker, and you must provide

More information

READYNAS INSTANT STORAGE. Quick Installation Guide

READYNAS INSTANT STORAGE. Quick Installation Guide READYNAS INSTANT STORAGE Quick Installation Guide Table of Contents Step 1 Connect to FrontView Setup Wizard 3 Installing RAIDar on Windows 3 Installing RAIDar on Mac OS X 3 Installing RAIDar on Linux

More information

Generating an Apple Enterprise MDM Certificate

Generating an Apple Enterprise MDM Certificate Good Mobile Control Server Generating an Apple Enterprise MDM Certificate Updated 09/30/11 Overview... 1 Generating Your Apple Certificate Using a Mac... 1 Generating Your Apple Certificate Using Windows...

More information

DESKTOP CLIENT CONFIGURATION GUIDE BUSINESS EMAIL

DESKTOP CLIENT CONFIGURATION GUIDE BUSINESS EMAIL DESKTOP CLIENT CONFIGURATION GUIDE BUSINESS EMAIL Version 2.0 Updated: March 2011 Contents 1. Mac Email Clients... 3 1.1 Configuring Microsoft Outlook 2011... 3 1.2 Configuring Entourage 2008... 4 1.3.

More information

Setup and Configuration Guide for Pathways Mobile Estimating

Setup and Configuration Guide for Pathways Mobile Estimating Setup and Configuration Guide for Pathways Mobile Estimating Setup and Configuration Guide for Pathways Mobile Estimating Copyright 2008 by CCC Information Services Inc. All rights reserved. No part of

More information

How to configure your Desktop Computer and Mobile Devices post migrating to Microsoft Office 365

How to configure your Desktop Computer and Mobile Devices post migrating to Microsoft Office 365 How to configure your Desktop Computer and Mobile Devices post migrating to Microsoft Office 365 1 Contents Purpose... 3 Office 365 Mail Connections... 3 Finding IMAP server... 3 Desktop computers... 4

More information

Intel Unite Solution. Standalone User Guide

Intel Unite Solution. Standalone User Guide Intel Unite Solution Standalone User Guide Legal Disclaimers & Copyrights All information provided here is subject to change without notice. Contact your Intel representative to obtain the latest Intel

More information

ReadyNAS Duo Setup Manual

ReadyNAS Duo Setup Manual ReadyNAS Duo Setup Manual NETGEAR, Inc. 4500 Great America Parkway Santa Clara, CA 95054 USA February 2008 208-10215-01 v1.0 2008 by NETGEAR, Inc. All rights reserved. Trademarks NETGEAR, the NETGEAR logo,

More information

Installing and Configuring vcenter Support Assistant

Installing and Configuring vcenter Support Assistant Installing and Configuring vcenter Support Assistant vcenter Support Assistant 5.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

GO!Enterprise MDM Device Application User Guide Installation and Configuration for Android with TouchDown

GO!Enterprise MDM Device Application User Guide Installation and Configuration for Android with TouchDown GO!Enterprise MDM Device Application User Guide Installation and Configuration for Android with TouchDown GO!Enterprise MDM for Android, Version 3.x GO!Enterprise MDM for Android with TouchDown 1 Table

More information

Gauge Drawing Tool... 8. Slider Drawing Tool... 8. Toggle Button Drawing Tool... 8. One-Way List Drawing Tool... 8

Gauge Drawing Tool... 8. Slider Drawing Tool... 8. Toggle Button Drawing Tool... 8. One-Way List Drawing Tool... 8 v. 20120510 Table of Contents RTiPanel Overview and Requirements... 3 Software Requirements:... 3 Hardware Requirements:... 3 Network Requirements:... 3 Licensing Requirements:... 4 Basic Integration Designer

More information

User Guide for Windows 10

User Guide for Windows 10 User Guide for Windows 10 System requirements E10684 First Edition July 2015 To facilitate a smoother transition from your previous operating system, read the system requirements below before upgrading

More information

Using iscsi with BackupAssist. User Guide

Using iscsi with BackupAssist. User Guide User Guide Contents 1. Introduction... 2 Documentation... 2 Terminology... 2 Advantages of iscsi... 2 Supported environments... 2 2. Overview... 3 About iscsi... 3 iscsi best practices with BackupAssist...

More information

Generating an Apple Push Notification Service Certificate for use with GO!Enterprise MDM. This guide provides information on...

Generating an Apple Push Notification Service Certificate for use with GO!Enterprise MDM. This guide provides information on... Generating an Apple Push Notification Service Certificate for use with GO!Enterprise MDM This guide provides information on...... APNs Requirements Tips on Enrolling in the ios Developer Enterprise Program...

More information

NetBoot/SUS Appliance User Guide. Version 1.0

NetBoot/SUS Appliance User Guide. Version 1.0 NetBoot/SUS Appliance User Guide Version 1.0 JAMF Software, LLC 2012 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF Software 301

More information

Amcrest 960H DVR Quick Start Guide

Amcrest 960H DVR Quick Start Guide Amcrest 960H DVR Quick Start Guide Welcome Thank you for purchasing our Amcrest 960H DVR! This quick start guide will help you become familiar with our DVR in a very short time. Before installation and

More information

Open Source and License Source Information

Open Source and License Source Information BlackArmor NAS 220 BlackArmor NAS 220 User Guide 2010 Seagate Technology LLC. All rights reserved. Seagate, Seagate Technology, the Wave logo, and FreeAgent are trademarks or registered trademarks of Seagate

More information

Business mail 1 MS OUTLOOK CONFIGURATION... 2

Business mail 1 MS OUTLOOK CONFIGURATION... 2 Business mail Instructions for configuration of Outlook, 2007, 2010, 2013 and mobile devices CONTENT 1 MS OUTLOOK CONFIGURATION... 2 1.1 Outlook 2007, 2010 and 2013 adding new exchange account, automatic

More information