Ask a Question related to Macromedia Flash Flashcom, Design and Development.
-
jezog #1
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
-
"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... -
"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... -
[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... -
[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... -
[PHP-DEV] [PATCH] Streams "file://" bug
--------------060003080607080602080609 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hi all, The... -
FMS_Developer #2
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
-
stoem #3
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
-
jezog #4
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
-
Anthony Leonard #5
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
-
bkrsna #6
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



Reply With Quote

