Hello,
I'm currently installing and configuring a new monitoring console. I've another instance which is License Master.
I'm doing configuration with conf files.
On my new MC, I've added in /opt/splunk/apps/my_app/local/server.conf
[license]
master_uri = https://xx.XX.XX.XX:8089
Flux are opened. Master_uri is up.
On the new instance `Btool server list license --debug` shows only this file applyied :
/opt/splunk/etc/system/default/server.conf
I don't understand what I'm doing wrong.
Any pointers ?
Thanks a lot !
Ema
Hi
splunk btool reads from disk, not from running process, for that reason no restart is needed.
Are you sure that user has read access to that file? And you are using correct /opt/splunk/bin/splunk command with correct env variables if those are defined?
r. Ismo
Hi,
Thanks !!
There was an error in file owner ! Goog suggestion ! I'm waiting for the result of that change. If lucky, I'll check your post as a solution. If not, I'll tell.
Regards,
Ema
Ow !
I didn't put any pass4Symmkey in the file (there was none in any of my other search-head, only on the Cluster Master (also License Mater) and all the indexers from the Indexer Cluster).
Here's the outputs.conf :
[indexAndForward]
index = false
[tcpout] :
defaultGroup = default-autolb-group
[tcpout:default-autolb-group]
server = xx1:9997,xx2:9997,xx3:9997
autoLB = true
What's to do with License ?
Thanks,
Ema
Hello,
Yes, I restarted it, twice ;-). No change.
I put my conf file in item 3 of precedence order, so in theory it should work.
I must be missing something, somewhere...
Thanks in advance for any suggestion.
Ema
Hi @emallinger
Can you share the output of server.conf in app local directory
and pass4SymmKey should be same in for License master, and other compoenets connecting to it
[general]
pass4SymmKey=<valueinplaintext> and post restart it will be encrypted
I would suggest take new pass4SymmKey value and update in all componetts connwecting to license master and restart Splunkd
and run /opt/splunk/bin/splunk btool server list --debug
Hi @emallinger
Stupid question from my side
have you restarted the splunk after changes in server.conf?. if not can you restart splunk and run btool command
as per config file percendence /etc/system/default/ has lowest precendence,
below is the priority from higest to lowest
Hi
splunk btool reads from disk, not from running process, for that reason no restart is needed.
Are you sure that user has read access to that file? And you are using correct /opt/splunk/bin/splunk command with correct env variables if those are defined?
r. Ismo