I think I spoke too soon. We are getting system log info etc. I tried checking just now and I notice the traffic log is not updating or displaying in the monitor. NTP seems to be fine. I ran debug log-receiver statistics and the error "An error occured. See dagger.log for information." still appears. I ran tail output after running debug log-receiver statistics and I see the following KeyError: 'sw.logrcvr.runtime.opcmd' admin@PA-500(active)> tail mp-log dagger.log 2014-07-08 20:44:23.567 -0700 OPCMD: handler "logrcvr_handler.debug_stats" Traceback (most recent call last): File "/usr/share/dagger/logrcvr.py", line 60, in debug_stats resp_node = self.sdb.modify(name=op_node_name, object=op_node, timeout=60) KeyError: 'sw.logrcvr.runtime.opcmd' 2014-07-08 20:45:11.212 -0700 OPCMD: handler "logrcvr_handler.debug_stats" Traceback (most recent call last): File "/usr/share/dagger/logrcvr.py", line 60, in debug_stats resp_node = self.sdb.modify(name=op_node_name, object=op_node, timeout=60) KeyError: 'sw.logrcvr.runtime.opcmd' Is it possible I need to let the devices re-sync. Is there a command to manually force the devices to resync?
... View more