Ethernet disk and a networked home directory

is it possible under os x 10.4.8 to store my home directories on an ethernet disk and then be able to mount them from any of my macs? do i need to run os x server?

Try changing the user account's home property in the NetInfo Manager, which is located in the /Applications/Utilities/ folder so that it points to a folder on the Ethernet drive; don't alter or delete anything else in the NetInfo Manager. You may run into issues if you are using the same home folder for two or more accounts which have a different UID property.
(17607)

Similar Messages

  • How to stop the removing a user account and saving the home directory  to a disk image?

    I tried to delete one of two administers on my iMac (10.10.1). After more than 12 hours it will not let me quit System Preferences for it "is removing a user account and saving the home directory to a disk image". How do I finish deleting the administer and quit System Preferences?

    I would recommend asking them in C# forums: https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=csharpgeneral&filter=alltypes&sort=lastpostdesc
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • Safari and Server Admin slow to launch on a Network Home Directory

    I have an issue with Safari and Server Admin that started two days ago. When you attempt to launch Safari or Server Admin while logged into a Network Home Directory on an Intel Mac it will bounce about 10 times, stop bouncing, and then about a minute later launch and act normal. If you quit and reopen Safari you have to wait again. Server Admin exhibits similar behavior, although the delay is longer and there are long pauses while using the program. The network home folder is on an afp share on an Intel XServe w/ 10.5.5 and 4gb of ram.
    Troubleshooting steps already done:
    1. Same intel mac with a local user, Safari and Server Admin launches normally.
    2. Same intel mac with a portable home directory user, Safari and Server Admin launches normally.
    3. Same intel mac with a different network home directory user, Safari and Server Admin have the long delay.
    4. Different intel mac with a network home directory user, Safari and Server Admin have the long delay.
    5. Different intel mac with a local user, Safari and Server Admin launches normally.
    6. Different intel mac with a portable home directory user, Safari and Server Admin launches normally.
    7. PPC mac with same network home directory user, Safari and Server Admin launches normally.
    8. Checked forward and reverse DNS lookups for the home directory servers.
    9. Checked entire DNS zone for forward and reverse lookups.
    10. These exact same symptoms began occurring the same day at another site I manage with a separate DNS and Open Directory structure in another city.
    11. All other programs appear to behave normally as far as I've been able to tell.
    I have the feeling that something strange is going on with DNS and Server Admin and Safari are trying to resolve something, time out, then try to act normally. I don't know why it would just affect intel macs. In addition, there were no setting changes or DNS alterations that happened that I am aware of. These symptoms are also happening at another site that I manage with a completely separate DNS and Open Directory structure. I'm puzzled, any help would be appreciated.

    Upgraded to 10.5.6 and the issue disappeared. I don't know what what wrong, but I think it was DNS related...

  • IMovie temporary files; importing fails on network home directory

    Hi all,
    I work in a laboratory and manage a bunch of Macs. We have a 2x2.5GHZ G5 with 4G of memory and iMovie 6. The mac has two 300 GB disks that are in a concatenated raid group, so the system has about 450GB of free disk.
    The mac is bound to an Open Directory server and users have network home directories. (The network file system happens to be AFS, which is probably unusual)
    The problem I am having is that whenever I am importing a clip from any external source (in this case I have tried a Sony GL-2 and an external DV deck), after about 13 minutes of importing, imovie stops importing, and iMovie displays the blue screen that you get when a video source is connected but not playing... but, the camera is clearly still playing, if I look in the viewfinder. this failure mode is completely reproducible, and always fails at the exact same place. (but works fine on another mac, see below)
    I have tried saving the iMovie project onto both local disk and into the networked home directory, with the same results in either case.
    I've tried the same setup on an identical mac that is not using networked home directories (local only), which works fine. I suspect that the problem has to do with the way the network file system caches/buffers, but I have no idea where iMovie keeps its housekeeping/temporary files. I was under the impression that it is all kept in the project directory, wherever you happen to create it. Are there some files that get written to the home directory no matter where you save the project?
    mjp
    2x 2.5 GHz G5 PowerMac 4GB RAM   Mac OS X (10.4.6)  

    iMovie doesn't have temporary files. All files are kept in the project folder (or "package").
    iMovie: How to Save Projects to Another Hard Disk
    http://docs.info.apple.com/article.html?artnum=93296
    See "Important Considerations" at the bottom.

  • More than one network home directory? (newbie question)

    I have a brand new shiny XServer for a small school. They wanted their Macs managed and secured so I eagerly started moving ahead with it. Now, because of the specific file sharing requirements of the school (teachers want access to student accounts and files for homework and such) I created a standard, by-the-book Network Home folder. Then I thought about it, and I shared another directory as a Network User Home folder. And now none of my networked user accounts can log in. They all give me "can't log in, there is an error".
    Is what I did possible? Allowed? Recommended? Discouraged? Can you actually define two separate Network User Home folders on the same server, and then assign different users to different home folders? My server crapped out and now I may have to wipe/reinstall the whole thing to fix it.
    Does anybody have any experience with home folders like that?
    Any information would be dearly appreciated,
    Thanks.

    Each user can have one and only one home directory, network or local. (Yes, even if you use Mobile Accounts or Portable Homes each account still has one home directory. You just have multiple copies of the user account and each copy has one home.)
    You can have multiple share points that serve as home directory share points. In other words, not all of your users' homes need to be stored in the same place. By "network home directory share point," we mean a shared folder (share point) that has a corresponding dynamic automount record in the directory domain. The share point mounts at /Network/Servers/servername/path/to/sharepoint, and users defined in the directory domain can have their network homes defined there.
    If you want to grant a group of teachers (let's call it teachers for simplicity) read/write access to student home directories, I'd suggest the following strategy:
    1. Create two network home directory share points - one to house the students' homes and one to house the teachers' homes. For this example, let's say that the student home directory share point is located at /Volumes/Disk1/StudentHomes.
    2. Create home directories for each student as you normally would.
    3. Then add an ACL that allows members of the teachers group to read/write within the student home directory share point. For our example:
    sudo chmod -R +ai "group:teachers allow readattr,readextattr,readsecurity,list,search,\
    read,execute,writeattr,writeextattr,delete,deletechild,add_file,addsubdirectory,\
    write,append,fileinherit,directoryinherit" /Volumes/Disk1/StudentHomes.
    4. Now teachers simply navigate to /Network/Servers/yourservername/path.../StudentHomes/student's name and dig around to find what they want. (The teachers have read/write control of all student home directories now.)
    5. When your teachers find it a little inconvenient to dig around in each student's home, suggest the following alternative: Simply create a share point to which students have read-only access and teachers can read/write. Within that share point, create "turn-in" folders for each teacher or class, and give students write-only (drop box) permission to the sub-folder. You could get more granular than this simple example where all students can turn anything into any teacher's "turn-in" folder, though.
    --Gerrit

  • Cloned bootdisk and non-standard home directory location fails login

    I'm running 10.6.3 and have my home directory on a separate partition (but the same physical disk) from my boot partition. I've just used carbon copy cloner to clone the boot partition to a third partition on a separate physical disk for backup. when i boot from the clone, the user account auto logs in but has lost my settings (goes through the welcome video etc.). if i then go into the advanced options in Accounts prefpane and choose the (old) home directory again (whose path is already displayed in the prefs) and reboot, the login fails.
    My question is: Is it possible to have the home directory on a separate partition and still have a working clone of the boot partition?
    Thanks in advance for any guidance you can give...

    ok - answered this one myself. i used Super Duper instead, and made a sandbox backup of my bootdisk, which uses alias links to files and apps. this meant i could have a test bed bootable partition which wouldn't cause trouble for my main install. not perfect but workable...

  • Aperture 2 Thinks Referenced Images are Offline with Network Home Directory

    Aperture thinks my Home directory is offline, but it's not. My Home directory is on a Mac OS X Server on the LAN (i.e., not on the machine in front of me that I run Aperture 2 on). I'm able to import images from my Nikon D200 in RAW/NEF format using Aperture 2, and write them to my Network Home directory (again, on the Mac OS X Server across the LAN) with no problem. Images are added to Aperture Library as REFERENCED images. Actual image files and Aperture Library are within the Pictures folder in my Network Home directory (on the OS X Server across the LAN). Previews and images show up fine initially. However, after importing and quitting, the next launch of Aperture 2 shows those same imported/referenced images as being offline (i.e., alias badge with red strike-thru). No way to get Aperture 2 to recognize that these image files are really ONLINE, not off.
    Tried to re-establish the link from Aperture to each image file using File->Manage Referenced Images..., but that corrupted something. Image becomes red slate with "Unsupported Image Format" message, and image preview goes blank/gray on next Aperture 2 launch.
    Previous version of Aperture (v1.5.?) did not have this problem.

    Thanks for the replies (in triplicate! from grommet). More information:
    REFERENCED images that were imported earlier (using Aperture v1.5.x) show up ON-LINE in Aperture 2 (i.e., all is OK with the earlier images; referenced image badge has no red strike-thru).
    The images that were imported more recently--all with Aperture 2--continue to show the referenced image badge with the red strike-thru, indicating Aperture thinks they're OFF-LINE (even though they're not). This makes it impossible to edit or use any of the more recent images that were imported with Aperture 2.
    Here's the kicker: the more recent images imported with Aperture 2 and indicated as being OFF-LINE are stored in the SAME general file location as the earlier images that were imported with Aperture v1.5.x and are indicated as being ON-LINE!
    My Home Directory is on a Mac OS X Server across the LAN.
    Aperture Library is at: ~/Pictures/
    Earlier images are at: ~/Pictures/Digital Photos/Roll-000001/1999-05-26-0001.NEF
    Recent images are at: ~/Pictures/Digital Photos/Roll-000107/2008-04-17-0001.NEF
    Clearly a bug with Aperture 2. I've filed feedback with Apple. Hope to heck this bug is not overlooked in next incremental release. I'm stuck/dead in the water without a fix.

  • Mountain lion server network accounts are not mounting network home directory, rather its creating a blank local directory

    I have set up a scratch mountain lion server with open directory.  copied over old user account directories and added my users that match the directory ids.  Currently if a networked user logs into a networked computer, instead of mounting the network home directory, its creating a local home directory.  suggestions?
    thanks,
    Dave

    Additional info: it appears that certificates are not working either: setting up ical: "the certificate for this server was signed by an unknown certifying authority."...

  • Lack Permission to access Network Home Directory

    I upgraded OSX 10.4.8 Server to 10.4.9. I also updated the client computers to the same. The server is a Master LDAP directory which houses the users home directories. Since the upgrade when a user tried to login to their home directory they receive a dialog telling them they do not have the permissions to access the directory. They can go to any other machine in the shop and login with no problem. I have found two ways to remedy this. If we shut the affected computer down and pull the plug, when it is restarted they can login. This seems to work 80% of the time. The second remedy has been to remove the apple preferences on the client from "/Library/Preferences", "/Library/Preferences/SystemConfiguration", and "/Library/ Preferences/DirectoryService". Restart the machine, re-enter all of the required info, and we are off and running again. I have not been able to pin this down to a single file. I had one user that I have hit this problem with that nothing has worked.
    Before upgrading the server I backed up 10.4.8 to another internal drive. I have since returned to running off of 10.4.8 but the problem has not gone away. I have checked and double checked permissions on home directories and do not see anything wrong.
    Any suggestions?
    Thanks,
    Rich
    Powerbook 1.25GHz   Mac OS X (10.4.9)  

    Changing the schema password is not the same as changing the password for the portal30 user logging on through the browser. If you wanted to change the schema password, then you also need to update the password in the DAD configuration file, which is in $IAS_HOME/Apache/modplsql/cfg/wdbsvr.app. Update the password entry for the corresponding data access descriptor (DAD).
    If your intent was to change the password for the lightweight user named portal30, then you'll first need to change back the portal30 schema password - just do it through sqlplus.
    The change the password of the lightweight user by logging in as portal30 and then change password from Account Info.

  • Ethernet disk and corrupted files

    Hi to all,
    I´ve recently bought a LaCie Ethernet MiniDisk and I copied some files in it, but when I copy them back to the G5 HD, I have found that the OS tell me that they are UNIX files and I can´t open them with any aplication.
    How can I link this files with the original aplication? I´ve tried "Open with ..." but the application doesn´t recognize the file.
    Sorry about my english.

    Your problem is definitely ressoure fork related. Some file types save information in the ressource fork inside the file. File systems familiar with that do not have problems, like HFS (=Mac OS Standard) or HFS+ (=Mac OS X Extended). Other file systems do not "know" of this ressource fork ad therefore it's often lost. FAT32 would be an example for such a file system. Very often USB sticks or external FireWire/USB hard drives come preformatted with FAT32. So in order to use them with such files it's neccessary to format them as Mac OS (Extended).
    Since your drive is acting like a networked file server you only see "AppleShare" as the format. I don't know the particular drive you're using, but look in its manual for some way to configure it, so that you can reformat its drive. If that's not possible, I'd return the drive and get a common FireWire drive where this is no problem.
    You mentioned that your files don't have extensions. In case that's true and they're not just hidden (can be checked by command+i) they definitely contain information in the resource fork resulting in the unix style icons you see now.
    If you find no way to reformat the drive and want to keep it anyways you can always archive your files before you copy them over. You can do so by using OS X's builtin ZIP. That way the resource fork information won't get lost as long as you unzip the file on a Mac file system.
    For more info on resource fork see:
    http://en.wikipedia.org/wiki/Resource_fork

  • Network Home Directory Setup Help

    Hello All.
    So heres the deal. I got a Mac Pro running Tiger Server and multiple machines running Tiger Client. I can use Admin Tools to create Users, but what do I need to configure on the client machines to see those network User Directories from the login window? I want all of the Users to have home folders on the server and be able to access them from any of the client machines. Im a server newbie and I've never used Directory Access. They are only macs, Do I need to use LDAP or Active Directory? Any tips would be great. Thanks.

    You need to create the users in an LDAP directory. If you create them as local users their Home folder will stay on their local computer. The problem is that you can't have the same user name as a local user and an LDAP user. After you create an LDAP service you will have to restart a client Mac, then it will "see" that LDAP services are available over the network. Then the client Mac will have an "Other" choice at its log in screen.

  • Stop network home from being created and shared on login

    I have successfully set up a OD server bound to Active Directory. I have the shares set up exactly how I want them - except - I don't want network users to have their home folder automatically created. I am only using AD for authentication and not network home folders. Is there a way for when a user logs in to not have the home folder created on the server and thus preventing it from being shared. I only want the shares that I have specified in the Share Point window to show up.

    Hi there,
    I bring good tidings .
    After some tweeking I've gotten this to work.
    Replace [YOURDOMAIN] with the first part of the FQDN, e.g. my.domain.net will make MY.plist
    Step 1:
    copy /Library/Preferences/OpenDirectory/Configurations/Active Directory/[YOUDORMAIN].plist to your Desktop
    Change the permissions so you can edit the plist file (I use Plist Editor pro to edit.)
    Step 2:
    Find the key:
    MCXDockSpecialFolders-Raw
    Step 3:
    Delete the string under it:
    0          AddDockMCXOriginalNetworkHomeFolder
    Step 4:
    sudo cp [YOURDOMAIN].plist /Library/Preferences/OpenDirectory/Configurations/Active Directory/[YOURDOMAIN].plist
    Reboot and watch the magic happen!!
    I have been fiddling about with some other settings in this plist, it seems to be very powerfull.
    I don't know why apple doesn't make options in the AD Plugin to manage these settings, but then again power = the power to break things.
    I still mount the network home drive, but I do it with a login hook so that I have the power.
    Hope to have made some people happy, but I bet I have.
    It's a pity I don't get points for resolving issues myself, this one would be word many points.

  • How to create /home directory in a diferent disk ?

    I installed Solaris 11-11-11 on a x4640 with 4 disks:
    How to create /home directory in a diferent disk ?
    Edited by: user1502 on Apr 25, 2012 1:51 PM

    I'm confused. It looks like you already have /home configured:
    <pre># zpool status
    pool: home
    state: ONLINE
    scan: none requested
    config:
    NAME STATE READ WRITE CKSUM
    home ONLINE 0 0 0
    c4t3d0 ONLINE 0 0 0
    errors: No known data errors
    # zfs list
    NAME USED AVAIL REFER MOUNTPOINT
    home 86K 134G 32K /home
    ...</pre>
    What is the problem? Looks like you already have /home configured. Are you sure automounter is not running?
    Try this:
    <pre>zfs set mountpoint=none home
    rm -rf /home
    zfs set mountpoint=/home home</pre>

  • User account name and home directory name do not match

    A month ago I bought the latest iMac and used Migration assistant to migrate all of my data on over.
    Everything went well... Except that my new iMac would not let me use my old user name. I had to create somethign else.
    So my user (admin) account name is not the same as my Home directory name. (I only have 1 user account and 1 user Home directory... they both are named differently).
    This has not caused problems, but I want to iron this out. I tried using System Preferences/Users and groups to change my user account name to match the name of my home directory name (which has my old user name)... but when I did that it said "Name not available".
    Long time Mac user but I'm not comfortable doing anything deeper without some input & advice.
    Thanks in advance!

    I enable the Root user as outlined in the Apple Way instructions...logged out and loged in as the rooot user... but I really don't want to change the name of my user directory... That's the name I want to keep as a User.
    Even logged in as a Root User...
    I tried to change my current User Name to match by directory name, but it said Name is Not Available
    I also tried to create a new User name that matches my directory name...same results Name is Not Available
    Is there a sudo entry that will change the User to match my Directory name (which I want to keep and use)?
    Thank in advance!

  • Users on network home directories hang after sleep

    Hi,
    I have the following problem: I have a 10.5 server with network home directories. I can login from Snow Leopard (10.6.1) however whenever the machine goes to sleep and comes back from sleep, the user hangs then if you wait a bit then it will come with the message that the share has been disconnected and it asks you to manually unmount. It will stay there forever. When you click disconnect, the system will unmount and remount the home directory but in the mean time, Mail will have reported disk i/o errors in the logs and throw errors (ranging from type in your password to 'rebuild index').
    Going through the log files (and verbosity high) it seems that when going to sleep, the system doesn't unmount the network home directory. After it wakes up from sleep it attempts to unmount the home directory share which off course fails because it's in use and then it locks up, after you click disconnect, it says "spins reported" in the logs and goes on with remounting the shares.
    The issue doesn't happen if the user is local. If anybody has an idea as to how this works or if they have it working, please let me know. I have tried just about anything. AFP shares, NFS shares, I have tried with or without the intr, nolocks, locallocks mount options - they all have the same issue. I have even tried another Mac Mini with a fresh install of Snow Leopard.

    I found a possible cause and solution.
    This has been on 10.6.1 with Mac Mini's. Then we got a new Mac Pro with 10.6 out of the (Apple) factory which I updated to 10.6.1, same issue. What I didn't think about is that by default I install a heap of software (including XCode, Adobe CS4 and Office 2008) with customized packages and workgroup manager preferences.
    So I was mucking around with Cocktail (the tool to clean up caches etc.) and I noticed Snow Leopard hung every time after cleaning & recreating some caches. Now that I had a reliable way to hang Snow Leopard I investigated what could cause it.
    I noticed during a PackageMaker session that Adobe CS4 installs a Version Cue startup script in /etc/machinit_peruser.d. I deleted it, rebooted, used Cocktail again and it went all the way through without hanging. Rebooted again, according to the logs it pre-linked & cached the kernel and several kernel extensions and that was it, no more hangs, no more issues logging in after sleep or screensaver.
    So possible causes:
    - VersionCue installs itself as a kernel module or something (the location says "mach" which is the kernel after all) which is not compatible with Snow Leopard.
    - The caches and kernel extensions were 'dirty' out of the box but VersionCue (or something else that interacts with it) blocked my or Snow Leopard's automated attempts to clean them.
    - VersionCue reinitializes (it sits on the network after all) after a sleep or screen saver timeout in a way that gives issues with Snow Leopard

Maybe you are looking for

  • Help required in F4IF_INT_TABLE_VALUE_REQUEST

    hi all, I am using F4IF_INT_TABLE_VALUE_REQUEST function for F4 list , below is the code im using,   DATA : zmatnr TYPE zauvvselscr-matnr.   DATA: w_choice TYPE sy-tabix.   DATA: BEGIN OF i_values OCCURS 0,             werks           TYPE zauvvselsc

  • How can I add a JButton in a JList

    Hello every one, Please, if some one knows how to put a JButton or JLabel in a JList let me know. Thank you in advance

  • How to remove pound values (#) in bex and need to replace with Blank

    Hello Everyone, In Business Explorer Query Designer ,If the data of an infoobject is initial, it will display as  pound(#)  in reports.I want to remove the pound(#) symbol as BLANK , what can i do ? Can anyone help me ? Regards, John

  • LMS 4.2 Device Discovery

    I have used every version of LMS since 1.0 and I'm very familiar with the software.  My problem is with the last few versions and the device discovery feature.  It seems that in earlier versions, once the seed device was configured and devices had th

  • Disk Utility hanging on Erase/Partition OR Howto backup a dual boot Mactel?

    I'm trying to use Disk Utility to format an external usb hd as HFS+ for backing up my Macbook. Running 10.4.7 and Disk Util 10.5.6 (latest version afaik) Problem is whenever I try to either Erase format a hard drive using my usb2 external enclosure,