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: | epics ca_put logging on Windows |
From: | Vladimir Sirotenko <[email protected]> |
To: | [email protected] |
Date: | Thu, 11 Aug 2005 09:34:18 -0500 |
Hi,
I am trying to use Ca Put Logging facility on
Windows IOC (epics base 3.14.7) but don't see anything in output log
file.
My ASF is the following:
UAG(CTLGRP) {d0ctl,sirotenk}
HAG(CTLGRP) {d0ol75.fnal.gov,d0ollpt07.fnal.gov} ASG(DEFAULT)
{ RULE(1,READ) RULE(1,WRITE,TRAPWRITE) { UAG(CTLGRP) HAG(CTLGRP) } } At IOC side I set the following:
set EPICS_IOC_CA_PUT_LOG_INET=131.225.227.47
set EPICS_IOC_LOG_INET=131.225.227.47 set EPICS_IOC_CA_PUT_LOG_PORT=7010 set EPICS_IOC_LOG_PORT=6500 and run two iocLogServers as recommended with the following sets: set EPICS_IOC_LOG_FILE_NAME=./log_server.txt
set EPICS_IOC_LOG_PORT=6500 set EPICS_IOC_LOG_FILE_LIMIT=1000000 and set
EPICS_IOC_LOG_FILE_NAME=./log_server_ca_put.txt
set EPICS_IOC_LOG_PORT=7010 set EPICS_IOC_LOG_FILE_LIMIT=1000000 I see some init messages in log_server.txt file, so
logging itself works. But file log_server_ca_put.txt remains empty after I made
several
CA puts to the IOC. When I listen port 7010 directly, there are no packets arriving to
that port
What I am doing wrong?
Thanks,
Vladimir
|