Hi,
Search head clustering does not support splunk-auth user sharing in Splunk 6.2. You could create users & roles on each search head cluster member separately, but it's recommended to use centralized authentication (ex. LDAP) on the members to better manage this, especially for larger search head clusters.
-Jason
... View more
Hi Martin,
It appears your python version is out of date. As mentioned in the INSTALL & QUICKSTART files, the splunkit-server role requires python 2.7+.
Specifically, this error is being thrown due to the check_output function in the subprocess module that was introduced in Python 2.7: http://docs.python.org/2/library/subprocess.html#subprocess.check_output
Let me know if any issues arise after upgrading python.
Thanks!
-Jason
... View more