Question

  • Creator
    Topic
  • #2211220

    How to use samba as an application server

    Locked

    by vakai ·

    Hi everyone,
    I was wondering if there is a possibility to use samba as an application server (i.e. sharing of applications, softwares and databases)and can be accessed from window clients on the same network.

    I have set up samba server as PDC (mandriva) with different shares and works fine with windows. The only thing that i can’t figure it out if possible is that creating a share which can contains in databases, including other applications to be stored in a centrall share of samba and accessible from different samba clients.

    thank you for your advice and looking forward to hearing from you assp.

All Answers

  • Author
    Replies
    • #2893653

      Clarifications

      by vakai ·

      In reply to How to use samba as an application server

      Clarifications

    • #2893605

      You really can’t do that

      by robo_dev ·

      In reply to How to use samba as an application server

      Samba works great for sharing, but there are some very important differences with respect to how Samba does record locking, versus a normal Windows share.

      There are all sorts of ‘gotcha’ issues with respect to record locking and caching…the best advice is just things like databases of any sort should never be put on a Samba share. Many applications also depend heavily on record locking. So the best case would be potential performance issues and the worst case would be program errors and what the Samba guide below describes as “persistent data corruption”.

      http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/locking.html

    • #2893577

      Other possibilities if there are any?

      by vakai ·

      In reply to How to use samba as an application server

      thanks a lots for your advice.

      well, are there other possibilities to use a linux (Mandriva server) to serve the purpose of central database that can be accessed from a window client without persistent data corruption including other issues.

      To clarify more on this.
      I have a database software which is to be installed on a server in my case a linux server where say 5 window clients can share and work on a database individually.

      thank you very much

    • #2892143

      In general, you need a database that has a native version for Linux

      by robo_dev ·

      In reply to How to use samba as an application server

      For example, there is MySQL for Linux. This would work just fine on your box.

      If it’s an existing application that uses a non-network database such as MS-Access, it ‘might’ work on Linux, but even with Access, there may be record locking issues.

    • #2892125

      Agree with the other guys

      by tony hopkinson ·

      In reply to How to use samba as an application server

      Trying to do this with Samba is just asking for it.
      What database is it?

    • #2891860

      This is a non native database for linux

      by vakai ·

      In reply to How to use samba as an application server

      This is a non native database for linux
      It is a database software mend for stock assement downloaded from http://www.fmsp.org.uk./SoftwareDownload.htm. and can be only installed on windows.

      I tried to install this database on a samba share including other softwares but can not. The reason being that the installation path can not changed from C:\program files\database to the path pointing to samba share e.g \\statistic\share\database.

      if there is a way around this? pls advice

      for ms access 2007 well yes it works well providing short cut link on 3 window client to access ms access 2007 located on samba share but there are also other issues you mentioned before.

    • #2844569

      Do yourself a favor

      by robo_dev ·

      In reply to How to use samba as an application server

      While it may be possible to ‘get this to work’, this may be an exercise like prepping a Ford Focus to run in a Formula-1 event. I have worked with computers since before Windows version 1.0, and I can tell you that applications written to run in Windows will not ever work properly on a ‘windows like’ platform.

      If you ‘have to make this work’, I would look into loading a VMware server such as VMware ESX, which is a free hypervisor. On VMware you could load both a virtual Linux instance as well as a virtual Windows instance (and any other OS flavor you like).

    • #2844561

      It depends entirely on the construct of the database

      by pgit ·

      In reply to How to use samba as an application server

      It sounds like this is a proprietary db designed by the team that wrote the application. Storing the db (as a file, so far as Linux is concerned) may work without any corruption. It’s worth a try testing it. (but do it on a test machine, not on any units in productive use)

      As mentioned there can be locking issues, but you’ll never know until you try it. I have set up many proprietary database-network aware apps for clients that are able to use a database stored on a Linux server and providing access over samba.

      I’ve also tested many that just wouldn’t work this way. Like I say, give it a try.

      A couple pointers: always use share level access on the server. Also, set the permissions of the db file to “Vegas cat house” setting. (chmod 777)

      Another thing I have discovered, and actually made the difference between being able to use a Linux server of not, is that minuscule timing issues can make the project look like a total failure. I have noted in a few instances that we needed to have a high end switch with enough ports to have every single client (workstation) attached at a single point.

      Just a couple weeks ago we added a workstation to such a network, (Linux serving a db) and for convenience I wired it to a cheap wifi router that was attached to the main switch, that happened to be in this same room.

      The application they are using would lock up within 20 minutes, and I mean frozen solid. You’d restart everything, fire up the app, it’s work for a bit then lock again.

      I ran about 100 feet of cat 5 wire to connect this new workstation directly to the central (cisco 36 port) switch. Problem solved, it hasn’t locked once since.

      BTW I note this is NOT an “application server” model. The clients are all installed separately on each windows workstation, it’s only the database they get from the server, via browsing for the file over the network.

      Most, if not all of these types of applications ‘remember’ where they are getting the database from, the user does not have to “browse” the network every start up, just the first time.

      I have set up two (IIRC) true application servers using Linux as the server, but these were rather odd-case apps. What I did was install the app on a windows machine first then copied the whole file structure over to Linux, then when the app goes to run on a windows client you start the process by executing the app on the windows machine, but the executable is first retrieved from the Linux machine.

      As anyone from the old school may have guessed, these two apps were ancient 16 bit apps written with no concept of a “registry” whatsoever. The kind that don’t really “install,” but rather stuff their environment in a folder with an “.exe” to orchestrate the whole deal.

      I have yet to get any critical windows network-based app running off a Linux server to any usable degree. (that’s using wine) I have set up windows VMs on a Linux server to serve apps, but that’s cheating. 🙂 Actually, there are still “Linux benefits,” like being able to back up the whole VM, data and all, nightly or whenever with rsync.

      Back to setting up the test scenario… The issue throwing wrenches in the gears is most often very low tolerance on the cooperative timing these apps engage, something I have little doubt a windows server would automagically mitigate by itself. But if the goal is to use Linux, which has substantial upside, then having a top shelf switch is a must.

      The upside, btw is it’s vastly easier to back the dang thing up, and the whole backup system is more reliable than all but the most expensive commercial products for windows. By avoiding the windows lock (using NTFS) you can even mirror the file to a backup location in real time, if you want to get real anal about it.

      Usually I set clients up with a USB drive attached to the server that gets a ‘snapshot’ of the db every hour or two using rsync. I also set most of them up with an automated backup nightly to remote location using rsync over ssh. (plus put ssh on a non-standard port, disable version 1 and set up password-less keys)

      You can waste a ton of time testing this kind of thing before concluding it just ain’t gonna work. But I find it’s worth it, if you do discover a given scenario is going to work. For example licensing issues go away except so far as any individual workstation’s version of windows, which is usually a “done deal” by simple virtue of buying the computer.

      But windows client licensing limits the number of machines it can connect to to 10. If your “server” is just an XP machine you’ve relegated to the task, then when your customer grows to the point they add that 11th machine, they discover the hard way that they can’t use it… the “server” will not accept another client connection.

      You fix that by throwing a lot of money at microsoft, or by deploying Linux in the server role. All the risk is on me when I research a given situation, that is I might spend a lot of time only to conclude Linux cannot be an option. But when it is, the customers are happier than they’ll ever know. They’re not out a lot of money, the system is more stable and reliable, and they have options not available to them previously (or if they go with a windows server product) for free, eg a VPN server, web server (think “company wiki”) and a number of other possibilities, which are now all profit to me because the only issue is my labor getting it set up.

      I hope you’re still following your thread here… =\ I’d encourage you to try to set this up and give it a through testing.

    • #2844522

      Looks like your snookered to me, though if the

      by tony hopkinson ·

      In reply to How to use samba as an application server

      designers are interested they should be able to get you round the path to database problem reasonably easily.
      This is single user desktop system, just like access you could cheat and share the file maybe, but it’s mote than likely even if it was the best design ever to cope with that sort frailty you will still get problems. this is the reason why full multi user based systems have clients access a service and only it writes to the files.

      My suggestion, unless you want a lot of problems throw this idea in the bin, because access does not work multi-user. It tries to and often fails miserably.

      This thing, unlikely in the extreme as I doubt it was a consideration for the developers.

Viewing 8 reply threads