Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

path and mount issues

  • 28-06-2008 1:11am
    #1
    Closed Accounts Posts: 140 ✭✭


    Pardon me morderators, dont know whether its the right place to post this questions. Please move this on to respective branch.


    Setup is : Submit computer/node = we submit the matlab files
    Controller = it does the resource brokering
    Worker nodes/ slaves = they do the crunching of matlab jobs
    Submit drives = Samba
    Worker node = NFS

    We are currently sharing drives via SMB and Publishing shares via NFS. The submit nodes mount the drives using SMB, and the worker nodes using NFS. I have mapped the NFS volumes to /Volumes/Alpha, /Volumes/Beta, to match the standard mounting procedure on the client side, however the name of the drives on the client side will change based on which drive is mounted first.

    For example if Beta is mounted first the name of the drive in the /Volumes folder on the client side is /Volumes/mg, if Alpha is mounted next it’s name will be /Volumes/mg-1. Is there any way to account for that?

    Cheers


Comments

  • Registered Users, Registered Users 2 Posts: 6,163 ✭✭✭ZENER


    I have no experience at all of matlab but I think the solution posted in the first few paragraphs of this SME Server USB Disk WIKI might hold a clue.

    Sorry if I've misunderstood your problem and this turns out to be useless to you.

    ZEN


  • Registered Users, Registered Users 2 Posts: 725 ✭✭✭muggyog


    The NFS/Samba bit suggests that this should be in the UNIX (or Windows) forum.


  • Closed Accounts Posts: 140 ✭✭redhat_newbie


    The worker nodes are hard coded to mount the volumes via NFS, the submit computers are not hard coded and are using CIFS. Is there any method to correctly mount the volumes consistently with the same names every time.

    Thanks for the thinking here lads.


  • Registered Users, Registered Users 2 Posts: 725 ✭✭✭muggyog


    Are they Windows machines? If so whats in the smb.conf file?


  • Closed Accounts Posts: 140 ✭✭redhat_newbie


    Submit machines are Mac's and loaded with Mac OS 10.4.11 .
    Shares are mounted manually :-(

    Cheers


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 725 ✭✭✭muggyog


    Sorry, beginning to see what your problem is.

    When you say
    Is there any way to account for that?
    exactly what do you mean? Do you want NFS shares to appear on the MAC desktop in the same order or is the naming the issue?

    Either way NetInfo maybe the answer and this might be of assistance. Note: NetInfo is gone in 10.5 (Leopard).


  • Closed Accounts Posts: 140 ✭✭redhat_newbie


    Thanks Muggyog, that would solve the problem.
    Thanks for the link.


Advertisement