<?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: Installation in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-to-uninstall-Splunk-in-windows-exe-file-in-order-to/m-p/565683#M100629</link>
    <description>&lt;P&gt;If your problem is resolved, then please click the "Accept as Solution" button to help future readers.&lt;/P&gt;</description>
    <pubDate>Thu, 02 Sep 2021 14:32:50 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2021-09-02T14:32:50Z</dc:date>
    <item>
      <title>Do I need to uninstall Splunk in windows(.exe) file in order to install through Linux?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-to-uninstall-Splunk-in-windows-exe-file-in-order-to/m-p/565657#M100623</link>
      <description>&lt;P class="lia-align-left"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Hi Everyone,&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-align-left"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;I am using Splunk enterprise MSI file in my own windows laptop. So for practice i would like to install Splunk in Linux environment in same machine.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-align-left"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;As we know we can use putty or third party tools to run Linux in windows at that point of time we need to install Splunk again. Is it possible?&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-align-left"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Or&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-align-left"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Do I need to uninstall Splunk in windows(.exe) file in order to install through Linux?&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 19:23:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-to-uninstall-Splunk-in-windows-exe-file-in-order-to/m-p/565657#M100623</guid>
      <dc:creator>Atchyuth_P</dc:creator>
      <dc:date>2022-03-11T19:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Installation</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-to-uninstall-Splunk-in-windows-exe-file-in-order-to/m-p/565662#M100625</link>
      <description>&lt;P&gt;You should be able to install another instance of Splunk in a pseudo-Linux environment using a .tgz file, but I doubt the .rpm would work.&amp;nbsp; In either case, it's unlikely the program will run.&lt;/P&gt;&lt;P&gt;Can you stand up an AWS Linux instance to practice on?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 11:53:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-to-uninstall-Splunk-in-windows-exe-file-in-order-to/m-p/565662#M100625</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-09-02T11:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Installation</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-to-uninstall-Splunk-in-windows-exe-file-in-order-to/m-p/565668#M100626</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/237468"&gt;@Atchyuth_P&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;to install Splunk on a Unix system, you need a Unix System, even if on a VM.&lt;/P&gt;&lt;P&gt;In other words, you can run on a Windows system a virtual machine (using VM-Ware or othes) with a Linux operative system.&lt;/P&gt;&lt;P&gt;Then, you can access this Linux system by VM console or Putty.&lt;/P&gt;&lt;P&gt;Anyway, the Splunk installation is very easy also on Linux systems: instead to run the msi file, you have to upload the installation file in the linux system and run thee commands:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;rpm -i splunk.... 
cd /opt/splunk/bin
./splunk start --accept-license&lt;/LI-CODE&gt;&lt;P&gt;For more infos, you can see at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.2/Installation/InstallonLinux" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.2/Installation/InstallonLinux&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 12:21:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-to-uninstall-Splunk-in-windows-exe-file-in-order-to/m-p/565668#M100626</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-09-02T12:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Installation</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-to-uninstall-Splunk-in-windows-exe-file-in-order-to/m-p/565679#M100627</link>
      <description>&lt;P&gt;Thank you &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp; &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;I have tried with VM ware it worked&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 14:24:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-to-uninstall-Splunk-in-windows-exe-file-in-order-to/m-p/565679#M100627</guid>
      <dc:creator>Atchyuth_P</dc:creator>
      <dc:date>2021-09-02T14:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Installation</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-to-uninstall-Splunk-in-windows-exe-file-in-order-to/m-p/565683#M100629</link>
      <description>&lt;P&gt;If your problem is resolved, then please click the "Accept as Solution" button to help future readers.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 14:32:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-to-uninstall-Splunk-in-windows-exe-file-in-order-to/m-p/565683#M100629</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-09-02T14:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Installation</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-to-uninstall-Splunk-in-windows-exe-file-in-order-to/m-p/588799#M103310</link>
      <description>&lt;P&gt;I just downloaded Splunk....I am looking for the installation file with .msi extension so I can install it&amp;nbsp; &amp;nbsp;but I cant find it....Dont know how to install it. Can somebody pls help me? my system runs windows 10 pro and has ubuntu 2.4 hyper-v in it too....pls help me&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 19:06:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-to-uninstall-Splunk-in-windows-exe-file-in-order-to/m-p/588799#M103310</guid>
      <dc:creator>achikeho</dc:creator>
      <dc:date>2022-03-11T19:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Installation</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-to-uninstall-Splunk-in-windows-exe-file-in-order-to/m-p/588807#M103311</link>
      <description>&lt;P&gt;What did you download if not the .msi file?&amp;nbsp; You can get the MSI file from splunk.com.&amp;nbsp; Just click on Free Splunk then click the "Download Free 60-day Trial" link under "Splunk Enterprise".&amp;nbsp; Then you'll see the download button for the installer.&amp;nbsp; If you see a .zip file available for download DO NOT use it.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 19:58:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-to-uninstall-Splunk-in-windows-exe-file-in-order-to/m-p/588807#M103311</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-03-11T19:58:40Z</dc:date>
    </item>
  </channel>
</rss>

