<?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: How do I install the Distributed Management Console to a different path within the same server? in Installation</title>
    <link>https://community.splunk.com/t5/Installation/How-do-I-install-the-Distributed-Management-Console-to-a/m-p/333969#M4755</link>
    <description>&lt;P&gt;But why?  Why would you EVER want to run a 2nd instance of splunk on the same server just to run ONE app that is already on the server?  It makes no sense and will chew up a TON of duplicated resources for no reason that you have indicated or that I can guess.&lt;/P&gt;</description>
    <pubDate>Wed, 26 Jul 2017 17:21:43 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2017-07-26T17:21:43Z</dc:date>
    <item>
      <title>How do I install the Distributed Management Console to a different path within the same server?</title>
      <link>https://community.splunk.com/t5/Installation/How-do-I-install-the-Distributed-Management-Console-to-a/m-p/333964#M4750</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I am scripting the install of Splunk Enterprise in my virtual env and it works great. What I would like to do now is script the install of the DMC (Distributed Management Console) to a different path, something other than /opt/splunk/, maybe something like /opt/splunkdmc/.&lt;/P&gt;
&lt;P&gt;I know this can be done but no idea how to achieve it&lt;/P&gt;
&lt;P&gt;Any help would be appreciated&lt;BR /&gt;Thanks&lt;BR /&gt;Todd Waller&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2020 18:41:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-do-I-install-the-Distributed-Management-Console-to-a/m-p/333964#M4750</guid>
      <dc:creator>tkwaller</dc:creator>
      <dc:date>2020-06-16T18:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do I install the Distributed Management Console to a different path within the same server?</title>
      <link>https://community.splunk.com/t5/Installation/How-do-I-install-the-Distributed-Management-Console-to-a/m-p/333965#M4751</link>
      <description>&lt;P&gt;You are misunderstanding completely.  The &lt;CODE&gt;MC&lt;/CODE&gt; is a capability (app) of &lt;EM&gt;any&lt;/EM&gt; Search Head.  It does not require a separate install of Splunk; it just needs to be enabled by configuring it.  Why are you overloading your ES?  Just spin up another box and install it as a search head and point it at your indexer tier.  Leave the &lt;CODE&gt;MC&lt;/CODE&gt; as a non-clustered Search Head all on it's own and only let admins login.  The only thing that I would share on the &lt;CODE&gt;MC&lt;/CODE&gt; is the License Manager.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 16:53:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-do-I-install-the-Distributed-Management-Console-to-a/m-p/333965#M4751</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-07-26T16:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do I install the Distributed Management Console to a different path within the same server?</title>
      <link>https://community.splunk.com/t5/Installation/How-do-I-install-the-Distributed-Management-Console-to-a/m-p/333966#M4752</link>
      <description>&lt;P&gt;So I do understand that any search head has this app and I also know that its just enabled and configged on what you want to be the master, did it in our MASSIVE production env. &lt;/P&gt;

&lt;P&gt;What I am WANTING to do is have it not installed at /opt/splunk/ but a different path&lt;/P&gt;

&lt;P&gt;The license master will also be on this host as well as it being the deployment server as well, which is why I ask about paths&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 17:01:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-do-I-install-the-Distributed-Management-Console-to-a/m-p/333966#M4752</guid>
      <dc:creator>tkwaller</dc:creator>
      <dc:date>2017-07-26T17:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: How do I install the Distributed Management Console to a different path within the same server?</title>
      <link>https://community.splunk.com/t5/Installation/How-do-I-install-the-Distributed-Management-Console-to-a/m-p/333967#M4753</link>
      <description>&lt;P&gt;tkwaller, &lt;/P&gt;

&lt;P&gt;Consider using the TGZ version of Splunk rather than your platform's native package manager (e.g. RPM's on Redhat/CentOS). &lt;/P&gt;

&lt;P&gt;Example procesure would be something like - &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;1) Create the directory you want, like /opt/mydirectory
2) mv splunk_package_name.tgz /opt/mydirectory
3) tar xvzf splunk_package_name.tgz
4) splunk start --accept-license
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Don't forget to set ownership of the files to user "Splunk" or what ever you're planning on running Splunk as. &lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 17:06:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-do-I-install-the-Distributed-Management-Console-to-a/m-p/333967#M4753</guid>
      <dc:creator>daniel333</dc:creator>
      <dc:date>2017-07-26T17:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do I install the Distributed Management Console to a different path within the same server?</title>
      <link>https://community.splunk.com/t5/Installation/How-do-I-install-the-Distributed-Management-Console-to-a/m-p/333968#M4754</link>
      <description>&lt;P&gt;Since the MC comes with core Splunk, it just gets installed (if you are installing splunk in /opt/splunk, then MC will appear in /opt/splunk/etc/apps.), you just enable/configure under UI-&amp;gt;settings-&amp;gt;Monitoring Console.&lt;BR /&gt;
 Follow the below link to configure MC and understand the right instance to configure it.&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/6.6.1/DMC/Configureindistributedmode"&gt;https://docs.splunk.com/Documentation/Splunk/6.6.1/DMC/Configureindistributedmode&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 17:08:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-do-I-install-the-Distributed-Management-Console-to-a/m-p/333968#M4754</guid>
      <dc:creator>bheemireddi</dc:creator>
      <dc:date>2017-07-26T17:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I install the Distributed Management Console to a different path within the same server?</title>
      <link>https://community.splunk.com/t5/Installation/How-do-I-install-the-Distributed-Management-Console-to-a/m-p/333969#M4755</link>
      <description>&lt;P&gt;But why?  Why would you EVER want to run a 2nd instance of splunk on the same server just to run ONE app that is already on the server?  It makes no sense and will chew up a TON of duplicated resources for no reason that you have indicated or that I can guess.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 17:21:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-do-I-install-the-Distributed-Management-Console-to-a/m-p/333969#M4755</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-07-26T17:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do I install the Distributed Management Console to a different path within the same server?</title>
      <link>https://community.splunk.com/t5/Installation/How-do-I-install-the-Distributed-Management-Console-to-a/m-p/333970#M4756</link>
      <description>&lt;P&gt;"Dedicated Deployment Server and license Master - If your install grows beyond just a single Splunk instance (talking indexers &amp;amp; search heads here, not forwarders), set up a separate server to be a license manager &amp;amp; Deployment server. A VM is fine for these purposes, and can actually be a benefit to be on a VM. You can even use the tarball install to put these multiple instances on the same box/VM. Say one in /opt/splunk, one in /opt/deploymentserver, and one in /opt/licenseserver. Run them on different ports of course."&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 17:32:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-do-I-install-the-Distributed-Management-Console-to-a/m-p/333970#M4756</guid>
      <dc:creator>tkwaller</dc:creator>
      <dc:date>2017-07-26T17:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do I install the Distributed Management Console to a different path within the same server?</title>
      <link>https://community.splunk.com/t5/Installation/How-do-I-install-the-Distributed-Management-Console-to-a/m-p/598515#M11571</link>
      <description>&lt;P&gt;Again, to avoid confusion of future readers and stress woodcook's point:&lt;/P&gt;&lt;P&gt;One instance of Splunk can fulfill multiple roles!&lt;/P&gt;&lt;P&gt;So to have one Splunk instance act i.e. as license master, cluster master and DMC you do not have to install 3 instances! Instead you configure the necessary stuff for the 3 roles on the same instance.&lt;/P&gt;&lt;P&gt;There's some role Splunk tells you not to combine them (i.e. Cluster Master and Deplyoment). But generally this works like a charm while installing 3 instances on the same server is definitively a mess and 3 VMs would be unnecessary and lot of overhead (ressource- and managment-wise).&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2022 14:30:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-do-I-install-the-Distributed-Management-Console-to-a/m-p/598515#M11571</guid>
      <dc:creator>jonasmeier</dc:creator>
      <dc:date>2022-05-19T14:30:33Z</dc:date>
    </item>
  </channel>
</rss>

