My 10.6 Upgrade and OD Migration plan

Hi, I wish to share my 10.6 upgrade/migration plan in order to get feedback/comments from people who may have insight/experience doing the same and thus be able to offer advice as to whether my plan is solid or if there's anything I should add/change and any potential pitfalls.
Background:
We have:
200 x clients
1 x OD/Mail/Firewall/PrimaryDNS/etc server - 10.5.8  (hereafter referred to as ODS1)
1 x File Server - 10.5.5 (hereafter referred to as FS1)
(current 80GB HDDs in these servers to be upgraded to 1TB)
Reason for upgrade is ODS1 causes all kinds of issues:
- OD seems to be corrupt (people sometimes can't log in, accounts can't be deleted in workgroup manager)
- Mail service only comes up sometimes at random intervals upon restart (i.e. sometimes takes half an hour, sometimes won't come up for a whole day or not at all.)
Unable to solve these issues and decided to upgrade this server to 10.6.7 in the hopes of solving problems.  We will also move OD to a separate virtual machine in the process - theory being that if OD has problems we can restart the server without affecting Mail and vice versa.
Restrictions on upgrade:
ODS1 is an XServe with two network cards (external and internal interfaces for Firewall) and Mail Store & User Directories is on Fibre Channel attached XServe RAID which means:
- I don't want to buy another fibre channel card so Mail Service has to remain on this XServe unless I move the mail store
- FW preferably to stay on here because this XServe has 2 network interfaces.
Luckily, very few users use the servers on the weekend so I don't have to worry about taking servers down for the upgrade.
Plan:
1. Prepare our new 10.6.7 Open Directory Master.  This will be a virtual machine running through Parallels Bare Metals on an XServe
Set hostname “ldap.ourcompany.com”.
Set static IP address
Install all the latest updates.
Set up as DNS master – import all entries, but change ldap.ourcompany.com to point to this machine.
Set up Open Directory Master with correct SearchBase, etc.
Disable any other services that we don’t need.
2. Export Users and Groups from ODS1 through Workgroup Manager
3. Import Users and Groups to new server through Workgroup Manager
3.5. Run script to set all passwords from our list  (Yes I have a list - and I know this is not best practice)
4. Test: by binding a new computer to this server and logging in with a user account set up on this server.
5. Backup
Make a backup copy of the new OD Master virtual machine.
On ODS1 and FS1, export all settings from Server Admin onto a thumb drive
Make an archive of Open Directory onto a thumbdrive (Server Admin -> Open Dir -> Archive Tab)
Copy from ODS1 onto some external HDD: Mail store and home directories locted on Fibre Channel attached storage
Run mailbfr –b /Path/to/backup/volume –full
Clone ODS1 HDD onto 1TB HDD using a caddy
Clone FS1 HDD onto 1TB HDD using a caddy
Remove HDD’s in ODS1 and FS1 and replace with clones and blank 1TB HDDs.
Implement new OD Master
6. Update ldap.ourcompany.com DNS entry to point to new server.
7. On ODS1, change Open Directory Role to Replica.[2]
8. On FS1, reconfigure Open Directory Replica.
9. On ODS1, change DNS role to replica and point tonew OD/DNS Master[3]
10. On FS1, change DNS replica to point to new DNS
11. On FS1, change DHCP to supply new DNS serveraddresses.
12. Test:
DHCP supplied LDAP on new computer.
Mail
Logging into accounts from existing computers
AFP
13. Backup again (so if next step fails we have at least achieved setting up new OD server)
Clone FS1 and ODS1 to blank internal 1TB drives.
Swap HD and Backup drive names and change start-up disk in System Prefs to newly named HD disk on both FS1 and ODS1, and restart, effectively testing the clones.
14. Upgrade ODS1 to 10.6.7
15. Change ODS1 DNS role to replica and point to newOD Master so that it has a working DNS service during the upgrade process.
16. Upgrade ODS1 to 10.6.7 in-place with CD
17. Check Mail settings before starting it.
18. Test:
Mail
Logging into accounts
Firewall
DNS Replica
VPN
Our Company custom scripts previously handled by Lingon (Any alternative to Lingon in 10.6?)
iChat
iCal
Software Update
WebMail
19. Point new OD Master’s Software Update to upgraded ODS1
20. Go Home!
Any advice?

Ok modified new plan, changes include:
- FS1 gets upgraded to 10.6 as well
- no "backup again" done - this will  never be a point we roll back seeing that 10.5 can't be replica of 10.6
- software update added
- clean installs rather than in-place upgrades so that we start afresh and hopefully not importing the many problems we were facing on 10.5
- other little changes
Everthing up to before the "Upgrade FS1" section is done in normal working hours while clients are using the servers and from then onwards, on a weekend.
Prepare our new 10.6 Open Directory Master virtualmachine
Set hostname to “ldap.ourcompany.com”.
Set static IP address 192.168.30.30
Install all the latest updates.
Set up as DNS master – import all entries, butchange ldap.ourcompany.com to point to this machine.
Set up Open Directory Master with correct SearchBase, etc.
Disable any other services that we don’t need.
Export Users and Groups from ODS1 through Workgroup Manager
Import Users and Groups to new server
Run script to set all passwords
Change Home Directories to “None” or if this fails, to a location on the local HDD.  (We use mobile accounts - ideally we need managed local accounts, nothing gets synced to server, so hopefully server home folders are not necessary - in 10.5 it didn't seem to work without having a server home set with a  directory full of empty folders.)
Change software update managed settings in Workgroup Manager to:   http://ods1.ourcompany.com:8088/index-leopard-snowleopard.merged-1.sucatalog This will only work after ODS1's 10.6 upgrade is complete
Test: by binding a new computer to this server and logging in with a user account set up on this server.
Backup
Make a backup copy of the new OD Master virtualmachine.
On ODS1 and FS1, export all settings from ServerAdmin onto a thumb drive
Make an archive of Open Directory onto a thumbdrive (Server Admin -> Open Dir -> Archive Tab)
Document all settings on ODS1 and FS1 by takingscreen shots of each pane in Server Admin and RAID Admin for easy referencewhen later setting up the new 10.6 ODS1.
On FS1, document all file shares and permissions
Copy from ODS1: /Volumes/Xserve User RAID and/Volumes/Xserve_Mail_RAID onto external HDD.
Copy from ODS1: /usr/bin/cyrus/bin/ to thumbdrive (required for migrating mail later)
Run mailbfr –b /Path/to/backup/volume –full
Clone FS1 and ODS1 HD drives to the internal BUdrives.
Make FS1 file shares backup (on separate XRAID)
Upgrade FS1
Remove HDD’s in FS1 and replace with 3 blank 1TB HDDs.
Install 10.6 from DVD.
Install latest updates.
Configure as per previously documented screenshots, but with the following changes:
Make it a replica of the new OD Master instead of ODS1
Add a secondary DNS zone pointing to new DNS server
Configure its DHCP to provide new LDAP server
Set all correct file share permissions aspreviously documented.
Test:
Attempt to connect to every volume with various different users to test that correct permissions are being applied.
Turn many client computers on to test if correct DHCP settings are received.
Upgrade ODS1
Do a fresh install of 10.6
Set up all services using documented screenshots, but OD and DNS will be replica instead of Master.
Migrate Mail store by renaming mail folder onthe XRAID to oldmail, then issuing this command:  sudo/usr/libexec/dovecot/migrate_mail_data.pl —moveMail 0 —cyrusBin "/Volumes/thumb_driveXXXX" --database "/Volumes/X-SERVE_Mail_RAID/oldmail/imap"--sourceSpool "/Volumes/X-SERVE_Mail_RAID/oldmail/spool/imap"--targetSpool "/Volumes/X-SERVE_Mail_RAID/mail/spool/imap/dovecot/mail"
Test:
afp://ods1.ourcompany.com./
Logging into accounts
Start up all computers in the office to makesure mail, managed prefs, DNS, DHCP, etc. work for all computers.
Firewall
DNS Replica by setting up a computer with staticIP
VPN
iChat
iCal
Software Update
WebMail
Point new OD Master’s Software Update toupgraded ODS1
Go Home!

Similar Messages

  • What is difference between Startup upgrade and startup migration.

    what is difference between Startup upgrade and startup migration.

    I am having the metalink note.
    STARTUP MIGRATE was introduced in 9.2 as a mechanism to be sure that most everything that needs to be done to run an upgrade script or a patch script is done automatically. In the past, customers were expected to adjust certain initialization parameters prior to beginning an upgrade or applying a a patch,
    but most of this is now done automatically by STARTUP MIGRATE.
    When a customer starts a database in MIGRATE mode, the following ALTER SYSTEM
    commands will be set automatically:
    But i am not sure what exactly the meaning by startup upgrade.
    and exactly the startup upgrade and startup migrate

  • Regarding Doubt of oracle upgrade and oracle migration

    Hello,
    What is the diffrence between oracle upgrade and oracle migration, duirng any one of this is oracle going to touch oracle database and its data?
    Regards,
    V.Singh

    Singh wrote:
    Oracle migration means most likely from non-oracle database to migrate to oracle DB or lower hardware platform to higher/advance hardware platformI would say so. Note Oracle was also confused about word "+migrate+" since it was used till 9i to open the database in a special mode to upgrade the database itself. Nowadays, on 10g+, the command became "+upgrade+".
    In oracle upgrade we are updating oracle's new software version (9i to 10g) or patchset (102.0.2 to 102.0.4), once software is updated we giving command statup upgrade , during this phase some scripts are updating data so i belive it is updating oracle realted views,data dictionary,functions,triggers etc etc , instead of touching oracle data.Yes, upgrade script modify Oracle data and objects dictionary, but do not modify user's data and objects (if we expect a recompile of invalide objects as recommanded by the latest step of an upgrade).
    Nicolas.

  • UC upgrade and Informacast migration

    I am planning the upgrade of a UC implementation that includes integration with Informacast 8.5. The current version of  CUCM is 8.6.2 and the target will be 10.5.2. I have two questions:
    Is there documentation for migrating/upgrading from Informacast Basic Paging v8.5 to Cisco Paging Server v9.1(1)? The reference material included with the  CPS 9.1(1) ISO file has instructions for a fresh install and to upgrade from Basic to Advanced but nothing on a Basic-to-Basic version upgrade/migration. 
    For planning purposes, should the paging server upgrade be performed before or after the upgrade of CUCM to v10.5.2?

    Hi Rob,
    Informacast 9.1 is compatible with CUCM 8.5, 8.6, 9.0, 9.1, 9.12, 10.0, 10.5, and 10.5.2, so you should upgrade Informacast first. Regarding the upgrade of Informacast to 9.1 from 8.5.1 you will need to install one package file (CiscoPagingServer_9.1.1.deb), more details here
    http://www9.cisco.com/c/dam/en/us/td/docs/voice_ip_comm/cucm/cisco_paging_server/9_1_1/InformaCastBasicPaging_RelNotes_911.pdf
    HTH
    Manish

  • Upgrade/Migrate Planning application from 11.1.1.1 to 11.1.2.3

    I have installed 11.1.2.3 on Window 2008 R2 servers.  Our old environment is on  11.1.1.1 is still up and running on different server(windows 2003).  I have successfully completed the following:
    1.     All Hyperion products (HSS,BIPLUS,CALC MGR,EPMA,Planning,FDME installed successfully and everything working fine.
    2.     I am able migrate the all FR reports successfully(Export/Import method) and Yet to test the reports after application migration.
    3.     I created  Planning apps in the new system which is similar to old application , I can open the Planning Application Administrator via WorkSpace URL.
    My question :1) Can i migrate Planning repository DB schema from SQL server 2005 to New application schema on SQL server 2008.
                                (There is any update required before and all the repository table of 11.1.2.3  similar to 11.1.1.1 
                       2) How can i migrate the Business rules to  Calc manager(.i.e 11.1.1.1 to 11.1.2.3)
                       3)How can i migrate the FDM application (.i.e 11.1.1.1 to 11.1.2.3)
    Please let me know if you need any further information.

    First of all 11.1.1.1 to 11.1.2.3 direct migration is not supported so if you have issue upgrading planning then unfortunately that may be the reason.
    SQL Server 2005 to 2008 should be ok but if you are concerned then upgrade the sql server 2005 version to 11.1.2.3 then use LCM to change database versions.
    Business Rules read the following support doc - "Hyperion Business Rules (HBR) to Calculation Manager Migration White Paper (Doc ID 1528121.1)"
    FDM - Upgrade utility.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • What's the best way to upgrade and migrate to SSD and HDD

    Was hoping to get some advice on my pendIng upgrade to a new HD and SSD in my mid-2010 13" MacBook Pro. I'm very confident in my installation abilities but I'm a novice when it comes to moving software and programs.
    Here's the set-up ill be working with:
    Mid-2010 13" MacBook pro (1.7)
    New 750gb 7200 rpm HDD in original bay
    New 128gb SSD in old optical drive bay
    What I want to do is run OS X (lion for now) and applications off of the SSD while keeping 'data hogs' on the 750gb. I've read probably 10 different ways to do this from cloning HDD to SSD while keeping the user folder on the HDD, or clean install of lion on the SSD then using migration assistant to pull the apps over.
    I want to make sure I'm moving the right stuff over to the SSD so that I can take full advantage of it. I also dont want excess crap on the 750 especially since I'll have a bootable copy on my old drive.
    What should I put on the SSD? How should I get it there? If I do a clean install of lion on the SSD do I just migrate the applications using the migration assistant from my original HDD and then migrate whatever's left onto the new HDD?
    So many questions.
    Any help would be greatly appreciated. The drives and enclosures are showing up tomorrow and I'm looking forward to getting them up and running. 
    Thanks

    When you upgrade it will use your existing user data including bookmarks, passwords, cookies and browsing history.
    I have been using Firefox Sync since it was in an early development stage about 2 years ago. I have gone through a few upgrades to Firefox since then with no problems during the upgrades. I recommend going to Firefox 4 first because Firefox Sync is built into it so there will be no need to install the add-on.
    If required you can downgrade to Firefox 3.6.16

  • What is the difference between upgradation and migration.

    Hi Guru's
    what is the difference between upgradation and migration.
    actuallly i involved in upgradation project, here my role is
    1. first i check the query's in 3.5 save the query and transport the query. and check the query in bex analyzer also.
    2. go to BI .7  find the query;s ,give the query name and save the query ,
    3. once save the query, again will come to 3.5 open the query , it will not open. this is my job here,
        come to 7.0 check the query in analyzer also.
    i am having littile bit confusion, how it will comes query in 7.0, why are u saving the query's in 3.5 and 7.0
    query's already available in 7.0 why are u doing this work?
    can i know the upgrades those  objects, is it neccessary, if necessary how can i upgrade.
    infoobje , transferrules, transferstructure ,infosoure, datasoure,updaterules, ods, cubes.
    Points will be Assingned ,
    Thanks & Regards
    prabhavathi

    Hi,
    I was talking in a general sense not on a query level.
    If your taling about migration in that level meaning as a part of larger upgradation (in your case 3.x to 7) there may be many places where you need to do this kind of activities.
    Fr eg migration into new data flow, Migration of Web templates from BW 3.x to Netweaver 2004s, etc
    Hope this helps.
    Thanks,
    JituK

  • Upgrade and plug ins migration ? speed changes and transitions to motion 3

    I have the FCS2 upgrade on its way soon i hope..
    will my natress plug ins and others migrate when i go from FCS1 to 2?
    I am mid project - have done all my captures but havent got into the nitty gritty of the edit yet - you reckon its a bit risky to upgrade?
    I am super keen to get the ability to easily do ramps (in Motion 3 or in FC 6) and 3d logo fly arounds. Looking fwd to being able to throw transitions and speed changes into Motion 3 - i hear that it can deal with that now - is this true?

    Thanks - thats all good

  • How can I determine what sites are being referenced within Central Admin Upgrade and Migration Manage Databases Upgrade Status?

    When I go to Central Admin > Upgrade and Migration  > Manage Databases Upgrade Status, I have 2 content databases which have the status:
    Database is up to date, but some sites are not completely upgraded.
    How can I determine which sites are not completely upgraded?

    Manage Databases Upgrade Status will provide you all active and offline DB details, you can get same result
    using below PowerShell cmdlet.
    Get-SPDatabase and Get-SPContentDatabase will provide all active database/Content DB in Farm which include Service application db, central admin DB.
    Get-SPDatabase | Format-Table Name, ID
    Coming back to your question, if you find that there are some site are not completely upgraded then run below command and understand the cause if issue on specific DB.
    Test-SPContentDatabase WSS_ContentDB_Name
    If you find any missing file issue in DB then resolve these issue to upgrade content database.
    (verify all customizations referenced within the content database are also installed in the web application. This cmdlet can be issued
    against a content database currently attached to the farm, or a content database that is not connected to the farm )
    Use the Upgrade-SPContentDatabase cmdlet
    to resume a failed database upgrade or begin a build-to-build database upgrade against a SharePoint content database
    Upgrade-SPContentDatabase WSS_Content
    reference:
    http://technet.microsoft.com/en-us/library/ff607813(v=office.15).aspx
    http://technet.microsoft.com/en-us/library/ff607941(v=office.15).aspx
    If my contribution helps you, please click Mark As Answer on that post and
    Vote as Helpful
    Thanks, ShankarSingh(MCP)

  • Why, when MobileMe was shuttered, does Apple NOT support calendar subscriptions for iCal (Calendar)?  I upgraded to Mountain Lion and cannot migrate my Dutch, U.K., Islamic, or Catholic holiday subscriptions.

    Why, when MobileMe was shuttered, does Apple NOT support calendar subscriptions for iCal (Calendar)?
    I upgraded to Mountain Lion and cannot migrate my Dutch, U.K., Islamic, or Catholic holiday subscriptions.  I had a heck of a time getting my Detroit Tigers Baseball team schedules migrated (but Major League Baseball supported the subscriptions, so it occurred).  As I work internationally, having these calendar subscriptions on the new Calendar would be very useful.
    If one goes to the Apple site, and seeks calendars [http://www.apple.com/downloads/macosx/calendars/index1.html], they are shunted to MobileMe [https://www.icloud.com/mobileme/not_found/], with the note "MobileMe is closed. Go to iCloud."  But, I do not see how to get subscriptions from iCloud.
    Thanks.

    The problem is that many of these calendars were hosted on MobileMe. I actually tried about 20 at random, and only two worked! Not all of the failures were ex-MobileMe, some were on other servers but produced 'File Not Found'.
    Strangely, this one worked despite its URL:
    http://ical.mac.com/ical/UK32Holidays.ics
    Until the people who publish these calendars (it's not Apple, they are third-party) wake up and find alternative servers these calendars are not available.
    There may be other sources which work - try Googling.

  • E-Business Suite R12.1 on Exadata with Database Rel 12c - Upgrade and Migrate, or Migrate and Upgrade

    Given:
    E-Business Suite R12.1 running against non-RAC database release 11gR2
    Aspiration:
    E-Business Suite R12.1 running against database release 12c RAC on Exadata
    In the context of Oracle best practices, what would be a preferred approach for the database tier to meet the above aspiration, i.e. (a) Upgrade database on source and then migrate to Exadata OR (b) Migrate database to Exadata and then upgrade ?
    Appreciate thoughts from community members/Oracle support.
    Thanks,
    Rakesh

    Rakesh,
    It is necessary to refine Srini's statement:
    EBS does not need to be "certified" on Exadata.  See:
    Running E-Business Suite on Exadata V2
    https://blogs.oracle.com/stevenChan/entry/e-business_suite_exadata_v2
    E-Business Suite 11i, 12.0, and 12.1 are certified with Database 12.1.0.1.
    E-Business Suite 12.2 will be certified with Database 12.1.0.1 soon.
    Regards,
    Steven Chan
    Applications Technology Group Development

  • I have a Adobe CC Photography plan and I would like to Upgrade for the Complete plan, What should I do? my account is Brazilian

    I have a Adobe CC Photography plan and I would like to Upgrade for the Complete plan, What should I do? my account is Brazilian

    Adobe only sell the latest version of Creative Suite which is CS6 so you can't buy CS5 anymore. Upgrades are also only available from CS5 to CS6 so CS3 wouldn't qualify anyway.
    I'm afraid you are out of luck.

  • Upgrading and changing plan

    I currently have the old unlimited data plan (with Friends and Family 1400) and due for an upgrade. I want to upgrade my device to the Samsung S4 AND change my plan to the "Share Anything 6 GB" plan.
    When I upgrade, select the device and add to my cart, it doesn't give me the option to choose the Share Anything plan. It wants me to pick varying levels of 2GB and 5GB plans. (Here's a screenshot of what it looks like after I select the device: http://awesomescreenshot.com/06f1vlzzbc)
    I have 2 smart phones and a basic phone on my plan.
    If I choose to change my plan first -- then it lets me change it to the 6GB Share Anything plan.  But if I do that, will I then be able to upgrade my device? Or will I be restricted for some reason? Just curious if anyone else has this problem.

        I'm sure you're excited to be ordering your new device, petersruby. The S4 is a great looking device with performance to match. I would suggest changing the plan before the upgrade. If you have the option to backdate the plan I would suggest doing this. A future dated plan order may cause you to run into trouble when ordering the device since another order would already be present.
    YosefT_VZW
    Follow us on Twitter @VZWSupport.

  • I am currently an iPhone user, and I am planning to upgrade to a galaxy s5. Will I still be able to group message with iPhone users even thought I have a galaxy

    I am currently an iPhone user, and I am planning to upgrade to a galaxy s5. Will I still be able to group message with iPhone users even thought I have a galaxy

    Hi
    Yes you should be able too, this depends on the features on the phone but i would imagine something as new as the s5 would have this feature. However this would obviously be over standard sms rather than imessage.
    Hope this helps

  • CopyApp utility vs Migration-Planning and objects

    Hi,
    Moving from 9.3.1. to 9.3.1.x.
    If we have similar DB on different server and want to move planning application from one server to another with all relevant objects (like Business rule, Calc, Substitution variable, Rule file, cache settings etc.
    Which is better choice?
    How to use copyapp utility for moving planning application and objects.
    [http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_hp_admin/frameset.htm?ch09s01.html]
    Edited by: Kumar 1 on Oct 22, 2010 4:36 AM

    In my opinion I don't like the CopyApp utility and it has been dropped anyway in version 11, some people have had success with it so it is just my opinion but you may have a good experience with it.
    You should give it a trial and see if it is good for you, It doesn't copy business rules
    Also are you happy with this post? :- migrate planning application without migrating Provisioning information
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for

  • Problem with audio of my notebook. Audio works through pc speakers and earphones at the same time

    Hi all,  thanks in advance for your advices. I have a problem with my notebook (HP pavilion g6 2305 sl). The problem is that when I connect my earphones the audio of my pc don't stop, hence I can hear (music, film, ...) both by earphones and speakers

  • One Step DVD

    I am new to using this program. I followed the instructions and copied the movie from camera to computer for one step DVD. The computer burned the disc and it then played only part of the movie and with three repeats. It either did not copy all of th

  • Is it possible to use a variable semantically as an invisible "column"?

    Here is a simple query that produces a table: let     Source = #table(     type table [First= number, Second= number],      {{1,1}, {2,4}, {3,4}}     ),     #"Added Custom" = Table.AddColumn(Source, "Custom", each [First]+[Second]) in     #"Added Cus

  • CFwdALL not working properly

    Hi Everyone I have a office in NYC that has been up for about 2 monthes and they just discovered that their call forwarding isn't working right. When they go to input the number they want to call forward to it only allows 5 digits and no more than th

  • Is it possible to hold the HR postings in FI

    .Dear experts, could you please help me out regarding the following issue. is it possible to hold the HR postings in FI if possible send me the procedure if not give me some reasons.