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: iocStats reboot question |
From: | Ralph Lange <[email protected]> |
To: | EPICS Tech-Talk <[email protected]> |
Date: | Fri, 17 Apr 2015 10:44:36 +0200 |
Hi Geyang, Under Linux (and the other host-type OSs), an IOC is a single multi-threaded process. So, naturally, "rebooting" an IOC means restarting the IOC process, which is usually done by shutting down or killing the current process and letting the wrapper (e.g. procServ) handle the restart. Very often, many Linux IOCs are run on a single host: 20-30 are quite common, I have seen up >300 IOCs on a server-class Solaris machine. I am sure you understand that allowing to reboot the server from any of these IOCs would be a bad idea. Also, rebooting a server usually needs root access. IOCs should not be run as root. Cheers, ~Ralph On 17/04/2015 09:36, Silver wrote:
|