10.8 Server compatability

So I'm going to ask these basic questions about 10.8 server:
1. 10.5 clients are dropped from the list of support OS's. So only 10.6, 10.7 and 10.8 clients can be managed?
2. Can I manage 10.8 clients from 10.6 or 10.7 server? (this includes Software Update)
3. Sever Admin tools are gone. How can I make a NetInstall set of the 10.8 installer?
Thanks for help!
Patrick

Thanks Redshift, that got me going but I just hit another road block.
Here was the log from the migration:
19:55:22.248 Setup extra succeeded:
path: /Applications/Server.app/Contents/ServerRoot/System/Library/ServerSetup/Migrati onExtras/70_calendarmigrator.py
RESULT CODE: 0
STDOUT: calendar:state = "RUNNING"
calendar:setStateVersion = 1
calendar:readWriteSettingsVersion = 1
calendarmigrator: Jul 31 19:54:51 Options: {'targetRoot': '/', 'sourceType': 'System', 'language': 'en', 'sourceRoot': '/Library/Server/Previous', 'sourceVersion': '10.6.8', 'purge': '0'}
calendarmigrator: Jul 31 19:54:51 Calendar service 'org.calendarserver.calendarserver' was previously enabled
calendarmigrator: Jul 31 19:54:51 Addressbook service 'org.addressbookserver.addressbookserver' was previously enabled
calendarmigrator: Jul 31 19:54:51 Examining previous caldavd.plist for EnableCalDAV and EnableCardDAV: /Library/Server/Previous/private/etc/caldavd/caldavd.plist
calendarmigrator: Jul 31 19:54:51 Found previous caldavd plist at /Library/Server/Previous/private/etc/caldavd/caldavd.plist
calendarmigrator: Jul 31 19:54:51 Can't find previous carddavd plist at /Library/Server/Previous/private/etc/carddavd/carddavd.plist
calendarmigrator: Jul 31 19:54:51 RelocateData: sourceRoot=/Library/Server/Previous, targetRoot=/, oldServerRootValue=None, oldCalDocumentRootValue=/var/ical/Calendar, oldCalDataRootValue=/Library/CalendarServer/Data/, oldABDocumentRootValue=None, uid=93, gid=93
calendarmigrator: Jul 31 19:54:51 Copying with ditto: /Library/Server/Previous/Library/CalendarServer/Data to /var/ical/Calendar and Contacts Data
calendarmigrator: Jul 31 19:54:51 Renaming: /var/ical/Calendar to /var/ical/Calendar and Contacts Data/Documents
calendarmigrator: Jul 31 19:54:52 Copying default config file /Applications/Server.app/Contents/ServerRoot/private/etc/caldavd/caldavd.plist to /Library/Server/Calendar and Contacts/Config/caldavd.plist
calendarmigrator: Jul 31 19:54:52 Old configuration directory does not exist: /Library/Server/Previous/Library/Server/Calendar and Contacts/Config
calendarmigrator: Jul 31 19:54:52 Copying configuration files from /Library/Server/Previous/private/etc/caldavd to /Library/Server/Calendar and Contacts/Config
calendarmigrator: Jul 31 19:54:52 Copying file /Library/Server/Previous/private/etc/caldavd/sudoers.plist to /Library/Server/Calendar and Contacts/Config
calendarmigrator: Jul 31 19:54:53 Old configuration directory does not exist: /Library/Server/Previous/private/etc/carddavd
calendarmigrator: Jul 31 19:54:53 Processing /Library/Server/Previous/private/etc/caldavd/caldavd.plist and /Library/Server/Previous/private/etc/carddavd/carddavd.plist
calendarmigrator: Jul 31 19:54:53 Writing /Library/Server/Calendar and Contacts/Config/caldavd.plist
calendarmigrator: Jul 31 19:54:53 Creating resource migration trigger file: /Library/Server/Calendar and Contacts/trigger_resource_migration
calendarmigrator: Jul 31 19:54:53 Starting service via serveradmin start calendar
calendarmigrator: Jul 31 19:55:22 serveradmin exited with 0
STDERR: 2012-07-31 19:55:10.352 serveradmin[3879:707] servermgr_calendar: Creating calendar server user
So... naturally I went to find the missing address book plist and it's data respectfully and move them to the proper location. After also reviewing the script I realized I'd be forced to migrate contacts and calendars together yet again so I used the following commands:
sudo mkdir /Library/Server/Previous
sudo mkdir /Library/Server/Previous/private
sudo mkdir /Library/Server/Previous/private/etc
sudo cp -rp "/Volumes/Server HD 1/private/etc/carddavd" /Library/Server/Previous/private/etc/
sudo cp -rp "/Volumes/Server HD 1/private/etc/caldavd" /Library/Server/Previous/private/etc/
sudo cp -rp "/Volumes/Server HD 1/var/addressBook/" /var/
sudo cp -rp "/Volumes/Server HD 1/var/ical" /var/
Then I ran the script as:
cd /Applications/Server.app/Contents/ServerRoot/System/Library/ServerSetup/Migrati onExtras
./70_calendarmigrator.py --targetRoot=/ --sourceType=System --language=en --sourceRoot=/Library/Server/Previous --sourceVersion=10.6.8 --purge=0
And got the following output:
calendarmigrator: Aug 01 09:16:39 Options: {'targetRoot': '/', 'sourceType': 'System', 'language': 'en', 'sourceRoot': '/Library/Server/Previous', 'sourceVersion': '10.6.8', 'purge': '0'}
calendarmigrator: Aug 01 09:16:39 Couldn't determine previous state of calendar service 'org.calendarserver.calendarserver': Neither /Library/Server/Previous/var/db/launchd.db/com.apple.launchd/overrides.plist nor /Library/Server/Previous/System/Library/LaunchDaemons/org.calendarserver.calend arserver.plist exist
calendarmigrator: Aug 01 09:16:39 Couldn't determine previous state of addressbook service 'org.addressbookserver.addressbookserver': Neither /Library/Server/Previous/var/db/launchd.db/com.apple.launchd/overrides.plist nor /Library/Server/Previous/System/Library/LaunchDaemons/org.addressbookserver.add ressbookserver.plist exist
calendarmigrator: Aug 01 09:16:40 Found previous caldavd plist at /Library/Server/Previous/private/etc/caldavd/caldavd.plist
calendarmigrator: Aug 01 09:16:40 Found previous carddavd plist at /Library/Server/Previous/private/etc/carddavd/carddavd.plist
calendarmigrator: Aug 01 09:16:40 RelocateData: sourceRoot=/Library/Server/Previous, targetRoot=/, oldServerRootValue=None, oldCalDocumentRootValue=/var/ical/Calendar, oldCalDataRootValue=/Library/CalendarServer/Data/, oldABDocumentRootValue=/var/addressBook/Documents, uid=93, gid=93
calendarmigrator: Aug 01 09:16:40 Renaming: /var/ical/Calendar and Contacts Data to /var/ical/Calendar and Contacts Data.bak
calendarmigrator: Aug 01 09:16:40 Renaming: /var/ical/Calendar to /var/ical/Calendar and Contacts Data/Documents
calendarmigrator: Aug 01 09:16:40 Copying with ditto: /var/addressBook/Documents/addressbooks to /var/ical/Calendar and Contacts Data/Documents/addressbooks
calendarmigrator: Aug 01 09:16:42 Old configuration directory does not exist: /Library/Server/Previous/Library/Server/Calendar and Contacts/Config
calendarmigrator: Aug 01 09:16:42 Copying configuration files from /Library/Server/Previous/private/etc/caldavd to /Library/Server/Calendar and Contacts/Config
calendarmigrator: Aug 01 09:16:42 Copying file /Library/Server/Previous/private/etc/caldavd/sudoers.plist to /Library/Server/Calendar and Contacts/Config
calendarmigrator: Aug 01 09:16:42 Copying configuration files from /Library/Server/Previous/private/etc/carddavd to /Library/Server/Calendar and Contacts/Config
calendarmigrator: Aug 01 09:16:42 Processing /Library/Server/Previous/private/etc/caldavd/caldavd.plist and /Library/Server/Previous/private/etc/carddavd/carddavd.plist
calendarmigrator: Aug 01 09:16:42 Writing /Library/Server/Calendar and Contacts/Config/caldavd.plist
calendarmigrator: Aug 01 09:16:42 Creating resource migration trigger file: /Library/Server/Calendar and Contacts/trigger_resource_migration
At the point I'm feeling pretty good. The log indicates that it worked! (ignoring keeping proper states, I just did that myself manually).
However the calendar data came properly but still NO CONTACTS!! WHY ME!!
Anyone any ideas why?
EDIT: Just caught the cp error, should be sudo cp -rp "/Volumes/Server HD 1/var/addressBook" /var/ NOT sudo cp -rp "/Volumes/Server HD 1/var/addressBook/" /var/. However that didn't fix anything.

Similar Messages

  • Is there a way to control the computer name that an application sees in 2012 Server (i.e. Terminal Server Compatibility flags)

    I’m looking for the proper location to set the TS Program Compatibility Flags (for controlling application execution in execute mode) under 2012 server.
    On Server 2003, we can use:
    HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Application\MYAPP
    On Server 2008, we can use:
    HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\MYAPP
    Is there a similar setting in 2012 Server?

    I have an open question about this issue on the partner site, with no fix yet. Did any of you find the answer? I have a client who needs to have Server 2012 R2 report user name or the name of the computer accessing the RDS server.
    They currently have a 2000 Terminal Server, and I always thought it was reporting user name to MAS 90, but when I looked recently, I found that it actually reports the name of the computer that is connecting to the terminal server, which also works fine.
    MAS 90 just needs to see a different name for each connection.
    These are the current entries on the 2000 terminal server, and they cause it to show remote computer name in MAS 90 fid0map.ini file:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\PVXWIN]
    "Flags"=dword:0000001f
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\PVXWIN32]
    "Flags"=dword:00000408
    Thank you for your help!
    Gregg Hill

  • Final Cut Server compatibility

    I got the Final Cut Server is it compatibility with OS X 10.4.11? I'm reading at Macworld site and it says is with compatible with OS 10.4.11 http://www.macworld.com/article/134657/2008/07/finalcutserver11.html, but Apple support says only with 10.5 server. Can it work on a regular workstation OS X 10.5? Any advice would be appreciated.
    Thanks
    Luis

    Hmmm I've never really thought about running it on Leopard (normal) and not Server. Is there a feature comparison online anywhere? Other than email I wonder what other considerations there are if you're in a smaller environment and not using OD etc.

  • OS X Server Compatability

    I am still new to how macs operate in the networking department, But I was wondering if Macs have any compatibility issues with Cisco switches or routers for the backbone of a network? If so does Apple offer switches? Routers? I was unable to retrieve any of this information on my own.
    Thank you.

    So any Cisco router will work in a Mac Network?
    Any? No.
    Most? Yes.
    There are always corner cases.
    And there are always cases of oddly-configured Cisco boxes. Or whatever vendor.
    Do look at the user interface of whatever you choose; don't buy strictly on brand name, buy on the manual and the configuration tools that you can understand.
    Any suggestions on how to make a print server and a Network Attached Storage using MAC equipment?
    Without intending offense, please skim the [Apple Mac OS X Server manuals|http://www.apple.com/server/macosx/resources/documentation.html]. You're running a server, which means (whether you really want to or not) you've signed up for that reading (or class time or the school of hard knocks or mentoring, or however you learn best), and you'll need to know more about networking and file services and such then when you were dealing with client systems.
    And you'll be learning about working with Cisco gear and IP networking in general, whether you're the one configuring and managing it, or you're working with an IT staff and just interoperating.
    I was thinking for the NAS to use the Promise Startstor DS4600 4x 1TB raid system, and just having it be connected to a desktop and use it as the NAS. Not sure if that will work though. Also i would be running a network capable printer but not sure if i should run that through a desktop also or not? Any information would be very helpful and appreciated.
    This is diverging very quickly from a discussion of what looked to be high-end Cisco backbone corporate networking question (as I had initially assumed, based on your use of a term that tends to be common within these networks and less commonly heard in conjunction with smaller networks) into what looks like a question of buying parts for a small home network.
    If you get into NAS with any quantity of network traffic, you'll want to have gigabit networking available. And if you're in a corporate network or in some home networks, that medium isn't always available.
    Most (there's that "not all" phrasing again) network printers will work fine with a Mac box. If you want a reasonable list of choices that are likely to work, have a look at the [list of printers supported by CUPs|http://support.apple.com/kb/HT3669].

  • Network print server compatibility

    I'm contemplating the purchase of a network storage device (LaCie d2) which has a built in print server for a USB attached printer. I'd like to find out if this function will be compatible with my Samsung ML-1640 laser printer. The available specs indicate that the print server requires a postscript capable printer but I can't find any convincing evidence about whether the ML-1640 is compatible or not. Has anybody tried this?

    Thanks...That was my initial assumption when I looked at the Samasung support site. HOWEVER, there is a small ray of hope. The LaCie tech spec says that the device is compatible with printers on the Openprinting compatibility list. There is a user contributed entry in this list claiming that the ML-1640 works with Linux.
    http://www.openprinting.org/printer/Samsung/Samsung-ML-1640
    Hence my search for anybody who's tried it.

  • Wireless Print Server compatibility for HP LaserJet P1005

    I recently purchased a HP LaserJet P1005 for home use and was considering putting in a wireless print server at home for that printer and another that I have.  Does anyone know what wireless print servers are compatible with this printer?  I can't find a lot of information on print servers online and I'm having trouble with finding what would be compatible.  Any help would be appreciated....thanks!

    Compatible products for:
    HP 2101nw Wireless G Print Server (Q6301A)
    Black and White Laser Printers HP LaserJet P1005 Printer HP LaserJet P1006 Printer HP LaserJet P1500 Printer series HP LaserJet P2030 Printer series HP LaserJet P2050 Printer series
    Color Inkjet Printers HP Deskjet 6980 Printer series HP Deskjet D2500 Printer series HP Deskjet D4200 Printer series HP Deskjet D4300 Printer series HP Officejet Pro K5400 Printer series HP Photosmart D5300 Printer series HP Photosmart D5400 Printer series HP Photosmart D7200 Printer series HP Photosmart D7400 Printer series
    Color Laser Printers HP Color LaserJet CP1210 Printer series HP Color LaserJet CP2020 Printer series
    Color Multifunction and All-in-One HP Color LaserJet CM2320 Multifunction Printer series HP Deskjet F4200 All-in-One Printer series HP Officejet 6300 All-in-One Printer series HP Officejet J4500/J4600 All-in-One Printer series HP Officejet Pro L7500 All-in-One Printer series HP Officejet Pro L7600 All-in-One Printer series HP Officejet Pro L7700 All-in-One Printer series HP Photosmart C4200 All-in-One Printer series HP Photosmart C4380 All-in-One Printer series HP Photosmart C5200 All-in-One Printer series HP Photosmart C6200 All-in-One Printer series
    Specialty Photo Inkjet Printers HP Photosmart A520 Printer series HP Photosmart A530 Printer series HP Photosmart A620 Printer series HP Photosmart A630 Printer series HP Photosmart A820 Home Photo Center series HP Photosmart B8550 Printer series

  • Lync 2013 Edge server compatibility with Lyn 2010 Front end Pool

    Hi All,
    Technet article (http://technet.microsoft.com/en-us/library/jj688121.aspx) says the following:
    If your legacy Lync Server 2010 Edge Server is configured to use the same FQDN for the Access Edge service, Web Conferencing Edge service, and the A/V Edge service, the procedures in this section are not supported. If the
    legacy Edge services are configured to use the same FQDN, you must first migrate all your users from Lync Server 2010 to Lync Server 2013, then decommission the Lync Server 2010 Edge Server before enabling federation on the Lync Server 2013 Edge Server.
    Can you tell me why it is you have to change the External Lync Web services URL during a migration to Lync 2013 from Lync 2010. What purpose does this serve?
    Also can you clarify this and explain why this is required, why would you have to migrate all of your users, would a Lync 2013 Edge not talk to a Lync 2010 front-end?
    Any help would be much appreciated. MANY THANKS.

    Thank you very much for all your inputs.
    We still have few questions:
    Questions:
    Can you tell me if Lync 2010 users will be able to login using mobility if we repoint the reverse proxy (TMG) web services publishing rule to the Lync 2013 server? Remember both systems Lync 2010 and 2013 are using the same web
    services URL so they will both end up at the Lync 2013 server. Alternatively if not we will migrate all users to 2013, this is not a problem
    In addition to this I cannot find anything that states how Exchange UM will operate when you are running from a backup pool and the exchange UM contacts are not available because they are homed on the server that is down. This
    configuration is 2 x standard edition servers pool paired. How can we make sure Exchange voice mail works during a pool failover?
    Call Park is not clear to me I read the following:
    Lync Server 2013 provides new disaster recovery mechanisms in the form of failover and failback processes. These failover and failback processes support recovery of Call Park functionality by allowing
    users who are homed in the primary pool to leverage the Call Park application of the backup pool when an outage occurs in the primary pool. Support for disaster recovery of the Call Park application is enabled as part of the configuration and deployment of
    paired Front End pools.
     Is this saying we need to deploy Call Park in the DR pool and use a different range of orbit numbers, or can we use the same range in the DR pool?
    Further, I can see that Common Area Phones will be fine as they will log into the DR pool automatically. Response Groups need to be exported and imported to the DR pool. Incidentally these did not migrate well at all and have
    caused us a big headache!
    Any inputs will be greatly appreciated. Thanks again for all of your time.

  • Sun Java System Messaging Server compatability with ipv6

    Dear All;
    I am planning to upgrade the network to ipv6, I would like to know if anyone knows about any issues with Sun Java System Messaging Server 5.2 running over an ipv6 network. Is such information posted anywhere on Sun's website?
    Regards,
    Marwan

    As far as I know, no version of Messaging Server is compatible with ipv6

  • IFS Server and Weblogic Server compatibility.

    We are planning to host IFS Server on one Machine and Weblogic Server on another machine. Can we access IFS Server from Weblogic Server, which resides in another machine?
    Presently we have installed Oracle IFS along with apache and we are comfortable running our programs developed using the IFS Java API, JSP and Java Beans.
    Please let us know whether it is possible for the same, where Oracle IFS is installed in another machine and Weblogic is installed in another machine.
    Best Regards
    Sujeem Haries

    It's not advisable, the general advice is to try to keep the SharePoint servers as clean as possible for both stability and security.
    Having said that it is possible to install the Office suite on a SharPoint server and there are no massive gotchas i'm aware of. It is also worth noting that MS do not support automated (unattended) use of office applications.
    http://support.microsoft.com/kb/257757/en-gb

  • Router Print Server Compatibility

    I'm looking for a router that costs less than the Airport Express. I'm looking for a router that has a USB Print function that is compatible with OSX 10.8.5
    I was looking at the AirStation™ HighPower N600 Gigabit, but their user manual only covers to 10.7 so I called them and they couldn't give me a good answer other than that many routers have been having print server problems with 10.8 of Mac. Anyone have a Router w/ USB Print capability that works with OSX 10.8.5?

    Usualy, anything working with 10.7 works with 10.8.
    The reason the Airport Extreme/express work so conveniently is because there is proprietary software embedded that makes the USB port an extension of your Mac's USB. This is valuable for non-postscript, USB-only printers (mostly inkjets fit this description). When I say USB-only, I mean that, except for Brother, all the manufacturers have decided to give us USB-only drivers.
    For any brand of router to give you that, it will need software that traps USB output and sends it to the router/printer.
    Depending on your printer, we may have alternate drivers that can work with "standard" network printing protocols. What printer is it?

  • OWB9i and Oracle Server compatibility

    Hello,
    I'm using OWB 9.0.2.56 and I have developed some mappings that work when deployed on a 8.1.7 server but do not work when deployed on a 8.0.5 server.
    So I guess that the 8.0.5 server is not supported... is it correct?
    I know that OWB 9i release notes says you need Oracle Server 8.1.7.1 but I thought this was referred to the repository version, not also for deploying...
    As we can't migrate the 8.0 server immmediately, does exist an OWB version that supports Oracle 8.0.5 server?
    Thanks for any help, Carla

    Carla,
    As far as I can see (on the certification matrix), there are no supported OWB versions for 8.0.5 . You will have to upgrade your server.
    Igor

  • Questions with macbook pro and "windows server compatibility"

    I know this is prob not the area to be posting this but i need a quick answer. I am trying to get a mac book for work and the office techs are very anti mac. They say the only reason that i am not allowed a mac is because its "not compatible with the network". all that i uses is Microsoft Outlook for mail. Is there a way i can still access my email with Safari? If anyone could give me a detailed answer with the limited info i have provided it would be much appreciated. Thanks.

    Your techs at work are simply unknowledgable. "Incompatible with the network" is a ludicrous response to your request. A more responsible reply would be that they have limited expertise and that they would provide what help they can but cannot commit to anything other than basic support. That seems reasonable to me.
    With regard to Outlook. They may or may not support Outlook Web Access. If they do, you can easily use it though it looks a little different on the Mac than PC it operates the same.
    If they do not use OWA, you can still get a copy of Entourage for Mac OS X. It's Microsoft's "Outlook" for the Mac and is included in Microsoft Office for Mac (a new version due out later this year).
    Then again, you could run Windows in a VM when needed for specific items until they implement an accomodation for you.
    That said, it's not uncommon for a shop with dedicated Microsoft personnel to entirely eschew compatibility and standards in favor of just-Microsoft solutions. You might find yourself in situations where they implement various web-based tools or utilities that you can't use. They also may have in place protocols for backing up files and such that presume a Windows client. The staff may have some valid concerns that your support demands will incur extra work (if nothing else, extra thought) on them without any substantial return (to them) on that investment of time and effort.

  • JSP and Client/Server Compatibility Issues

    For the new application that we have to design we have two groups of users
    - Group A requires admin access, high response time, better user feel and special previledges and are a few in number at limited locations.
    - Group B requires limited functionality, but are spread all over the world and they are huge in number.
    We are planning to provide Applet/Swing based client server architecture for Group A and JSP/EJB based J2EE architecture for group B users. common webserver would be used.
    Please advise what are are potential issues in this approach or do we have a better approach to achieve the same.

    GUI based applications are good but do you think that will it be maintainable and portable?.. Some of the GUI based applications are build on higher Java like 1.5.. i Presume you have the latest and other workstation have only 1.4 or 1.3, this can be n issue on GUI based applications especially on installation on each workstation.

  • SAPB1: 64 bits Client and 32 bit Server compatibility

    Dear all,
    SAP B1 2007 A
    is it possible to install SAP B1 client on a 64 bits Windows 7 workstation and connect it to a 32 bits server having SAP B1 2007 and SQL Server 2005 installed?
    64 bit client and 32 bit server can work together?
    Regards
        Emanuele

    Dear Emanuele,
    Yes if you are on SP01 PL07 or higher. You may check SAP Notes 1434624  and 1435183 for more info.
    Thanks,
    Gordon

  • Micorsoft Server Compatibility with Laptop system having Intel Pentium Quad-Core CPU N3530 (2.16 GHz)

    I would like to know if I can install Microsoft Server 2008 Enterprise or Standard Edition on a Laptop having Intel Pentium Quad-Core CPU N3530 (2.16 GHz). Currently it has Window 8. I do not need Windows 8 and would like to install Microsoft Server 2008
    Enterprise or Standard Edition.
    Will it work ?
    Thnx.

    Hi Zahid-I,
    We support the Windows server system install on the certified hardware you can search ask your hardware vendor for exactly supported system or you can search the Windows Server
    Catalog to found whether your hardware certified by server 2008, personal experience is most of the laptop not supported the server system.
    Windows Server Catalog
    http://www.windowsservercatalog.com/results.aspx?bCatId=1283&avc=10
    Personal experience is if our PC hardware meet the minimum require of server system we can install it for test lab.
    More information:
    Windows Server 2008 System Requirements
    http://technet.microsoft.com/en-us/windowsserver/bb414778.aspx
    I’m glad to be of help to you!
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

Maybe you are looking for