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: I have a question about using muti IOC |
From: | Ralph Lange <[email protected]> |
To: | Andrew Johnson <[email protected]> |
Cc: | Luedeke Andreas <[email protected]>, EPICS Tech Talk <[email protected]> |
Date: | Thu, 04 Jan 2007 18:25:47 +0100 |
I'm sorry. Ralph
Ralph Lange wrote:
I still prefer having different IP addresses for different IOCs on the same host, as you can find out a lot easier which soft IOC a certain channel (that an external CA client is connected to) resides on. Useful when things are hanging and you want to know which of the soft IOCs has to be rebooted.
How do you get the IOC (which still uses the old RSRV server, not CAS) to bind to only one particular IP address?
RSRV doesn't make use of the EPICS_CAS_INTF_ADDR_LIST variable for anything other than its CA beacon addresses, it still listens for client connections on all interfaces it can find. If those interfaces are on different subnets then this won't generally be a problem (except for client programs that are running on that same machine), but for two IPs on the same subnet this ought to give "duplicate PV" errors to all clients that try to connect to that IOC.
Am I missing something?
- Andrew