Using CIFS/NFS Mounted Drives for "streams" directory

Ask a Question related to Macromedia Flash Flashcom, Design and Development.

  1. #1

    Default Using CIFS/NFS Mounted Drives for "streams" directory

    We have multiple FMS Origin server(s) . We plan to use a NAS device, where
    content is directly uploaded to it. This content will be shared across the FMS
    Origin server(s). I've been trying to get the FMS to see the content from the
    NAS device. I tried using the the <VirtualDirectory><Streams>... settings on
    the VHOST.XML It works fine for any drive/directory on the FMS servers. On a
    Windows FMS, I mounted a drive from the NAS device. I set the VHOST.XML to
    recognize some path on the URL to look for streams on these drive. And
    unfortunately it appears as if the FMS cannot find the streams. For testing I
    cloned the same directory structure and used the VirtualDirectory><Streams>....
    options to define three locations :

    t1; .. Local Server Directory under applications other than standard streams
    location.
    t2; .. Local Server different hard drive than where FMS server is installed.
    t3; .. Mounted Drive from location on NAS Device, accessible as Local drive
    on the FMS installed server.

    I suspect some permissions issue? It works perfectly fine for t1 and t2 above.

    Any suggestions will be greatly appreciated..

    jezog Guest

  2. Similar Questions and Discussions

    1. "Operation Failed. The resource is not a directory, orthere might be a permission problem"
      I am trying to edit a role setting but when i click on "Edit Role Settings" it pops up a message: "Operation Failed. The resource is not a...
    2. "User cannot change pwd" and "Pwd never expire" by using Directory
      I create a account by using the DirectorySerive and it is running: --------------------------------------------------------- Dim ContainerEntry As...
    3. [PHP-DEV] [PATCH] Streams "file://" bug
      Sara Golemon wrote: The compiler is decrementing a char** pointer instead of a char* pointer. I don't know why the ZendEngine1 is appearing at...
    4. [PHP-DEV] [PATCH] Streams "file://" bug
      > The current implementation of file:// support under Predecremet vs. postdecrement would make no difference in that context. It's very likely...
    5. [PHP-DEV] [PATCH] Streams "file://" bug
      --------------060003080607080602080609 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hi all, The...
  3. #2

    Default Re: Using CIFS/NFS Mounted Drives for "streams"directory

    Check out which account is used to run the FMS server. that account has to have
    permissions to access and write the directory (of the NAS) you specifiied.

    It doesn't matter if you (as a user) can write on the NAS . Prolly user "local
    system" should have write permissions etc etc. This is a bit insecure so I'd
    suggest you'd change the user the FMS is running as. Create a new user. Limit
    it's access to the system, directories etc etc. When FMS starts up it will try
    to access the NAS as that configured user. That should be easy to test and
    debug.



    FMS_Developer Guest

  4. #3

    Default Re: Using CIFS/NFS Mounted Drives for "streams"directory

    What's your synrax for specifying the drive? I don;t think it will work by share name or drive letter, instead use IP:
    <Streams>\\123.123.12.12\myfolder</Streams>

    Does that work?
    stoem Guest

  5. #4

    Default Re: Using CIFS/NFS Mounted Drives for "streams"directory

    Thanks for your replies. A combination of both answers worked.
    - I created a new User in the domain fms_user
    Modified the FMS service to run as the user, and after playing with the
    security assigned to the user it was finally able to run.

    - It's only able to access the NAS using a CIFS URL in the VHOST file. But
    not if I mount and use the drive letter.
    But I prefer the CIFS URL anyway.

    I ran into problem's when trying to make FMS run as a different user other
    than LocalService. It kept on complaining that it "Failed to create process
    mutex.". I had to add User permissions in the Local and Domain security for it
    to work. It was touch and go for a while, so I'm not sure what permissions
    ended up doing the trick.

    Is this documented somewhere. "How to run FMS Service as a custom user" . I
    would like to only allow the required permissions and nothing more. I couldn't
    find it in the documentation or the web.

    Thanks for your help again.

    jezog Guest

  6. #5

    Default Re: Using CIFS/NFS Mounted Drives for "streams"directory

    Thanks a lot for posting the above. I am also getting "Failed to create process
    mutex." in the Windows 2003 server application log. I'm trying to do exactly
    the same thing - change FMS to run as a domain user which has access to CIFS
    mounted filestore. This domain user has local admin rights, but I haven't yet
    added any domain rights for this user.

    I know you're not sure which domain permissions worked but could you share
    more on what domain permissions you gave your user? Can anyone else? .. Thanks
    again.

    Anthony Leonard Guest

  7. #6

    Default Re: Using CIFS/NFS Mounted Drives for "streams"directory

    This thread solved this issue for me:

    [url]http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=57[/url]
    8&threadid=1213973&highlight_key=y&keyword1=Failed %20to%20create%20process%20mut
    ex

    bkrsna Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139