Network Shares and FireDaemon
You can run an executable as a service under FireDaemon even if that executable resides on a network drive.
In order to run an executable off of a network drive the following must occur or be true:
-
1. The executable must be placed in a directory that is shared out
- 2. The executable can be normally referenced via mapped drive (eg. L:\path\file.exe) or via UNC path (eg. \\server\share\path\file.exe).
- 3. Mapped drives or UNC paths can only be used if the service is run as a nominated local or domain user (see next point).
- 4. If you intend to run the service as a nominated local or domain user then that user has must have permission to access the network resource (ie. share) in question. Further, if you want your application to Interact With The Desktop then you need to ensure that the local or domain user is in the Administrator’s group.
- 5. If you want to use a mapped drive then you are going to have to setup a Pre-Service Program to complete the mapping.
- 6. The application working directory can be either a mapped drive or UNC path – however, if a UNC path is used, a trailing slash (\) must be supplied (eg. \\server\share\path\).
See http://forums.firedaemon.com/do-use-mapped-drives-t38.html for more information.
No comments yet.
Leave a comment
Recent Posts
- Passwordless root SSH Public Key Authentication on CentOS 6
- Setting up DHCP on an Enslaved VLAN Bridge on CentOS Linux
- Identifying BlueArc Mercury M100 Hardware Revision
- BlueArc EVS Routing
- Disabling CIFS Authentication on a BlueArc EVS In Standalone Security Mode
- Running TeamSpeak 3 Server As A Service With FireDaemon
- Configuring iSCSI on CentOS 5.6
- Disable pagefile – will it increase Windows Server performance?
- How do I increase my Game Performance
- Scheduling a Service to run once per day.