Migrating existing portable homes to new server

aside from moving the homedir data from the old server to the new, there seem to be at least a few issues with migrating existing portable home accounts to a new server:
1. some of users' account details, like GeneratedUID, authentication authority, kerberos principals, OriginalNFSHomeDirectory, are different, while others (name, shortname, UID, GID, etc.) remain the same.
2. home directory (OriginalNFSHomeDirectory, etc.) point to the old server.
3. there's data on local machines that we don't sync back to the server, so we can't just blow away the existing local accounts and start fresh.
the quickest way to migrate these users to the new server (with all the same shortnames and UIDs, etc.) seems to be to remove the local cached accounts (leaving the home folders) and have them recreate new PHDs on login, syncing things back down to the original home folder. i'm guess this won't involve much syncing, it's all the same data, essentially.
the other way i can see resolving this is to replace the account attributes for each client to match what they should be when pointed to the new server. this would involve scripting the process for reliability and not moving any data or deleting accounts, but it will take more testing on my part.
what do you think? can you think of better ways to accomplish this task?
summary: what's the best way to move existing portable home accounts bound to "Server A" to "Server B," while maintaining data and portable homes pointed to the new server and storage?
thanks.

that createmobileaccount syntax was wrong. i guess you don't need the -t option and can instead specify the whole path to the user's home. it seems to work well enough, creating a portable home with no default sync settings -- basically manual. for my needs that's fine. the sync settings are managed via mcx anyway.
here's an updated version of the standalone script. i realized just now the script assumes the diradmin usernames and passwords are the same between servers. if that's not the case, you can hard code it or add a couple of variables. since they're just taken in order on stdin, add them in order. i should also add a function to interactively ask for the passwords with stty -echo to avoid having the passes logged in command history or allowing the script to curl the pass from another file on a web server or something. for now, this seems to work for my purposes. edit as you see fit.
#!/bin/bash
# nate@tsp, 3/4/10: initial version
# 3/5/10: added prettier heredoc usage statement, variables, further tested
# todo: add function to add user to local admin group, as needed. this shouldn't be required in most environments.
# todo: convert some of these one-liners to functions for better modular use; make it "smarter"
# todo: convert the whole thing to ruby for practice
# automates the process of unbinding from the old OD server, binding to the new, removing the existing local user, adding it back, and other bits
# there are no "smarts" in this script, so use carefully
# variables
diradminpass=$1
account=$2
password=$3
oldserver=$4
newserver=$5
mkdadmin=$6 # not used in this version
# if no parameters are passed, display usage, exit
if [ ! -n "$5" ] ; then
cat<<endofnote
usage: you must include at least 5 arguments (6th isn't used right now)
run with `basename $0`
1. [directory admin password]
2. [shortname of account to change]
3. [account password, which should be the default 'xxxxxxxx' on the new server]
4. [name of old server]
5. [name of new server]
6. [yes or no to make this account a local admin - optional and not used now]
ex: `basename $0` diradminpass jbrown password oldserver newserver yes
endofnote
exit 1
fi
# if you're running this as root or with sudo, proceed; otherwise, quit it!
if [ $(whoami) = "root" ]; then
echo "you're root. let's proceed..."
# delete the user in question from the local directory store
echo "deleting local account: $account"
dscl . -delete /users/$account
# remove the old od config
echo "removing the old OD bind..."
dsconfigldap -v -r $oldserver -c $HOSTNAME -u diradmin -p $diradminpass
# remove the old server from the search and contacts paths
echo "removing the old search paths..."
dscl /Search -delete / CSPSearchPath /LDAPv3/$oldserver
dscl /Search/Contacts -delete / CSPSearchPath /LDAPv3/$oldserver
# add the new one
echo "adding the new OD bind..."
dsconfigldap -v -f -a $newserver -n $newserver -c $HOSTNAME -u diradmin -p $diradminpass
# create and add the new ldap node to the search policy
echo "adding the new search paths..."
dscl -q localhost -create /Search SearchPolicy dsAttrTypeStandard:CSPSearchPath
dscl -q localhost -merge /Search CSPSearchPath /LDAPv3/$newserver
# create and add the new ldap node for contacts lookups
dscl -q localhost -create /Contact SearchPolicy dsAttrTypeStandard:CSPSearchPath
dscl -q localhost -merge /Contact CSPSearchPath /LDAPv3/$newserver
# give directoryservice a kick to point it to the new server
echo "killing directoryservice and waiting for 20 seconds..."
killall DirectoryService
# rest a bit to ensure everything settled down
sleep 20
# optional: lookup the $account you deleted as the first step to ensure it exists in the new directory
echo "this id lookup should return details because it exists in the new OD:"
id odtestor
echo "this id lookup should fail because it doesn't exist in the old OD:"
id odtestor
# check the search path to ensure it looks like you need
echo "verify the new OD server is in the search path:"
dscl /Search -read / CSPSearchPath
# optional: create a mobile account on the local machine with various options set.
echo "creating a portable home for the user..."
/System/Library/CoreServices/ManagedClient.app/Contents/Resources/createmobileaccount -n $account -v -p $password -h /Users/$account -S -u afp://$newserver/homes/$account
killall DirectoryService
cat<<endofnote
you should be ready to login with this account now.
if you have trouble, revert the process by re-running with the old and new server names
(and diradmin passwords, if they're different) reversed.
endofnote
else
echo "you're not root or an admin. please re-run the script as an admin or via sudo."
exit
fi
exit 0

Similar Messages

  • How do I best integrate existing laptops for a new server?  Can I use the existing home folders on the laptops and make them into Network Users?

    How do I best integrate existing laptops for a new server?  Can I use the existing home folders on the laptops and make them into Network Users?

    Yes it will work.  I've done it for a few users in my small office.  As with anything, there are quirks that you may or may not experience.  Most quirks are app-related, due to app developers hard-coding absolute paths into their apps for things like temp files (Photoshop).  Strategies for resolving these sorts of quirks can be found via google.  You would probably have seen these quirks already when using server-based home folders for your kids.  If you haven't noticed them, then you're probably fine.
    The tech note you cited should be fine.  It doesn't explicitly say so, but you'll need to enable ssh on your server, at least temporarily, so you can upload your home folder to the server using scp, rsync, etc.  Don't try to copy the files up to the server via Finder.
    Once all your files are transferred to the server and in the right place, make sure to chown them on the server, so they are owned by the userID you created for yourself on the server.
    As with anything this involved, make a good backup of your laptop first.
    Note I have one user that isn't too happy with the responsiveness of the periodic mobile home syncing.  She has about a decade of e-mail in her home folder, probably 50 to 100 emails per day, many with attachments.  Mobile home syncing takes a long time to check and sync this huge tree of itty-bitty files, eevn with server-side file tracking turned on.  The other users are happy.
    The nice thing about mobile home syncing is that when a user "graduates" to an age where they've earned their own laptop, you can change them from a server home user to a mobile home user, with a minimum of fuss.  Also, if you lose or break a laptop, you can add a new replacement laptop to your network, and pull-down a replica of the home folder from the server, with almost no downtime.

  • How to migrate existing OID user to new OID

    Hi all,
    How do i migrate all existing OID username to new OID server?
    Do i also need to migrate their password?
    Assume i'm using oracle database version 10.2.0.2.0 and how to i know which Oracle Application Server and OID version are certify to Oracle Database version 10.2.0.2.0. Please also let's me know where i can find more detail about this.
    Thanks in advance,
    Kevin

    Kevin,
    export/import can be done using ldifwrite/bulkload see Backup and Restoration of a Directory (http://download-west.oracle.com/docs/cd/B28196_01/idmanage.1014/b15991/backup_restore.htm#i1006559)
    or use ldapsearch/ldapadd
    It's up to you to export/import the userpassword. If you want to force them to create a new password using the new server don't import the password.
    w.r.t. certification you'll need to check the certification matrix found at the bottom of the download section of respective product. e.g. Oracle Application Server 10g R3 (10.1.4) contains OID 10.1.4 here you'll find the link to the certification matrix.
    http://www.oracle.com/technology/software/products/ias/files/idm_certification_101401.html
    or you search for certification and the product version number
    Using a pre-existing DB with OID requires to use RepCA to create the metadata repository into this existing DB before you can point the Oracle Installer during installation to use the then existing MetaData Repository.
    RepCA has dependencies on the DB version to be used. See Oracle Application Server Metadata Repository Creation Assistant Documentation
    http://download-west.oracle.com/docs/cd/B28196_01/getstart.htm
    regards,
    --Olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Migrating SCCM R2 to another new server

    The current SCCMR2 server hardware warrenty is about to expire, so I need to replace the old server with a new one. Now the new server will have a different name than the old one. What would be they easiest way to accomplish this.
    MSB

    Question I will probally do the site recovery, however I would like to know -
    1. When building a new site to a different server name and migrate to what are some of the headaches
    2. Would I have to redeploy the sccm client from the new site to all the workstations
    3. What exactly is being migrated from the old site to the secondary site that will be promoted to the primary site after the migration
    MSB

  • How to Migrate the 12 Hives to new server in new farm

    Dear All,
    How could I migrate the 12 hives to new folder ??
    Are there specific folder I just copy/past or I just copy everything and override the original ?
    Thank you

    My first question would be why? Any customizations, hopefully, should be in .wsp format.
    Assuming you have manually copied files into the hive folder and are looking to get them to the new server, copying the whole hive across is a really bad idea. What I have done in this situation (more than once) is to use a differencing app such as Notepad++
    (with plugins) or WinMerge (my personal fave).
    1) Copy the hive from the source server to a temp folder on the destination server
    2) Use one of the apps above to compare the two directory structures
    3) Copy across just the missing files from the source folder to the destination hive
    By doing it this way you ensure you don't damage your fresh clean hive on the new server, and you should be able to get across the manual customizations you need.
    Good luck!
    -Corey

  • Migrate SCCM 2012 to a new server

    Hi,
    I have a server with some issues. It currently also hosts our certificate authority and AV along with SCCM.
    Our setup is a single server with SCCM installed. (Central\Primary site) There are also 6 other satellite offices that host distribution points. The Database resides on a different server.
    I have run up a new Windows 2008 R2 standard VM that I want to move SCCM over to and remove it from the current site.
    I have found a lot of sections about migrations that simply mentioned backup, turn off the old server, name the new server the name thing. That wont work in our scenario as the old server as mentioned hosts other services and wont be turned off.
    Any help or links to places would be great.
    Cheers,
    Zac Avramides

    Hi John,
    I have started the process. I have a new SQL instance I am moving the old SCCM database to so I can do a side by side migration.
    Have an issue though.
    During the site reset the log comes up with:
    INFO: SQL Connection failed. Connection: SMS ACCESS, Type: Secure
    The only person I have found with the same issue is
    here. They are also trying to move from one SQL server to another. SPNs are not my strong suit so I don't suppose you know anything about confirming that the temporary server (Development Server) has correct SPNs configured for its SQL instance.
    Cheers,
    Zac Avramides

  • Represent existing Storage Repository to new server pool?

    I have a testing delima.. We have a block-storage SR that was in use on Server Pool A, but want to move it to Server Pool B. I dont see any way in the GUI to facilitate moving a SR (OCFS2) to a new Server pool.
    I know I can probably destroy, delete, unpresent and rebuild an empty SR on the new server pool but I dont see why moving it wouldnt be an option
    Any ideas?
    Thanks
    Dave

    Forgot to clarify, we already represented the block storage to the new servers in Pool B, and they see them just fine.. The GUI simply doesnt show the new servers in Pool B in the "present storage repo" dialog.

  • Migrating Crystal Reports Server XI to a new Server

    Post Author: david_okeefe
    CA Forum: Deployment
    Hi,I am trying to migrate an existing Crystal Reports installation from an old server to a new server.  To prevent interruption of service, the new server must be able to be online at the same time as the old server (thus it must have a different name).  I installed Crystal Reports Server XI and told it to create its CMS database by copying the existing CMS database.  Unfortunately, I received an unspecified error ("failed to received first object from source database").  After that, I opted to create a new, default CMS database.  I tried using the import wizard to migrate the reports to the new server.  The import wizard managed to bring over all of the folders, users, and groups, but not any of the reports.  When I looked at the migration log, it gave me an error stating that it could not find the parent folder.  I have no real idea how to address this issue.  On a related note, I also do not know how to point crystal at the reports repository on the new server.  I tried using the Data Source Migration wizard to copy the reports from the old server to the new server.  Unfortunately, it didn't appear to register any of the new reports.  Given what I have already tried, I am not sure how to proceed.Any help would be appreciated.Thanks,David

    Post Author: david_okeefe
    CA Forum: Deployment
    Hi,I am trying to migrate an existing Crystal Reports installation from an old server to a new server.  To prevent interruption of service, the new server must be able to be online at the same time as the old server (thus it must have a different name).  I installed Crystal Reports Server XI and told it to create its CMS database by copying the existing CMS database.  Unfortunately, I received an unspecified error ("failed to received first object from source database").  After that, I opted to create a new, default CMS database.  I tried using the import wizard to migrate the reports to the new server.  The import wizard managed to bring over all of the folders, users, and groups, but not any of the reports.  When I looked at the migration log, it gave me an error stating that it could not find the parent folder.  I have no real idea how to address this issue.  On a related note, I also do not know how to point crystal at the reports repository on the new server.  I tried using the Data Source Migration wizard to copy the reports from the old server to the new server.  Unfortunately, it didn't appear to register any of the new reports.  Given what I have already tried, I am not sure how to proceed.Any help would be appreciated.Thanks,David

  • Migrate Server 2008 Certificate Authority To New Server Different Host Name?

    Our internal CA is installed on one of our Exchange servers.  Exchange is being migrated from 2010 to 2013, so all current Exchange servers will decommissioned and replaced with new new Hyper-V VMs with either Server 2008 R2 or 2012 R2 OS. The old VM
    containing Exchange 2010 and the current CA will go away since we cannot afford to use the server resources and use up the required Windows license to keep that server running doing nothing but acting as a CA.
    So, we will either need to move the CA to the new replacement Exchange 2013 server or some other existing server that's being used for something else (maybe one of the domain controllers).
    What is the best way to handle this?  I don't think the migration from Exchange 2010 to 2013 allows for reusing the same host name on the replacement server and if we move the CA to another existing server, it will also be on a server with a new host
    name anyways.
    Can we migrate the CA to a new server with a different host name?
    What about reissuing all the active certificates from the current server to replace them with new certificates from the new server and then decommissioning the original CA?  Can this be automated in some way?
    Which way is best and how would it be done?

    When following the instructions in the guide, I would also consider to switch to new "sanitized" URLs in certificates (CDP and AIA) in case you had used the default URLs now. That's what I did this when migrating W2K3 CAs (with default URLs) to W2K8 R2.
    Per default, the LDAP and HTTP URLs point to the CA server itself (HTTP) or to an LDAP objects that has the same name as the current server.
    Migrating to a new server, you need to make sure that CRLs will still be published to the old locations - thus the new CA server would write to the LDAP object that corresponded to the old server, and HTTP might be fixed by redirecting the DNS record. (Make
    sure this is documented so that nobody thinks it might be a good idea to delete the old object as it "references a server that does not exist anymore".)
    As you have to fiddle with URLs anyway, I would then add new URLs having neutral names - that is URLs not including the name of the CA server. The new CA instance would then 1) publish to the old locations but not add these to certificates anymore and 2)
    publish to new sanitized locations and add them to CDP and AIA URLs.
    Elke

  • Migration of Unix AIX11i/10g instance to new server

    Hi All,
    We are planning to migrate our application/db to new server . Please let me know the time saving/quick way for this migration.
    I have gone through the below document , but it seems this will consume more time.
    10g Release 2 Export/Import Process for Oracle Applications Release 11i        [Article ID 362205.1]  
    Application : 11i
    DB : 10G
    Platform : AIX
    Regards,
    MD

    Hi Asif,
    We have restored DB successfully and we are trying to run the autoconfig in APPS tier. Getting the below error in log file. I am checking in meta link for solution.
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution.  Errors are grouped by directory and phase.
    The report format is:
          <filename>  <phase>  <return code where appropriate>
      [SETUP PHASE]
      AutoConfig could not successfully execute the following scripts:
        Directory: /usr/bin/perl -I /usr/opt/perl5/lib/5.8.2/aix-thread-multi -I /usr/opt/perl5/lib/5.8.2 -I /usr/opt/perl5/lib/site_perl/5.8.2/aix-thread-multi -I /usr/opt/perl5/lib/site_perl/5.8.2 -I /usr/opt/perl5/lib/site_perl -I . -I /data01/applprod/prodappl/au/11.5.0/perl -I /XXXXX/applprod/prodappl/au/11.5.0/perl /XXXXX/applprod/prodcomn/admin/install/PROD
          txkFrmUTF8.pl           INSTE8_SETUP       132
      [APPLY PHASE]
      AutoConfig could not successfully execute the following scripts:
        Directory: /usr/bin/perl -I /usr/opt/perl5/lib/5.8.2/aix-thread-multi -I /usr/opt/perl5/lib/5.8.2 -I /usr/opt/perl5/lib/site_perl/5.8.2/aix-thread-multi -I /usr/opt/perl5/lib/site_perl/5.8.2 -I /usr/opt/perl5/lib/site_perl -I . -I /data01/applprod/prodappl/au/11.5.0/perl -I /XXXXX/applprod/prodappl/au/11.5.0/perl /XXXXX/applprod/prodcomn/admin/install/PROD
          txkGenExtSecConf.pl     INSTE8_APPLY       132
          txkGenFormServletIni.pl    INSTE8_APPLY       132
    AutoConfig is exiting with status 3
    Regards,
    MD

  • Migrate Mirror Database to New Server

    Hi,
    I need to migrate my SQL server Mirror Database to
    a new server. my current setup is as below
    1. server A principal (192.168.1.100)
    2. server B Mirror     (192.168.1.200)
    now i have a new server (Server C) to replace server B as below
    1. server A principal (192.168.1.100)
    2. server C Mirror     (192.168.1.300)
    my question is how to migrate mirror db to new server without any affect or downtime on principal server, please share idea/experience for above.
    note: SQL SERVER 2008R2 EE(64BIT), Win2008R2 EE 64bit.
    Regard
    Faisal Wahid

    Thanks for your quick response.
    Is it possible something like in oracle (pardon as i am oracle DBA not sql server guy), 
    (Oracle Steps to migrate standby(mirror) db to new server)
    1. Pause replication on primary(principal) 
    2. Move standby(mirror) database files to new server(using copy/rman/etc).
    3. Update connection information (TNS in oracle) on primary(principal) to point new server.
    4. Start replication on primary(principal).
    the above steps will simply migrate the standby(mirror) database to new server,
    can we do something like above in sql server?

  • Migrate Adobe Livecycle ES to other server

    Hi,
    We have a Adobe Livecycle ES installation running on Weblogic JBOSS.
    We moved the JBOSS folder to our other server, deploy the ear file and that's all.
    When a do a test, I get an error HTTP status error 500
    Can someone give me a procedure (step by step) to migrate an installation from server A to server B?
    Is it necessary to copy the db as well for example? I can't find that kind of info on the internet.    

    Things to consider:
    Is your DB on the same box as your LC.  Did you move your DB also?  Does your new server have the JDBC driver on it (you dont indicate what your DB is)
    Did you move your GDS?  How about your LC_TEMP?  Do they exist/accessible from your new server?
    Have you considered creating an archive file from your source server, doing a new install on your new server and then importing in your archive?

  • After transfer to new server, doesn't work

    Hello iTunes U Administrators,
    A short description about my iTunes U experience - none. I am a new hire at my academic institution, and it so happens that the folks with the most experience with setting up iTunes U have just left for vacation.
    We just migrated our site to a new server, and iTunes U doesn't open any more. We are using the Perl script version. I have verified that Perl scripts are still able to run on the new server. The "https://deimos.apple.com/WebObjects/Core.woa/Browse/**.**" URL still works when I enter it into a browser.
    We are using the version of Perl script that requires the following modules:
    URI::Escape
    Digest::SHA
    Net::HTTP
    I am checking with IT to verify that these modules are installed . We are using Perl 5.8.8 on Linux.
    The main mode of failure seems to be that "aURL" is not being defined. Here is a snippet from our web page source:
    {start of php section}
    importrequestvariables("gp");
    if($launch == "open")
    passthru("valid-file-path/cgi-bin/itunespublic.pl");
    echo "<script type='text/javascript'>openApple(aURL); </script>";
    {end of php section}
    In the perl script, the sub invokeAction() does not seem to assign a value to aURL, even as it generates JavaScript tags and "aURL =".
    Any ideas?
    - Larry
    Message was edited by: XRayLarry

    In regards to my question not shwoing up properly, other folks seem to have this problem as well:
    http://discussions.apple.com/thread.jspa?threadID=1071301&tstart=30
    I am going to repost as a new question, as I can't edit the original posting anymore.

  • How do we migrate the OWB mapping from one server to another server?

    Here is my situation.
    Source server
    ================
    Project name : SOURCEOWB
    Under this project, we have two module(MBTSOURCE, MBTTARGET).
    In connection explorer, the locations are DW_MBT_SR, DW_MBT_TR.
    We have 15 mappings on this project.
    Source schema name is TXMBT_DW.
    Target schema name is MBTTX_DW.
    I want to migrate the whole thing to new server.
    Here are the info about target location. After migrating to new server, i need to rename
    as below.
    Project name : CA_SOURCEOWB
    Under this project, we have two module(CA_MBTSOURCE, CA_MBTTARGET).
    In connection explorer, the locations are CA_DW_MBT_SR, CA_DW_MBT_TR.
    Source schema name is CA_TXMBT_DW
    Target schema name is CA_MBTTX_DW
    Here are my steps i followed.
    ===============================
    1. Created the source and target schemas in new machine.
    2. Create a new workspace
    3. Export the mapping with dependent objects from source server and imported in new server.
    4. changed the source and target location successfully.
    5. Renamed the project namd, module names as i needed successfully.
    But only issue is, i am not table to change the location name.
    Again, i tried the below steps.
    1. uninstall the workspace and create the workspace
    2. create source and target locations as i needed(CA_DW_MBT_SR,CA_DW_MBT_TR).
    3. import only mapping
    4. Able to register the mapping
    Here i am not able to configure the module for newly created locations.
    I right clicked on module and click Configure, go to Stream Administrator and not able to find
    the source and target locations over there.....
    How do we resolve this?
    My data warehouse is runing for each state. I want to copy one state mapping and import into
    another state and customize the mapping. I have hard time to change the location name. Because,
    location name has state code. I can not use the same location name for all other state.
    Any help is highly appreciated.

    Hello Oleg, Thanks for your input.. It helps... but the problem is not completly solved.
    let me explain my whole steps. Plesae review and let me know if i missed anything.
    1. Created new workspace. the workspace is successfully created.
    2. Login to new workspace.
    3. Go to Locations, create source location(entered host name,username, password etc)
    4. Created target location(entered host name,username, password etc), go to db connector on target location, created new db connector and linked the source location here.
    5. Exported mapping and import into new workspace.(I can not use the location name in the exported workspace).
    6. Renamed the project name, module name as i needed.
    7. Double click the module name under Oracle and changed the meta data location and data locations.
    8. Right click on soure and target module and click configure, change the the location and streams administrator.
    9. Right click on mapping and go to configure, go to table operators and change the location as i need.
    10.Right click on target module(under oracle), click generate. On this step, i get the below error
    VLD-1141: Internal error during mapping generation.
    Java.lang.ArrayIndexOutOfBoundsExeception
    11. Go to control center, register the source and targert and followed the step 10. I get the same error.
    I am almost close to complete this task. But i got stuck in the last step.

  • Moving Portable Home Directories from one server to another

    I am in the process of migrating users from an older xserve running 10.3 with open directory to a new xserve running 10.5. So far, everything is looking good with the migration, the only major issue I'm running into in my testing is with Portable Home Directories. Presently, the portable home directory on the computer still points to the old server for existing user accounts after they are moved to the new open directory server. On the 10.3 server, the home directories are all mounted under /Volumes/Home, where on Leopard it appears it wants to create the shares under /Volumes/ServerName/Folder. Granted, at present the original server's Home Folders are on a fiber attached raid and in testing I don't have this available. Any suggestions on a way to test easily without moving the raid? Also, is there an easy way to do a mass change on user machines where if I move my raid over to the new server, I can make sure that users data is being backed up to the proper location?
    Sorry for the lengthy post, just trying to make sure I'm covering all my bases, heh.

    Antonio, thanks for the response. I do have one more question regarding this. On the client side, the mirrors.plist file references the old server FQDN and share name. Because this will be being moved over to the new server, is there an easy method to update the clients mirror plist without breaking the PHD mirror? My big concern here is that either the users will not be able to synchronize phd's or we will have to re-establish all the phd's from the client machines to the server. My thought here is simply using a cname to direct any traffic still trying to hit the old server name to the new server name.

Maybe you are looking for

  • Performance in report RSUSR100N - additional information

    The verification of change documents for role assignements (new with rsusr100n) takes pretty long. With  [SAP Note 1648187|https://service.sap.com/sap/support/notes/1648187] the possibility to improve the performance is provided. Nevertheless, regula

  • How do you completely remove all Logic/Soundtrack/etc content in it's entirety?

    I've been trying to find out for hours where these **** files are hiding. I've just tried to install Logic 9 with all the additional content when my installer failed at the last moment and left everything strewn uselessly around my system. I've delet

  • Acrobat XI Pro & Mac OS X 10.7.5

    I have Mac OS X 10.7.5 and I'm about to try installing a trial version of XI Pro - but the download instructions suggest that it will only work with Mac OS X v10.6.8, v10.7.4, or v10.8 - is that right??  Also I use firefox not safari yet the download

  • ToString() method in my User defined Exception...How is it getting called ?

    CustomException.java public class CustomException extends Exception      private int age;      public CustomException(int age)      this.age = age;      public String toString()      return "this is my exception"; ExceptionTest.java public class Exce

  • Internet browser closes on exit

    i've had other blackberry phones before, pearl and an earlier curve, and i would enter a website and it would still be there if for example i opened a message or answered a phone call, but with my current phone the curve 9320 as soon as i open anythi