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: [EXTERNAL] Re: starting IOC with systemd |
From: | "Leblanc, Gregory via Tech-talk" <tech-talk at aps.anl.gov> |
To: | EPICS Tech Talk <tech-talk at aps.anl.gov> |
Date: | Tue, 27 Jun 2023 21:25:01 +0000 |
This looks slick, but I don’t quite understand how to set it up. I ran through the instructions, got procServ installed (still not in EPEL for Centos 9), got system-softioc installed, created /epics/iocs and made the config file, and then
got confused. It says that st.cmd should be in that directory, but st.cmd as generated (I think by makeBaseApp.pl) contains a lot of relative paths. Does that mean that my whole IOC should have been created in /epics/iocs/myIOCname? If I do that, my st.cmd
will wind up in /epics/iocs/myIOCname/iocBoot/iocmyIOCname/. That doesn’t match with the default path that shows up in the output of ‘manage-iocs report’, which makes me feel like I’ve missed some steps.
I also found that procServ won’t work with the python that ships with Centos 9 Stream, unless I pulled the change from commit 3330d41 (which apparently landed 6 weeks after the last tarball was made in 2019).
Greg -- Gregory Leblanc Accelerator Engineer Edwards Accelerator Lab - Ohio University 123 University Terrace Athens, OH 45701 USA M: (401) 52-OUAL1 or (401) 526-8251 From: Tech-talk <tech-talk-bounces at aps.anl.gov> On Behalf Of
Sinclair, John via Tech-talk See
https://github.com/NSLS-II/systemd-softioc.git . Works beautifully. John Sinclair ORNL From: Tech-talk <tech-talk-bounces at aps.anl.gov> on behalf of Ralph Lange via Tech-talk <tech-talk at aps.anl.gov> Hi Dave, On Tue, 20 Jun 2023 at 16:26, David A. Slimmer via Tech-talk <tech-talk at aps.anl.gov> wrote:
Many facilities use procServ to run IOCs, which also provides access to the IOC console. procServ is known to be handling systemd starting nicely. Cheers, |