SPLK-2002(205Q) · Question #162
(Which btool command will identify license master configuration errors for a search peer cluster node?)
The correct answer is D. splunk cmd btool server list license --debug. According to Splunk Enterprise administrative documentation, the btool utility is used to troubleshoot configuration settings by merging and displaying effective configurations from all configuration files (system, app, and local levels). When diagnosing license master…
Question
(Which btool command will identify license master configuration errors for a search peer cluster node?)
Options
- Asplunk cmd btool check --debug
- Bsplunk cmd btool server list cluster_license --debug
- Csplunk cmd btool server list clustering --debug
- Dsplunk cmd btool server list license --debug
How the community answered
(33 responses)- A3% (1)
- B6% (2)
- C3% (1)
- D88% (29)
Explanation
According to Splunk Enterprise administrative documentation, the btool utility is used to troubleshoot configuration settings by merging and displaying effective configurations from all configuration files (system, app, and local levels). When diagnosing license master configuration issues on a search peer or any cluster node, Splunk recommends using the command that specifically lists the license-related stanzas from server.conf. The correct command is: splunk cmd btool server list license --debug This command reveals all configuration parameters under the [license] stanza, including those related to license master connections such as master_uri, pass4SymmKey, and disabled flags. The -- debug flag ensures full path tracing of each configuration file, making it easy to identify conflicting or missing parameters that cause communication or validation errors between a search peer and the Other commands listed, such as btool server list clustering, are meant for diagnosing cluster configuration issues (like replication or search factors), not licensing. The check --debug command only validates syntax and structure, not specific configuration errors tied to licensing. Therefore, the correct and Splunk-documented method for diagnosing license configuration problems on a search peer is to inspect the license stanza using the btool server list license --debug command. - btool Command Reference - Troubleshooting Configuration Issues - server.conf - License Configuration Parameters - Managing Distributed License Configurations in Search Peer Clusters - Troubleshooting License Master and Peer Connectivity
Topics
Community Discussion
No community discussion yet for this question.