Automount xsan on OSX Server 10.4.8

Greetings,
I'm planning to put up a server based network were all of my client should login thru my OSX Server 10.4.8 using the open directory. Is it possible that can I limit the access of my client to my xsan or xserve raid to mount and even the quota.
And also how can I mount a specific shared folder automatically as soon as the client login.
Hope you could help me
Thanks
Im using
SERVER:
-MAC G5 dual 2.5
-OSX Server 10.4.8
-XSAN w/ XSERVE RAID thru FIBER OPTIC card
CLIENT
-MAC G5 dual 2.5
-OSX 10.4.8
-XSAN thru FIBER OPTIC CARD

It sounds like it could have to do with UID from AFP clients sharing the same hidden folder (.Temporaryfiles/.User501 "something" - don't remember the excact name) on the "root" of the server share(s).
Office will create this folder but it really should have a unique UID for each user so the server can separate who is "editing" what (temporary)file.
This can happen if "all" clients are setup with the local UID 501.
To get around this we have been changing the users local user account UID with a couple of Terminal "tricks" by "gatorparrots":
http://forums.macosxhints.com/archive/index.php/t-12077.html
Changing UIDs in the terminal is a simple NetInfo property overwrite:
sudo niutil -createprop . /users/userName uid XXX
(replace userName as appropriate and XXX with the new UID number)
Finding and changing UIDs across the filesystem is a one-liner command:
sudo find / -user UID -exec chown userName {} \;
(replace UID with the old UID number and userName with the new user name to associate file ownership.)
On the local machines we've used the account UIDs from the server (WGM).

Similar Messages

  • Is OSX server right for me?

    i work for a small dvd authoring house and I am trying to improve the efficiency of our workflow.
    We are mostly PC based, with a few powermac G5s. I have set up one of the powermacs as a central storage server. It is connected to a 2 terrabyte raid array via fiberchanel.
    Everyone retrieves and places files on to the array by connecting through gigabit ethernet to the powermac which is sharing the volume using a shareware program called sharepoints.
    I have recently setup one of our employees that works remotely with an FTP account using tigers built ftp server so that she can also connect to the central array.
    My questions:
    Will upgrading the powermac to osx server yield any benifits for our workflow?
    Is it possible to put two seperate gigabit ethernet cards in everyone's computer for faster network transfers to and from the central storage?
    Our remote employee has noted that downloads and uploads to our server via FTP are far slower than transfers she makes to other ftps. Currently 20k a sec is her top speed with an avg of 10. She was getting close to 100k/s with the FTP server we rent from Readyhosting. Will upgrading to osx server improve the speed of remote transfers, what about rumpus?
    We transfer a lot of media files throught out the day, it adds a lot of overhead. We cant afford to go all out with xsan and fiberchannel switches. Does anyone have any suggestions that may improve the workflow.
    What would be ideal is if our digitizers could capture a movie directly to the central storage array and our dvd authors can read the files directly from the array. My gut feeling is a gigabit network doesnt have the bandwidth for this.
    thanks for any insight.
    ryan

    Will upgrading the powermac to osx server yield any benifits for our workflow?
    I doubt it. As long as the limited number of connections and lack of GUIs for the configuration aren't a problem, there isn't really much difference between client and server.
    Is it possible to put two seperate gigabit ethernet cards in everyone's computer for faster network transfers to and from the central storage?
    Not really. Trunking or bonding is connection based. In other words, one file goes over one wire, next file next wire. So if you're going to be transferring numerous files at once, it will benefit you, but if you're just transferring one big file, it won't.
    Our remote employee has noted that downloads and uploads to our server via FTP are far slower than transfers she makes to other ftps. Currently 20k a sec is her top speed with an avg of 10. She was getting close to 100k/s with the FTP server we rent from Readyhosting. Will upgrading to osx server improve the speed of remote transfers, what about rumpus?
    Have you checked the configuration of FTP thoroughly? FTP has the ability to limit how fast connections can transfer and this may be on accidentally.
    We transfer a lot of media files throught out the day, it adds a lot of overhead. We cant afford to go all out with xsan and fiberchannel switches. Does anyone have any suggestions that may improve the workflow.
    One other possibility is InfiniBand. It looks to be ~$1500/machine vs. ~$2100/machine for XSan.
    What would be ideal is if our digitizers could capture a movie directly to the central storage array and our dvd authors can read the files directly from the array. My gut feeling is a gigabit network doesnt have the bandwidth for this.
    Judging by the number of posts in the XSan forum that frames are dropped with XSan, I would say that gig isn't going to cut it. It looks like one of these streams needs ~150 MB/s and that would be, to be solid, both controllers on an XRaid.
    Roger

  • Diffs b/n 10.4.3 clients and 10.3.9 on OSX Server 10.3.9

    We have a smooth running OSX Server (standalone running 10.3.9) with mainly 10.3.9 clients (G3 iMacs to latest eMacs). When we configure brand new 10.4.3 clients (new eMacs) using the same settings in Directory Access we can't get login to work.
    All that happens is that the Username and Password go grey and the machine hangs with frantic network activity (based on flickering lights on the switch). The dialog box doesn't shake.
    In some cases the computer will eventually login but it takes several hours - usually though, not at all - or at least I get sick of waiting after a full school day.
    Clearly there is some wrinkle about 10.4.3 that I can't see. If I clone one of our 10.3.9 machines onto the new machines they workl perfectly, but I want to use Tiger.
    Everything is fully updated, network is 100baseT.
    Steve Richards
    Creswick PS
    Australia
    eMacs and a G4 Xserve   Mac OS X (10.4.3)   Server is 10.3.9

    Stephen,
    You seem to be doing pretty well for having trained yourself.
    By forward and reverse lookups, I meant DNS lookups--I typically use nslookup, but lookupd will work too. If you get the server's IP address from the FQDN (foward lookup) and the FQDN from the IP address (reverse lookup), then your DNS settings are fine.
    Ultimately, you should change the paths to your share points so they meet the requirements, but before you do that, I would run a test with a temporary share point to see if you can get your 10.4.3 clients to work. Use something like the default /Users share point--re-share it if necessary, and make sure you create a network mount record for it--and then set up a test user with its home directory in that share point. Then see if you can log in as that user on a 10.4.3 client.
    If you still can't, try using the dscl command-line utility to see if you can see the directory records for your automount. Here's an example from our setup (what you type is in italics):
    % dscl localhost
    cd LDAPv3/10.1.0.101/Mounts
    /LDAPv3/10.1.0.101/Mounts > ls
    my.server.edu:/Volumes/Students
    /LDAPv3/10.1.0.161/Mounts > read my.server.edu<tab to auto-complete>
    cn: my.server.edu:/Volumes/Students
    mountDirectory: /Network/Servers/
    Basically, this tells you what mounts are published on your server. In your instance, you should see an entry for your Group Folders/Middle Years share point in the list from the ls command. If you can see the mount records for your home directory share points, and you can see the attributes of those records with the read command, that eliminates one possible source of the problem (whether the client is having problems binding to the server). This is unlikely to be the problem in your circumstances, but it's good to eliminate it out of the box.
    Note that your server's entry may be listed by host name instead of IP address--in dscl, cd into the LDAPv3 directory and do an ls to see what's there. If you don't see an entry, or if you can't cd into the Mounts directory or you see nothing there, try rebuilding the Directory Access preferences from scratch. Log in as admin, delete the contents of /Library/Preferences/DirectoryService, reboot, and run Directory Access to re-add an LDAPv3 configuration for your server. When you do that, enter the server's IP address, and Directory Access should fill in the search base for you. Save, quit, and reboot the machine, and see if you can log in then.
    Now, to your questions. Search base is in fact the dc=my,dc=com part. The ldapsearch command is useful if you need to see whether your client can bind to an LDAP server. It's actually not likely to be helpful in this situation, because your clients seem to be authenticating. I wasn't thinking when I added that suggestion. As to "static bind"--that just means that you are configuring Directory Access explicitly to contact a specific server, rather than letting the client get that information through DHCP.
    If none of this helps, of course, post back. And good luck.
    David Walton
    Power Macintosh G5 1.8/PowerBook G4 15 1.42   Mac OS X (10.3.9)  

  • Osx server installation

    Hello,
    I am trying to install OSX Server on my Mac Mini, and it gives me the following error message:
    "Fehler beim Aktivieren der Software. Es wurde ein Problem mit dem Server erkannt. Laden Sie den Server erneut aus dem App Store"
    in English it should be something like this
    "Error when activating the Software. A Probelm has been identified wit the Server. Download the Server again from the App Store".
    However downbloading it again and again only gives the same error message again.
    Does anyone know why I am getting this error and what I can do?
    Thank you for your help!

    Hi
    You will see the 99 folder on the Server. It will be in the folder designated for Home Folder creation and automounting. It gets created if there are no home folders.
    Is this the only server on the network?
    What happens if you create a new user and home folder, one whose log in name and password does not exist anywhere else and is also not the clients local admin account. On the client click other and log in with that account. On logout does this users home folder disappear off the server?
    Tony

  • New OSX Server Installation - User Home Folders Dissapear after on logout

    hi all,
    Can anyone help me identify this problem that i`m getting with a new fresh install and setup of OSX-server 10.4.10? Basically i have setup the server but when users are logging out of their binded 10.4.10 macs their home folders are dissapearing off of the server. If anyone needs anymore detailed information on the configuration please let me know
    thanks,

    Hi
    You will see the 99 folder on the Server. It will be in the folder designated for Home Folder creation and automounting. It gets created if there are no home folders.
    Is this the only server on the network?
    What happens if you create a new user and home folder, one whose log in name and password does not exist anywhere else and is also not the clients local admin account. On the client click other and log in with that account. On logout does this users home folder disappear off the server?
    Tony

  • Adobe CC with OSX server

    We used the Adobe Creative Suite for a long time in a situation where users login through on open directory osx server.
    It worked fine until we started to use Adobe Creative Cloud. We use the Enterprise version.
    Computers are very slow now, especially Indesign crashes a lot and can sometimes not even be opened anymore.
    Has anybody experienced the same problems?
    Regards,
    Martin

    Martin,
    Have you made any progress on this issue or found out anymore about running CC in a server environment? I am researching the same thing now and can't find straight answers.
    Thanks,
    Thomas

  • How do I install Mavericks without invoking the OSX Server Plugin?

    How do I perfrom a clean install of Mavericks from the Recovery Partition without it automatically installing, and then invoking or executing the OSX Server Plugin that ultimately results in rendering open directory operable as well as the server.  I have ignored this continously, but the other day I went into the terminal and typed ARP -s that lists the shortname for the host of my MacBook Pro and it gave a totally different name than what I had given it in the wi-fi network interface under the WINS tab. More importantly, I do not want to install open directory nor the osx server plugin as it opens up more complexity than I want to deal with.  Any suggestions is greatly appreciated.  BTW, below are the steps I performed for installing Mavericks.
    1. Powered on the MacBook Pro and then hit the Option key.
    2. This took me into the Recovery Partition, whereby I went into the Disk Util and erased or formatted the hard-drive.
    3. I then clicked out of the Disk Utility and went into the Recovery Mode by clicking on reinstall the current OS.
    4. I went through all the prompts and the system downloaded a current version of Mavericks.
    5. After completion, I turned on my Macbook Pro and went through the prompts to install Mavericks.
    6. This is all I did, and I didn't download the OSX plugin nor invoke it in the new version of the Operating System. 
    I just assumed that it was a standalone version until I found the server for osx running with open directory invoked, the server invoked, along
    with other components relative to a new standalone version.
    Again, my question is simple: How can I reinstall Mavericks without it downloading and automatically
    iinvoking the components as described above? 

    Hi. Because both Mavericks and Windows 8 are still new, they may not be free of error. Apple needs more time to perform more tests to ensure that these two different OS's will work properly without getting in conflicts. If it's posdible, I highly recommand you to downgrade back to Lion or Mountain Lion and install Windows 7 (if you have a copy of it). In my experience, all advises from Genius Bar members and computer articles confirm that  Windows 7 will work on Macs with Lion OS. It should also work on Mountain Lion. Besides Boot Camp, you could try to virtualize Windows OS and its applications by using VirtualBox, CrossOver and other VMs. I already have an Oracle VirtualBox but I would like to try Boot Camp since it allows me to enjoy almost all Windows features that may be limited in VMs.

  • Will I have OSX Server in my App Store if I buy a "Mac Mini with OSX Server"?

    I am planning on buying Mac Mini for a Home Media Server, and I am curious if the OSX Server will be added to my account. Or do you think I would better get the same system configuration without the OSX Server, then buy it from the App Store? Is there going to be a difference between the two different processes.

    It won't automatically be added to your account unless you supply your account details when you buy.  But once you've received your server you can phone Apple Sales and give your details (including order number or server serial number) and they should add Server to your account for you.
    What you actually get will be identical.

  • Does simple file and folder sharing on an iMac work with OSX Server?

    Hi There
    I wonder if I should install OSX Server on an iMac wher several users work on the same files and folders.
    My question - before I do something I might regret:
    Does simple file and folder sharing on an iMac within several users really work with the help of OSX Server?
    All I want to be able to do:
    Admin creates a new folder1 and gives it read- and write access for user1 and user2.
    User1 creates a subfolder1 in folder1, and a document1 in subfolder1.
    User2 edits document1. Later Admin edits document1.
    All these simple editing of files and folders (and subfolders) within a main folder should be possible. This is not possible now.
    Is everything clear? I'm not a network specialist or something, I just want to give some co-workers access to some data on my computer without problems.

    So what you need are recursive permissions.
    I suggest you create a group and add user1 and user2 to that group. You can name that group whatever you want, but for now i will call it FSUsers
    Execute this in terminal. Replace FSUsers with your new group
    sudo chmod -R +a "FSUsers allow list,add_file,search,add_subdirectory,delete_child,readattr,writeattr,readextat tr,writeextattr,readsecurity,file_inherit,directory_inherit" /Users/Shared/*
    Replace /Users/Shared with the location of your shared folder. Make sure you keep the /* at the end (this allows all subfolders and files to get the same permissions.
    If you need to add people to the share just add them to the FSUsers group, the FSUsers group should should also be allowed in the sharing preferences.

  • Pop/Imap retrieving and redistribute in LAN with OsX Server

    It's possible to download mail accounts hosted in my isp and redistribut'em in my lan with OsX Server with it's own mail server?
    The scope is not to have a local server mail because we have ADSL and sometimes the line broke up...
    We prefere have mail hosted more securely in our external isp.
    But an internal mail server is a commodity very useful...
    Sorry if the questions is answered before...
    Thanks in advance.

    Maybe not easy but should work:
    http://www.macosxhints.com/article.php?story=2002052509542613
    man fetchmail

  • Using Amazon S3 as linked storage with OSX Server 10.6.7

    Hello everyone!
    I will be getting a nice Mac Mini OSX Server tomorrow. I'm not new to networking and I've done over a month of reading the PDF's here that are related to the server and software. I think it's a great tool at a great price.
    My question is:
    1) Is there a way I can use the S3 Amazon Simple Storage Service as secured linked storage space or SMB to the OS X Server?
    2) Is there a way that the OSX Server software can pass both the S3 Access Key and Secret Key to S3 to securely access directories on the S3 Amazon Cloud?
    I would like to use S3 Amazon Simple Storage as a secured disk space solution that would be reliable a quick. Am I asking too much?
    Thanks!
    JT

    Would it be a good idea to have another computer link to the Amazon S3 then have the OSX Server link through that computer to S3?
    Or would I have to create a script / CGI to authenticate to Amazon S3 to access the directories.
    My goal is to use Amazon S3 as copy and playback storage.Like a hard disk connected to the OSX Server via a firewire or an Ethernet connection. Does the sound too simple? It must be possible.

  • Can I use my external hdd with OSX server

    Hi i am thinking about using OSX server, but I dont have very much space on the computer I would b running it of of so I would store everything on my 4TB Wd external HDD. Is this posible, and how would I set it up to do that? Also, my external also has some backups from other computers on it and will I loose any of that? I would probably partition it so that 1TB of it has all the servers files and everything.
    Thanks,
    Ben

    Yep you can use any connected drive for server storage, its under the settings tab called Service Data
    No you wouldn't lose anything on the drive (assuming its Mac formatted) but clean partition would be a good idea

  • Help for first install of macpro with osx server

    Hello to all
    it's my first message on this forum, i'm seeking for help because i'm kind of new with Mac systems.
    I'm gonna explain the problem
    So we are going to buy a mac pro and put 4*2To inside with raid 5 and osx server.
    The problem is that the cost of installation of sotwre and deployement etc is really expensive.
    I need to create a vpn too, this mac pro is gonna be a storage and multiple users must have acces to it. In fact this mac will be connected on the router and users will acces to it on local network then later we're gonna move from our base so the mac will be at the home of one of us and other users will have to access it from outside.
    I was thinking avoyding cost of install by doing it myself.
    So i've thinked that the best way to do it is by asking help to the community.
    Is anyone can help me with this or tell me where i can find tutorials to do it?
    I have skills but this is hard form me. The thing is that i learn fast. But i need help.
    Maybe my post is not really clear i write as it comes to me, english is not my langage too.
    So feel free to ask me questions or informations if you need.
    In the same time i'm reading posts on the foum about this kindof installations.
    Thank u so much
    .anto.

    Dear Marcassin
    i am happy to help to your problem .
    first i would say you must read the Documentation. and you should familier with Mac Os installation System.
    in your Mac Server DVD you will find the schedule sheet . print that and plan your server first. it will really help full. then come and list down the all the requirements.
    may be you will need more services after that.
    But again again again . read that sheet and fill all the requirements. and come back or read specific captors in the Documentation.
    if you want more details about the installing sachira.herath at gmail
     certified Pro 10.6/10.5

  • Outlook doesn't want to connect with OSX Server on 2 out of 3 clients

    I have three computers on which I have installed Outlook 2011.  All three are running Mavericks.  On one of them, a MacBook air, I have established an outlook account connecting to my OSX server with no problems.  On the other two computers when I set the parameters the same way, I cannot establish an outlook account.  When I use Apple Mail on any of the three machines, I am able to establish accounts for iCloud and  the OSX server with no problems.  Can anyone point me to the source of this problem or a method for trouble shooting it?

    Hi tommy-ch,
    Apa kabar,
    Do visit and post your thread in boot camp discussion:
    http://discussions.apple.com/forum.jspa?forumID=1165&start=0
    There are more experience user on bootcamp that might gladly help you out.
    Good Luck.

  • Managing a remote unix box with OSX server apps...

    Aside from running an OSX server, I am in charge of maintaining an external, SUN unix server from my Mac, and I hate using line commands, esp. with how jaded I've become using the nice tools for managing the Mac server. For now I use terminal in order to change passwords, set permissions and so on as the sudo user on the unix box, and use rbrowser to edit cron jobs.
    So, my question is, is there a way to get the OSX server admin tool to think the unix box is an OSX server? And if not, is there a graphical interface to maintain the server (it's running Apache too)? Rbrowser is cool and all, but doesn't let me use sudo for making chnages.
    Thanks for any help.
    Greg

    Bummer about not having the Mac feel on SUN. Life can't always be perfect.
    As far as the Webmin, no, haven't heard of it, but it sounds cool. The trick would be getting a huge client like SD County to let us buy it, then go through all the hoops and red tape to get it installed. Most likely their answer would be "Well, what have you been using this whole time and why isn't that good enough now all of a sudden?".
    So for the time being, I'l have to be happy using RBrowser for file transfers between the test and production servers (beats the pants off of typing scp -p -i over and over again) and editing cron scripts. Too bad it doesn't provide sudo for changing passwords, groups, and so forth.
    I'm this close to having the perfect work environment (the office I work in was all Windows with Dell laptops...until now).
    Dual G5 tower   Mac OS X (10.4.6)  

Maybe you are looking for