we are on Cloverleaf 6.2 and use following script to cycle the smatdb when we backup smatdb files. We found an issue yesterday that when we resent some messages from one site to another site right during backup, the resent messages were in smatdb in the inbound thread, but they were not in the smatdb in the outbound thread. Does anybody see the same issue? Does it relate to -shm and -wal files?
for thread in $THREADS
do
hcicmd -p $proc -c “$thread save_cycle in” > /dev/null 2>&1
hcicmd -p $proc -c “$thread save_cycle out” > /dev/null 2>&1
# hcimsiutil -dd $thread >> $STATS
done