<?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 How to restart a splunk on windows through Command Prompt and  control panel? in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-restart-a-splunk-on-windows-through-Command-Prompt-and/m-p/347847#M7864</link>
    <description>&lt;P&gt;How to restart a splunk on windows through Command Prompt and  control panel?&lt;/P&gt;</description>
    <pubDate>Wed, 18 Apr 2018 07:48:36 GMT</pubDate>
    <dc:creator>surbhiQA</dc:creator>
    <dc:date>2018-04-18T07:48:36Z</dc:date>
    <item>
      <title>How to restart a splunk on windows through Command Prompt and  control panel?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-restart-a-splunk-on-windows-through-Command-Prompt-and/m-p/347847#M7864</link>
      <description>&lt;P&gt;How to restart a splunk on windows through Command Prompt and  control panel?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2018 07:48:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-restart-a-splunk-on-windows-through-Command-Prompt-and/m-p/347847#M7864</guid>
      <dc:creator>surbhiQA</dc:creator>
      <dc:date>2018-04-18T07:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to restart a splunk on windows through Command Prompt and  control panel?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-restart-a-splunk-on-windows-through-Command-Prompt-and/m-p/347848#M7865</link>
      <description>&lt;P&gt;Assuming you have Splunk running as a service, that would be:&lt;BR /&gt;
&lt;CODE&gt;net stop [service name]&lt;/CODE&gt; to stop it and &lt;CODE&gt;net start [service name]&lt;/CODE&gt; to start it. For restart: &lt;CODE&gt;net stop [service name] &amp;amp;&amp;amp; net start [service name]&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Service name will be either &lt;CODE&gt;splunkd&lt;/CODE&gt; (for full splunk enterprise install / Heavy Forwarder) or &lt;CODE&gt;splunkforwarder&lt;/CODE&gt; for a universal forwarder.&lt;/P&gt;

&lt;P&gt;Or through the Services GUI (services.msc).&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2018 07:56:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-restart-a-splunk-on-windows-through-Command-Prompt-and/m-p/347848#M7865</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2018-04-18T07:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to restart a splunk on windows through Command Prompt and  control panel?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-restart-a-splunk-on-windows-through-Command-Prompt-and/m-p/347849#M7866</link>
      <description>&lt;P&gt;Assuming you have installed Splunk Enterprise in the default location ("C:\Program Files\Splunk"), which is also known as $SPLUNK_HOME path:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Open Command Prompt&lt;/LI&gt;
&lt;LI&gt;Navigate to $SPLUNK_HOME\bin folder&lt;/LI&gt;
&lt;LI&gt;Issue the command  &lt;CODE&gt;splunk start&lt;/CODE&gt; and wait for the application to start.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Normally, Splunk Enterprise setup would create a service (should be listed in Services.msc console) and set it to start Automatically at OS boot.&lt;/P&gt;

&lt;P&gt;Another 'legacy' service would be in 'Manual' mode and is not necessary to be started for Splunk to run properly. This service status can be safely ignored.&lt;/P&gt;

&lt;P&gt;Look forward to your comments/feedback/vote.&lt;/P&gt;

&lt;P&gt;Rgds, Mitesh.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2018 08:01:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-restart-a-splunk-on-windows-through-Command-Prompt-and/m-p/347849#M7866</guid>
      <dc:creator>miteshvohra</dc:creator>
      <dc:date>2018-04-18T08:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to restart a splunk on windows through Command Prompt and  control panel?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-restart-a-splunk-on-windows-through-Command-Prompt-and/m-p/347850#M7867</link>
      <description>&lt;P&gt;Hi Surbhi,&lt;/P&gt;

&lt;P&gt;You can start and stop Splunk on Windows in one of the following ways:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;1. Start and stop Splunk Enterprise processes via the Windows Services control panel (accessible from Start -&amp;gt; Control Panel -&amp;gt; Administrative Tools -&amp;gt; Services)

    Server daemon and Web interface: splunkd
    Web interface (in legacy mode only): splunkweb. In normal operation, this service starts, then immediately quits when it receives a start request.

2. Start and stop Splunk Enterprise services from a command prompt by using the NET START &amp;lt;service&amp;gt; or NET STOP &amp;lt;service&amp;gt; commands:

    Server daemon and Web interface: splunkd
    Web interface (in legacy mode only): splunkweb. In normal operation, this service starts, then immediately quits when it receives a start request.

3. Start, stop, or restart both processes at once by going to %SPLUNK_HOME%\bin and typing

&amp;gt; splunk [start|stop|restart] 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Please check below URL:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.0.3/Admin/StartSplunk#Start_Splunk_Enterprise_on_Windows"&gt;http://docs.splunk.com/Documentation/Splunk/7.0.3/Admin/StartSplunk#Start_Splunk_Enterprise_on_Windows&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2018 08:02:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-restart-a-splunk-on-windows-through-Command-Prompt-and/m-p/347850#M7867</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2018-04-18T08:02:52Z</dc:date>
    </item>
  </channel>
</rss>

