Activity Feed
- Posted Re: unable to enable boot-start in splunk forwarder for RHEL6 "Red Hat Enterprise Linux Server release 6.10 (Santia on Installation. 08-06-2021 12:38 PM
- Posted Re: unable to enable boot-start in splunk forwarder for RHEL6 "Red Hat Enterprise Linux Server release 6.10 (Santia on Installation. 08-03-2021 08:10 PM
- Posted Re: Splunk Boot start is failing on Deployment Architecture. 07-30-2021 09:11 PM
- Posted Re: Installing 8.0.1 on Fedora server. Have an error that I am just missing. on All Apps and Add-ons. 07-30-2021 01:27 PM
- Posted Re: unable to enable boot-start in splunk forwarder on Centos on Installation. 07-30-2021 12:53 PM
- Posted unable to enable boot-start in splunk forwarder for RHEL6 "Red Hat Enterprise Linux Server release 6.10 (Santiago)" on Installation. 07-30-2021 12:33 PM
Topics I've Started
Subject | Karma | Author | Latest Post |
---|---|---|---|
0 |
08-06-2021
12:38 PM
Resolution: name: Enable splunk boot-start via initd shell: '/usr/bin/sudo /bin/su - root -c "/opt/splunkforwarder/bin/splunk enable boot-start -user {{ splunk_user }} -systemd-managed 0 --answer-yes --auto-ports --no-prompt --accept-license"' become: true register: enable_bootstart changed_ when: '"Init script is configured to run at boot." in enable_bootstart.stdout' notify: update init.d to accept license Reload unit files if necessary start splunk tags: ['install'] name: "Disable boot-start" shell: '/usr/bin/sudo /bin/su - root -c "/opt/splunkforwarder/bin/splunk disable boot-start"' become: true register: disable_splunk_bootstart changed_when: '"Disabled" in disable_splunk_bootstart.stdout' tags: ['uninstall']
... View more
08-03-2021
08:10 PM
Hello, Thanks for replying. Actually Gave root permission to user running enable boot from script from ansible. Same ansible user as same level of permission on RHEL7 and RHEL 8. it is working on RHEL7&8. But only in few RHEL6 to some specific servers I see. this error "execve: No such file or directory\n while running command /sbin/chkconfig", " Both disable and enable are not working to some RHEL6 servers.
... View more
07-30-2021
01:27 PM
Installing chkconfig .did not resolved the issue for me.
... View more
07-30-2021
12:53 PM
Hello Gopinath, Did you got this resolved?. I am also having this issue for RHEL6 only., please help
... View more
07-30-2021
12:33 PM
It works on RHEL7 andRHEL8. Trying to installing 8.0.2.1 version of splunk UF on "Red Hat Enterprise Linux Server release 6.10 (Santiago)". 2.6.32-754.35.1.el6.x86_64 cammand: "{{ splunk_home }}/bin/splunk enable boot-start-user {{ splunk_user }} -systemd-managed 0 --answer-yes --auto-ports --no-prompt --accept-license" "stderr": "execve: No such file or directory\n while running command /sbin/chkconfig", "stderr_lines": ["execve: No such file or directory", " while running command /sbin/chkconfig"],
... View more