We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TASK [splunk_common : Start Splunk via CLI] ************************************ 317fatal: [localhost]: FAILED! => { 318"attempts": 5, 319"changed": false, 320"cmd": [ 321"/opt/splunk/bin/splunk", 322"start", 323"--accept-license", 324"--answer-yes", 325"--no-prompt" 326], 327"delta": "0:00:01.087712", 328"end": "2023-11-08 19:08:16.049083", 329"rc": 10, 330"start": "2023-11-08 19:08:14.961371" 331} 332 333STDOUT: 334 335 336Splunk> Australian for grep. 337 338Checking prerequisites... 339Checking http port [8000]: open 340Checking mgmt port [8089]: open 341Checking appserver port [127.0.0.1:8065]: open 342Checking kvstore port [8191]: open 343Checking configuration... Done. 344Checking critical directories... Done 345Checking indexes... 346 347 348STDERR: 349 350homePath='/opt/splunk/var/lib/splunk/audit/db' of index=_audit on unusable filesystem. 351Validating databases (splunkd validatedb) failed with code '1'. If you cannot resolve the issue(s) above after consulting documentation, please file a case online at http://www.splunk.com/page/submit_issue
The text was updated successfully, but these errors were encountered:
@bayeslearner we have not tried cephfs . we will investigate further and let you know.
Sorry, something went wrong.
Any update? cephfs is used as one of the certified storage systems for OpenShift.
Anyone from splunk? it's been weeks.
No branches or pull requests
TASK [splunk_common : Start Splunk via CLI] ************************************
317fatal: [localhost]: FAILED! => {
318"attempts": 5,
319"changed": false,
320"cmd": [
321"/opt/splunk/bin/splunk",
322"start",
323"--accept-license",
324"--answer-yes",
325"--no-prompt"
326],
327"delta": "0:00:01.087712",
328"end": "2023-11-08 19:08:16.049083",
329"rc": 10,
330"start": "2023-11-08 19:08:14.961371"
331}
332
333STDOUT:
334
335
336Splunk> Australian for grep.
337
338Checking prerequisites...
339Checking http port [8000]: open
340Checking mgmt port [8089]: open
341Checking appserver port [127.0.0.1:8065]: open
342Checking kvstore port [8191]: open
343Checking configuration... Done.
344Checking critical directories... Done
345Checking indexes...
346
347
348STDERR:
349
350homePath='/opt/splunk/var/lib/splunk/audit/db' of index=_audit on unusable filesystem.
351Validating databases (splunkd validatedb) failed with code '1'. If you cannot resolve the issue(s) above after consulting documentation, please file a case online at http://www.splunk.com/page/submit_issue
The text was updated successfully, but these errors were encountered: