<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Outputs Limit!  Service restart loop @ 30+ in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/outputs-limit-service-restart-loop-30/m-p/197203#M97815</link>
    <description>&lt;P&gt;xhoms,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;Had 2 proc, with 4GB of RAM.&lt;/P&gt;&lt;P&gt;Bumped it up to 8GB RAM, no change&lt;/P&gt;&lt;P&gt;Bumped it up to 4 Proc and started processing as intended.&lt;/P&gt;</description>
    <pubDate>Fri, 26 Jan 2018 21:03:06 GMT</pubDate>
    <dc:creator>0isac0</dc:creator>
    <dc:date>2018-01-26T21:03:06Z</dc:date>
    <item>
      <title>Outputs Limit!  Service restart loop @ 30+</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/outputs-limit-service-restart-loop-30/m-p/196715#M97811</link>
      <description>&lt;P&gt;So the title is a slight misnomer.&lt;/P&gt;&lt;P&gt;Have a dev server with 59 miners, 42 procs, and 32 outputs, works fine.&lt;/P&gt;&lt;P&gt;Have a prod server with 58 miners 41 procs and 29 outputs, does not work fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The two devices are set up with "identical" configs the dev server having a few extra test nodes.&lt;/P&gt;&lt;P&gt;On the prod box, as soon as I add a 30th output node the service goes into a restart loop.&amp;nbsp; This does not happen on the dev box.&lt;/P&gt;&lt;P&gt;Delete the 30th output node it functions as intended.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any known limit to the number of outputs?&amp;nbsp; (assume not, or at least not 30, as the dev functions perfectly)&lt;/P&gt;&lt;P&gt;Not sure where to start troubleshooting this one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 20:07:40 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/outputs-limit-service-restart-loop-30/m-p/196715#M97811</guid>
      <dc:creator>0isac0</dc:creator>
      <dc:date>2018-01-24T20:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Outputs Limit!  Service restart loop @ 30+</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/outputs-limit-service-restart-loop-30/m-p/196808#M97812</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/64937"&gt;@0isac0&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;there is no hardcoded limit on the number of nodes you can deploy. The only limit is the capacity of the underlying platform (DRAM, CPU cores, disk space ...). Different engines running the same configuration can have a completely different set of indicators (memory consumption) based on the uptime (indicator aging out policy)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The cause of the engine restart should be in his log (/opt/minemeld/log/minemeld-engine.log). Do you mind sharing it for us to take it a quick look?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 10:15:20 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/outputs-limit-service-restart-loop-30/m-p/196808#M97812</guid>
      <dc:creator>xhoms</dc:creator>
      <dc:date>2018-01-25T10:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Outputs Limit!  Service restart loop @ 30+</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/outputs-limit-service-restart-loop-30/m-p/196971#M97813</link>
      <description>&lt;P&gt;Thanks for the assist.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looks like there is a node reset error&lt;/P&gt;&lt;P&gt;mgmtbus._send_node_cmd ERROR: Timeout in reset to node ETOpen_compromisedIPs&lt;BR /&gt;2018-01-25T16:28:44 (10772)launcher.main ERROR: Exception initializing graph&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/opt/minemeld/engine/0.9.44/local/lib/python2.7/site-packages/minemeld/run/launcher.py", line 288, in main&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mbusmaster.init_graph(config)&lt;BR /&gt;&amp;nbsp; File "/opt/minemeld/engine/0.9.44/local/lib/python2.7/site-packages/minemeld/mgmtbus.py", line 234, in init_graph&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self._send_node_cmd(node, command)&lt;BR /&gt;&amp;nbsp; File "/opt/minemeld/engine/0.9.44/local/lib/python2.7/site-packages/minemeld/mgmtbus.py", line 210, in _send_node_cmd&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise RuntimeError(msg)&lt;BR /&gt;RuntimeError: Timeout in reset to node ETOpen_compromisedIPs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Followed by a not IDLE message for each node before the service crashes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2018-01-25T16:28:44 (10785)base.stop ERROR: stop on not IDLE or STARTED FT&lt;BR /&gt;2018-01-25T16:28:44 (10785)chassis.stop ERROR: Error stopping office365_officeOnline&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/opt/minemeld/engine/0.9.44/local/lib/python2.7/site-packages/minemeld/chassis.py", line 212, in stop&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ft.stop()&lt;BR /&gt;&amp;nbsp; File "/opt/minemeld/engine/0.9.44/local/lib/python2.7/site-packages/minemeld/ft/basepoller.py", line 960, in stop&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; super(BasePollerFT, self).stop()&lt;BR /&gt;&amp;nbsp; File "/opt/minemeld/engine/0.9.44/local/lib/python2.7/site-packages/minemeld/ft/base.py", line 763, in stop&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise AssertionError("stop on not IDLE or STARTED FT")&lt;BR /&gt;AssertionError: stop on not IDLE or STARTED FT&lt;BR /&gt;2018-01-25T16:28:44 (10785)base.stop ERROR: stop on not IDLE or STARTED FT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;During the following startup each node throws a no checkpoint found message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2018-01-25T16:29:11 (10824)base.read_checkpoint ERROR: office365_officeOnline - Error reading last checkpoint&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/opt/minemeld/engine/0.9.44/local/lib/python2.7/site-packages/minemeld/ft/base.py", line 255, in read_checkpoint&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; with open(self.name+'.chkp', 'r') as f:&lt;BR /&gt;IOError: [Errno 2] No such file or directory: 'office365_officeOnline.chkp'&lt;BR /&gt;2018-01-25T16:29:11 (10824)base.state INFO: office365_officeOnline - transitioning to state 1&lt;BR /&gt;2018-01-25T16:29:11 (10824)loader.load INFO: Loading minemeld_nodes:minemeld.ft.redis.RedisSet&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And it repeats about each minute.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 23:48:02 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/outputs-limit-service-restart-loop-30/m-p/196971#M97813</guid>
      <dc:creator>0isac0</dc:creator>
      <dc:date>2018-01-25T23:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Outputs Limit!  Service restart loop @ 30+</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/outputs-limit-service-restart-loop-30/m-p/197008#M97814</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/64937"&gt;@0isac0&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it looks like a lack of resources issue to me. Are you monitoring the CPU load and Memory usage? How many CPU cores have you dedicated to the VM?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Xavi&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2018 09:05:37 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/outputs-limit-service-restart-loop-30/m-p/197008#M97814</guid>
      <dc:creator>xhoms</dc:creator>
      <dc:date>2018-01-26T09:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Outputs Limit!  Service restart loop @ 30+</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/outputs-limit-service-restart-loop-30/m-p/197203#M97815</link>
      <description>&lt;P&gt;xhoms,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;Had 2 proc, with 4GB of RAM.&lt;/P&gt;&lt;P&gt;Bumped it up to 8GB RAM, no change&lt;/P&gt;&lt;P&gt;Bumped it up to 4 Proc and started processing as intended.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2018 21:03:06 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/outputs-limit-service-restart-loop-30/m-p/197203#M97815</guid>
      <dc:creator>0isac0</dc:creator>
      <dc:date>2018-01-26T21:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Outputs Limit!  Service restart loop @ 30+</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/outputs-limit-service-restart-loop-30/m-p/210168#M97816</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have case almost similar. I run minemeld (standalone) in a virtual machine with 2 cpu, 6GB&amp;nbsp;RAM and 40GB hd. My config has 56 miners (mainly youtube miners and ransomware trackers), 12 aggregators and 37 output nodes. The miners start the job, but when it reach the band "87k-95k indicators", the minemeld stop mining. The miners get the status "started". It doesn't restart the service each x sec, it just stop mining. Some time later the dashbord shows 0 indicators. Could someone give me some tip, advice?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advanced.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Apr 2018 02:01:21 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/outputs-limit-service-restart-loop-30/m-p/210168#M97816</guid>
      <dc:creator>danilo.souza</dc:creator>
      <dc:date>2018-04-14T02:01:21Z</dc:date>
    </item>
  </channel>
</rss>

