<?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: HTTP timed out when setting splunkd-port in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/HTTP-timed-out-when-setting-splunkd-port/m-p/501441#M99984</link>
    <description>&lt;P&gt;Check your OS configs...telnet is disabled/unavailable by default on almost all Unix flavors, including the antiquated Solaris.&lt;BR /&gt;
If you have a actual need for telnet on Solaris try the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;svcadm -v enable -r telnet
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 19 May 2020 23:50:36 GMT</pubDate>
    <dc:creator>codebuilder</dc:creator>
    <dc:date>2020-05-19T23:50:36Z</dc:date>
    <item>
      <title>HTTP timed out when setting splunkd-port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HTTP-timed-out-when-setting-splunkd-port/m-p/501440#M99983</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have a Solaris 11 box, configured with Virtual NIC.&lt;BR /&gt;
I've installed splunk forwarder, but whenever I try to set port, or list forwarder, I get HTTP timed out:&lt;/P&gt;

&lt;P&gt;splunk@serverA:~$ /opt/splunkforwarder/bin/splunk set splunkd-port 6969 --accept-license&lt;BR /&gt;&lt;BR /&gt;
Couldn't complete HTTP request: Connection timed out&lt;/P&gt;

&lt;P&gt;splunk@serverA:~$ /opt/splunkforwarder/bin/splunk list forward-server&lt;BR /&gt;&lt;BR /&gt;
Couldn't complete HTTP request: Connection timed out&lt;/P&gt;

&lt;P&gt;IP filtering is disabled on this server:&lt;/P&gt;

&lt;P&gt;root@serverA:~# svcs ipfilter&lt;BR /&gt;
STATE          STIME    FMRI&lt;BR /&gt;
disabled       May_14   svc:/network/ipfilter:default&lt;/P&gt;

&lt;P&gt;I'm able to connect to splunk server:&lt;/P&gt;

&lt;P&gt;splunk@serverA:~$ telnet splunk 6969&lt;BR /&gt;&lt;BR /&gt;
Trying 10.193.10.57...&lt;BR /&gt;
Connected to splunk.int.rfs.co.nz.&lt;BR /&gt;
Escape character is '^]'.&lt;/P&gt;

&lt;P&gt;I was able to setup splunk forwarder on another serverB, with same OS, and it completed without errors. The only difference between the 2 servers is that serverA has virtual NIC.&lt;/P&gt;

&lt;P&gt;Anyone who's encountered this issue? I checked the discussions, and it was pointing to firewall, but firewall is disabled on serverA.&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2020 23:32:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HTTP-timed-out-when-setting-splunkd-port/m-p/501440#M99983</guid>
      <dc:creator>mvor</dc:creator>
      <dc:date>2020-05-19T23:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP timed out when setting splunkd-port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HTTP-timed-out-when-setting-splunkd-port/m-p/501441#M99984</link>
      <description>&lt;P&gt;Check your OS configs...telnet is disabled/unavailable by default on almost all Unix flavors, including the antiquated Solaris.&lt;BR /&gt;
If you have a actual need for telnet on Solaris try the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;svcadm -v enable -r telnet
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 19 May 2020 23:50:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HTTP-timed-out-when-setting-splunkd-port/m-p/501441#M99984</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2020-05-19T23:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP timed out when setting splunkd-port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HTTP-timed-out-when-setting-splunkd-port/m-p/501442#M99985</link>
      <description>&lt;P&gt;telnet is enabled; and telnet to splunk server to splunkd-port works&lt;BR /&gt;
splunk@serverA:~$ telnet splunk 6969&lt;BR /&gt;
Trying 10.193.10.57...&lt;BR /&gt;
Connected to splunk.int.rfs.co.nz.&lt;BR /&gt;
Escape character is '^]'.&lt;/P&gt;

&lt;P&gt;the issue is i can't set splunkd-port, getting http timed our errors. firewall is disabled.&lt;/P&gt;

&lt;P&gt;nothing was modified on the OS config except the addition of virtual nic.  tried to configure splunk in another server with same OS but no virtual nic, and it was successful.&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 00:05:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HTTP-timed-out-when-setting-splunkd-port/m-p/501442#M99985</guid>
      <dc:creator>mvor</dc:creator>
      <dc:date>2020-05-20T00:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP timed out when setting splunkd-port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HTTP-timed-out-when-setting-splunkd-port/m-p/501443#M99986</link>
      <description>&lt;P&gt;Good troubleshooting steps for sure, nice work.&lt;BR /&gt;
Given your feedback, and looking back over your original post, I think the issue is with your port.&lt;/P&gt;

&lt;P&gt;From your post:&lt;BR /&gt;
    splunk@serverA:~$ /opt/splunkforwarder/bin/splunk set splunkd-port 6969 --accept-license&lt;/P&gt;

&lt;P&gt;That is setting your mgmt port to 6969, which is a secure port, thus not valid for telnet.&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 00:51:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HTTP-timed-out-when-setting-splunkd-port/m-p/501443#M99986</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2020-05-20T00:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP timed out when setting splunkd-port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HTTP-timed-out-when-setting-splunkd-port/m-p/501444#M99987</link>
      <description>&lt;P&gt;i used that port with the other server, and it worked. also, all our other servers are using that port for splunk.&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 01:21:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HTTP-timed-out-when-setting-splunkd-port/m-p/501444#M99987</guid>
      <dc:creator>mvor</dc:creator>
      <dc:date>2020-05-20T01:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP timed out when setting splunkd-port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HTTP-timed-out-when-setting-splunkd-port/m-p/501445#M99988</link>
      <description>&lt;P&gt;Hrmm...anything "special" or "different" about this one? Firewall, external NAT, etc. ?&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 01:27:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HTTP-timed-out-when-setting-splunkd-port/m-p/501445#M99988</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2020-05-20T01:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP timed out when setting splunkd-port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HTTP-timed-out-when-setting-splunkd-port/m-p/501446#M99989</link>
      <description>&lt;P&gt;virtual nic was setup on this server. that's the only difference it has with the other servers.&lt;BR /&gt;
firewall is disabled. &lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 03:04:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HTTP-timed-out-when-setting-splunkd-port/m-p/501446#M99989</guid>
      <dc:creator>mvor</dc:creator>
      <dc:date>2020-05-20T03:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP timed out when setting splunkd-port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HTTP-timed-out-when-setting-splunkd-port/m-p/501447#M99990</link>
      <description>&lt;P&gt;Well dang...any other differences? &lt;BR /&gt;
Is this running on physical hardware? If so, is the network switch configured properly?&lt;/P&gt;

&lt;P&gt;Have you tried the following?:&lt;BR /&gt;
svcadm disable network/firewall&lt;/P&gt;

&lt;P&gt;Been a long time since I've touched Solaris, so I'm digging here (trying to help)...&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 03:13:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HTTP-timed-out-when-setting-splunkd-port/m-p/501447#M99990</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2020-05-20T03:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP timed out when setting splunkd-port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HTTP-timed-out-when-setting-splunkd-port/m-p/501448#M99991</link>
      <description>&lt;P&gt;I know you mentioned the firewall is disabled already, but the command couldn't hurt again (assuming you are ok with it disabled).&lt;/P&gt;

&lt;P&gt;Those aside, I would look outside of Splunk. Cabling, switches, ports, ACL's...&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 03:15:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HTTP-timed-out-when-setting-splunkd-port/m-p/501448#M99991</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2020-05-20T03:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP timed out when setting splunkd-port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HTTP-timed-out-when-setting-splunkd-port/m-p/501449#M99992</link>
      <description>&lt;P&gt;all machines are virtual.&lt;BR /&gt;
also tried to disable firewall, but same error.&lt;/P&gt;

&lt;P&gt;when i execute this command:&lt;BR /&gt;
/opt/splunkforwarder/bin/splunk set splunkd-port 6969 --accept-license&lt;/P&gt;

&lt;P&gt;does it go out of the server to set the port? i mean, how does the traffic flow with this command?&lt;/P&gt;

&lt;P&gt;i appreciate your help.&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 04:06:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HTTP-timed-out-when-setting-splunkd-port/m-p/501449#M99992</guid>
      <dc:creator>mvor</dc:creator>
      <dc:date>2020-05-20T04:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP timed out when setting splunkd-port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HTTP-timed-out-when-setting-splunkd-port/m-p/501450#M99993</link>
      <description>&lt;P&gt;It doesn't go outside of the server, so to speak, but it has to be available to the other members of the cluster. I think you'll need to open that port on the same subnet that the other members are a part of.&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 23:42:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HTTP-timed-out-when-setting-splunkd-port/m-p/501450#M99993</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2020-05-21T23:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP timed out when setting splunkd-port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HTTP-timed-out-when-setting-splunkd-port/m-p/501451#M99994</link>
      <description>&lt;P&gt;thanks. the port is already open and is being used by other servers on this subnet. it's only this new server that i can't set splunkd port.&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 00:53:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HTTP-timed-out-when-setting-splunkd-port/m-p/501451#M99994</guid>
      <dc:creator>mvor</dc:creator>
      <dc:date>2020-05-29T00:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP timed out when setting splunkd-port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HTTP-timed-out-when-setting-splunkd-port/m-p/501452#M99995</link>
      <description>&lt;P&gt;Hello @mvor &lt;/P&gt;

&lt;P&gt;can you create a network capture with tcpdump/snoop on the Solaris itself? Don't filter by port, just filter out ssh&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 01:24:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HTTP-timed-out-when-setting-splunkd-port/m-p/501452#M99995</guid>
      <dc:creator>PavelP</dc:creator>
      <dc:date>2020-05-29T01:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP timed out when setting splunkd-port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HTTP-timed-out-when-setting-splunkd-port/m-p/501453#M99996</link>
      <description>&lt;P&gt;Do you have the port range configured to allow for 6969?&lt;/P&gt;

&lt;P&gt;In RHEL / Centos I often have to modify the default range using sysctl:&lt;BR /&gt;
net.ipv4.ip_local_port_range = 1024     60999&lt;/P&gt;

&lt;P&gt;This appears to be the Solaris equivalent (again I'm not a Solaris guy):&lt;BR /&gt;
&lt;A href="https://newbiedba.wordpress.com/2013/01/29/solaris-11-how-to-configure-ephemeral-ports-range-for-oracle-11gr2-installation/" target="_blank"&gt;https://newbiedba.wordpress.com/2013/01/29/solaris-11-how-to-configure-ephemeral-ports-range-for-oracle-11gr2-installation/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 05:35:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HTTP-timed-out-when-setting-splunkd-port/m-p/501453#M99996</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2020-09-30T05:35:57Z</dc:date>
    </item>
  </channel>
</rss>

