1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 <2020> 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 <2020> 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: puzzle running softIocPVA |
From: | Rolf Keitel via Tech-talk <tech-talk at aps.anl.gov> |
To: | Michael Davidsaver <mdavidsaver at gmail.com>, "Johnson, Andrew N." <anj at anl.gov> |
Cc: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Sun, 20 Dec 2020 11:35:12 -0800 |
Thanks Michael,
I had tried the -D option as I saw it when I did softIocPVA
-h.
It worked if I start the softIocPVA from the command line, but it
did not work in the #! line of st.cmd.
I did not know that it works without the white space, but just
tried and it does. One always learns.
I was foreseeing problems for the IOC boot configuration system at TRIUMF as our system is based on each IOC having a boot directory, which contains all the files for the current configuration, including the IOC image and dbd file(s), so that no special tools are necessary for reverting back to a previous configuration.
As long as the -D option works in st.cmd (with or without white
space) we will be ok.
- rolf -
On 12/20/20 11:12 AM, Johnson, Andrew N. wrote:IIRC the original softIoc had an option to specify the DBD file path on the command line (-D perhaps), and I don’t think Michael removed that so you might be able to get it to work by adding that option, possibly to your st.cmd’s #! line.'-D' is recognized in 7.0.4.1, I didn't mention this since#!./softIoc -D softIoc.dbdwon't work. However, maybe you knew that#!./softIoc -DsoftIoc.dbdis recognized? I hadn't until now.