<?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: docker container for splunk exits with below error on restart (it runs fine as long as I keep it up) in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/docker-container-for-splunk-exits-with-below-error-on-restart-it/m-p/480560#M16719</link>
    <description>&lt;P&gt;You can check &lt;CODE&gt;index=_internal sourcetype=splunkd&lt;/CODE&gt; for error messages for the instances. &lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
    <pubDate>Wed, 22 Apr 2020 03:49:02 GMT</pubDate>
    <dc:creator>MuS</dc:creator>
    <dc:date>2020-04-22T03:49:02Z</dc:date>
    <item>
      <title>docker container for splunk exits with below error on restart (it runs fine as long as I keep it up)</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/docker-container-for-splunk-exits-with-below-error-on-restart-it/m-p/480558#M16717</link>
      <description>&lt;P&gt;docker container for Splunk exits with below error on restart (it runs fine as long as I keep it up).&lt;BR /&gt;I was designing Splunk indexer cluster with one master and 2 indexer containers, master container is starting fine, however 2 indexer nodes are failing, while restarting with below error. all three containers accept traffic from outside on different ports 8000, 8001, 8002&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;TASK [splunk_common : Start Splunk via cli] ************************************
 fatal: [localhost]: FAILED! =&amp;gt; {"changed": false, "cmd": ["/opt/splunk/bin/splunk", "start", "--accept-license", "--answer-yes", "--no-prompt"], "delta": "0:05:20.859094
 ", "end": "2020-04-18 09:15:03.654801", "msg": "non-zero return code", "rc": 1, "start": "2020-04-18 09:09:42.795707", "stderr": "\n\nBypassing local license checks since this
  instance is configured with a remote license master.", "stderr_lines": ["", "", "Bypassing local license checks since this instance is configured with a remote license master
 ."], "stdout": "splunkd 268 was not running.\nStopping splunk helpers...\n\nDone.\nStopped helpers.\nRemoving stale pid file... done.\n\nSplunk&amp;gt; Winning the War on Error\n\nCh
 ecking prerequisites...\n\tChecking http port [8000]: open\n\tChecking mgmt port [8089]: open\n\tChecking appserver port [127.0.0.1:8065]: open\n\tChecking kvstore port [8191]
 : open\n\tChecking configuration... Done.\n\tChecking critical directories...\tDone\n\tChecking indexes...\n\t\tValidated: _audit _internal _introspection _telemetry _thefishb
 ucket history main summary\n\tDone\n\tChecking filesystem compatibility...  Done\n\tChecking conf files for problems...\n\tDone\n\tChecking default conf files for edits...\n\t
 Validating installed files against hashes from '/opt/splunk/splunk-7.3.0-657388c7a488-linux-2.6-x86_64-manifest'\n\tAll installed files intact.\n\tDone\n\tChecking replication
 _port port [8050]: open\nAll preliminary checks passed.\n\nStarting splunk server daemon (splunkd)...  \nDone\n\n\nWaiting for web server at &lt;A href="http://127.0.0.1:8000" target="test_blank"&gt;http://127.0.0.1:8000&lt;/A&gt; to be availa
 ble............................................................................................................................................................................
 ................................................................................................................................\n\nWARNING: web interface does not seem to be 
 available!", "stdout_lines": ["splunkd 268 was not running.", "Stopping splunk helpers...", "", "Done.", "Stopped helpers.", "Removing stale pid file... done.", "", "Splunk&amp;gt; W
 inning the War on Error", "", "Checking prerequisites...", "\tChecking http port [8000]: open", "\tChecking mgmt port [8089]: open", "\tChecking appserver port [127.0.0.1:8065
 ]: open", "\tChecking kvstore port [8191]: open", "\tChecking configuration... Done.", "\tChecking critical directories...\tDone", "\tChecking indexes...", "\t\tValidated: _au
 dit _internal _introspection _telemetry _thefishbucket history main summary", "\tDone", "\tChecking filesystem compatibility...  Done", "\tChecking conf files for problems..."
 , "\tDone", "\tChecking default conf files for edits...", "\tValidating installed files against hashes from '/opt/splunk/splunk-7.3.0-657388c7a488-linux-2.6-x86_64-manifest'",
  "\tAll installed files intact.", "\tDone", "\tChecking replication_port port [8050]: open", "All preliminary checks passed.", "", "Starting splunk server daemon (splunkd)... 
  ", "Done", "", "", "Waiting for web server at &lt;A href="http://127.0.0.1:8000" target="test_blank"&gt;http://127.0.0.1:8000&lt;/A&gt; to be available...........................................................................................
 ...............................................................................................................................................................................
 ..................................", "", "WARNING: web interface does not seem to be available!"]}
 PLAY RECAP *********************************************************************
 localhost                  : ok=18   changed=1    unreachable=0    failed=1    skipped=16   rescued=0    ignored=0
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 11 Jun 2020 00:34:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/docker-container-for-splunk-exits-with-below-error-on-restart-it/m-p/480558#M16717</guid>
      <dc:creator>jagdish0886</dc:creator>
      <dc:date>2020-06-11T00:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: docker container for splunk exits with below error on restart (it runs fine as long as I keep it up)</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/docker-container-for-splunk-exits-with-below-error-on-restart-it/m-p/480559#M16718</link>
      <description>&lt;P&gt;I could fix this by keeping wait time between each splunk, but I am not sure, why it needs to wait for another container to start before first starts&lt;/P&gt;

&lt;P&gt;docker@splunk-demo-host:~$ cat start.sh &lt;/P&gt;

&lt;H1&gt;!/bin/bash&lt;/H1&gt;

&lt;P&gt;docker start 0f1f55c255ee&lt;BR /&gt;
sleep 150&lt;BR /&gt;
docker start 646fb5b9cecb&lt;BR /&gt;
sleep 150&lt;BR /&gt;
docker start bc4e86af1277&lt;BR /&gt;
sleep 150&lt;BR /&gt;
docker@splunk-demo-host:~$ &lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2020 01:05:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/docker-container-for-splunk-exits-with-below-error-on-restart-it/m-p/480559#M16718</guid>
      <dc:creator>jagdish0886</dc:creator>
      <dc:date>2020-04-19T01:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: docker container for splunk exits with below error on restart (it runs fine as long as I keep it up)</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/docker-container-for-splunk-exits-with-below-error-on-restart-it/m-p/480560#M16719</link>
      <description>&lt;P&gt;You can check &lt;CODE&gt;index=_internal sourcetype=splunkd&lt;/CODE&gt; for error messages for the instances. &lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 03:49:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/docker-container-for-splunk-exits-with-below-error-on-restart-it/m-p/480560#M16719</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2020-04-22T03:49:02Z</dc:date>
    </item>
  </channel>
</rss>

