EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  <20142015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  <20142015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: softIOC through network file system
From: Ralph Lange <[email protected]>
To: EPICS Tech-Talk <[email protected]>
Cc: Jeong Han Lee <[email protected]>
Date: Thu, 20 Mar 2014 12:43:25 +0100
On 20.03.2014 11:59, Jeong Han Lee wrote:
Hi,

We have one network file server (A), where I installed EPICS and its extensions in /data/programs/epics/{base,extensions}. In A, EPICS_BASE is /data/programs/epics/base.

We mount the directory as /mnt/glusterfs on a local Linux PC (B), all uid and gid is the same. In B, EPICS_BASE is /mnt/glusterfs/programs/epics/base.

The main issue which I've found until now (maybe something more hidden issues, because I didn't test it fully) on softIOC, which has the Compiled-in path inside the binaray files. Just shortly look at Makefile and softMain.cpp, and makeInstallDir.pl, the EPICS path is saved into the binary file when it compiles.

I know how to work around this issue by using softIOC -D option. However, I know EPICS community has the better solution, any suggestions, or potential issues which I don't know right now.

Hello Han,

I would not recommend this setup.

While putting executables and libraries on an NFS share is easy and Just Works [tm] when you set it up, it will create painful difficulties later on. To work reliably, *all* client machines need to be on (more or less) the same version of the same Linux distribution. Any crucial change in the system libraries of a client, and everything on that client might stop working immediately (the easy case) or just become instable and sometimes crash for no obvious reasons (the painful case). In such a setup, updating your machines to a new Linux version becomes basically an all-or-nothing operation, requiring a huge time slot for testing and verification. Also, your development machine will always have to be on the oldest version around, to generate code that is compatible with all your client machines.

Using an NFS share is fine for all non-binary data (EPICS IOC databases, startup scripts, autoSaveRestore data, logs, ...), but I would always recommend keeping binaries and libraries locally on your production machines. The easiest and safest way is to use your system's style of binary packages, but rsync'ing from your development machine is basically fine, too - in that case you are responsible for tracking the dependencies.

If you put the installation in the same place on all machines, that could be the path that you compile into the softIOC. Note, though, that this softIOC binary in base is intended for development use. Most of your real-life soft IOCs will need driver code (asyn, stream, ...) and come as binaries that are created in an IOC application, and then deployed on your production systems.

Cheers,
~Ralph


Replies:
RE: softIOC through network file system Mark Rivers
Re: softIOC through network file system Jeong Han Lee
References:
softIOC through network file system Jeong Han Lee

Navigate by Date:
Prev: softIOC through network file system Jeong Han Lee
Next: RE: softIOC through network file system Mark Rivers
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  <20142015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: softIOC through network file system Jeong Han Lee
Next: RE: softIOC through network file system Mark Rivers
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  <20142015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 17 Dec 2015 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·