Moving User's Home Directory from one Xserve to another

Does anyone know the procedure for moving users (Home Directory) from one server to another?
Is there an application that can do this?
Xserve G5   Mac OS X (10.4.4)  

I see your problem and I think I will soon have the same one.
I suppose one option would be to delete out the .plist. Then when the user logs in the server should recreate it. If the user had customized it they would of course lose any information.
You could also setup a loginhook that would just run the needed defaults write... and update them as needed. Actually I think that would be the easiest option. The only down side would be making sure every use logs in once before you remove the script.
Hmm I guess another option would be a script that loops through all the users accounts and runs the command as the user. sudo -u usershortname defaults... But I am not sure if this would have to be done on the server it self or if it could be done through a client.
Sorry for the rambling but I am trying to come up with an answer..

Similar Messages

  • What is the best way to transfer home videos from one mac to another?

    What is the best way to transfer home videos from one mac to another?

    hustonsmom wrote:
    the commercial is deceiving to me. i am not the most techy person and i thought that you could share full song playlist which to me meant the songs also. that is all, it wasnt anything you had said but i am really thankful you enlightened me because i would still be racking my brain trying to figure out how to do it.
    You can share songs, but if there is DRM protection on the song, it will not play on the other device unless you also transfer the rights to the other device. You are getting into the problem of music piracy.

  • Transporting user defined selection screen from one server to another

    How to transport a user defined selection screen (0100) from one server to another.
    PBO and PAI modules written in PBO and PAI events for the selection screen are
    not transported.
    How to transport the modules in the events for the selection screen.

    Hi,
    Krishna, <b>All</b> the Objects(prms,classes,tables,stru...) will be transported thru Transport Objects only..
    Check Utilities->version->Version Mgt -> Here u will have the Transport number(if it's created under trnasportable obj).If you do not find TP no,then u would hav saved that as a Local Object.
    Then Relase the TP no from SE10 Trnx.
    Rgds,
    Jothi.P

  • Moving a List Item attachment from one list to another

    Hi,
    What are the best way of coping / moving the List Item attachment using
    jQuery / JavaScript in SharePoint 2013 from one list to another.
    Thanks
    Saroj
    Impossible is nth but good coding :-)

    For your needs better try to code your own solution. See
    SharePoint JavaScript Class Library for details. You can have two possible architectures:
    Make all work from JavaScript. And the first your step will be
    addItem method of SP.List.
    Make processing of selection on client in JavaScript and call your custom server-side component (may be an application page) for items copying (creating copies in new list of already existed items from initial list.). See
    this for example.
    Also be careful with context.load. It's recommended to write all next code in context.executeQueryAsync. Use Firebug in FF and developer tools in Chrome for debugging your code and to find what is wrong.
    Or 
    https://social.msdn.microsoft.com/Forums/sharepoint/en-US/1d01a48f-c28b-467b-acd1-22e5fb266670/how-to-retrieve-list-items-and-copy-it-to-other-list-using-javascript-object-model?forum=sharepointdevelopmentprevious
    <script type="text/javascript">
    ExecuteOrDelayUntilScriptLoaded(retrieveListItems, "sp.js");
    var siteUrl = 'Site Url';
    function retrieveListItems() {
    var clientContext = new SP.ClientContext(siteUrl);
    var oList = clientContext.get_web().get_lists().getByTitle('List1');
    var camlQuery = new SP.CamlQuery();
    camlQuery.set_viewXml('<View><Query><Where><Geq><FieldRef Name=\'ID\'/>' +
    '<Value Type=\'Number\'>1</Value></Geq></Where></Query><RowLimit>10</RowLimit></View>');
    this.collListItem = oList.getItems(camlQuery);
    clientContext.load(collListItem);
    clientContext.executeQueryAsync(Function.createDelegate(this, this.onQuerySucceeded), Function.createDelegate(this, this.onQueryFailed));
    function onQuerySucceeded(sender, args) {
    var listItemInfo = '';
    var listItemEnumerator = collListItem.getEnumerator();
    while (listItemEnumerator.moveNext()) {
    var objListItem = listItemEnumerator.get_current();
    var clientContext = new SP.ClientContext(siteUrl);
    var oList = clientContext.get_web().get_lists().getByTitle('List2');
    var itemCreateInfo = new SP.ListItemCreationInformation();
    this.oListItem = oList.addItem(itemCreateInfo);
    oListItem.set_item('Title', objListItem.get_item('Title'));
    oListItem.update();
    clientContext.load(oListItem);
    clientContext.executeQueryAsync(Function.createDelegate(this, this.onQuerySucceededFinal), Function.createDelegate(this, this.onQueryFailed));
    function onQueryFailed(sender, args) {
    alert('Request failed. ' + args.get_message() + '\n' + args.get_stackTrace());
    function onQuerySucceededFinal(sender, args) {
    //Do next set of operation if needed
    </script><input name="btnVarIQReject" onclick="retrieveListItems()" type="button" value="Submit"/>
    Please use my above POC code to start. This will copy all the title field value from list1 to list2
    If this helped you resolve your issue, please mark it Answered

  • Moving and Copying Plug Ins from one channel to another

    According to p305 of the Logic manual, "Command dragging plug ins from one insert to another copies them along with all parameter settings" ( in the Audio Configuration window),
    However when I do this it MOVES the settings and plug ins leaving the original track bereft...
    Any explanations gratefully received
    ms

    "holding option command copies the plug in settings" p305
    This is the obvious work around ... excuse the air space

  • Transferring home movies from one computer to another

    What is the best way to do this? I have about 500 video clips that I want to move from one computer to another. I've tried using the export function in iPhoto but all I get upon transfer is a single frame of the movie. I keep the files on an external HD but I can't find where they are stored. I see the iPhoto app to open but not the original files. Additionally, whenever I do locate these files, how can I get them transferred with the keywords assigned to them? TIA! Going from a MBP running 10.6.8 to a MBA running 10.8.2

    I'm not sure you can assign keywords to a movie on export, as these are written to the exif metadata of a photo and most video has no such metadata.
    You say you've tried the export function in iPhoto, but what settings have you used? Exporting with the Kind set to Original should yield the videos.
    Regards
    TD

  • 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.

  • How do I download my phone directory from one phone to another

    I am changing service providers to one that has local technical support but horrible coverage (Sprint) to one that does not have local technical support or provide you a phone. Sprint does not use SIM card. I am using a 9330 with Sprint and was given an old 8310 until I can afford to buy a new phone. I want to download my phone directory from my 9330 to my 8310. Does anybody know how to do this? I have the Blackberry Desktop Software on my PC, but it treats each phone separately, and I can't see where my phone book is.
    Solved!
    Go to Solution.

    Simplest, install and backup your device using BlackBerry Protect.
    Then on the new device, install and change devices in Protect and restore the previous backup.
    ALSO, do the recommended Desktop Manager backup and restore of your address book.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • File associations are lost when user account is migrated from one domain to another domain (SID changes)

    Hello,
    Currently we are in the middle of a migration project. We are migrating users from child domains to the root domain of one organization.
    The user accounts are migrated with powershell using Move-ADObject cmdlet. This works as expected. The SIDHistory attribute is updated correctly.
    Recently we received complaints from some *migrated* users - they lost their default/custom file associations. This happens only on Windows 8/Windows 8.1.
    What happens:
    the user is migrated and logs on
    her profile loads and everything's preserved (as expected)
    the user clicks on a .jpeg file (previously associated with program XYZ)
    OS asks the user to choose a program to open the file with
    the user chooses a default program XYZ and the file opens
    when the user clicks on a .jpeg file again - OS asks to choose a program again
    i.e. the settings are not preserved.
    Our investigation shows that it is connected with the UserChoice registry key and the HASH value under HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.SomeExt
    According to this blog 
    the HASH is calculated based on user's SID. But after the migration the user has new SID and the HASH becomes invalid and we hit this:
    "However In Win 8, the registry changes are verified by a hash (unique per user and app)  that detects tampering by apps. In the absence of a valid hash, we ignore the default in the registry."
    Currently deleting the UserChoice key for all associations solves the problem. But the user has to make all her customizations again which is undesirable.
    Is there any supported way to fix this? Why the OS doesn't update the HASH after the first logon when the SID has changed as it updates the SID for the ProfileList key? 
    This could become big issue in large migrations.

    Hello Petar K. Georgiev,
    Please check the following article to change the registry key to change back to the default file type associations.
    http://www.sevenforums.com/tutorials/19449-default-file-type-associations-restore.html
    Please note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Best regards,
    Fangzhou CHEN
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Moving an iTunes Movie Rental from one computer to another

    How do I do it?
    When I try to play it on the second computer, I get the message:
    "Cannot play rental because it is authorized for playback on another computer or device." or similar.
    Thanks!

    According to the documentation I found today... after a lot of digging.
    "You can only play your rented movies on the computer you rented it from and only if it is authorized to play your iTunes Store purchases and rentals."
    This is an extremely bad user experience. I now have 2 rentals on my work mac that I can't play at home as I intended. Didn't anyone think that users would download with their fastest network? Users should be abel to play rentals on of their five authorized machines. I was considering an iTV setup, not any more.
    And watching a movie on an iPhone... what a waste!

  • Moving the HFM Oracle Database from One Server to Another

    Our Oracle DBAs have requested that our HFM Oracle db in TEST be moved to another server. When we tried this in our DEV environment, we had major issues afterwards and some of the software needed to be re-installed. Does anyone have any recommendations on how what we need to do on the Hyperion side prior and post db move to make the transition smooth? In addition to HFM, we have Essbase, Planning, Workspace, Interactive Reporting, Financial Reporting and Web Analytics.
    Thanks.
    Terri Taylor

    If all of the database files, including the binaries, are on a SAN you might be able to...
    1. Cold backup of everything - database files and binaries.
    2. Dismount the SAN volumes from the old server.
    3. Mount the SAN volumes to the new server - using the same mount points.
    4. Start up the database on the new server.
    If the OS version/release are the same between new and old, that should be about all you need to do.
    If the OS is same but upgraded to new version/release you will want to relink the Oracle executables before starting up.

  • Moving or copying a photo from one album to another

    I am new to Mac and iphoto. I imported photos from a photo card to my library. I have an Album containing some of the photos imported to my library. When I went back in later to move (or add) some photos from the main library to my album, I could not seem to drag or copy them. Any suggestions regaeding what I might be doing wrong?

    First, if you are new to iPhoto, I suggest that you take the time to look at the tutorials for iPhoto and all of the iLife applications that you are going to be using. start here
    And, be sure you understand how iPhoto works, what it does and does not do.
    Look at this thread and read the posts by Smtr and Terence Devlin for more information look here
    Now, you have imported photos into iPhoto, created an album and now you cannot add photos to it?
    Have a look at this, from iPhoto Help:
    Creating a standard photo album
    You can create standard albums to better organize your photo library, group the photos you want to burn to CD or DVD, or choose pictures for a webpage.
    To create a standard photo album:
    Choose File > New Album.
    You can also click the Add button, which looks like a plus sign, in the bottom-left corner of the iPhoto window, then choose Album from the pop-up menu.
    Type a name for your album and click Create. The album appears in your Source list.
    Click Library, then drag photos to your new album.
    You can also add a photo to an album directly from another album, a CD or DVD, or another location on your hard disk. When you add a photo to an album from another location on your hard disk, iPhoto automatically imports it into your photo library.
    You can also select the photos you want to group first, then create a standard album from them. To do this, Command-click to select all the photos you want to include in the album, then choose File > New Album From Selection and name your album.
    You can also create an album by dragging a folder of photos from the Finder into an empty part of iPhoto's Source list. iPhoto creates an album with the folder's name and imports all photos contained in the folder.
    Lastly, if you have followed all these instructions and still cannot put a photo into an album, try deleting iPhoto's preference file. It is found in YourUserName/Library/Preferences/com.apple.iphoto.plist.com. You need to close iPhoto first, locate the plist file and trash it. Don't worry, iPhoto will create another one when you open it again. Open iPhoto and see if it works ok now.
    Post back after reviewing/doing all of this, if you are still having problems.

  • Help in moving a Premier CS4 project from one coputer to another

    As the subject line says: I have upgraded my editing computer to a 12 G, i7 system and I would like to move an existing project on my older Duo Core 2 system to the i7 system. Both are on my network and I have already copied the media files over. I would like to know how to export, migrate, backup/restore, move the Project and then point the project to the media files.
    Any assistance would be appreciated.
    Thanks,
    Lp

    Thanks Eddie. The 'Help' reference was right on. I followed the instructions and chose space on another drive. Once it had completed, I copied the new subdirectory that I had created as the target to the new computer. Harm, thanks also to you but I did not have to respect the drive letters or original subdirectory structure. After the copy had completed, I opened Premiere and navigated to the location and opened the project. The only thing it complained about was the scratch locations and I reset those to a 'custom' location. Then I scrubbed through the timeline, rendered the transitions and was home free!
    As an 'FYI...', my new system is a homebuilt i7 920 @ 2.67 Ghz (no overclocking needed), 12 Gig Ram, and an Nvidia GeForce GTX-260 video card and the combination is fantastic. the scrub, playback, render are smooth and flawless. No jerking or pixelization problems. The old project was shot with a Sony SR-1; a new project with a Sony XR520v at full HD.
    The old system was a DuoCore 2 Q6700. The difference is nothing but amazing!
    Again, thanks for the assistance. (I had searched but forgot the obvious!)
    Lp

  • Copying/Moving new Motion 4 Templates from one computer to another

    I want to move added Motion Templates from my Mac Pro to my MacBook Pro to take on the road with me. These were originally created in Motion 3, I opened, converted and saved into Motion 4 and now need to copy them over.
    How do I do this accurately and wholly so they work fully on MacBook Pro?
    Thank you for any help

    User/Library/Application Support/Final Cut Studio/Motion/Templates

  • Moving specific songs in iTunes from one computer to another

    What is the easiest way for me to move selected songs from my current iBook to a new iBook I have given my daughter for Christmas. I would like to separate my music from her music and transfer her music to her iBook's iTunes.
    Thanks!

    Well...I think you could use a firewire cable and hook the computers to each other and just drag the files over. Or you could drag the files to a flash/thumb drive and then transfer them to her computer. If neither of those work for you, you could put all of her song files into a playlist on your computer, select the playlist and then choose Burn Playlist to Disc. Then put that disc (or discs) into her computer and import the songs into her iTunes library.

Maybe you are looking for

  • Page copy seems to mess up item validation referenced fields in new page

    Hello team, this morning i create two pages as a copy of an existing page in Apex 4.0.1. This page contained 4 regions, each one containing 4 items, sort of: reg1 P44_ITEM_A1 P44_ITEM_B1 P44_ITEM_C1 P44_ITEM_D1 reg2 P44_ITEM_A2 reg4 P44_ITEM_D4 There

  • Problem with return true and if statement

    I'm making a ship shooter game and I have a problem with the collision detection for the corners of the stage. When you hold down two of the arrows to move the ship into the corners of the screen, the ship will go past it. The function bellow is what

  • Intel KMS + mplayer with .32 kernel

    Hi Just want to mention that with the new 2.6.32 kernel from [testing] mplayer works again in framebuffer with intel KMS I have a 915 GM chipset and was not able to watch a movie in tty for months (since I switched to KMS). Just use it with -vo fbdev

  • Allow Aspect Ratio Save as Default or Preset

    Requesting feature; aspect ratios can be saved as camera default or as a develop preset.

  • H.263 not in CS3?

    Hello there! I searched all over, but I couldn't find an answer to my Question: I really need the H.263 Codec for my mobile phone, PSP and PS3 videos. The newer H.264 doesn't work. But the strange thing, I cannot find it in Adobe Premiere Pro CS3. I