<?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 Setting up Deployment Server to manage multiple instances on a single server in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Setting-up-Deployment-Server-to-manage-multiple-instances-on-a/m-p/124109#M4704</link>
    <description>&lt;P&gt;Just to explain why I have to do this...&lt;/P&gt;

&lt;P&gt;Rack space is at a premium where I work so we had to consolidate our footprint in the data center. I have successfully consolidated 14 physical indexers to 7 physical indexers with 2 instances of Splunk running on each server. Specs for those Indexing servers are:&lt;BR /&gt;
OS: Linux Red Hat&lt;BR /&gt;
CPU: 16-core 3.2 GHz&lt;BR /&gt;
RAM: 128GB&lt;BR /&gt;
HDD: SAN attached, 3 mounts per instance at 3500 IOPS per mount&lt;/P&gt;

&lt;P&gt;I am trying to setup the serverclass.conf file to manage the instances on the indexers separately because the mount points for the indexes are different based on the instance name. How can I do this? I have read the serverclass.conf documentation and cannot find it documented in there anywhere...&lt;/P&gt;</description>
    <pubDate>Sun, 14 Sep 2014 20:16:40 GMT</pubDate>
    <dc:creator>ShaneNewman</dc:creator>
    <dc:date>2014-09-14T20:16:40Z</dc:date>
    <item>
      <title>Setting up Deployment Server to manage multiple instances on a single server</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Setting-up-Deployment-Server-to-manage-multiple-instances-on-a/m-p/124109#M4704</link>
      <description>&lt;P&gt;Just to explain why I have to do this...&lt;/P&gt;

&lt;P&gt;Rack space is at a premium where I work so we had to consolidate our footprint in the data center. I have successfully consolidated 14 physical indexers to 7 physical indexers with 2 instances of Splunk running on each server. Specs for those Indexing servers are:&lt;BR /&gt;
OS: Linux Red Hat&lt;BR /&gt;
CPU: 16-core 3.2 GHz&lt;BR /&gt;
RAM: 128GB&lt;BR /&gt;
HDD: SAN attached, 3 mounts per instance at 3500 IOPS per mount&lt;/P&gt;

&lt;P&gt;I am trying to setup the serverclass.conf file to manage the instances on the indexers separately because the mount points for the indexes are different based on the instance name. How can I do this? I have read the serverclass.conf documentation and cannot find it documented in there anywhere...&lt;/P&gt;</description>
      <pubDate>Sun, 14 Sep 2014 20:16:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Setting-up-Deployment-Server-to-manage-multiple-instances-on-a/m-p/124109#M4704</guid>
      <dc:creator>ShaneNewman</dc:creator>
      <dc:date>2014-09-14T20:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up Deployment Server to manage multiple instances on a single server</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Setting-up-Deployment-Server-to-manage-multiple-instances-on-a/m-p/124110#M4705</link>
      <description>&lt;P&gt;Are you asking how to distinguish two instances on the same machine?&lt;BR /&gt;
If so, set a &lt;CODE&gt;clientName&lt;/CODE&gt; each in &lt;CODE&gt;deploymentclient.conf&lt;/CODE&gt; and refer to that in your &lt;CODE&gt;serverclass.conf&lt;/CODE&gt; - those are matched first.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Sep 2014 20:53:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Setting-up-Deployment-Server-to-manage-multiple-instances-on-a/m-p/124110#M4705</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-09-14T20:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up Deployment Server to manage multiple instances on a single server</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Setting-up-Deployment-Server-to-manage-multiple-instances-on-a/m-p/124111#M4706</link>
      <description>&lt;P&gt;That is exactly what I needed to know! Thank you for responding so quickly!&lt;/P&gt;</description>
      <pubDate>Sun, 14 Sep 2014 21:06:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Setting-up-Deployment-Server-to-manage-multiple-instances-on-a/m-p/124111#M4706</guid>
      <dc:creator>ShaneNewman</dc:creator>
      <dc:date>2014-09-14T21:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up Deployment Server to manage multiple instances on a single server</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Setting-up-Deployment-Server-to-manage-multiple-instances-on-a/m-p/124112#M4707</link>
      <description>&lt;P&gt;As a footnote, I would strongly encourage setting the etc/system/local/server.conf serverName= of one of the two to be different from the other, and consider also  differentiating etc/system/local/inputs.conf host= (unless you really want to make data from both systems indistinguishable).&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2014 00:28:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Setting-up-Deployment-Server-to-manage-multiple-instances-on-a/m-p/124112#M4707</guid>
      <dc:creator>jrodman</dc:creator>
      <dc:date>2014-09-15T00:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up Deployment Server to manage multiple instances on a single server</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Setting-up-Deployment-Server-to-manage-multiple-instances-on-a/m-p/124113#M4708</link>
      <description>&lt;P&gt;I have already done these things. The Universal forwarder is part of our Linux image so all system data comes in through that route. The server.conf have the images setup in this fashion: serverName = host_instance. The indexers only receive data from Splunk UF's, each instance is listening on a different port so an inputs.conf entry should not be necessary.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2014 12:39:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Setting-up-Deployment-Server-to-manage-multiple-instances-on-a/m-p/124113#M4708</guid>
      <dc:creator>ShaneNewman</dc:creator>
      <dc:date>2014-09-15T12:39:35Z</dc:date>
    </item>
  </channel>
</rss>

