<?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: Splunk Installer was unable to create Splunk services in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-Installer-was-unable-to-create-Splunk-services/m-p/40382#M497</link>
    <description>&lt;P&gt;I hate to speculate but perhaps it's only nagging because I installed it on C:\ first, where it infused its SSL certificates, and then tried to install it on another drive where those certificates were unavailable--on my Z: drive. Anyway, at least for me, the problem stems from the program insisting on being installed on the C:\ drive. It installed fine when I finally tried to just re-install it on C:.&lt;/P&gt;</description>
    <pubDate>Tue, 01 May 2012 21:26:58 GMT</pubDate>
    <dc:creator>lexluthor</dc:creator>
    <dc:date>2012-05-01T21:26:58Z</dc:date>
    <item>
      <title>Splunk Installer was unable to create Splunk services</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-Installer-was-unable-to-create-Splunk-services/m-p/40379#M494</link>
      <description>&lt;P&gt;I installed Splunk for the first time, and I decided to move the install to another drive.&lt;/P&gt;

&lt;P&gt;I uninstalled Splunk and restarted and got this error:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;"Splunk Installer was unable to create&lt;BR /&gt;
Splunk services. Please make sure the&lt;BR /&gt;
user running the installer has the&lt;BR /&gt;
correct privileges, including being&lt;BR /&gt;
able to create Windows Services.&lt;BR /&gt;
Exitcode='1'"&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;I checked for the services in services.msc; there was nothing there. I tried sc delete &lt;SERVICENAME&gt;, just in case. I cleaned the registry. I searched the registry for anything splunk related and found nothing. I looked in msconfig for anything related.&lt;/SERVICENAME&gt;&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;As far as I know, Windows 7&lt;BR /&gt;
does not allow me to run .msi packages&lt;BR /&gt;
as admin by right-clicking, and going&lt;BR /&gt;
into properties.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;I ran the .msi package as admin using cmd. I read the logs and there's a python error in the log regarding ssl certificates:  &lt;STRONG&gt;%LocalAppData%\Temp\Splunk-108.3.26786.log&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;gt; if
&amp;gt; normalizeBoolean(serverconf['sslConfig'].get('requireClientCert')):
&amp;gt; KeyError: 'sslConfig'
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 01 May 2012 16:10:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-Installer-was-unable-to-create-Splunk-services/m-p/40379#M494</guid>
      <dc:creator>lexluthor</dc:creator>
      <dc:date>2012-05-01T16:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Installer was unable to create Splunk services</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-Installer-was-unable-to-create-Splunk-services/m-p/40380#M495</link>
      <description>&lt;P&gt;it smells like a permission issue.&lt;BR /&gt;
On windows, you can run a cmd window as admin by editing the cmd shortcut options.&lt;BR /&gt;
see &lt;A href="http://www.howtogeek.com/howto/windows-vista/run-a-command-as-administrator-from-the-windows-vista-run-box/"&gt;http://www.howtogeek.com/howto/windows-vista/run-a-command-as-administrator-from-the-windows-vista-run-box/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Once done :&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;&lt;P&gt;using the cmd line try to recreate the service using&lt;BR /&gt;
splunk disable boot-start&lt;BR /&gt;
splunk enable boot-start&lt;BR /&gt;
then check in the services to verify&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;or uninstall / clean the folders / then reinstall using the admin cmd line.&lt;/P&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 01 May 2012 18:20:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-Installer-was-unable-to-create-Splunk-services/m-p/40380#M495</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2012-05-01T18:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Installer was unable to create Splunk services</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-Installer-was-unable-to-create-Splunk-services/m-p/40381#M496</link>
      <description>&lt;P&gt;I explained above that I ran the program with admin credentials via cmd. I would be unable to use any splunk command as the application was not installed. I already did everything else you said as I stated above. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; But thanks for the help.&lt;/P&gt;</description>
      <pubDate>Tue, 01 May 2012 21:16:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-Installer-was-unable-to-create-Splunk-services/m-p/40381#M496</guid>
      <dc:creator>lexluthor</dc:creator>
      <dc:date>2012-05-01T21:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Installer was unable to create Splunk services</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-Installer-was-unable-to-create-Splunk-services/m-p/40382#M497</link>
      <description>&lt;P&gt;I hate to speculate but perhaps it's only nagging because I installed it on C:\ first, where it infused its SSL certificates, and then tried to install it on another drive where those certificates were unavailable--on my Z: drive. Anyway, at least for me, the problem stems from the program insisting on being installed on the C:\ drive. It installed fine when I finally tried to just re-install it on C:.&lt;/P&gt;</description>
      <pubDate>Tue, 01 May 2012 21:26:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-Installer-was-unable-to-create-Splunk-services/m-p/40382#M497</guid>
      <dc:creator>lexluthor</dc:creator>
      <dc:date>2012-05-01T21:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Installer was unable to create Splunk services</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-Installer-was-unable-to-create-Splunk-services/m-p/40383#M498</link>
      <description>&lt;P&gt;I agree with "permission issue," but not necessarily in the "Windows" sense of the word. I think the permission issues are within the program itself.&lt;/P&gt;</description>
      <pubDate>Tue, 01 May 2012 21:29:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-Installer-was-unable-to-create-Splunk-services/m-p/40383#M498</guid>
      <dc:creator>lexluthor</dc:creator>
      <dc:date>2012-05-01T21:29:50Z</dc:date>
    </item>
  </channel>
</rss>

