Dear guys,
Again, thank you for your support. Still the problem persists. The idea of using "lo" interface is for testing purposes, but anyway, now I am using other ip:
#ifconfig command shows:
enp0s3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet
10.0.2.15 netmask 255.255.255.0
broadcast 10.0.2.255So, both IOCs will be configured for using this IP. Just below I put the output of the 2 IOCs just after running:
[IOC 1]:
epicsEnvSet("EPICS_CA_ADDR_LIST","10.0.2.15")
## Load record instances
# dbLoadTemplate "db/userHost.substitutions"
dbLoadRecords "db/devsimulation.db", "user=dsanzHost"
## Set this to see messages from mySub
#var mySubDebug 1
## Run this to trace the stages of iocInit
#traceIocInit
cd "/home/dsanz/Developments/edsTemplate-epics/iocBoot/ioctest"
iocInit
Starting iocInit
############################################################################
## EPICS R3.14.12.6
## EPICS Base built Jan 31 2017
############################################################################
iocRun: All initialization complete
## Start any sequence programs
#seq sncExample, "user=dsanzHost"
epics>
......
[IOC2]:
epicsEnvSet("EPICS_CA_ADDR_LIST","10.0.2.15")
## Load record instances
dbLoadTemplate "db/userHost.substitutions"
dbLoadRecords "db/dbSubExample.db", "user=dsanzHost"
## Set this to see messages from mySub
#var mySubDebug 1
## Run this to trace the stages of iocInit
#traceIocInit
cd "/home/dsanz/Developments/checkEpics/iocBoot/iocthis"
iocInit
Starting iocInit
############################################################################
## EPICS R3.14.12.6
## EPICS Base built Jan 31 2017
############################################################################
cas warning: Configured TCP port was unavailable.
cas warning: Using dynamically assigned TCP port 37633,
cas warning: but now two or more servers share the same UDP port.
cas warning: Depending on your IP kernel this server may not be
cas warning: reachable with UDP unicast (a host's IP in EPICS_CA_ADDR_LIST)
iocRun: All initialization complete
## Start any sequence programs
#seq sncExample, "user=dsanzHost"
epics>
.....
regarding the EPICS client, the EPICS_CA_ADDR_LIST is configured with the boradcast address, and then, I try to read one PV from each of the IOCs..:
Channel connect timed out: 'pcounter' not found.
Channel connect timed out: 'dsanzHost:ai1' not found.