<?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: My CentOS 7 server is not listening to port 8000 in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/My-CentOS-7-server-is-not-listening-to-port-8000/m-p/328549#M12312</link>
    <description>&lt;P&gt;Thank you all for the answers!&lt;BR /&gt;
Stopping the light Forwarder app solved the issue.&lt;/P&gt;</description>
    <pubDate>Tue, 14 Nov 2017 14:07:17 GMT</pubDate>
    <dc:creator>neroi</dc:creator>
    <dc:date>2017-11-14T14:07:17Z</dc:date>
    <item>
      <title>My CentOS 7 server is not listening to port 8000</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/My-CentOS-7-server-is-not-listening-to-port-8000/m-p/328534#M12297</link>
      <description>&lt;P&gt;Hello!&lt;BR /&gt;
I have a problem with splunkweb daemon:&lt;/P&gt;

&lt;P&gt;root@srv # ./splunk status&lt;BR /&gt;
splunkd is running (PID: 32010)&lt;BR /&gt;
splunk helpers are running (PIDs: 32016 32073)&lt;/P&gt;

&lt;P&gt;root@srv # ./splunk start splunkweb&lt;BR /&gt;
splunkd is running (PID: 32010)&lt;BR /&gt;
splunk helpers are running (PIDs: 32016 32073)&lt;/P&gt;

&lt;P&gt;root@srv # ./splunk set web-port 8081&lt;BR /&gt;
HTTP/1.1 404 Not Found&lt;/P&gt;

&lt;P&gt;this happened after I completed the process of restarting the splunkweb daemon.&lt;BR /&gt;
(After installing the addon for Linux, splunkweb did not restart)&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 13:05:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/My-CentOS-7-server-is-not-listening-to-port-8000/m-p/328534#M12297</guid>
      <dc:creator>neroi</dc:creator>
      <dc:date>2017-10-27T13:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: My CentOS 7 server is not listening to port 8000</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/My-CentOS-7-server-is-not-listening-to-port-8000/m-p/328535#M12298</link>
      <description>&lt;P&gt;Hey neroi, &lt;/P&gt;

&lt;P&gt;splunkweb is part of splunkd, and has been for a while now..what version of splunk are you on??&lt;/P&gt;

&lt;P&gt;also what does the ouptut of &lt;CODE&gt;show web-port&lt;/CODE&gt; say?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[splunker@n00bserver bin]$ ./splunk show web-port
Web port: 8000
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;check who is running splunk as well:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;ps -ef | grep splunkd
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Also don't forget to add rules to firewalld!&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 14:30:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/My-CentOS-7-server-is-not-listening-to-port-8000/m-p/328535#M12298</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-10-27T14:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: My CentOS 7 server is not listening to port 8000</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/My-CentOS-7-server-is-not-listening-to-port-8000/m-p/328536#M12299</link>
      <description>&lt;P&gt;Thank you for comment!&lt;/P&gt;

&lt;P&gt;[root@srv-asutp bin]# ./splunk show web-port&lt;BR /&gt;
Web port: 8081&lt;/P&gt;

&lt;P&gt;i think,  (./splunk set web-port 8081) was executed correctly.&lt;/P&gt;

&lt;P&gt;[root@srv-asutp bin]# ./splunk set web-port 8000&lt;BR /&gt;
The server's web port has been changed.&lt;BR /&gt;
You need to restart the Splunk Web Server (splunkweb) for your changes to take effect.&lt;BR /&gt;
[root@srv-asutp bin]# ./splunk restart splunkweb&lt;BR /&gt;
HTTP/1.1 404 Not Found&lt;BR /&gt;
[root@srv-asutp bin]# ./splunk show web-port&lt;BR /&gt;
Web port: 8000&lt;/P&gt;

&lt;P&gt;[root@srv-asutp bin]# ps -ef | grep splunkd&lt;BR /&gt;
root      2742 31025  0 18:51 pts/0    00:00:00 grep --color=auto splunkd&lt;BR /&gt;
root     32010     1  0 15:50 ?        00:00:11 splunkd -p 8089 restart&lt;BR /&gt;
root     32016 32010  0 15:50 ?        00:00:00 [splunkd pid=32010] splunkd -p 8089 restart [process-runner]&lt;BR /&gt;
root     32073 32016  0 15:50 ?        00:00:12 /opt/splunk/bin/splunkd instrument-resource-usage -p 8089&lt;/P&gt;

&lt;P&gt;I have empty iptable and firewall use default profile with "any to any accept"&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 15:01:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/My-CentOS-7-server-is-not-listening-to-port-8000/m-p/328536#M12299</guid>
      <dc:creator>neroi</dc:creator>
      <dc:date>2017-10-27T15:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: My CentOS 7 server is not listening to port 8000</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/My-CentOS-7-server-is-not-listening-to-port-8000/m-p/328537#M12300</link>
      <description>&lt;P&gt;honestly, despite it working on my server, i never use ./splunk restart splunkweb...a while back splunkweb was moved into splunkd itself....so i wonder if when you try to run the restart of the web after the change its tripping splunkd up....have you tried just using &lt;CODE&gt;./splunk restart&lt;/CODE&gt; ?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 16:46:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/My-CentOS-7-server-is-not-listening-to-port-8000/m-p/328537#M12300</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-10-27T16:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: My CentOS 7 server is not listening to port 8000</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/My-CentOS-7-server-is-not-listening-to-port-8000/m-p/328538#M12301</link>
      <description>&lt;P&gt;Yes exactly, you should be running ./splunk restart&lt;/P&gt;

&lt;P&gt;Not &lt;/P&gt;

&lt;P&gt;./splunk restart splunkweb&lt;/P&gt;</description>
      <pubDate>Sat, 28 Oct 2017 12:04:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/My-CentOS-7-server-is-not-listening-to-port-8000/m-p/328538#M12301</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2017-10-28T12:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: My CentOS 7 server is not listening to port 8000</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/My-CentOS-7-server-is-not-listening-to-port-8000/m-p/328539#M12302</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;

&lt;P&gt;[root@srv-asutp bin]# ./splunk restart&lt;BR /&gt;
Stopping splunkd...&lt;BR /&gt;
Shutting down.  Please wait, as this may take a few minutes.&lt;BR /&gt;
                                                           [  OK  ]&lt;BR /&gt;
Stopping splunk helpers...&lt;BR /&gt;
                                                           [  OK  ]&lt;BR /&gt;
Done.&lt;/P&gt;

&lt;P&gt;Splunk&amp;gt; Map. Reduce. Recycle.&lt;/P&gt;

&lt;P&gt;Checking prerequisites...&lt;BR /&gt;
    Checking mgmt port [8089]: open&lt;BR /&gt;
    Checking configuration...  Done.&lt;BR /&gt;
    Checking critical directories...    Done&lt;BR /&gt;
    Checking indexes...&lt;BR /&gt;
        Validated: _thefishbucket sample unix_summary&lt;BR /&gt;
    Done&lt;BR /&gt;
    Checking filesystem compatibility...  Done&lt;BR /&gt;
    Checking conf files for problems...&lt;BR /&gt;
    Done&lt;BR /&gt;
    Checking default conf files for edits...&lt;BR /&gt;
    Validating installed files against hashes from '/opt/splunk/splunk-7.0.0-c8a78efdd40f-linux-2.6-x86_64-manifest'&lt;BR /&gt;
    All installed files intact.&lt;BR /&gt;
    Done&lt;BR /&gt;
All preliminary checks passed.&lt;/P&gt;

&lt;P&gt;Starting splunk server daemon (splunkd)...&lt;BR /&gt;&lt;BR /&gt;
Done&lt;BR /&gt;
                                                           [  OK  ]&lt;BR /&gt;
[root@srv-asutp bin]# ./splunk status&lt;BR /&gt;
splunkd is running (PID: 18364).&lt;BR /&gt;
splunk helpers are running (PIDs: 18366 18427).&lt;/P&gt;

&lt;P&gt;./splunk restart&lt;BR /&gt;
does not help&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:36:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/My-CentOS-7-server-is-not-listening-to-port-8000/m-p/328539#M12302</guid>
      <dc:creator>neroi</dc:creator>
      <dc:date>2020-09-29T16:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: My CentOS 7 server is not listening to port 8000</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/My-CentOS-7-server-is-not-listening-to-port-8000/m-p/328540#M12303</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;

&lt;P&gt;[root@srv-asutp bin]# ./splunk restart&lt;BR /&gt;
Stopping splunkd...&lt;BR /&gt;
Shutting down.  Please wait, as this may take a few minutes.&lt;BR /&gt;
                                                           [  OK  ]&lt;BR /&gt;
Stopping splunk helpers...&lt;BR /&gt;
                                                           [  OK  ]&lt;BR /&gt;
Done.&lt;/P&gt;

&lt;P&gt;Splunk&amp;gt; Map. Reduce. Recycle.&lt;/P&gt;

&lt;P&gt;Checking prerequisites...&lt;BR /&gt;
    Checking mgmt port [8089]: open&lt;BR /&gt;
    Checking configuration...  Done.&lt;BR /&gt;
    Checking critical directories...    Done&lt;BR /&gt;
    Checking indexes...&lt;BR /&gt;
        Validated: _thefishbucket sample unix_summary&lt;BR /&gt;
    Done&lt;BR /&gt;
    Checking filesystem compatibility...  Done&lt;BR /&gt;
    Checking conf files for problems...&lt;BR /&gt;
    Done&lt;BR /&gt;
    Checking default conf files for edits...&lt;BR /&gt;
    Validating installed files against hashes from '/opt/splunk/splunk-7.0.0-c8a78efdd40f-linux-2.6-x86_64-manifest'&lt;BR /&gt;
    All installed files intact.&lt;BR /&gt;
    Done&lt;BR /&gt;
All preliminary checks passed.&lt;/P&gt;

&lt;P&gt;Starting splunk server daemon (splunkd)...&lt;BR /&gt;&lt;BR /&gt;
Done&lt;BR /&gt;
                                                           [  OK  ]&lt;BR /&gt;
[root@srv-asutp bin]# ./splunk status&lt;BR /&gt;
splunkd is running (PID: 18364).&lt;BR /&gt;
splunk helpers are running (PIDs: 18366 18427).&lt;/P&gt;

&lt;P&gt;./splunk restart&lt;BR /&gt;
does not help&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:36:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/My-CentOS-7-server-is-not-listening-to-port-8000/m-p/328540#M12303</guid>
      <dc:creator>neroi</dc:creator>
      <dc:date>2020-09-29T16:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: My CentOS 7 server is not listening to port 8000</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/My-CentOS-7-server-is-not-listening-to-port-8000/m-p/328541#M12304</link>
      <description>&lt;P&gt;This happens after upload the linux addon for splunk&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2017 10:52:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/My-CentOS-7-server-is-not-listening-to-port-8000/m-p/328541#M12304</guid>
      <dc:creator>neroi</dc:creator>
      <dc:date>2017-10-30T10:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: My CentOS 7 server is not listening to port 8000</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/My-CentOS-7-server-is-not-listening-to-port-8000/m-p/328542#M12305</link>
      <description>&lt;P&gt;what happens?? I see a successful restart there...now what port are we serving on??&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2017 12:21:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/My-CentOS-7-server-is-not-listening-to-port-8000/m-p/328542#M12305</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-10-30T12:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: My CentOS 7 server is not listening to port 8000</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/My-CentOS-7-server-is-not-listening-to-port-8000/m-p/328543#M12306</link>
      <description>&lt;P&gt;yes, i tried&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2017 10:04:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/My-CentOS-7-server-is-not-listening-to-port-8000/m-p/328543#M12306</guid>
      <dc:creator>neroi</dc:creator>
      <dc:date>2017-11-02T10:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: My CentOS 7 server is not listening to port 8000</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/My-CentOS-7-server-is-not-listening-to-port-8000/m-p/328544#M12307</link>
      <description>&lt;P&gt;grep -i error /opt/splunk/var/log/splunk/splunkd.log&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2017 11:25:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/My-CentOS-7-server-is-not-listening-to-port-8000/m-p/328544#M12307</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2017-11-02T11:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: My CentOS 7 server is not listening to port 8000</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/My-CentOS-7-server-is-not-listening-to-port-8000/m-p/328545#M12308</link>
      <description>&lt;P&gt;Thank you for the answer!&lt;/P&gt;

&lt;P&gt;There are to many of errors:&lt;/P&gt;

&lt;P&gt;11-02-2017 15:05:09.806 +0300 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_nix/bin/service.sh"       To see services enabled on particular target use&lt;BR /&gt;
11-02-2017 15:05:09.806 +0300 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_nix/bin/service.sh"       'systemctl list-dependencies [target]'.&lt;BR /&gt;
11-02-2017 15:05:09.878 +0300 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_nix/bin/time.sh" Error resolving 0.centos.pool.ntp.org: Name or service not known (-2)&lt;BR /&gt;
11-02-2017 15:05:09.878 +0300 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_nix/bin/time.sh"  2 Nov 15:05:09 ntpdate[7774]: Can't find host 0.centos.pool.ntp.org: Name or service not known (-2)&lt;BR /&gt;
11-02-2017 15:05:09.878 +0300 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_nix/bin/time.sh"  2 Nov 15:05:09 ntpdate[7774]: no servers can be used, exiting&lt;BR /&gt;
11-02-2017 15:06:37.872 +0300 ERROR TcpOutputProc - Processing server from outputs.conf: can't resolve a valid IP address for host="splunkaday-linux-light"&lt;BR /&gt;
11-02-2017 15:06:38.189 +0300 INFO  WatchedFile - File too small to check seekcrc, probably truncated.  Will re-read entire file='/opt/splunk/var/log/splunk/django_error.log'.&lt;BR /&gt;
11-02-2017 15:06:38.293 +0300 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_nix/bin/rlog.sh" Redirecting to /bin/systemctl status  auditd.service&lt;BR /&gt;
11-02-2017 15:06:38.354 +0300 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_nix/bin/time.sh" Error resolving 0.centos.pool.ntp.org: Name or service not known (-2)&lt;BR /&gt;
11-02-2017 15:06:38.354 +0300 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_nix/bin/time.sh"  2 Nov 15:06:38 ntpdate[8441]: Can't find host 0.centos.pool.ntp.org: Name or service not known (-2)&lt;BR /&gt;
11-02-2017 15:06:38.354 +0300 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_nix/bin/time.sh"  2 Nov 15:06:38 ntpdate[8441]: no servers can be used, exiting&lt;BR /&gt;
11-02-2017 15:06:38.354 +0300 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_nix/bin/service.sh" Note: This output shows SysV services only and does not include native&lt;BR /&gt;
11-02-2017 15:06:38.354 +0300 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_nix/bin/service.sh"       systemd services. SysV configuration data might be overridden by native&lt;BR /&gt;
11-02-2017 15:06:38.354 +0300 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_nix/bin/service.sh"       systemd configuration.&lt;BR /&gt;
11-02-2017 15:06:38.354 +0300 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_nix/bin/service.sh"       If you want to list systemd services use 'systemctl list-unit-files'.&lt;BR /&gt;
11-02-2017 15:06:38.354 +0300 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_nix/bin/service.sh"       To see services enabled on particular target use&lt;BR /&gt;
11-02-2017 15:06:38.354 +0300 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_nix/bin/service.sh"       'systemctl list-dependencies [target]'.&lt;BR /&gt;
11-02-2017 15:12:07.920 +0300 ERROR TcpOutputProc - Processing server from outputs.conf: can't resolve a valid IP address for host="splunkaday-linux-light"&lt;BR /&gt;
11-02-2017 15:13:32.747 +0300 ERROR TcpOutputProc - Processing server from outputs.conf: can't resolve a valid IP address for host="splunkaday-linux-light"&lt;BR /&gt;
11-02-2017 15:13:33.135 +0300 INFO  WatchedFile - File too small to check seekcrc, probably truncated.  Will re-read entire file='/opt/splunk/var/log/splunk/django_error.log'.&lt;BR /&gt;
11-02-2017 15:13:33.273 +0300 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_nix/bin/rlog.sh" Redirecting to /bin/systemctl status  auditd.service&lt;BR /&gt;
11-02-2017 15:13:33.316 +0300 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_nix/bin/time.sh" Error resolving 0.centos.pool.ntp.org: Name or service not known (-2)&lt;BR /&gt;
11-02-2017 15:13:33.317 +0300 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_nix/bin/time.sh"  2 Nov 15:13:33 ntpdate[9319]: Can't find host 0.centos.pool.ntp.org: Name or service not known (-2)&lt;BR /&gt;
11-02-2017 15:13:33.317 +0300 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_nix/bin/time.sh"  2 Nov 15:13:33 ntpdate[9319]: no servers can be used, exiting&lt;BR /&gt;
11-02-2017 15:13:33.320 +0300 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_nix/bin/service.sh" Note: This output shows SysV services only and does not include native&lt;BR /&gt;
11-02-2017 15:13:33.320 +0300 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_nix/bin/service.sh"       systemd services. SysV configuration data might be overridden by native&lt;BR /&gt;
11-02-2017 15:13:33.320 +0300 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_nix/bin/service.sh"       systemd configuration.&lt;BR /&gt;
11-02-2017 15:13:33.320 +0300 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_nix/bin/service.sh"       If you want to list systemd services use 'systemctl list-unit-files'.&lt;BR /&gt;
11-02-2017 15:13:33.320 +0300 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_nix/bin/service.sh"       To see services enabled on particular target use&lt;BR /&gt;
11-02-2017 15:13:33.320 +0300 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_nix/bin/service.sh"       'systemctl list-dependencies [target]'.&lt;BR /&gt;
11-02-2017 15:16:05.826 +0300 ERROR TcpOutputProc - Processing server from outputs.conf: can't resolve a valid IP address for host="splunkaday-linux-light"&lt;BR /&gt;
11-02-2017 15:16:06.163 +0300 INFO  WatchedFile - File too small to check seekcrc, probably truncated.  Will re-read entire file='/opt/splunk/var/log/splunk/django_error.log'.&lt;BR /&gt;
11-02-2017 15:16:08.435 +0300 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_nix/bin/service.sh" Note: This output shows SysV services only and does not include native&lt;BR /&gt;
11-02-2017 15:16:08.435 +0300 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_nix/bin/service.sh"       systemd services. SysV configuration data might be overridden by native&lt;BR /&gt;
11-02-2017 15:16:08.435 +0300 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_nix/bin/service.sh"       systemd configuration.&lt;BR /&gt;
11-02-2017 15:16:08.435 +0300 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_nix/bin/service.sh"       If you want to list systemd services use 'systemctl list-unit-files'.&lt;BR /&gt;
11-02-2017 15:16:08.435 +0300 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_nix/bin/service.sh"       To see services enabled on particular target use&lt;BR /&gt;
11-02-2017 15:16:08.435 +0300 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_nix/bin/service.sh"       'systemctl list-dependencies [target]'.&lt;BR /&gt;
11-02-2017 15:16:08.437 +0300 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_nix/bin/rlog.sh" Redirecting to /bin/systemctl status  auditd.service&lt;BR /&gt;
11-02-2017 15:16:08.437 +0300 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_nix/bin/time.sh" Error resolving 0.centos.pool.ntp.org: Name or service not known (-2)&lt;BR /&gt;
11-02-2017 15:16:08.437 +0300 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_nix/bin/time.sh"  2 Nov 15:16:06 ntpdate[10471]: Can't find host 0.centos.pool.ntp.org: Name or service not known (-2)&lt;BR /&gt;
11-02-2017 15:16:08.437 +0300 ERROR ExecProcessor - message from "/opt/splunk/etc/apps/Splunk_TA_nix/bin/time.sh"  2 Nov 15:16:06 ntpdate[10471]: no servers can be used, exiting&lt;BR /&gt;
11-02-2017 15:21:43.052 +0300 ERROR TcpOutputProc - Processing server from outputs.conf: can't resolve a valid IP address for host="splunkaday-linux-light"&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:32:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/My-CentOS-7-server-is-not-listening-to-port-8000/m-p/328545#M12308</guid>
      <dc:creator>neroi</dc:creator>
      <dc:date>2020-09-29T16:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: My CentOS 7 server is not listening to port 8000</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/My-CentOS-7-server-is-not-listening-to-port-8000/m-p/328546#M12309</link>
      <description>&lt;P&gt;So what was the error?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2017 11:35:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/My-CentOS-7-server-is-not-listening-to-port-8000/m-p/328546#M12309</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2017-11-02T11:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: My CentOS 7 server is not listening to port 8000</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/My-CentOS-7-server-is-not-listening-to-port-8000/m-p/328547#M12310</link>
      <description>&lt;P&gt;Hello!&lt;BR /&gt;
there is my problem:&lt;/P&gt;

&lt;P&gt;[root@srvsplunk bin]# ./splunk restart&lt;BR /&gt;
Stopping splunkd...&lt;BR /&gt;
Shutting down.  Please wait, as this may take a few minutes.&lt;BR /&gt;
........                                                   [  OK  ]&lt;BR /&gt;
Stopping splunk helpers...&lt;BR /&gt;
                                                           [  OK  ]&lt;BR /&gt;
Done.&lt;/P&gt;

&lt;P&gt;Splunk&amp;gt; Be an IT superhero. Go home early.&lt;/P&gt;

&lt;P&gt;Checking prerequisites...&lt;BR /&gt;
    Checking mgmt port [8089]: open&lt;BR /&gt;
    Checking configuration...  Done.&lt;BR /&gt;
    Checking critical directories...    Done&lt;BR /&gt;
    Checking indexes...&lt;BR /&gt;
        Validated: _thefishbucket firedalerts os test&lt;BR /&gt;
    Done&lt;BR /&gt;
    Checking filesystem compatibility...  Done&lt;BR /&gt;
    Checking conf files for problems...&lt;BR /&gt;
    Done&lt;BR /&gt;
    Checking default conf files for edits...&lt;BR /&gt;
    Validating installed files against hashes from '/opt/splunk/splunk-6.6.1-aeae3fe0c5af-linux-2.6-x86_64-manifest'&lt;BR /&gt;
    All installed files intact.&lt;BR /&gt;
    Done&lt;BR /&gt;
All preliminary checks passed.&lt;/P&gt;

&lt;P&gt;Starting splunk server daemon (splunkd)...&lt;BR /&gt;&lt;BR /&gt;
Done&lt;BR /&gt;
                                                           [  OK  ]&lt;BR /&gt;
[root@srvsplunk bin]# ./splunk show web-port&lt;BR /&gt;
Your session is invalid.  Please login.&lt;BR /&gt;
Splunk username: admin&lt;BR /&gt;
Password: &lt;BR /&gt;
Web port: 8000&lt;BR /&gt;
[root@srvsplunk bin]# ./splunk restart splunkweb&lt;BR /&gt;
splunkweb is not running.                                  [СБОЙ ]&lt;BR /&gt;
[root@srvsplunk bin]# ./splunk start splunkweb&lt;BR /&gt;
[root@srvsplunk bin]# ./splunk status&lt;BR /&gt;
splunkd is running (PID: 19517).&lt;BR /&gt;
splunk helpers are running (PIDs: 19520 19560 19593 19667 19929).&lt;BR /&gt;
splunkweb is not running.&lt;BR /&gt;
[root@srvsplunk bin]# &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:36:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/My-CentOS-7-server-is-not-listening-to-port-8000/m-p/328547#M12310</guid>
      <dc:creator>neroi</dc:creator>
      <dc:date>2020-09-29T16:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: My CentOS 7 server is not listening to port 8000</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/My-CentOS-7-server-is-not-listening-to-port-8000/m-p/328548#M12311</link>
      <description>&lt;P&gt;grep -i error /opt/splunk/var/log/splunk/splunkd.log | grep -v nix &lt;/P&gt;

&lt;P&gt;What’s the output of this?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2017 21:54:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/My-CentOS-7-server-is-not-listening-to-port-8000/m-p/328548#M12311</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2017-11-02T21:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: My CentOS 7 server is not listening to port 8000</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/My-CentOS-7-server-is-not-listening-to-port-8000/m-p/328549#M12312</link>
      <description>&lt;P&gt;Thank you all for the answers!&lt;BR /&gt;
Stopping the light Forwarder app solved the issue.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 14:07:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/My-CentOS-7-server-is-not-listening-to-port-8000/m-p/328549#M12312</guid>
      <dc:creator>neroi</dc:creator>
      <dc:date>2017-11-14T14:07:17Z</dc:date>
    </item>
  </channel>
</rss>

